* riece-300.el (riece-handle-353-message): Print user list in
[riece] / lisp / ChangeLog
1 2004-02-16  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-300.el (riece-handle-353-message): Print user list in
4         channel buffer.
5
6 2004-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
7
8         * riece-lsdb.el (riece-lsdb-lookup-records): Build
9         riece-lsdb-cache if necessary.
10
11 2004-01-29  Daiki Ueno  <ueno@unixuser.org>
12
13         * riece-ctcp.el (riece-handle-ctcp-version-request): Format target
14         identity before display.
15         (riece-handle-ctcp-ping-request): Ditto.
16         (riece-handle-ctcp-clientinfo-request): Ditto.
17
18 2004-01-28  Daiki Ueno  <ueno@unixuser.org>
19
20         * Riece: Version 0.1.8 released.
21         * riece-version.el (riece-version-number): Bump up to 0.1.8.
22
23 2004-01-27  Daiki Ueno  <ueno@unixuser.org>
24
25         * riece-lsdb.el: Require 'riece-identity; add autoload setting for
26         lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map.
27
28 2004-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
29
30         * riece-handle.el (riece-handle-privmsg-message): Check own
31         message from server. For deal with another client that connected
32         same irc proxy (e.g. plum, pirc).
33         (riece-handle-notice-message): Ditto.
34
35 2004-01-21  Daiki Ueno  <ueno@unixuser.org>
36
37         * riece-identity.el (riece-identity-canonicalize-prefix): Convert
38         characters in prefix to lower case.
39
40 2004-01-18  Daiki Ueno  <ueno@unixuser.org>
41
42         * riece-misc.el (riece-concat-user-status): New function.
43
44         * riece-300.el (riece-handle-302-message): Simplify user status
45         display.  (i.e. don't display "not operator", "not away", ...)
46         (riece-handle-352-message): Ditto.
47
48 2004-01-04  Daiki Ueno  <ueno@unixuser.org>
49
50         * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
51         address for 'net entry.
52
53 2004-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * riece-300.el (riece-handle-317-message): Fix regexp for signon
56         time extenstion.
57
58 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
59
60         * riece-lsdb.el: Add autoload setting for lsdb-maphash.
61         (riece-lsdb-update-cache): Don't alter existing entry.
62         (riece-lsdb-delete-cache): Ditto.
63         (riece-lsdb-add-user): New command.
64         (riece-lsdb-insinuate): Bind riece-lsdb-add-user.
65
66 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
67
68         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
69
70 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
71
72         * riece-lsdb.el: New add-on.
73         * COMPILE (riece-modules): Add riece-lsdb.
74         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
75
76         * riece-xface.el: New add-on.
77         * COMPILE (riece-modules): Add riece-xface.
78         * Makefile.am (EXTRA_DIST): Add riece-xface.el
79
80 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
81
82         * Riece: Version 0.1.7 released.
83         * riece-version.el (riece-version-number): Bump up to 0.1.7.
84
85 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
86
87         * riece-keyword.el (riece-notify-keyword-functions): Mark as
88         obsolete.
89         (riece-keyword-notify-functions): New user option.
90         (riece-keyword-message-filter): Don't restore the match data when
91         calling riece-notify-keyword-functions; call
92         riece-keyword-notify-functions with the matched message object.
93         Thanks to OHASHI Akira <bg66@koka-in.org>
94         [cf. <Liece:00134>]
95
96 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
97
98         * riece-log.el (riece-log-flashback): Use
99         riece-match-string-no-properties instead of match-string-no-properties.
100
101         * riece-xemacs.el (riece-match-string-no-properties): New function.
102         * riece-emacs.el (riece-match-string-no-properties): New alias.
103
104         * riece-identity.el: Don't require 'riece-compat.
105         (riece-identity-prefix-case-table): Abolish.
106         (riece-identity-prefix-case-pair-alist): New constant.
107         (riece-identity-canonicalize-prefix): Don't use case-table.
108
109         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
110         (riece-copy-case-table): Abolish.
111         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
112         (riece-copy-case-table): Abolish.
113
114 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
115
116         * riece-options.el: Require 'riece-version.
117         (riece-quit-message): Set default to (riece-extended-version).
118         (riece-away-message): Set default to "Gone".
119
120         * riece-commands.el: Don't require 'riece-version.
121         (riece-command-quit): Don't check riece-quit-message.
122         (riece-command-close-server): Ditto.
123         (riece-command-toggle-away): Always supply a parameter to the AWAY
124         command when the user is not away.  Thanks to Yuki Fujimura
125         <fujimura@wakhok.ac.jp>
126         [cf. <Liece:00139>]
127
128 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
129
130         * riece.el (riece): Connect to servers in riece-startup-server-list.
131
132         * riece-000.el (riece-handle-001-message): Ignore entries in
133         riece-startup-channel-list which doesn't match riece-server-name. 
134
135         * riece-options.el (riece-startup-server-list): New user option.
136
137         * riece-async.el (riece-async-max-buffer-size): New user option.
138         (riece-async-server-program): Use io/nonblock & IO#syswrite to
139         check whether the write end of pipe (i.e. input to emacs process)
140         would block.
141
142 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
143
144         * riece-options.el (riece-default-open-connection-function): New
145         user option.
146
147         * riece-server.el (riece-server-keyword-map): Use
148         riece-default-open-connection-function.
149
150         * riece-async.el: New add-on.
151         * COMPILE (riece-modules): Add riece-async.
152         * Makefile.am (EXTRA_DIST): Add riece-async.el
153
154 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
155
156         * riece-mini.el (riece-mini-display-message-function): Don't set
157         riece-mini-last-channel when message is not a privmsg.
158
159 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
160
161         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
162         property.
163
164 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
165
166         * riece-log.el (riece-log-requires): New function.
167         (riece-log-flashback): Revert 'riece-identity property and button.
168
169 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
170
171         * riece-unread.el (riece-unread-after-display-message-function):
172         Do nothing when message is not a privmsg.
173
174 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
175
176         * riece-log.el (riece-log-coding-system): New user option.
177         (riece-log-display-message-function): Bind
178         coding-system-for-write; don't create temp buffer.
179
180         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
181         append-to-file to suppress "Wrote file" messages.
182
183 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
184
185         * Riece: Version 0.1.6 released.
186         * riece-version.el (riece-version-number): Bump up to 0.1.6.
187
188 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
189
190         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
191         in "*Others*" buffer.
192
193 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
194
195         * riece-unread.el (riece-unread-switch-to-channel): Protect
196         switching to the channel not existing.
197
198 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
199
200         * riece-log.el (riece-log-get-directory): Support riece-identity
201         for mapping.
202
203 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
204
205         * riece-layout.el (riece-set-window-points): Move point in
206         the channel-buffer's window.
207
208         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
209         an identity on the current server.
210         (riece-command-ctcp-ping): Ditto.
211         (riece-command-ctcp-clientinfo): Ditto.
212         (riece-command-ctcp-action): Ditto.
213
214         * riece-commands.el (riece-command-change-mode): Prompt to select
215         an identity on the current server.
216         (riece-command-join): Ditto.
217
218 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
219
220         * riece-keyword.el (riece-keywords): Change custom spec.
221         (riece-keyword-message-filter): Normalize riece-keywords.
222
223         * riece-identity.el (riece-identity-prefix-case-table): Use
224         riece-copy-case-table to define.
225
226         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
227         XEmacs 21.1.
228         (riece-copy-case-table): Ditto.
229
230         * riece-emacs.el (riece-copy-case-table): New alias.
231
232         * riece-globals.el (riece-channel-regexp): Use
233         riece-make-interval-regexp to define.
234         (riece-user-regexp): Ditto.
235
236         * riece-compat.el (riece-make-interval-regexp): New function.
237
238         * riece-icon.el (riece-icon-available-p): Check
239         the existence of image-type-available-p.
240
241 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
242
243         * riece-log.el (riece-log-get-directory): Fix for server name and
244         private messages handling.
245
246 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
247
248         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
249         the RESTART argument of start-itimer.
250
251         * riece-commands.el (riece-command-user-list-scroll-down): Rename
252         from riece-command-nick-scroll-down.
253         (riece-command-user-list-scroll-up): Rename from
254         riece-command-nick-scroll-up.
255         (riece-command-scroll-down): Check if riece-current-channel is bound.
256         (riece-command-scroll-up): Ditto.
257         (riece-command-quit): Clean up if no server process is available.
258
259 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
260
261         * riece-rdcc.el: Bind temporary-file-directory.
262         (riece-rdcc-send-program): Allow block-size to be controlled from
263         elisp.
264         (riece-rdcc-block-size): New user option.
265         (riece-rdcc-temp-file): New variable.
266         (riece-rdcc-received-size): New variable.
267         (riece-rdcc-filter): Don't keep received bytes in the process
268         buffer; use riece-rdcc-format-size to display progress.
269         (riece-command-dcc-receive): Create a temporary directory which
270         holds a received file.
271
272 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
273
274         * riece-options.el (riece-gather-channel-modes): Default to nil.
275         * riece-handle.el (riece-handle-join-message): Send MODE if
276         riece-gather-channel-modes is non-nil.
277
278         * riece-url.el: Add autoload setting for 'browse-url.
279
280         * riece-menu.el: Require 'riece-options, 'riece-globals,
281         'riece-identity, 'riece-layout, and 'riece-server; bind
282         riece-command-mode-map.
283
284         * riece-history.el: Require 'riece-options, 'riece-globals,
285         'riece-highlight, and 'riece-identity.
286
287         * riece-naming.el (riece-naming-assert-rename): Fixed.
288
289 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
290
291         * Riece: Version 0.1.5 released.
292         * riece-version.el (riece-version-number): Bump up to 0.1.5.
293
294 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
295
296         * riece-ctcp.el (riece-command-ctcp-action): If the current
297         command line is not empty, insert it into the minibuffer before
298         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
299         [cf. <Liece:00123>]
300
301         * riece.el: Add autoload setting for derived-mode-class.
302         (riece-shrink-buffer-idle-timer): New variable.
303         (riece): Set idle timer to shrink channel buffers.
304         (riece-shrink-buffer): New function.
305
306         * riece-xemacs.el (riece-overlays-in): New function.
307         (riece-delete-overlay): New alias.
308         (riece-kill-all-overlays): New function.
309
310         * riece-server.el (riece-quit-server-process): Don't set timer if
311         riece-quit-timeout is nil.
312
313         * riece-options.el (riece-quit-timeout): Change custom type.
314         (riece-shrink-buffer-idle-time-delay): New user option.
315         (riece-max-buffer-size): New user option.
316
317         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
318         extents if already exists.
319
320         * riece-emacs.el (riece-overlays-in): New alias.
321         (riece-delete-overlay): New alias.
322         (riece-kill-all-overlays): New function.
323         (riece-run-with-idle-timer): New alias.
324         (riece-cancel-timer): New alias.
325
326         * riece-display.el (riece-update-user-list-buffer): Kill all
327         overlays in buffer.
328         (riece-update-channel-list-buffer): Ditto.
329
330         * riece-commands.el (riece-command-set-operators): Reset group.
331         (riece-command-set-speakers): Ditto.
332
333 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
334
335         * riece-naming.el (riece-naming-assert-rename): Follow the
336         change of riece-channel.el.
337
338         * riece-message.el (riece-message-external-p): Follow the
339         change of riece-channel.el.
340
341         * riece-display.el (riece-update-user-list-buffer): Follow the
342         change of riece-channel.el.
343
344         * riece-commands.el (riece-command-kick): Follow the change of
345         riece-channel.el.
346         (riece-command-set-operators): Ditto.
347         (riece-command-set-speakers): Ditto.
348
349         * riece-button.el (riece-user-button-set-operators): Follow the
350         change of riece-channel.el.
351         (riece-user-button-set-speakers): Ditto.
352
353         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
354         arguments.
355         (riece-get-channel): Follow the change of riece-make-channel.
356         (riece-channel-operators): Abolish.
357         (riece-channel-speakers): Abolish.
358         (riece-channel-set-operators): Abolish.
359         (riece-channel-set-speakers): Abolish.
360         (riece-channel-get-operators): Abolish.
361         (riece-channel-get-speakers): Abolish.
362         (riece-channel-toggle-user): Follow the change of the return type
363         of riece-channel-users.
364         (riece-channel-toggle-operator): Ditto.
365         (riece-channel-toggle-speaker): Ditto.
366         (riece-channel-operator-p): Abolish.
367         (riece-channel-speaker-p): Abolish.
368         (riece-channel-intern-user): Abolish.
369
370 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
371
372         * riece-identity.el (riece-identity-member): Take an optional 3rd
373         argument to instruct to use riece-identity-equal-no-server.
374         (riece-identity-assoc): Ditto.
375
376         * riece-display.el (riece-update-user-list-buffer): Use
377         riece-channel-operator-p and riece-channel-speaker-p.
378
379         * riece-button.el (riece-user-button-set-operators): Use
380         riece-channel-operator-p.
381         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
382
383         * riece-channel.el (riece-channel-intern-user): New function.
384         (riece-channel-toggle-operator): Use it.
385         (riece-channel-toggle-speaker): Use it.
386         (riece-channel-operator-p): New function.
387         (riece-channel-speaker-p): New function.
388
389 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
390
391         * riece-log.el (riece-log-get-directory): Follow the change of
392         `riece-channel-regexp'.
393
394 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
395
396         * riece-identity.el (riece-format-identity): Return copied strings.
397
398 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
399
400         * riece.el (riece): When riece server was opened, Do
401         `riece-command-configure-windows' instead of signaling.
402
403 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
404
405         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
406         accepting a connection.
407         (riece-command-dcc-send): Use riece-completing-read-identity; take
408         an identity object in the 1st argument.
409         (riece-rdcc-format-size): New function.
410         (riece-handle-dcc-request): Use it.
411
412         * riece-ndcc.el (riece-command-dcc-send): Use
413         riece-completing-read-identity; take an identity object in the 1st
414         argument.
415
416         * riece-display.el (riece-update-buffers): Run
417         riece-update-buffer-hook.
418
419         * riece-button.el (riece-user-button-finger): Pass an identity
420         object instead of the prefix.
421
422         * riece-ctcp.el: Require 'riece-highlight.
423         (riece-ctcp-action-face): New face.
424         (riece-ctcp-action-face): New variable.
425         (riece-ctcp-action-prefix): New variable.
426         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
427         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
428         if 'riece-highlight is enabled.
429         (riece-handle-ctcp-action-request): Prepend
430         riece-ctcp-action-prefix instead of riece-change-prefix.
431         (riece-command-ctcp-action): Ditto.
432
433         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
434         * riece-xemacs.el (riece-run-at-time): New function.
435         * riece-emacs.el (riece-run-at-time): New alias.
436
437         * riece-misc.el (riece-get-identities-on-server): New function.
438         (riece-get-users-on-server): Use it.
439
440         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
441         (riece-command-ctcp-version): Use riece-completing-read-identity
442         and riece-get-identities-on-server.
443         (riece-command-ctcp-ping): Ditto.
444         (riece-command-ctcp-clientinfo): Ditto.
445         (riece-command-ctcp-action): Ditto.
446
447         * riece-commands.el (riece-command-finger): Pass the current
448         server name to riece-get-users-on-server; use
449         riece-completing-read-identity.
450         (riece-command-invite): Ditto.
451         (riece-command-enter-message-to-user): Ditto.
452
453         * riece-000.el (riece-handle-001-message): Register myself with
454         riece-obarray.
455
456 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
457
458         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
459         function.
460         (riece-command-ctcp-version): Use it.
461         (riece-command-ctcp-ping): Ditto.
462         (riece-command-ctcp-clientinfo): Ditto.
463         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
464         twice.
465
466 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
467
468         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
469         Abolish.
470         (riece-mode-line-buffer-identification): Don't define alias.
471
472         * riece-server.el (riece-open-server): Handle errors occurred
473         during reading password.
474
475         * riece-options.el (riece-addons): Add riece-icon.
476
477         * riece-layout.el (riece-configure-windows-top): Collect arguments.
478
479         * riece-icon.el: New add-on.
480         * COMPILE (riece-modules): Add riece-icon.
481         * Makefile.am (EXTRA_DIST): Add riece-icon.el
482
483 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
484
485         * riece-options.el (riece-saved-forms): Add riece-layout.
486
487         * riece-layout.el (riece-layout-alist): Change format.
488         (riece-configure-windows): Take 2 args to specify the position of
489         the command buffer window.
490
491         * riece-commands.el (riece-command-change-layout): Set
492         riece-save-variables-are-dirty.
493
494 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
495
496         * Riece: Version 0.1.4 released.
497         * riece-version.el (riece-version-number): Bump up to 0.1.4.
498
499 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
500
501         * riece-server.el (riece-server-process-opened): Return t.
502
503         * riece.el (riece-dialogue-mode-map): Bind "p" to
504         riece-command-enter-message-to-user.
505
506         * riece-misc.el (riece-current-nickname): Use
507         riece-current-server-name.
508         (riece-get-users-on-server): Ditto.
509
510         * riece-server.el (riece-current-server-name): New function.
511         (riece-send-string): Use it.
512
513         * riece-commands.el (riece-command-enter-message-to-user): New command.
514
515 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
516
517         * riece-menu.el (riece-menu-create-layouts-menu): New function.
518         (riece-menu-items): Use it.
519
520         * riece-server.el (riece-server-process-opened): New function.
521         (riece-server-opened): Use it.
522
523         * riece-url.el: Require 'riece-menu.
524         (riece-url-insinuate): Add "Open URL..." menu in
525         riece-command-mode-hook.
526
527         * riece-options.el (riece-addons): Add riece-menu.
528
529         * riece-menu.el: New add-on.
530         * COMPILE (riece-modules): Add riece-menu.
531         * Makefile.am (EXTRA_DIST): Add riece-menu.el
532
533 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
534
535         * riece-version.el (riece-extended-version): Remove interactive spec.
536         (riece-version): New command.
537         * riece.el (riece-command-map): Bind "V" to riece-version.
538
539         * riece-options.el (riece-command-prefix): New user option.
540         (riece-tab-stop-list): Abolish.
541
542         * riece.el (riece-define-keys-1): If keymap is a list, eval the
543         2nd element of it.
544         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
545         (riece-command-map): Ditto.
546         (riece-dialogue-mode): Don't set tab-stop-list.
547
548 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
549
550         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
551         which belongs to myself.
552
553         * riece-commands.el (riece-command-topic): Use
554         riece-check-channel-commands-are-usable.
555         (riece-command-invite): Ditto.
556         (riece-command-kick): Ditto.
557         (riece-command-change-mode): Ditto.
558         (riece-command-set-operators): Ditto.
559         (riece-command-set-speakers): Ditto.
560         (riece-command-send-message): Ditto.
561         (riece-command-part): Ditto.
562
563         * riece-misc.el (riece-get-users-on-server): If
564         riece-current-channel is not set, check the default server.
565         (riece-check-channel-commands-are-usable): New function.
566
567         * riece-globals.el (riece-channel-regexp): Accept channel names
568         beginning with "!!".
569
570 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
571
572         * riece-commands.el (riece-command-universal-server-name-argument):
573         Fix parenthesis.
574
575 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
576
577         * riece.el (riece-buffer-alist): Rename from
578         riece-buffer-mode-alist.
579
580         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
581         argument, init-major-mode, which is used to assert the major-mode
582         of the created buffer.
583
584         * riece-naming.el (riece-naming-assert-rename): Merged buffer
585         renaming logic that riece-handle-nick-message was responsible for.
586
587         * riece-globals.el (riece-server-process-alist): Revive.
588         (riece-process-list): Abolish.
589         (riece-command-buffer): Set default to nil.
590         (riece-dialogue-buffer): Ditto.
591         (riece-others-buffer): Ditto.
592         (riece-channel-list-buffer): Ditto.
593         (riece-user-list-buffer): Ditto.
594         (riece-private-buffer): Abolish.
595         (riece-wallops-buffer): Abolish.
596
597         * riece-display.el (riece-channel-buffer-format): Moved from
598         riece-globals.
599         (riece-channel-buffer-alist): New variable.
600         (riece-channel-buffer-create): Assert the major-mode of the
601         created buffer is 'riece-channel-mode.
602         (riece-channel-buffer): New function.
603         (riece-switch-to-channel): Use riece-channel-buffer instead of
604         directly using get-buffer.
605
606 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
607
608         * riece-commands.el (riece-command-toggle-away): Check user away
609         status in the server buffer.
610         [cf. <Liece:00119>]
611         (riece-command-names): Use identity prefix
612         instead of formatted identity.
613         (riece-command-who): Ditto.
614
615 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
616
617         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
618         to `riece-command-name'.
619
620 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
621
622         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
623
624 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
625
626         * Riece: Version 0.1.3 released.
627         * riece-version.el (riece-version-number): Bump up to 0.1.3.
628
629 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
630
631         * riece-button.el (riece-button-map-identity-region): Abolish.
632         (riece-user-button-set-operators): Use riece-scan-property-region.
633         (riece-user-button-set-speakers): Ditto.
634         (riece-button-add-identity-button): Ditto.
635
636         * riece-keyword.el: Require 'riece-message.
637         (riece-keyword-map-region): Abolish.
638         (riece-keyword-scan-region): Use riece-scan-property-region.
639
640         * riece-misc.el (riece-scan-property-region): New function.
641
642 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
643
644         * riece-xemacs.el (riece-make-overlay): New alias.
645         (riece-overlay-put): New alias.
646         (riece-overlay-start): New alias.
647         (riece-overlay-buffer): New alias.
648
649         * riece-emacs.el (riece-make-overlay): New alias.
650         (riece-overlay-put): New alias.
651         (riece-overlay-start): New alias.
652         (riece-overlay-buffer): New alias.
653
654         * riece-keyword.el: New add-on.
655         * COMPILE (riece-modules): Add riece-keyword.
656         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
657
658         * riece-message.el (riece-message-filter-functions): New user option.
659         (riece-display-message-1): New function.
660         (riece-display-message): Use it.
661
662 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
663
664         * riece.el (riece-channel-list-mode): Initialize
665         riece-update-buffer-functions.
666         (riece-user-list-mode): Ditto.
667
668         * riece-globals.el (riece-channel-indicator): Rename from
669         riece-short-channel-indicator.
670         (riece-long-channel-indicator): Rename from
671         riece-channel-indicator.
672
673         * riece-display.el (riece-update-buffer-functions): Default to
674         nil.
675         (riece-update-indicator-functions): New variable splitted from
676         riece-update-buffer-functions.
677         (riece-update-channel-indicator): Rename from
678         riece-update-short-channel-indicator.
679         (riece-update-long-channel-indicator): Rename from
680         riece-update-channel-indicator.
681         (riece-update-buffers): Don't set riece-channel-buffer.
682         (riece-switch-to-channel): Set riece-channel-buffer here.
683
684         * riece-button.el (riece-user-button-popup-menu): Change order.
685         (riece-button-update-buffer): Unify
686         riece-button-update-channel-list-buffer and
687         riece-button-update-user-list-buffer.
688
689 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
690
691         * riece-history.el (riece-history-insinuate): In
692         riece-after-switch-to-channel-functions, check whether the last
693         channel is nil.
694
695         * riece-xemacs.el (riece-event-buffer): New alias.
696         (riece-event-point): New alias.
697
698         * riece-emacs.el (riece-event-buffer): New function.
699         (riece-event-point): New function.
700
701         * riece-display.el (riece-update-user-list-buffer): Use
702         riece-format-identity to add 'riece-identity property to user
703         names.
704
705         * riece-button.el (riece-user-button-popup-menu): New variable.
706         (riece-identity-button): Rename from riece-channel-button.
707         (riece-button-switch-to-identity): Rename from
708         riece-channel-button-action.
709         (riece-identity-button-popup-menu): Rename from
710         riece-channel-button-popup-menu; set point to the position the
711         event occurred.
712         (riece-user-button-join-partner): New function.
713         (riece-user-button-set-operators): New function.
714         (riece-user-button-set-speakers): New function.
715         (riece-user-button-finger): New function.
716         (riece-make-identity-button-map): New function.
717         (riece-button-map-identity-region): New function; splitted from
718         riece-button-add-identity-button.
719         (riece-button-add-identity-button): Use it.
720         (riece-button-update-user-list-buffer): New function.
721         (riece-button-insinuate): Add riece-button-update-user-list-buffer
722         to riece-update-buffer-functions.
723
724 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
725
726         * riece-xemacs.el (riece-mouse-2): New variable.
727         (riece-popup-menu-popup): New function.
728
729         * riece-emacs.el (riece-mouse-2): New variable.
730         (riece-popup-menu-bogus-filter-constructor): New macro.
731         (riece-popup-menu-popup): New function.
732
733         * riece-commands.el (riece-command-list): Use identity prefix
734         instead of formatted identity.
735
736         * riece-button.el (riece-channel-button-popup-menu): New variable.
737         (riece-channel-button): Arrange help-echo.
738         (riece-channel-button-switch-to-channel): New function.
739         (riece-channel-button-part): New function.
740         (riece-channel-button-list): New function.
741         (riece-channel-button-map): New variable.
742         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
743         properties on channel buttons.
744
745 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
746
747         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
748
749         * riece-history.el (riece-channel-list-history-face): New face.
750         (riece-history-format-channel-list-line): New function.
751         (riece-history-insinuate): Add ?+ to
752         riece-channel-list-mark-face-alist; add
753         riece-history-format-channel-list-line to
754         riece-format-channel-list-line-functions.
755
756         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
757
758 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
759
760         * riece-unread.el (riece-unread-after-display-message-function):
761         Do nothing when message-target is already in
762         riece-unread-channels; call riece-redisplay-buffers.
763         (riece-unread-update-channel-list-buffer): Abolish.
764         (riece-unread-after-switch-to-channel-function): Don't call
765         riece-unread-update-channel-list-buffer.
766         (riece-unread-format-channel-list-line): New function.
767         (riece-unread-insinuate): Add
768         riece-unread-format-channel-list-line to
769         riece-format-channel-list-line; don't add
770         riece-unread-update-channel-list-buffer to
771         riece-update-buffer-functions.
772
773         * riece-highlight.el (riece-channel-list-mark-current-channel):
774         Abolish; merged into riece-update-channel-list-buffer.
775         (riece-highlight-insinuate): Don't add
776         riece-channel-list-mark-current-channel to
777         riece-after-switch-to-channel-functions.
778
779         * riece-display.el (riece-channel-list-changed): Abolish.
780         (riece-update-channel-list-buffer): Always redisplay channel-list
781         buffer.
782         (riece-update-channel-list-indicator): Always redisplay
783         channel-list indicator.
784         (riece-format-channel-list-line): New function.
785         (riece-update-buffers): Don't clear riece-channel-list-changed.
786         (riece-join-channel): Don't set riece-channel-list-changed.
787         (riece-part-channel): Ditto.
788
789 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
790
791         * riece-options.el (riece-addons): Add riece-button.
792
793         * riece-display.el (riece-update-channel-list-buffer): Avoid to
794         use format to preserve 'riece-identity property.
795
796         * riece-unread.el (riece-unread-update-channel-list-buffer):
797         Simplified.
798         (riece-unread-insinuate): Delay adding
799         riece-unread-update-channel-list-buffer to
800         riece-update-buffer-functions.
801
802         * riece-button.el: New add-on.
803         * COMPILE (riece-modules): Add riece-button.
804         * Makefile.am (EXTRA_DIST): Add riece-button.el
805
806 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
807
808         * riece-server.el (riece-close-server-process): 
809         (riece-quit-server-process): Call riece-close-server-process
810         instead of kill-process; call riece-exit if no process is available.
811
812 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
813
814         * riece-display.el (riece-channel-buffer-name): Check whether
815         IDENTITY is a member of riece-current-channels.
816
817 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
818
819         * riece-commands.el (riece-command-kick): Fix completing-read
820         collection argument.
821
822 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
823
824         * riece-000.el: Require 'riece-commands.
825         * riece-200.el: Don't require 'riece-commands.
826         * riece-300.el: Ditto.
827
828 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
829
830         * Riece: Version 0.1.2 released.
831         * riece-version.el (riece-version-number): Bump up to 0.1.2.
832
833 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
834
835         * riece-filter.el (riece-sentinel): Don't clear
836         riece-reconnect-with-password.
837         * riece-server.el (riece-open-server): Clear
838         riece-reconnect-with-password here.
839
840 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
841
842         * riece-globals.el (riece-join-channel-candidate): New variable.
843         * riece-commands.el (riece-command-join): Prompt
844         riece-join-channel-candidate.
845
846         * riece-handle.el (riece-handle-invite-message): Set
847         riece-join-channel-candidate when the user is invited.
848         * riece-naming.el (riece-naming-assert-join): Clear
849         riece-join-channel-candidate.
850
851 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
852
853         * riece-identity.el (riece-completing-read-identity): Pass 6th &
854         7th arguments to completing-read.
855
856         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
857         of riece-completing-read-identity.
858
859         * riece-handle.el (riece-handle-invite-message): Fix parsing of
860         parameters.
861
862         * riece-display.el (riece-update-channel-list-buffer): Don't clear
863         riece-channel-list-changed.
864         (riece-update-buffers): Clear it.
865
866 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
867
868         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
869
870 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
871
872         * riece-000.el (riece-handle-001-message): Parse elements in
873         riece-startup-channel-list.
874
875 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
876
877         * riece-skk-kakutei.el
878         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
879
880 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
881
882         * riece-options.el (riece-startup-channel-list): Revive.
883         * riece-000.el (riece-handle-001-message): Process
884         riece-startup-channel-list.
885
886         * riece-server.el (riece-open-server): Display "Logging in to
887         XXX..." message.
888         * riece-000.el (riece-handle-001-message): Clear "Logging in to
889         XXX..." message; call riece-after-login-hook.
890
891 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
892
893         * riece-unread.el (riece-unread-after-display-message-function):
894         Simplified.
895
896 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
897
898         * riece-commands.el (riece-command-join): Extract target
899         identity-prefix before applying riece-channel-p; format target.
900
901 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
902
903         * Riece: Version 0.1.1 released.
904         * riece-version.el (riece-version-number): Bump up to 0.1.1.
905
906 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
907
908         * riece-guess.el (riece-guess-channel-try-functions): Default to
909         nil.
910         (riece-default-guess-channel): Abolish.
911         (riece-command-guess-switch-to-channel): Reconstruct
912         riece-guess-candidates when it is empty.
913
914 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
915
916         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
917         define.
918         (riece-dialogue-notice-face): Ditto.
919         (riece-dialogue-wallops-face): Ditto.
920         (riece-dialogue-error-face): Ditto.
921         (riece-dialogue-info-face): Ditto.
922         (riece-dialogue-server-face): Ditto.
923         (riece-dialogue-prefix-face): Ditto.
924         (riece-channel-list-default-face): Ditto.
925         (riece-channel-list-current-face): Ditto.
926
927         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
928         define.
929
930 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
931
932         * riece-history.el (riece-history-insinuate): Don't set
933         riece-guess-channel-try-functions here.
934         (riece-history-requires): Don't require riece-guess.
935
936         * riece-unread.el (riece-unread-requires): Don't require
937         riece-guess.
938         (riece-unread-insinuate): Don't set
939         riece-guess-channel-try-functions here.
940
941 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
942
943         * riece-unread.el (riece-unread-after-display-message-function):
944         Rename from riece-unread-display-message-function.
945         (riece-unread-after-switch-to-channel-function): Rename from
946         riece-unread-channel-switch-hook.
947         (riece-guess-channel-from-unread): New function.
948         (riece-unread-requires): Require 'riece-guess and 'riece-history.
949         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
950
951         * riece-options.el (riece-addons): Add riece-guess, riece-history,
952         and riece-url.
953
954         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
955         check riece-last-channel.
956
957         * riece-display.el (riece-switch-to-channel): Rename
958         riece-channel-switch-hook to
959         riece-after-switch-to-channel-functions.
960         (riece-switch-to-nearest-channel): Ditto.
961
962         * riece-guess.el: New add-on.
963         * COMPILE (riece-modules): Add riece-guess.
964         * Makefile.am (EXTRA_DIST): Add riece-guess.el
965
966         * riece-history.el: New add-on.
967         * COMPILE (riece-modules): Add riece-history.
968         * Makefile.am (EXTRA_DIST): Add riece-history.el
969
970 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
971
972         * riece-options.el (riece-connection-timeout): Abolish.
973
974         * riece-server.el (riece-clear-system): Abolish.
975         * riece.el (riece-exit): Merge riece-clear-system.
976
977 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
978
979         * riece-filter.el (riece-sentinel): Suppress status message when
980         riece-debug is nil.
981
982 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
983
984         * riece-highlight.el (riece-channel-list-mark-current-channel):
985         New function.
986
987         * riece-display.el (riece-channel-list-changed): New variable.
988         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
989         (riece-update-channel-list-indicator): Ditto.
990
991 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
992
993         * riece-options.el (riece-addons): Enable riece-unread by default.
994
995         * riece-highlight.el (riece-channel-list-current-face): New variable.
996         (riece-channel-list-default-face): New face.
997
998         * riece-globals.el (riece-channel-list-buffer): Strip leading
999         whitespace.
1000
1001 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
1002
1003         * riece-unread.el: Require 'riece-highlight when compiling.
1004         (riece-unread): New custom group.
1005         (riece-channel-list-unread-face): New variable.
1006         (riece-channel-list-unread-face): New face.
1007         (riece-unread-requires): New function.
1008         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
1009
1010         * riece-highlight.el: Highlight *Channels* buffer; rename
1011         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
1012         riece-dialogue-*.
1013         (riece-channel-list-font-lock-keywords): New variable.
1014         (riece-channel-list-mark-face-alist): New variable.
1015
1016 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1017
1018         * riece-unread.el (riece-unread-update-channel-list-buffer):
1019         Restore channel marks if exist.
1020
1021         * riece-naming.el (riece-naming-assert-join): Don't set
1022         riece-redisplay-buffers.
1023         (riece-naming-assert-part): Ditto.
1024         (riece-naming-assert-rename): Ditto.
1025
1026         * riece-display.el (riece-redisplay-buffers): Abolish.
1027         (riece-update-user-list-buffer): Don't check
1028         riece-redisplay-buffers.
1029         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
1030         beginning of the current channel.
1031         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
1032         (riece-join-channel): Ditto.
1033         (riece-part-channel): Ditto.
1034
1035 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1036
1037         * riece-display.el (riece-join-channel): Parse non-nil elements in
1038         riece-default-channel-binding.
1039
1040 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1041
1042         * riece-identity.el (riece-format-identity): Add 'riece-identity
1043         property to the resulting string.
1044
1045         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
1046         topic is "".
1047
1048         * riece-300.el (riece-handle-322-message): Simplify message.
1049
1050         * riece-commands.el (riece-command-change-layout): Call
1051         riece-command-configure-windows; Use setq instead of
1052         custom-set-variables.
1053
1054 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1055
1056         * Riece: Version 0.1.0 released.
1057         * riece-version.el (riece-version-number): Bump up to 0.1.0.
1058
1059 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1060
1061         * COMPILE (riece-compile-modules): Ignore errors during byte
1062         compilation.
1063         (riece-install-modules): If there lacks a compiled module, don't
1064         attempt to install it.
1065
1066         * riece-options.el (riece-quit-timeout): Default to 10.
1067
1068         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
1069         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
1070
1071         * riece-unread.el: Require 'riece-commands.
1072
1073         * riece-server.el: Require 'riece-identity and 'riece-compat.
1074
1075         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
1076         'riece-display.
1077         (riece-handle-dcc-request): Use riece-channel-buffer-name.
1078
1079         * riece-identity.el: Don't require 'riece-server.
1080
1081         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
1082         'riece-message, and 'riece-server.
1083
1084         * riece-ctcp.el: Require 'riece-display.
1085
1086         * riece-commands.el: Require 'riece-layout.
1087         (riece-command-change-layout): New command.
1088
1089         * riece-alias.el: Require 'riece-identity.
1090
1091         * riece-layout.el: No longer provided as an add-on.
1092         * riece-display.el: Remove window configuration stuff.
1093
1094 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
1095
1096         * riece-rdcc.el (riece-command-dcc-send): Bind
1097         process-connection-type to nil.
1098
1099         * riece-300.el (riece-handle-319-message): New handler.
1100
1101         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
1102         (riece): Signal an error when a server is opened;
1103         No need to initialize riece-command-buffer specially.
1104
1105 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1106
1107         * riece-display.el (riece-configure-windows-top): Set
1108         `truncate-partial-width-windows' nil, when horizontal window
1109         split.
1110
1111 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1112
1113         * riece-display.el (riece-configure-windows-top): Change
1114         user-list-buffer and channel-list-buffer window create logic.
1115
1116         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
1117         require riece.el when compile.
1118
1119         * riece.el (riece): Use `riece-redisplay-buffers' instead of
1120         `riece-configure-windows'.
1121
1122 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1123
1124         * riece-display.el (riece-configure-windows-top): New function.
1125         * riece-layout.el (riece-layout-alist): Add top.
1126
1127         * riece-skk-kakutei.el: New add-on.
1128         * COMPILE (riece-modules): Add riece-skk-kakutei.
1129         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
1130
1131 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
1132
1133         * riece-layout.el: New add-on.
1134         * COMPILE (riece-modules): Add riece-layout.
1135         * Makefile.am (EXTRA_DIST): Add riece-layout.el
1136
1137 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1138
1139         * riece-options.el (riece-quit-timeout): New user option.
1140         * riece-server.el (riece-quit-server-process): New function.
1141         * riece-commands.el (riece-command-quit): Use it.
1142         (riece-command-close-server): Use it.
1143
1144 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1145
1146         * riece-commands.el (riece-command-previous-channel): Skip nil in
1147         riece-current-channels.
1148
1149 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
1150
1151         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
1152         the ruby process.
1153
1154         * riece-xemacs.el: Don't require 'riece-compat.
1155
1156 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
1159         riece-parse-identity.
1160
1161 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1162
1163         * riece-server.el (riece-find-server-name): Abolish.
1164
1165         * riece-alias.el: Add usage.
1166
1167 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1168
1169         * riece-mini.el (riece-mini-send-message): Use
1170         riece-completing-read-identity; don't use riece-own-channel-message.
1171
1172         * riece-identity.el: Require 'riece-compat.
1173         (riece-identity-prefix-case-table): New variable.
1174         (riece-abbrev-identity-string-function): New variable.
1175         (riece-expand-identity-string-function): New variable.
1176         (riece-format-identity): Rename from riece-decode-identity.
1177         (riece-parse-identity): Rename from riece-encode-identity.
1178         (riece-with-identity-buffer): Abolish.
1179         (riece-identity-canonicalize-prefix): Use case-table.   
1180
1181         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
1182         (riece-handle-message): Ditto.
1183
1184         * riece-alias.el: New add-on.
1185         * COMPILE (riece-modules): Add riece-alias.
1186         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
1187
1188         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
1189         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
1190         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
1191
1192 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * Riece: Version 0.0.4 released.
1195         * riece-version.el (riece-version-number): Bump up to 0.0.4.
1196
1197 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
1198
1199         * riece-unread.el (riece-unread-display-message-function): Don't check
1200         `selected-window'. It doesn't work as expected.
1201
1202 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1203
1204         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
1205
1206         * riece-300.el: Rewrite using riece-decode-identity.
1207
1208         * riece-identity.el (riece-completing-read-identity): Signal an
1209         error when the encoded channel name is not matched with
1210         riece-channel-regexp.
1211
1212         * riece-globals.el (riece-channel-regexp): Moved from
1213         riece-channel.el.
1214         (riece-user-regexp): Moved form riece-user.el.
1215
1216 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1217
1218         * riece-handle.el (riece-handle-join-message): Don't call
1219         riece-switch-to-channel.
1220         (riece-handle-part-message): Don't decode message if it is empty.
1221         (riece-handle-kick-message): Ditto.
1222         (riece-handle-quit-message): Ditto.
1223         (riece-handle-kill-message): Ditto.
1224
1225         * riece-commands.el (riece-command-part): Show the current channel
1226         as default candidate.
1227
1228         * riece-identity.el (riece-completing-read-identity): Accept
1229         optional 5th argument `initial'.
1230
1231         * riece-unread.el (riece-unread-update-channel-list-buffer):
1232         Simplified.
1233
1234         * riece-filter.el (riece-sentinel): Don't bind
1235         riece-inhibit-update-buffers.
1236
1237         * riece-display.el (riece-redisplay-buffer): New variable.
1238         (riece-inhibit-update-buffers): Abolish.
1239         (riece-update-channel-list-buffer): Memorize
1240         encoded identity as text property on each line. 
1241
1242         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
1243         buffer local.
1244         (riece-user-list-mode): Ditto.
1245
1246 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
1249         Fix example setting, don't use 3rd arg of add-to-list.
1250
1251         * riece-coding.el (riece-default-coding-system): Fix default value.
1252
1253 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
1254
1255         * riece-display.el (riece-inhibit-update-buffers): New variable.
1256         * riece-filter.el (riece-sentinel): Bind
1257         riece-inhibit-update-buffers while removing channels from
1258         riece-current-channels.
1259         * riece-unread.el (riece-unread-display-message-function): Don't
1260         update channel list buffer when riece-inhibit-update-buffers is
1261         non-nil.
1262         (riece-unread-channel-switch-hook): Ditto.
1263         (riece-unread-insinuate): Add
1264         riece-unread-update-channel-list-buffer to
1265         riece-update-buffer-functions.
1266
1267         * riece-commands.el (riece-command-switch-to-channel): Call
1268         riece-redisplay-buffers instead of riece-command-configure-windows.
1269
1270         * riece-identity.el (riece-completing-read-identity): Remove nil
1271         from riece-current-channels before converting it to an alist.
1272
1273 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
1274
1275         * riece-unread.el (riece-unread-display-message-function): Check a
1276         `selected-window'.
1277
1278         * riece-mini.el: New add-on.
1279         * COMPILE (riece-modules): Add `riece-mini'.
1280         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
1281
1282         * riece-display.el (riece-channel-buffer-create): Add new hook.
1283         * riece-log.el: New add-on for saving irc logs.
1284         * COMPILE (riece-modules): Add `riece-log'.
1285         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
1286
1287         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
1288         (riece-command-part): Ditto.
1289
1290 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1291
1292         * riece-naming.el (riece-naming-assert-join): Call
1293         riece-update-buffers.
1294         (riece-naming-assert-part): Ditto.
1295
1296         * riece-filter.el (riece-sentinel): Don't bind
1297         riece-overriding-server-name; use riece-part-channel.
1298
1299         * riece-display.el (riece-switch-to-channel): Don't set
1300         riece-channel-buffer.
1301         (riece-update-buffers): Set riece-channel-buffer here.
1302
1303         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
1304         (riece-command-close-server): Fixed completion bug.
1305         (riece-command-universal-server-name-argument): Ditto.
1306
1307 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1308
1309         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
1310         doctor-read-print.
1311
1312         * riece-handle.el (riece-handle-nick-message): Use
1313         riece-decode-identity to decode user.
1314         (riece-handle-join-message): Ditto.
1315         (riece-handle-part-message): Ditto.
1316         (riece-handle-kick-message): Ditto.
1317         (riece-handle-quit-message): Ditto.
1318         (riece-handle-kill-message): Ditto.
1319         (riece-handle-invite-message): Ditto.
1320         (riece-handle-topic-message): Ditto.
1321         (riece-handle-mode-message): Ditto.
1322
1323 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1324
1325         * riece-message.el (riece-own-channel-message): Abolish.
1326
1327         * riece-commands.el (riece-command-send-message): Don't use
1328         riece-own-channel-message.
1329
1330         * riece-doctor.el (riece-doctor-reply): Don't use
1331         riece-own-channel-message.
1332         (riece-doctor-hello-regexp): New user option.
1333         (riece-doctor-bye-regexp): New user option.
1334
1335 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1336
1337         * riece-identity.el (riece-identity-member-no-server): Abolish.
1338
1339         * riece-doctor.el (riece-doctor-patients): Make it global variable.
1340         (riece-doctor-after-privmsg-hook): Use riece-identity-member
1341         instead of riece-identity-member-no-server.
1342
1343 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1344
1345         * riece-doctor.el: New add-on.
1346         * COMPILE (riece-modules): Add riece-doctor.
1347         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
1348
1349 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1350
1351         * riece-handle.el (riece-handle-nick-message): Follow the change
1352         of riece-identity-member.
1353
1354         * riece-commands.el (riece-command-next-channel): Use
1355         riece-identity-member instead of riece-identity-member-no-server.
1356         (riece-command-previous-channel): Ditto.
1357
1358 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1359
1360         * riece-identity.el (riece-completing-read-identity): Remove nil
1361         from channels before completing-read.
1362
1363         * riece-message.el (riece-message-make-name): Fix condition for priv.
1364         (riece-message-make-global-name): Ditto.
1365         (riece-message-buffer): Ditto.
1366
1367         * riece-misc.el (riece-current-nickname): Use
1368         riece-with-identity-buffer.
1369
1370 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1371
1372         * riece-message.el (riece-message-parent-buffers): Regard message's
1373         speaker as target when priv mode.
1374
1375         * riece-display.el (riece-update-channel-indicator): Decode
1376         riece-current-channel even in priv mode.
1377
1378         * riece-identity.el (riece-decode-identity): Respect prefix-only.
1379         (riece-completing-read-identity): Check if illegal characters in
1380         channel name.
1381
1382 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1383
1384         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
1385         * riece-globals.el (riece-user-buffer-format): Abolish.
1386         (riece-user-list-buffer): Default to " *Users*".
1387         * riece-display.el (riece-user-list-buffer-name): Abolish.
1388         (riece-user-list-buffer-create): Abolish.
1389
1390 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1391
1392         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
1393         (riece-handle-message): Ditto.
1394         (riece-sentinel): Clear system here.
1395
1396         * riece-server.el (riece-server-process-name): New function.
1397         (riece-server-process): New function.
1398         (riece-close-server): Abolish.
1399
1400         * riece-identity.el: Adopt vector object representation for
1401         identity objects.
1402         (riece-with-identity-buffer): New macro.
1403         (riece-decode-identity): New function.
1404         (riece-encode-identity): New function.
1405
1406         * riece-globals.el (riece-process-list): New variable.
1407         (riece-server-process-alist): Abolish.
1408         (riece-channel-buffer-alist): Abolish.
1409         (riece-user-list-buffer-alist): Abolish.
1410         (riece-short-channel-indicator): New variable.
1411
1412         * riece-channel.el: Assume that we are already in the server buffer.
1413         * riece-user.el: Likewise.
1414
1415 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1416
1417         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
1418
1419         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
1420         `add-to-list'.
1421
1422 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
1423
1424         * riece-channel.el (riece-forget-channel): Fixed.
1425         (riece-channel-modeless-regexp): Abolish.
1426         (riece-channel-modeless-p): Abolish.
1427
1428 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1429
1430         * riece-unread.el (riece-unread-display-message-function): Delete the
1431         target before adding to list.
1432         (riece-unread-switch-to-channel): New function.
1433         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
1434         Bind "u" to riece-dialogue-mode-map.
1435         Bind "u" to riece-channel-list-mode-map.
1436
1437         * riece.el (riece-channel-list-mode-map): Don't bind
1438         `riece-command-unread-channel'.
1439
1440 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1441
1442         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
1443         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
1444         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
1445         riece.el: Don't require riece-inlines since it has been removed.
1446
1447 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1448
1449         * riece-display.el (riece-update-user-list-buffer): Rename from
1450         riece-user-list-update-buffer.
1451         (riece-update-channel-list-buffer): Rename from
1452         riece-channel-list-update-buffer.
1453
1454 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1455
1456         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
1457         from riece-inlines.el; renamed from scandinavian-downcase.
1458         (riece-identity-equal-no-server): Moved from riece-inlines.el;
1459         renamed from scandinavian-equal-ignore-case.
1460         (riece-identity-equal-no-server-safe): New function.
1461         (riece-identity-member-no-server): Moved from riece-inlines.el;
1462         renamed from scandinavian-member-ignore-case.
1463         (riece-identity-member-no-server-safe): New function.
1464
1465         * riece-inlines.el: Removed.
1466         * COMPILE (riece-modules): Remove riece-inlines.
1467         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
1468
1469 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1470
1471         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
1472         explicitly.
1473         * riece-ndcc.el: Don't call delete-process explicitly.
1474         * riece-server.el (riece-close-server-process): Don't call
1475         delete-process explicitly unless riece-debug == t.
1476
1477 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1478
1479         * riece-inlines.el (scandinavian-downcase): New inline function.
1480         (scandinavian-equal-ignore-case): Rename from
1481         string-equal-ignore-case.
1482         (scandinavian-member-ignore-case): Rename from
1483         string-list-member-ignore-case.
1484
1485         * riece-identity.el (riece-identity-equal): Rename from
1486         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
1487         (riece-identity-equal-safe): Rename from riece-identity-equal.
1488         (riece-identity-member): Rename from riece-identity-member-no-server.
1489         (riece-identity-member-safe): Rename from riece-identity-member.
1490         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
1491         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
1492
1493 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1494
1495         * riece-rdcc.el: Require 'riece-ctcp.
1496         (riece-rdcc-insinuate): Add "DCC" to
1497         riece-ctcp-additional-clientinfo.
1498
1499         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
1500         (riece-command-ctcp-clientinfo): New command.
1501         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1502         (riece-handle-ctcp-clientinfo-request): New handler.
1503         (riece-handle-ctcp-clientinfo-response): New handler.
1504
1505         * riece-server.el (riece-open-server): No need to use
1506         get-buffer-create to reuse process buffer.
1507
1508 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1509
1510         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
1511         DCC process.
1512         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
1513
1514         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
1515         `:coding'.
1516         (riece-open-server): Follow the change.
1517
1518         * riece-ctcp.el (riece-command-ctcp-action): New command.
1519         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1520         (riece-handle-ctcp-action-request): New handler.
1521
1522         * riece.el (riece-command-mode): Enclose status indicators with
1523         `{}'; show riece-user-indicator.
1524         (riece-channel-mode): Likewise.
1525         (riece-dialogue-mode): Enclose status indicators with `{}'.
1526         * riece-globals.el (riece-user-indicator): New indicator.
1527         (riece-freeze-indicator): Default to "-".
1528         * riece-display.el (riece-update-channel-indicator): Don't update
1529         modeline.
1530         (riece-update-status-indicators): Set riece-user-indicator.
1531         * riece-300.el (riece-handle-324-message): Update channel indicator.
1532
1533 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1534
1535         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
1536         (riece-dialogue-mode): Call riece-update-status-indicators.
1537         (riece-channel-mode): Add riece-operator-indicator to
1538         mode-line-buffer-identification.
1539         * riece-user.el (riece-make-user): New attribute `operator'.
1540         (riece-user-operator): New function.
1541         (riece-user-set-operator): New function.
1542         (riece-user-toggle-away): New function.
1543         (riece-user-toggle-operator): New function.
1544         * riece-misc.el (riece-own-frozen): Revive.
1545         * riece-message.el (riece-display-message): Reset riece-freeze if
1546         riece-freeze == 'own && (riece-message-own-p message).
1547         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
1548         (riece-operator-indicator): New variable.
1549         * riece-display.el (riece-update-status-indicators): New function.
1550         (riece-update-buffer-functions): Add it.
1551         * riece-commands.el (riece-command-toggle-freeze): Don't call
1552         riece-freeze.
1553         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
1554         * riece-300.el (riece-handle-302-message): Use
1555         riece-user-toggle-away instead of riece-user-set-away.
1556         (riece-handle-301-message): Ditto.
1557         (riece-handle-305-message): Ditto.
1558         (riece-handle-306-message): Ditto.
1559         (riece-handle-352-message): Ditto.
1560
1561 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * riece-commands.el (riece-command-next-channel): Circularly
1564         follow the channel list.
1565         (riece-command-previous-channel): Ditto.
1566
1567 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1568
1569         * riece.el (riece-command-mode): Set default value of riece-freeze
1570         & riece-own-freeze.
1571         * riece-options.el (riece-away-message): New user option.
1572         * riece-commands.el (riece-command-toggle-away): Query user away
1573         message.
1574         * riece-300.el (riece-handle-301-message): Set user's away status.
1575         (riece-handle-305-message): Ditto.
1576         (riece-handle-306-message): Ditto.
1577         (riece-handle-302-message): Ditto.
1578         (riece-handle-352-message): Ditto.
1579
1580 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1581
1582         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
1583         and riece-identity.
1584         (riece-command-dcc-receive): Check the existence of
1585         set-buffer-multibyte.
1586
1587 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1588
1589         * Riece: Version 0.0.3 released.
1590         * riece-version.el (riece-version-number): Bump up to 0.0.3.
1591
1592         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
1593         in hooks.
1594         (riece-handle-ctcp-response): Ditto.
1595
1596 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1597
1598         * riece-user.el (riece-rename-user): Don't modify entry when
1599         old-name == new-name.
1600
1601         * riece-display.el (riece-configure-windows): Use window-buffer
1602         instead of current-buffer.
1603
1604         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1605         (riece-rdcc-ruby-command): New user option.
1606         (riece-rdcc-send-program): New user option.
1607         (riece-rdcc-decode-address-program): New user option.
1608         (riece-rdcc-substitute-variables): New function.
1609         (riece-command-dcc-send): Use it.
1610         (riece-rdcc-decode-address): Use it.
1611
1612 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1613
1614         * riece-rdcc.el: New add-on.
1615
1616         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1617
1618 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1619
1620         * riece-ndcc.el: New add-on.
1621         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1622
1623 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1624
1625         * riece-server.el (riece-open-server): Simplify message.
1626
1627         * riece-commands.el (riece-command-open-server): Throw an error
1628         when the server is already opened.
1629
1630         * riece-filter.el (riece-sentinel): Simplified.
1631
1632         * riece-display.el (riece-user-list-update-buffer): Check the
1633         existence of riece-user-list-buffer.
1634         (riece-channel-list-update-buffer): Check the existence of
1635         riece-channel-list-buffer.
1636         (riece-set-window-points): Ditto.
1637
1638         * riece-commands.el (riece-command-open-server): Simplified.
1639         (riece-command-toggle-channel-buffer-mode): Set
1640         riece-save-variables-are-dirty to t.
1641         (riece-command-toggle-user-list-buffer-mode): Ditto.
1642         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1643
1644         * riece-server.el (riece-start-server): Abolish.
1645         (riece-open-server): Set riece-server-process-alist and
1646         riece-server-process here.
1647
1648 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1649
1650         * riece-filter.el (riece-sentinel): Close process even if
1651         riece-reconnect-with-password == t.
1652         (riece-handle-message): Catch errors occured in hooks.
1653
1654         * riece-server.el (riece-open-server): Reuse server buffer.
1655         (riece-close-server-process): Delete process even if process is
1656         not running.
1657
1658 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1659
1660         * riece-server.el (riece-open-server): No need to reset
1661         riece-reconnect-with-password.
1662
1663         * riece-filter.el (riece-sentinel): Don't call riece when
1664         riece-reconnect-with-password = t and process !=
1665         riece-server-process.
1666
1667         * riece-url.el: Fix usage.
1668
1669         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1670
1671         * riece-unread.el: New add-on.
1672         * COMPILE (riece-modules): Add riece-unread.
1673         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1674
1675         * riece-300.el (riece-handle-322-message): New handler.
1676         (riece-handle-323-message): New handler.
1677
1678 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1679
1680         * riece-display.el (riece-configure-windows): Select other window
1681         when minibuffer is active.
1682
1683         * riece-commands.el (riece-command-list): New command.
1684         (riece-command-enter-message-as-notice): New command.
1685         * riece.el (riece-command-mode-map): Bind
1686         riece-command-enter-message-as-notice and riece-command-list.
1687
1688         * riece-server.el (riece-close-server): Skip nil when leaving
1689         channels before closing server.
1690
1691 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1692
1693         * Riece: Version 0.0.2 released.
1694         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1695
1696         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1697         * riece-url.el (riece-url-requires): Don't assert dependency on
1698         riece-highlight unless it appears in riece-addons.
1699
1700         * riece-url.el: New add-on.
1701         * COMPILE (riece-modules): Add riece-url.
1702
1703         * riece-message.el (riece-message-make-bracket): Abolish.
1704         * riece-highlight.el (riece-highlight-font-lock-keywords):
1705         Give up to fontify "-nick-" or "-nick server-".
1706
1707         * riece-highlight.el (riece-highlight-font-lock-keywords):
1708         Simplified regexp.
1709
1710         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1711         (riece-handle-ctcp-response): Ditto.
1712
1713         * riece-highlight.el: Make it an add-on.
1714         (riece-highlight-insinuate): New function.
1715         * riece.el: Don't require 'riece-highlight.
1716         * riece-options.el (riece-addons): Turn on riece-highlight and
1717         riece-ctcp by default.
1718
1719         * riece-display.el (riece-configure-windows-predicate): New function.
1720         (riece-configure-windows-predicate): New user option.
1721         (riece-redisplay-buffers): Use it.
1722
1723         * riece-complete.el: Require 'cl for butlast.
1724
1725         * Makefile.am (elc): Renamed from "compile".
1726
1727         * riece.el (riece-dialogue-mode-map): Bind
1728         riece-command-toggle-channel-list-buffer-mode.
1729
1730         * riece-display.el (riece-configure-windows): Typo fixed.
1731
1732         * riece-user.el (riece-user-toggle-channel): Use member instead of
1733         memq.
1734
1735 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1736
1737         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1738
1739         * riece-options.el (riece-addons): New user option.
1740         (riece-addon-directory): New user option.
1741
1742         * riece.el (riece-load-and-build-addon-dependencies): New function.
1743         (riece-insinuate-addons): New function.
1744         (riece): Call riece-insinuate-addons.
1745
1746         * riece-misc.el (riece-get-users-on-server): Moved from
1747         riece-commands.el.
1748
1749         * riece-ctcp.el: New file.
1750         * COMPILE (riece-modules): Add riece-ctcp.
1751         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1752
1753 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1754
1755         * Riece: Version 0.0.1 released.
1756
1757         * riece-commands.el (riece-command-names): New command.
1758         (riece-command-who): New command.
1759
1760         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1761         riece-command-who.
1762
1763         * riece-300.el (riece-handle-341-message): New handler.
1764         (riece-handle-352-message): New handler.
1765
1766         * riece-commands.el (riece-command-invite): Don't accept channel
1767         argument; throw an error when user is not on a channel.
1768         (riece-command-kick): New command.