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