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