* riece-keyword.el (riece-keyword-message-filter): Ignore messages
[riece] / lisp / ChangeLog
1 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
4         which belongs to myself.
5
6         * riece-commands.el (riece-command-topic): Use
7         riece-check-channel-commands-are-usable.
8         (riece-command-invite): Ditto.
9         (riece-command-kick): Ditto.
10         (riece-command-change-mode): Ditto.
11         (riece-command-set-operators): Ditto.
12         (riece-command-set-speakers): Ditto.
13         (riece-command-send-message): Ditto.
14         (riece-command-part): Ditto.
15
16         * riece-misc.el (riece-get-users-on-server): If
17         riece-current-channel is not set, check the default server.
18         (riece-check-channel-commands-are-usable): New function.
19
20         * riece-globals.el (riece-channel-regexp): Accept channel names
21         beginning with "!!".
22
23 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
24
25         * riece-commands.el (riece-command-universal-server-name-argument):
26         Fix parenthesis.
27
28 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
29
30         * riece.el (riece-buffer-alist): Rename from
31         riece-buffer-mode-alist.
32
33         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
34         argument, init-major-mode, which is used to assert the major-mode
35         of the created buffer.
36
37         * riece-naming.el (riece-naming-assert-rename): Merged buffer
38         renaming logic that riece-handle-nick-message was responsible for.
39
40         * riece-globals.el (riece-server-process-alist): Revive.
41         (riece-process-list): Abolish.
42         (riece-command-buffer): Set default to nil.
43         (riece-dialogue-buffer): Ditto.
44         (riece-others-buffer): Ditto.
45         (riece-channel-list-buffer): Ditto.
46         (riece-user-list-buffer): Ditto.
47         (riece-private-buffer): Abolish.
48         (riece-wallops-buffer): Abolish.
49
50         * riece-display.el (riece-channel-buffer-format): Moved from
51         riece-globals.
52         (riece-channel-buffer-alist): New variable.
53         (riece-channel-buffer-create): Assert the major-mode of the
54         created buffer is 'riece-channel-mode.
55         (riece-channel-buffer): New function.
56         (riece-switch-to-channel): Use riece-channel-buffer instead of
57         directly using get-buffer.
58
59 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
60
61         * riece-commands.el (riece-command-toggle-away): Check user away
62         status in the server buffer.
63         [cf. <Liece:00119>]
64         (riece-command-names): Use identity prefix
65         instead of formatted identity.
66         (riece-command-who): Ditto.
67
68 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
69
70         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
71         to `riece-command-name'.
72
73 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
74
75         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
76
77 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
78
79         * Riece: Version 0.1.3 released.
80         * riece-version.el (riece-version-number): Bump up to 0.1.3.
81
82 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
83
84         * riece-button.el (riece-button-map-identity-region): Abolish.
85         (riece-user-button-set-operators): Use riece-scan-property-region.
86         (riece-user-button-set-speakers): Ditto.
87         (riece-button-add-identity-button): Ditto.
88
89         * riece-keyword.el: Require 'riece-message.
90         (riece-keyword-map-region): Abolish.
91         (riece-keyword-scan-region): Use riece-scan-property-region.
92
93         * riece-misc.el (riece-scan-property-region): New function.
94
95 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
96
97         * riece-xemacs.el (riece-make-overlay): New alias.
98         (riece-overlay-put): New alias.
99         (riece-overlay-start): New alias.
100         (riece-overlay-buffer): New alias.
101
102         * riece-emacs.el (riece-make-overlay): New alias.
103         (riece-overlay-put): New alias.
104         (riece-overlay-start): New alias.
105         (riece-overlay-buffer): New alias.
106
107         * riece-keyword.el: New add-on.
108         * COMPILE (riece-modules): Add riece-keyword.
109         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
110
111         * riece-message.el (riece-message-filter-functions): New user option.
112         (riece-display-message-1): New function.
113         (riece-display-message): Use it.
114
115 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
116
117         * riece.el (riece-channel-list-mode): Initialize
118         riece-update-buffer-functions.
119         (riece-user-list-mode): Ditto.
120
121         * riece-globals.el (riece-channel-indicator): Rename from
122         riece-short-channel-indicator.
123         (riece-long-channel-indicator): Rename from
124         riece-channel-indicator.
125
126         * riece-display.el (riece-update-buffer-functions): Default to
127         nil.
128         (riece-update-indicator-functions): New variable splitted from
129         riece-update-buffer-functions.
130         (riece-update-channel-indicator): Rename from
131         riece-update-short-channel-indicator.
132         (riece-update-long-channel-indicator): Rename from
133         riece-update-channel-indicator.
134         (riece-update-buffers): Don't set riece-channel-buffer.
135         (riece-switch-to-channel): Set riece-channel-buffer here.
136
137         * riece-button.el (riece-user-button-popup-menu): Change order.
138         (riece-button-update-buffer): Unify
139         riece-button-update-channel-list-buffer and
140         riece-button-update-user-list-buffer.
141
142 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
143
144         * riece-history.el (riece-history-insinuate): In
145         riece-after-switch-to-channel-functions, check whether the last
146         channel is nil.
147
148         * riece-xemacs.el (riece-event-buffer): New alias.
149         (riece-event-point): New alias.
150
151         * riece-emacs.el (riece-event-buffer): New function.
152         (riece-event-point): New function.
153
154         * riece-display.el (riece-update-user-list-buffer): Use
155         riece-format-identity to add 'riece-identity property to user
156         names.
157
158         * riece-button.el (riece-user-button-popup-menu): New variable.
159         (riece-identity-button): Rename from riece-channel-button.
160         (riece-button-switch-to-identity): Rename from
161         riece-channel-button-action.
162         (riece-identity-button-popup-menu): Rename from
163         riece-channel-button-popup-menu; set point to the position the
164         event occurred.
165         (riece-user-button-join-partner): New function.
166         (riece-user-button-set-operators): New function.
167         (riece-user-button-set-speakers): New function.
168         (riece-user-button-finger): New function.
169         (riece-make-identity-button-map): New function.
170         (riece-button-map-identity-region): New function; splitted from
171         riece-button-add-identity-button.
172         (riece-button-add-identity-button): Use it.
173         (riece-button-update-user-list-buffer): New function.
174         (riece-button-insinuate): Add riece-button-update-user-list-buffer
175         to riece-update-buffer-functions.
176
177 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
178
179         * riece-xemacs.el (riece-mouse-2): New variable.
180         (riece-popup-menu-popup): New function.
181
182         * riece-emacs.el (riece-mouse-2): New variable.
183         (riece-popup-menu-bogus-filter-constructor): New macro.
184         (riece-popup-menu-popup): New function.
185
186         * riece-commands.el (riece-command-list): Use identity prefix
187         instead of formatted identity.
188
189         * riece-button.el (riece-channel-button-popup-menu): New variable.
190         (riece-channel-button): Arrange help-echo.
191         (riece-channel-button-switch-to-channel): New function.
192         (riece-channel-button-part): New function.
193         (riece-channel-button-list): New function.
194         (riece-channel-button-map): New variable.
195         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
196         properties on channel buttons.
197
198 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
199
200         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
201
202         * riece-history.el (riece-channel-list-history-face): New face.
203         (riece-history-format-channel-list-line): New function.
204         (riece-history-insinuate): Add ?+ to
205         riece-channel-list-mark-face-alist; add
206         riece-history-format-channel-list-line to
207         riece-format-channel-list-line-functions.
208
209         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
210
211 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
212
213         * riece-unread.el (riece-unread-after-display-message-function):
214         Do nothing when message-target is already in
215         riece-unread-channels; call riece-redisplay-buffers.
216         (riece-unread-update-channel-list-buffer): Abolish.
217         (riece-unread-after-switch-to-channel-function): Don't call
218         riece-unread-update-channel-list-buffer.
219         (riece-unread-format-channel-list-line): New function.
220         (riece-unread-insinuate): Add
221         riece-unread-format-channel-list-line to
222         riece-format-channel-list-line; don't add
223         riece-unread-update-channel-list-buffer to
224         riece-update-buffer-functions.
225
226         * riece-highlight.el (riece-channel-list-mark-current-channel):
227         Abolish; merged into riece-update-channel-list-buffer.
228         (riece-highlight-insinuate): Don't add
229         riece-channel-list-mark-current-channel to
230         riece-after-switch-to-channel-functions.
231
232         * riece-display.el (riece-channel-list-changed): Abolish.
233         (riece-update-channel-list-buffer): Always redisplay channel-list
234         buffer.
235         (riece-update-channel-list-indicator): Always redisplay
236         channel-list indicator.
237         (riece-format-channel-list-line): New function.
238         (riece-update-buffers): Don't clear riece-channel-list-changed.
239         (riece-join-channel): Don't set riece-channel-list-changed.
240         (riece-part-channel): Ditto.
241
242 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
243
244         * riece-options.el (riece-addons): Add riece-button.
245
246         * riece-display.el (riece-update-channel-list-buffer): Avoid to
247         use format to preserve 'riece-identity property.
248
249         * riece-unread.el (riece-unread-update-channel-list-buffer):
250         Simplified.
251         (riece-unread-insinuate): Delay adding
252         riece-unread-update-channel-list-buffer to
253         riece-update-buffer-functions.
254
255         * riece-button.el: New add-on.
256         * COMPILE (riece-modules): Add riece-button.
257         * Makefile.am (EXTRA_DIST): Add riece-button.el
258
259 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
260
261         * riece-server.el (riece-close-server-process): 
262         (riece-quit-server-process): Call riece-close-server-process
263         instead of kill-process; call riece-exit if no process is available.
264
265 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
266
267         * riece-display.el (riece-channel-buffer-name): Check whether
268         IDENTITY is a member of riece-current-channels.
269
270 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
271
272         * riece-commands.el (riece-command-kick): Fix completing-read
273         collection argument.
274
275 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
276
277         * riece-000.el: Require 'riece-commands.
278         * riece-200.el: Don't require 'riece-commands.
279         * riece-300.el: Ditto.
280
281 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
282
283         * Riece: Version 0.1.2 released.
284         * riece-version.el (riece-version-number): Bump up to 0.1.2.
285
286 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
287
288         * riece-filter.el (riece-sentinel): Don't clear
289         riece-reconnect-with-password.
290         * riece-server.el (riece-open-server): Clear
291         riece-reconnect-with-password here.
292
293 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
294
295         * riece-globals.el (riece-join-channel-candidate): New variable.
296         * riece-commands.el (riece-command-join): Prompt
297         riece-join-channel-candidate.
298
299         * riece-handle.el (riece-handle-invite-message): Set
300         riece-join-channel-candidate when the user is invited.
301         * riece-naming.el (riece-naming-assert-join): Clear
302         riece-join-channel-candidate.
303
304 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
305
306         * riece-identity.el (riece-completing-read-identity): Pass 6th &
307         7th arguments to completing-read.
308
309         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
310         of riece-completing-read-identity.
311
312         * riece-handle.el (riece-handle-invite-message): Fix parsing of
313         parameters.
314
315         * riece-display.el (riece-update-channel-list-buffer): Don't clear
316         riece-channel-list-changed.
317         (riece-update-buffers): Clear it.
318
319 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
320
321         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
322
323 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
324
325         * riece-000.el (riece-handle-001-message): Parse elements in
326         riece-startup-channel-list.
327
328 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
329
330         * riece-skk-kakutei.el
331         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
332
333 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
334
335         * riece-options.el (riece-startup-channel-list): Revive.
336         * riece-000.el (riece-handle-001-message): Process
337         riece-startup-channel-list.
338
339         * riece-server.el (riece-open-server): Display "Logging in to
340         XXX..." message.
341         * riece-000.el (riece-handle-001-message): Clear "Logging in to
342         XXX..." message; call riece-after-login-hook.
343
344 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
345
346         * riece-unread.el (riece-unread-after-display-message-function):
347         Simplified.
348
349 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
350
351         * riece-commands.el (riece-command-join): Extract target
352         identity-prefix before applying riece-channel-p; format target.
353
354 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
355
356         * Riece: Version 0.1.1 released.
357         * riece-version.el (riece-version-number): Bump up to 0.1.1.
358
359 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
360
361         * riece-guess.el (riece-guess-channel-try-functions): Default to
362         nil.
363         (riece-default-guess-channel): Abolish.
364         (riece-command-guess-switch-to-channel): Reconstruct
365         riece-guess-candidates when it is empty.
366
367 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
368
369         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
370         define.
371         (riece-dialogue-notice-face): Ditto.
372         (riece-dialogue-wallops-face): Ditto.
373         (riece-dialogue-error-face): Ditto.
374         (riece-dialogue-info-face): Ditto.
375         (riece-dialogue-server-face): Ditto.
376         (riece-dialogue-prefix-face): Ditto.
377         (riece-channel-list-default-face): Ditto.
378         (riece-channel-list-current-face): Ditto.
379
380         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
381         define.
382
383 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
384
385         * riece-history.el (riece-history-insinuate): Don't set
386         riece-guess-channel-try-functions here.
387         (riece-history-requires): Don't require riece-guess.
388
389         * riece-unread.el (riece-unread-requires): Don't require
390         riece-guess.
391         (riece-unread-insinuate): Don't set
392         riece-guess-channel-try-functions here.
393
394 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
395
396         * riece-unread.el (riece-unread-after-display-message-function):
397         Rename from riece-unread-display-message-function.
398         (riece-unread-after-switch-to-channel-function): Rename from
399         riece-unread-channel-switch-hook.
400         (riece-guess-channel-from-unread): New function.
401         (riece-unread-requires): Require 'riece-guess and 'riece-history.
402         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
403
404         * riece-options.el (riece-addons): Add riece-guess, riece-history,
405         and riece-url.
406
407         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
408         check riece-last-channel.
409
410         * riece-display.el (riece-switch-to-channel): Rename
411         riece-channel-switch-hook to
412         riece-after-switch-to-channel-functions.
413         (riece-switch-to-nearest-channel): Ditto.
414
415         * riece-guess.el: New add-on.
416         * COMPILE (riece-modules): Add riece-guess.
417         * Makefile.am (EXTRA_DIST): Add riece-guess.el
418
419         * riece-history.el: New add-on.
420         * COMPILE (riece-modules): Add riece-history.
421         * Makefile.am (EXTRA_DIST): Add riece-history.el
422
423 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
424
425         * riece-options.el (riece-connection-timeout): Abolish.
426
427         * riece-server.el (riece-clear-system): Abolish.
428         * riece.el (riece-exit): Merge riece-clear-system.
429
430 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
431
432         * riece-filter.el (riece-sentinel): Suppress status message when
433         riece-debug is nil.
434
435 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
436
437         * riece-highlight.el (riece-channel-list-mark-current-channel):
438         New function.
439
440         * riece-display.el (riece-channel-list-changed): New variable.
441         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
442         (riece-update-channel-list-indicator): Ditto.
443
444 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
445
446         * riece-options.el (riece-addons): Enable riece-unread by default.
447
448         * riece-highlight.el (riece-channel-list-current-face): New variable.
449         (riece-channel-list-default-face): New face.
450
451         * riece-globals.el (riece-channel-list-buffer): Strip leading
452         whitespace.
453
454 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
455
456         * riece-unread.el: Require 'riece-highlight when compiling.
457         (riece-unread): New custom group.
458         (riece-channel-list-unread-face): New variable.
459         (riece-channel-list-unread-face): New face.
460         (riece-unread-requires): New function.
461         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
462
463         * riece-highlight.el: Highlight *Channels* buffer; rename
464         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
465         riece-dialogue-*.
466         (riece-channel-list-font-lock-keywords): New variable.
467         (riece-channel-list-mark-face-alist): New variable.
468
469 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
470
471         * riece-unread.el (riece-unread-update-channel-list-buffer):
472         Restore channel marks if exist.
473
474         * riece-naming.el (riece-naming-assert-join): Don't set
475         riece-redisplay-buffers.
476         (riece-naming-assert-part): Ditto.
477         (riece-naming-assert-rename): Ditto.
478
479         * riece-display.el (riece-redisplay-buffers): Abolish.
480         (riece-update-user-list-buffer): Don't check
481         riece-redisplay-buffers.
482         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
483         beginning of the current channel.
484         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
485         (riece-join-channel): Ditto.
486         (riece-part-channel): Ditto.
487
488 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
489
490         * riece-display.el (riece-join-channel): Parse non-nil elements in
491         riece-default-channel-binding.
492
493 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
494
495         * riece-identity.el (riece-format-identity): Add 'riece-identity
496         property to the resulting string.
497
498         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
499         topic is "".
500
501         * riece-300.el (riece-handle-322-message): Simplify message.
502
503         * riece-commands.el (riece-command-change-layout): Call
504         riece-command-configure-windows; Use setq instead of
505         custom-set-variables.
506
507 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
508
509         * Riece: Version 0.1.0 released.
510         * riece-version.el (riece-version-number): Bump up to 0.1.0.
511
512 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
513
514         * COMPILE (riece-compile-modules): Ignore errors during byte
515         compilation.
516         (riece-install-modules): If there lacks a compiled module, don't
517         attempt to install it.
518
519         * riece-options.el (riece-quit-timeout): Default to 10.
520
521         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
522         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
523
524         * riece-unread.el: Require 'riece-commands.
525
526         * riece-server.el: Require 'riece-identity and 'riece-compat.
527
528         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
529         'riece-display.
530         (riece-handle-dcc-request): Use riece-channel-buffer-name.
531
532         * riece-identity.el: Don't require 'riece-server.
533
534         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
535         'riece-message, and 'riece-server.
536
537         * riece-ctcp.el: Require 'riece-display.
538
539         * riece-commands.el: Require 'riece-layout.
540         (riece-command-change-layout): New command.
541
542         * riece-alias.el: Require 'riece-identity.
543
544         * riece-layout.el: No longer provided as an add-on.
545         * riece-display.el: Remove window configuration stuff.
546
547 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
548
549         * riece-rdcc.el (riece-command-dcc-send): Bind
550         process-connection-type to nil.
551
552         * riece-300.el (riece-handle-319-message): New handler.
553
554         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
555         (riece): Signal an error when a server is opened;
556         No need to initialize riece-command-buffer specially.
557
558 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
559
560         * riece-display.el (riece-configure-windows-top): Set
561         `truncate-partial-width-windows' nil, when horizontal window
562         split.
563
564 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
565
566         * riece-display.el (riece-configure-windows-top): Change
567         user-list-buffer and channel-list-buffer window create logic.
568
569         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
570         require riece.el when compile.
571
572         * riece.el (riece): Use `riece-redisplay-buffers' instead of
573         `riece-configure-windows'.
574
575 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
576
577         * riece-display.el (riece-configure-windows-top): New function.
578         * riece-layout.el (riece-layout-alist): Add top.
579
580         * riece-skk-kakutei.el: New add-on.
581         * COMPILE (riece-modules): Add riece-skk-kakutei.
582         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
583
584 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
585
586         * riece-layout.el: New add-on.
587         * COMPILE (riece-modules): Add riece-layout.
588         * Makefile.am (EXTRA_DIST): Add riece-layout.el
589
590 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
591
592         * riece-options.el (riece-quit-timeout): New user option.
593         * riece-server.el (riece-quit-server-process): New function.
594         * riece-commands.el (riece-command-quit): Use it.
595         (riece-command-close-server): Use it.
596
597 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
598
599         * riece-commands.el (riece-command-previous-channel): Skip nil in
600         riece-current-channels.
601
602 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
603
604         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
605         the ruby process.
606
607         * riece-xemacs.el: Don't require 'riece-compat.
608
609 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
610
611         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
612         riece-parse-identity.
613
614 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
615
616         * riece-server.el (riece-find-server-name): Abolish.
617
618         * riece-alias.el: Add usage.
619
620 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
621
622         * riece-mini.el (riece-mini-send-message): Use
623         riece-completing-read-identity; don't use riece-own-channel-message.
624
625         * riece-identity.el: Require 'riece-compat.
626         (riece-identity-prefix-case-table): New variable.
627         (riece-abbrev-identity-string-function): New variable.
628         (riece-expand-identity-string-function): New variable.
629         (riece-format-identity): Rename from riece-decode-identity.
630         (riece-parse-identity): Rename from riece-encode-identity.
631         (riece-with-identity-buffer): Abolish.
632         (riece-identity-canonicalize-prefix): Use case-table.   
633
634         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
635         (riece-handle-message): Ditto.
636
637         * riece-alias.el: New add-on.
638         * COMPILE (riece-modules): Add riece-alias.
639         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
640
641         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
642         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
643         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
644
645 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
646
647         * Riece: Version 0.0.4 released.
648         * riece-version.el (riece-version-number): Bump up to 0.0.4.
649
650 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
651
652         * riece-unread.el (riece-unread-display-message-function): Don't check
653         `selected-window'. It doesn't work as expected.
654
655 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
656
657         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
658
659         * riece-300.el: Rewrite using riece-decode-identity.
660
661         * riece-identity.el (riece-completing-read-identity): Signal an
662         error when the encoded channel name is not matched with
663         riece-channel-regexp.
664
665         * riece-globals.el (riece-channel-regexp): Moved from
666         riece-channel.el.
667         (riece-user-regexp): Moved form riece-user.el.
668
669 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
670
671         * riece-handle.el (riece-handle-join-message): Don't call
672         riece-switch-to-channel.
673         (riece-handle-part-message): Don't decode message if it is empty.
674         (riece-handle-kick-message): Ditto.
675         (riece-handle-quit-message): Ditto.
676         (riece-handle-kill-message): Ditto.
677
678         * riece-commands.el (riece-command-part): Show the current channel
679         as default candidate.
680
681         * riece-identity.el (riece-completing-read-identity): Accept
682         optional 5th argument `initial'.
683
684         * riece-unread.el (riece-unread-update-channel-list-buffer):
685         Simplified.
686
687         * riece-filter.el (riece-sentinel): Don't bind
688         riece-inhibit-update-buffers.
689
690         * riece-display.el (riece-redisplay-buffer): New variable.
691         (riece-inhibit-update-buffers): Abolish.
692         (riece-update-channel-list-buffer): Memorize
693         encoded identity as text property on each line. 
694
695         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
696         buffer local.
697         (riece-user-list-mode): Ditto.
698
699 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
700
701         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
702         Fix example setting, don't use 3rd arg of add-to-list.
703
704         * riece-coding.el (riece-default-coding-system): Fix default value.
705
706 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
707
708         * riece-display.el (riece-inhibit-update-buffers): New variable.
709         * riece-filter.el (riece-sentinel): Bind
710         riece-inhibit-update-buffers while removing channels from
711         riece-current-channels.
712         * riece-unread.el (riece-unread-display-message-function): Don't
713         update channel list buffer when riece-inhibit-update-buffers is
714         non-nil.
715         (riece-unread-channel-switch-hook): Ditto.
716         (riece-unread-insinuate): Add
717         riece-unread-update-channel-list-buffer to
718         riece-update-buffer-functions.
719
720         * riece-commands.el (riece-command-switch-to-channel): Call
721         riece-redisplay-buffers instead of riece-command-configure-windows.
722
723         * riece-identity.el (riece-completing-read-identity): Remove nil
724         from riece-current-channels before converting it to an alist.
725
726 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
727
728         * riece-unread.el (riece-unread-display-message-function): Check a
729         `selected-window'.
730
731         * riece-mini.el: New add-on.
732         * COMPILE (riece-modules): Add `riece-mini'.
733         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
734
735         * riece-display.el (riece-channel-buffer-create): Add new hook.
736         * riece-log.el: New add-on for saving irc logs.
737         * COMPILE (riece-modules): Add `riece-log'.
738         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
739
740         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
741         (riece-command-part): Ditto.
742
743 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
744
745         * riece-naming.el (riece-naming-assert-join): Call
746         riece-update-buffers.
747         (riece-naming-assert-part): Ditto.
748
749         * riece-filter.el (riece-sentinel): Don't bind
750         riece-overriding-server-name; use riece-part-channel.
751
752         * riece-display.el (riece-switch-to-channel): Don't set
753         riece-channel-buffer.
754         (riece-update-buffers): Set riece-channel-buffer here.
755
756         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
757         (riece-command-close-server): Fixed completion bug.
758         (riece-command-universal-server-name-argument): Ditto.
759
760 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
761
762         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
763         doctor-read-print.
764
765         * riece-handle.el (riece-handle-nick-message): Use
766         riece-decode-identity to decode user.
767         (riece-handle-join-message): Ditto.
768         (riece-handle-part-message): Ditto.
769         (riece-handle-kick-message): Ditto.
770         (riece-handle-quit-message): Ditto.
771         (riece-handle-kill-message): Ditto.
772         (riece-handle-invite-message): Ditto.
773         (riece-handle-topic-message): Ditto.
774         (riece-handle-mode-message): Ditto.
775
776 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
777
778         * riece-message.el (riece-own-channel-message): Abolish.
779
780         * riece-commands.el (riece-command-send-message): Don't use
781         riece-own-channel-message.
782
783         * riece-doctor.el (riece-doctor-reply): Don't use
784         riece-own-channel-message.
785         (riece-doctor-hello-regexp): New user option.
786         (riece-doctor-bye-regexp): New user option.
787
788 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
789
790         * riece-identity.el (riece-identity-member-no-server): Abolish.
791
792         * riece-doctor.el (riece-doctor-patients): Make it global variable.
793         (riece-doctor-after-privmsg-hook): Use riece-identity-member
794         instead of riece-identity-member-no-server.
795
796 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
797
798         * riece-doctor.el: New add-on.
799         * COMPILE (riece-modules): Add riece-doctor.
800         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
801
802 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
803
804         * riece-handle.el (riece-handle-nick-message): Follow the change
805         of riece-identity-member.
806
807         * riece-commands.el (riece-command-next-channel): Use
808         riece-identity-member instead of riece-identity-member-no-server.
809         (riece-command-previous-channel): Ditto.
810
811 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
812
813         * riece-identity.el (riece-completing-read-identity): Remove nil
814         from channels before completing-read.
815
816         * riece-message.el (riece-message-make-name): Fix condition for priv.
817         (riece-message-make-global-name): Ditto.
818         (riece-message-buffer): Ditto.
819
820         * riece-misc.el (riece-current-nickname): Use
821         riece-with-identity-buffer.
822
823 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
824
825         * riece-message.el (riece-message-parent-buffers): Regard message's
826         speaker as target when priv mode.
827
828         * riece-display.el (riece-update-channel-indicator): Decode
829         riece-current-channel even in priv mode.
830
831         * riece-identity.el (riece-decode-identity): Respect prefix-only.
832         (riece-completing-read-identity): Check if illegal characters in
833         channel name.
834
835 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
836
837         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
838         * riece-globals.el (riece-user-buffer-format): Abolish.
839         (riece-user-list-buffer): Default to " *Users*".
840         * riece-display.el (riece-user-list-buffer-name): Abolish.
841         (riece-user-list-buffer-create): Abolish.
842
843 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
844
845         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
846         (riece-handle-message): Ditto.
847         (riece-sentinel): Clear system here.
848
849         * riece-server.el (riece-server-process-name): New function.
850         (riece-server-process): New function.
851         (riece-close-server): Abolish.
852
853         * riece-identity.el: Adopt vector object representation for
854         identity objects.
855         (riece-with-identity-buffer): New macro.
856         (riece-decode-identity): New function.
857         (riece-encode-identity): New function.
858
859         * riece-globals.el (riece-process-list): New variable.
860         (riece-server-process-alist): Abolish.
861         (riece-channel-buffer-alist): Abolish.
862         (riece-user-list-buffer-alist): Abolish.
863         (riece-short-channel-indicator): New variable.
864
865         * riece-channel.el: Assume that we are already in the server buffer.
866         * riece-user.el: Likewise.
867
868 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
869
870         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
871
872         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
873         `add-to-list'.
874
875 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
876
877         * riece-channel.el (riece-forget-channel): Fixed.
878         (riece-channel-modeless-regexp): Abolish.
879         (riece-channel-modeless-p): Abolish.
880
881 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
882
883         * riece-unread.el (riece-unread-display-message-function): Delete the
884         target before adding to list.
885         (riece-unread-switch-to-channel): New function.
886         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
887         Bind "u" to riece-dialogue-mode-map.
888         Bind "u" to riece-channel-list-mode-map.
889
890         * riece.el (riece-channel-list-mode-map): Don't bind
891         `riece-command-unread-channel'.
892
893 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
894
895         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
896         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
897         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
898         riece.el: Don't require riece-inlines since it has been removed.
899
900 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
901
902         * riece-display.el (riece-update-user-list-buffer): Rename from
903         riece-user-list-update-buffer.
904         (riece-update-channel-list-buffer): Rename from
905         riece-channel-list-update-buffer.
906
907 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
908
909         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
910         from riece-inlines.el; renamed from scandinavian-downcase.
911         (riece-identity-equal-no-server): Moved from riece-inlines.el;
912         renamed from scandinavian-equal-ignore-case.
913         (riece-identity-equal-no-server-safe): New function.
914         (riece-identity-member-no-server): Moved from riece-inlines.el;
915         renamed from scandinavian-member-ignore-case.
916         (riece-identity-member-no-server-safe): New function.
917
918         * riece-inlines.el: Removed.
919         * COMPILE (riece-modules): Remove riece-inlines.
920         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
921
922 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
923
924         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
925         explicitly.
926         * riece-ndcc.el: Don't call delete-process explicitly.
927         * riece-server.el (riece-close-server-process): Don't call
928         delete-process explicitly unless riece-debug == t.
929
930 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
931
932         * riece-inlines.el (scandinavian-downcase): New inline function.
933         (scandinavian-equal-ignore-case): Rename from
934         string-equal-ignore-case.
935         (scandinavian-member-ignore-case): Rename from
936         string-list-member-ignore-case.
937
938         * riece-identity.el (riece-identity-equal): Rename from
939         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
940         (riece-identity-equal-safe): Rename from riece-identity-equal.
941         (riece-identity-member): Rename from riece-identity-member-no-server.
942         (riece-identity-member-safe): Rename from riece-identity-member.
943         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
944         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
945
946 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
947
948         * riece-rdcc.el: Require 'riece-ctcp.
949         (riece-rdcc-insinuate): Add "DCC" to
950         riece-ctcp-additional-clientinfo.
951
952         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
953         (riece-command-ctcp-clientinfo): New command.
954         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
955         (riece-handle-ctcp-clientinfo-request): New handler.
956         (riece-handle-ctcp-clientinfo-response): New handler.
957
958         * riece-server.el (riece-open-server): No need to use
959         get-buffer-create to reuse process buffer.
960
961 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
962
963         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
964         DCC process.
965         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
966
967         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
968         `:coding'.
969         (riece-open-server): Follow the change.
970
971         * riece-ctcp.el (riece-command-ctcp-action): New command.
972         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
973         (riece-handle-ctcp-action-request): New handler.
974
975         * riece.el (riece-command-mode): Enclose status indicators with
976         `{}'; show riece-user-indicator.
977         (riece-channel-mode): Likewise.
978         (riece-dialogue-mode): Enclose status indicators with `{}'.
979         * riece-globals.el (riece-user-indicator): New indicator.
980         (riece-freeze-indicator): Default to "-".
981         * riece-display.el (riece-update-channel-indicator): Don't update
982         modeline.
983         (riece-update-status-indicators): Set riece-user-indicator.
984         * riece-300.el (riece-handle-324-message): Update channel indicator.
985
986 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
987
988         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
989         (riece-dialogue-mode): Call riece-update-status-indicators.
990         (riece-channel-mode): Add riece-operator-indicator to
991         mode-line-buffer-identification.
992         * riece-user.el (riece-make-user): New attribute `operator'.
993         (riece-user-operator): New function.
994         (riece-user-set-operator): New function.
995         (riece-user-toggle-away): New function.
996         (riece-user-toggle-operator): New function.
997         * riece-misc.el (riece-own-frozen): Revive.
998         * riece-message.el (riece-display-message): Reset riece-freeze if
999         riece-freeze == 'own && (riece-message-own-p message).
1000         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
1001         (riece-operator-indicator): New variable.
1002         * riece-display.el (riece-update-status-indicators): New function.
1003         (riece-update-buffer-functions): Add it.
1004         * riece-commands.el (riece-command-toggle-freeze): Don't call
1005         riece-freeze.
1006         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
1007         * riece-300.el (riece-handle-302-message): Use
1008         riece-user-toggle-away instead of riece-user-set-away.
1009         (riece-handle-301-message): Ditto.
1010         (riece-handle-305-message): Ditto.
1011         (riece-handle-306-message): Ditto.
1012         (riece-handle-352-message): Ditto.
1013
1014 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1015
1016         * riece-commands.el (riece-command-next-channel): Circularly
1017         follow the channel list.
1018         (riece-command-previous-channel): Ditto.
1019
1020 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1021
1022         * riece.el (riece-command-mode): Set default value of riece-freeze
1023         & riece-own-freeze.
1024         * riece-options.el (riece-away-message): New user option.
1025         * riece-commands.el (riece-command-toggle-away): Query user away
1026         message.
1027         * riece-300.el (riece-handle-301-message): Set user's away status.
1028         (riece-handle-305-message): Ditto.
1029         (riece-handle-306-message): Ditto.
1030         (riece-handle-302-message): Ditto.
1031         (riece-handle-352-message): Ditto.
1032
1033 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1034
1035         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
1036         and riece-identity.
1037         (riece-command-dcc-receive): Check the existence of
1038         set-buffer-multibyte.
1039
1040 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1041
1042         * Riece: Version 0.0.3 released.
1043         * riece-version.el (riece-version-number): Bump up to 0.0.3.
1044
1045         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
1046         in hooks.
1047         (riece-handle-ctcp-response): Ditto.
1048
1049 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1050
1051         * riece-user.el (riece-rename-user): Don't modify entry when
1052         old-name == new-name.
1053
1054         * riece-display.el (riece-configure-windows): Use window-buffer
1055         instead of current-buffer.
1056
1057         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1058         (riece-rdcc-ruby-command): New user option.
1059         (riece-rdcc-send-program): New user option.
1060         (riece-rdcc-decode-address-program): New user option.
1061         (riece-rdcc-substitute-variables): New function.
1062         (riece-command-dcc-send): Use it.
1063         (riece-rdcc-decode-address): Use it.
1064
1065 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1066
1067         * riece-rdcc.el: New add-on.
1068
1069         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1070
1071 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1072
1073         * riece-ndcc.el: New add-on.
1074         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1075
1076 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1077
1078         * riece-server.el (riece-open-server): Simplify message.
1079
1080         * riece-commands.el (riece-command-open-server): Throw an error
1081         when the server is already opened.
1082
1083         * riece-filter.el (riece-sentinel): Simplified.
1084
1085         * riece-display.el (riece-user-list-update-buffer): Check the
1086         existence of riece-user-list-buffer.
1087         (riece-channel-list-update-buffer): Check the existence of
1088         riece-channel-list-buffer.
1089         (riece-set-window-points): Ditto.
1090
1091         * riece-commands.el (riece-command-open-server): Simplified.
1092         (riece-command-toggle-channel-buffer-mode): Set
1093         riece-save-variables-are-dirty to t.
1094         (riece-command-toggle-user-list-buffer-mode): Ditto.
1095         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1096
1097         * riece-server.el (riece-start-server): Abolish.
1098         (riece-open-server): Set riece-server-process-alist and
1099         riece-server-process here.
1100
1101 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1102
1103         * riece-filter.el (riece-sentinel): Close process even if
1104         riece-reconnect-with-password == t.
1105         (riece-handle-message): Catch errors occured in hooks.
1106
1107         * riece-server.el (riece-open-server): Reuse server buffer.
1108         (riece-close-server-process): Delete process even if process is
1109         not running.
1110
1111 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1112
1113         * riece-server.el (riece-open-server): No need to reset
1114         riece-reconnect-with-password.
1115
1116         * riece-filter.el (riece-sentinel): Don't call riece when
1117         riece-reconnect-with-password = t and process !=
1118         riece-server-process.
1119
1120         * riece-url.el: Fix usage.
1121
1122         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1123
1124         * riece-unread.el: New add-on.
1125         * COMPILE (riece-modules): Add riece-unread.
1126         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1127
1128         * riece-300.el (riece-handle-322-message): New handler.
1129         (riece-handle-323-message): New handler.
1130
1131 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1132
1133         * riece-display.el (riece-configure-windows): Select other window
1134         when minibuffer is active.
1135
1136         * riece-commands.el (riece-command-list): New command.
1137         (riece-command-enter-message-as-notice): New command.
1138         * riece.el (riece-command-mode-map): Bind
1139         riece-command-enter-message-as-notice and riece-command-list.
1140
1141         * riece-server.el (riece-close-server): Skip nil when leaving
1142         channels before closing server.
1143
1144 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1145
1146         * Riece: Version 0.0.2 released.
1147         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1148
1149         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1150         * riece-url.el (riece-url-requires): Don't assert dependency on
1151         riece-highlight unless it appears in riece-addons.
1152
1153         * riece-url.el: New add-on.
1154         * COMPILE (riece-modules): Add riece-url.
1155
1156         * riece-message.el (riece-message-make-bracket): Abolish.
1157         * riece-highlight.el (riece-highlight-font-lock-keywords):
1158         Give up to fontify "-nick-" or "-nick server-".
1159
1160         * riece-highlight.el (riece-highlight-font-lock-keywords):
1161         Simplified regexp.
1162
1163         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1164         (riece-handle-ctcp-response): Ditto.
1165
1166         * riece-highlight.el: Make it an add-on.
1167         (riece-highlight-insinuate): New function.
1168         * riece.el: Don't require 'riece-highlight.
1169         * riece-options.el (riece-addons): Turn on riece-highlight and
1170         riece-ctcp by default.
1171
1172         * riece-display.el (riece-configure-windows-predicate): New function.
1173         (riece-configure-windows-predicate): New user option.
1174         (riece-redisplay-buffers): Use it.
1175
1176         * riece-complete.el: Require 'cl for butlast.
1177
1178         * Makefile.am (elc): Renamed from "compile".
1179
1180         * riece.el (riece-dialogue-mode-map): Bind
1181         riece-command-toggle-channel-list-buffer-mode.
1182
1183         * riece-display.el (riece-configure-windows): Typo fixed.
1184
1185         * riece-user.el (riece-user-toggle-channel): Use member instead of
1186         memq.
1187
1188 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1191
1192         * riece-options.el (riece-addons): New user option.
1193         (riece-addon-directory): New user option.
1194
1195         * riece.el (riece-load-and-build-addon-dependencies): New function.
1196         (riece-insinuate-addons): New function.
1197         (riece): Call riece-insinuate-addons.
1198
1199         * riece-misc.el (riece-get-users-on-server): Moved from
1200         riece-commands.el.
1201
1202         * riece-ctcp.el: New file.
1203         * COMPILE (riece-modules): Add riece-ctcp.
1204         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1205
1206 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1207
1208         * Riece: Version 0.0.1 released.
1209
1210         * riece-commands.el (riece-command-names): New command.
1211         (riece-command-who): New command.
1212
1213         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1214         riece-command-who.
1215
1216         * riece-300.el (riece-handle-341-message): New handler.
1217         (riece-handle-352-message): New handler.
1218
1219         * riece-commands.el (riece-command-invite): Don't accept channel
1220         argument; throw an error when user is not on a channel.
1221         (riece-command-kick): New command.