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