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