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