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