* riece-display.el (riece-update-long-channel-indicator): Change
[riece] / lisp / ChangeLog
1 2004-06-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * riece-display.el (riece-update-long-channel-indicator): Change
4         order to channel, mode, topic.
5
6         * riece-message.el (riece-message-make-open-bracket): Come in
7         first notice message.
8         (riece-message-make-close-bracket): Ditto.
9
10 2004-06-16  Daiki Ueno  <ueno@unixuser.org>
11
12         * riece-commands.el (riece-command-end-of-buffer): New command.
13         * riece.el (riece-dialogue-mode-map): Bind beginning-of-buffer to Home.
14         (riece-command-map): Bind riece-command-beginning-of-buffer to Home.
15
16 2004-06-15  Daiki Ueno  <ueno@unixuser.org>
17
18         * riece.el (riece-dialogue-mode-map): Bind end-of-buffer to End.
19         (riece-command-map): Bind riece-command-end-of-buffer to End.
20
21 2004-06-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * riece-commands.el (riece-command-send-message): Run
24         riece-command-send-message-hook.
25
26         * riece-foolproof.el (riece-foolproof-dmacro-override): Removed.
27         (riece-foolproof-command-send-message-function): New function.
28         (riece-foolproof-insinuate): Use hook instead of advice.
29         (riece-foolproof-enable, riece-foolproof-disable): Simplified.
30
31 2004-06-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
32
33         * riece-foolproof.el (riece-foolproof-dmacro-override): New
34         function.
35         (riece-foolproof-insinuate): Check keyboard macro.
36
37 2004-06-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * riece-foolproof.el: New add-on.
40         * COMPILE (riece-modules): Add riece-foolproof.
41         * Makefile.am (EXTRA_DIST): Add riece-foolproof.el.
42
43 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
44
45         * riece-commands.el (riece-command-change-mode): Don't send ":" to
46         query a channe mode.
47         * riece-mode.el (riece-parse-modes): Accept mode spec not
48         delimited with " " such as "-n+s".
49
50 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
51
52         * riece-layout.el (riece-set-window-points): Restore window-point
53         of the channel buffer from riece-channel-buffer-window-point.
54
55         * riece-display.el (riece-switch-to-channel): Set
56         riece-channel-buffer-window-point.
57
58         * riece.el (riece-channel-mode): Make
59         riece-channel-buffer-window-point buffer local.
60
61         * riece-globals.el (riece-channel-buffer-window-point): New variable.
62
63 2004-06-06  Daiki Ueno  <ueno@unixuser.org>
64
65         * riece-rdcc.el (riece-command-dcc-send): Replace whitespace with
66         "_".
67         (riece-command-dcc-receive): Convert default filename with
68         convert-standard-filename.
69         (riece-handle-dcc-request): Handle filenames enclosed with "...".
70
71 2004-06-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
72
73         * riece-hangman.el (riece-hangman-word): Check killed-buffer or
74         not.  Fix random number generation logic.
75
76 2004-06-03  Daiki Ueno  <ueno@unixuser.org>
77
78         * riece-server.el (riece-open-server): When password input is
79         quitted, delete the current server process manually.
80         (riece-close-server-process): Always kill process buffer.
81         (riece-quit-server-process): If the connection is timed out,
82         delete the current server process manually.
83
84 2004-06-02  Daiki Ueno  <ueno@unixuser.org>
85
86         * riece-unread.el: Use riece-facep to check existence of
87         'riece-modeline-unread-face.
88         * riece-history.el: Use riece-facep to check existence of
89         'riece-modeline-history-face.
90         * riece-highlight.el: Use riece-facep to check existence of
91         'riece-modeline-current-face.
92
93         * riece-xemacs.el (riece-facep): Define as an alias of 'find-face.
94         * riece-emacs.el (riece-facep): Define as an alias of 'facep.
95
96 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
97
98         * riece-button.el (riece-button-disable): On XEmacs, BUFFER arg of
99         widget-map-buttons is ignored.
100
101 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
102
103         * riece-unread.el (riece-modeline-unread-face): New face;
104         setup the properties are inherited from 'modeline.
105         * riece-history.el (riece-modeline-history-face): New face;
106         setup the properties are inherited from 'modeline.
107         * riece-highlight.el (riece-modeline-current-face): New face;
108         setup the properties are inherited from 'modeline.
109
110         * riece-server.el (riece-close-server-process): Reset
111         process-filter/process-sentinel.
112
113 2004-05-31  Daiki Ueno  <ueno@unixuser.org>
114
115         * riece-hangman.el (riece-hangman-after-privmsg-hook): Display answer.
116         (riece-hangman-enable): Initialize random seed.
117
118 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
119
120         * Riece: Version 1.0.0 released.
121         * riece-version.el (riece-version-number): Bump up to 1.0.0.
122
123 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
124
125         * riece-commands.el (riece-command-finger): Complete user names
126         without server-name.
127         (riece-command-invite): Ditto.
128         (riece-command-change-mode): Ditto.
129         (riece-command-enter-message-to-user): Ditto.
130
131         * riece-identity.el (riece-completing-read-identity): Add extra
132         8th arg "no-server".
133
134 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
135
136         * riece-server.el: Move autoload setting for 'riece-exit before
137         riece-open-server.
138
139         * riece-message.el (riece-format-message): Use speaker's
140         server-name instead of the current server-name.
141
142         * riece-ignore.el: Autoload 'riece-dialogue-mode.
143
144         * riece-identity.el (riece-format-identity): Put
145         'riece-format-identity-prefix-only property.
146
147         * riece-icon.el: Require 'riece-globals and 'riece-signal.
148
149         * riece-history.el: Require 'riece-signal.
150
151         * riece-highlight.el: Require 'riece-misc.
152
153         * riece-alias.el: Require 'riece-signal.
154
155         * riece-addon.el: Require 'font-lock, 'riece-options,
156         'riece-compat, and 'riece-misc.
157
158 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
159
160         * riece-commands.el (riece-command-switch-to-channel): Change prompt.
161         (riece-command-switch-to-channel-by-number): Ditto.
162         (riece-command-change-layout): Ditto.
163         (riece-command-finger): Ditto.
164         (riece-command-topic): Ditto.
165         (riece-command-invite): Ditto.
166         (riece-command-kick): Ditto.
167         (riece-command-names): Ditto.
168         (riece-command-who): Ditto.
169         (riece-command-list): Ditto.
170         (riece-command-change-mode): Ditto.
171         (riece-command-set-operators): Ditto.
172         (riece-command-set-speakers): Ditto.
173         (riece-command-enter-message-to-user): Ditto.
174         (riece-command-join): Ditto.
175         (riece-command-part): Ditto.
176         (riece-command-open-server): Ditto.
177         (riece-command-close-server): Ditto.
178
179 2004-05-28  OHASHI Akira  <bg66@koka-in.org>
180
181         * riece-biff.el (riece-biff-insinuate): Add riece-biff-disable to
182         riece-exit-hook.
183
184 2004-05-28  Daiki Ueno  <ueno@unixuser.org>
185
186         * riece-message.el (riece-message-set-speaker): New function.
187         (riece-message-set-target): New function.
188         (riece-message-set-text): New function.
189         (riece-message-set-type): New function.
190         (riece-message-set-own-p): New function.
191
192         * riece-kakasi.el: New add-on.
193         * COMPILE (riece-modules): Add riece-kakasi.
194         * Makefile.am (EXTRA_DIST): Add riece-kakasi.el.
195
196 2004-05-27  OHASHI Akira  <bg66@koka-in.org>
197
198         * riece-biff.el: New add-on.
199         * COMPILE (riece-modules): Add riece-biff.
200         * Makefile.am (EXTRA_DIST): Add riece-biff.el.
201
202 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
203
204         * riece.el (riece-exit): Don't disable addons.
205
206         * riece-commands.el (riece-command-quit): Don't query user to
207         input y/n if there is no server process.
208
209 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
210
211         * riece-highlight.el: Require 'derived.
212         (riece-highlight-setup-dialogue): Turn on font-lock if
213         riece-highlight-enabled.
214         (riece-highlight-setup-channel-list): Ditto.
215
216 2004-05-24  Daiki Ueno  <ueno@unixuser.org>
217
218         * riece-addon.el (riece-command-list-addons): Sort add-ons.
219
220 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
221
222         * riece-menu.el: Don't put 'riece-addon-default-disabled property.
223
224         * riece-log.el (riece-log-flashback): Don't check riece-log-enabled.
225
226         * riece.el (riece): Enable add-ons after startup.
227
228 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
229
230         * riece-unread.el (riece-unread-disable): Reset riece-unread-channels.
231
232 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
233
234         * riece-message.el (riece-format-message): Don't append
235         server-name if the 2nd arg is not specified.
236
237         * riece-hangman.el (riece-hangman-word): Fixed regexp.
238
239 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
240
241         * riece-xface.el: Support enable/disable.
242         (riece-xface-enabled): New flag.
243         (riece-xface-description): New variable.
244         (riece-xface-update-user-list-buffer): Check riece-xface-enabled.
245         (riece-xface-enable): New function.
246         (riece-xface-disable): New function.
247
248         * riece-url.el: Support enable/disable.
249         (riece-url-enabled): New flag.
250         (riece-url-description): New variable.
251         (riece-url-enable): New function; bind command keys here.
252         (riece-url-disable): New function.
253
254         * riece-unread.el: Support enable/disable.
255         (riece-unread-enabled): New flag.
256         (riece-unread-description): New variable.
257         (riece-unread-after-display-message-function): Check
258         riece-unread-enabled.
259         (riece-unread-after-switch-to-channel-function): Ditto.
260         (riece-unread-format-identity-for-channel-list-buffer): Ditto.
261         (riece-unread-format-identity-for-channel-list-indicator): Ditto.
262         (riece-unread-enable): New function; bind command keys here.
263         (riece-unread-disable): New function.
264
265         * riece-rdcc.el: Support enable/disable.
266         (riece-rdcc-enabled): New flag.
267         (riece-rdcc-description): New variable.
268         (riece-handle-dcc-request): Check riece-rdcc-enabled.
269         (riece-rdcc-enable): New function; bind command keys here.
270         (riece-rdcc-disable): New function.
271
272         * riece-ndcc.el: Support enable/disable.
273         (riece-ndcc-enabled): New flag.
274         (riece-ndcc-description): New variable.
275         (riece-handle-dcc-request): Check riece-ndcc-enabled.
276         (riece-ndcc-enable): New function; bind command keys here.
277         (riece-ndcc-disable): New function.
278
279         * riece-menu.el: Support enable/disable; put
280         riece-addon-default-disabled property.
281         (riece-menu-enabled): New flag.
282         (riece-menu-description): New variable.
283         (riece-menu-enable): New function.
284         (riece-menu-disable): New function.
285
286         * riece-lsdb.el: Support enable/disable.
287         (riece-lsdb-enabled): New flag.
288         (riece-lsdb-description): New variable.
289         (riece-lsdb-enable): New function; bind command keys here.
290         (riece-lsdb-disable): New function.
291
292         * riece-keyword.el: Support enable/disable.
293         (riece-keyword-enabled): New flag.
294         (riece-keyword-description): New variable.
295         (riece-keyword-message-filter): Check riece-keyword-enabled.
296         (riece-keyword-enable): New function.
297         (riece-keyword-disable): New function.
298
299         * riece-ignore.el: Support enable/disable.
300         (riece-ignore-enabled): New flag.
301         (riece-ignore-description): New variable.
302         (riece-ignore-message-filter): Check riece-ignore-enabled.
303         (riece-ignore-enable): New function; bind command keys here.
304         (riece-ignore-disable): New function.
305
306         * riece-icon.el: Support enable/disable.
307         (riece-icon-enabled): New flag.
308         (riece-icon-description): New variable.
309         (riece-icon-update-user-list-buffer): Check riece-icon-enabled.
310         (riece-icon-update-channel-list-buffer): Check riece-icon-enabled.
311         (riece-icon-enable): New function.
312         (riece-icon-disable): New function.
313
314         * riece-history.el: Support enable/disable.
315         (riece-history-enabled): New flag.
316         (riece-history-description): New variable.
317         (riece-history-format-identity-for-channel-list-buffer): Check
318         riece-history-enabled.
319         (riece-history-format-identity-for-channel-list-indicator): Ditto.
320         (riece-history-enable): New function.
321         (riece-history-disable): New function.
322
323         * riece-hangman.el: Support enable/disable; put
324         riece-addon-default-disabled property.
325         (riece-hangman-enabled): New flag.
326         (riece-hangman-description): New variable.
327         (riece-hangman-after-privmsg-hook): Check riece-hangman-enabled.
328         (riece-hangman-enable): New function.
329         (riece-hangman-disable): New function.
330
331         * riece-guess.el: Support enable/disable.
332         (riece-guess-enabled): New flag.
333         (riece-guess-description): New variable.
334         (riece-guess-insinuate): Nothing to do.
335         (riece-guess-enable): New function; bind command keys here.
336         (riece-guess-disable): New function.
337
338         * riece-doctor.el: Support enable/disable; put
339         'riece-addon-default-disabled property.
340         (riece-doctor-enabled): New flag.
341         (riece-doctor-description): New variable.
342         (riece-doctor-after-privmsg-hook): Check riece-doctor-enabled.
343         (riece-doctor-enable): New function.
344         (riece-doctor-disable): New function.
345
346         * riece-ctlseq.el: Support enable/disable.
347         (riece-ctlseq-enabled): New flag.
348         (riece-ctlseq-description): New variable.
349         (riece-ctlseq-message-filter): Check riece-ctlseq-enabled.
350         (riece-ctlseq-enable): New function.
351         (riece-ctlseq-disable): New function.
352
353         * riece-button.el: Support enable/disable.
354         (riece-button-enabled): New flag
355         (riece-button-description): New variable.
356         (riece-button-enable): New function.
357         (riece-button-disable): New function.
358
359         * riece-async.el (riece-async-description): New variable.
360
361         * riece-alias.el: Support enable/disable.
362         (riece-alias-enabled): New flag.
363         (riece-alias-description): New variable.
364         (riece-alias-insinuate): Nothing to do.
365         (riece-alias-enable): New function.
366         (riece-alias-disable): New function.
367
368         * riece-addon.el (riece-addon-list-mark-face-alist): Change mark
369         for addons which does not support enable/disable.
370         (riece-addon-list-font-lock-keywords): Follow the above change.
371         (riece-command-list-addons): Ditto.
372
373         * riece.el (riece): Check 'riece-addon-default-disabled property.
374         (riece-exit): Disable addons.
375
376 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
377
378         * riece-addon.el (riece-addon-list-mode): Call font-lock-set-defaults.
379
380         * riece-highlight.el (riece-highlight-setup-dialogue): Call
381         font-lock-set-defaults.
382         (riece-highlight-setup-channel-list): Ditto.
383
384         * riece.el (riece): Enable add-ons after startup.
385
386 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
387
388         * riece.el (riece-dialogue-mode-map): Bind
389         riece-command-list-addons as "^".
390
391 2004-05-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
392
393         * riece-skk-kakutei.el (riece-skk-kakutei-enabled): New flag.
394         (riece-skk-kakutei-description): New variable.
395         (riece-skk-kakutei-insinuate): Nothing to do.
396         (riece-skk-kakutei-enable): New function.
397         (riece-skk-kakutei-disable): New function.
398
399 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
400
401         * riece-highlight.el (riece-highlight-setup-dialogue): Simplified.
402         (riece-highlight-setup-channel-list): Simplified.
403
404         * riece.el (riece): Enable add-ons just after insinuate them.
405
406         * riece-addon.el (riece-addon-list-enabled-face): New face.
407         (riece-addon-list-disabled-face): New face.
408         (riece-addon-list-unsupported-face): New face.
409         (riece-addon-list-unknown-face): New face.
410         (riece-addon-list-description-face): New face.
411         (riece-addon-list-mark-face-alist): New user option.
412         (riece-addon-list-font-lock-keywords): New variable.
413         (riece-addon-list-mode-map): Bind some keys.
414
415 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
416
417         * riece-addon.el (riece-insinuate-addon): Add optional 2nd
418         argument `verbose'
419         (riece-enable-addon): Ditto.
420         (riece-disable-addon): Ditto.
421         (riece-command-enable-addon): Call riece-enable-addon with the 2nd
422         arg.
423         (riece-command-disable-addon): Call riece-disable-addon with the
424         2nd arg.
425
426 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
427
428         * riece-addon.el (riece-command-list-addons): Change "no
429         description" -> "(no description)"; show key bindings.
430
431         * riece-ctcp.el (riece-ctcp-description): New variable.
432         * riece-highlight.el (riece-highlight-description): New variable
433         * riece-log.el (riece-log-description): New variable.
434         * riece-mini.el (riece-mini-description): New variable.
435
436 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
437
438         * riece-ctcp.el (riece-ctcp-enable): Fixed typo.
439
440         * riece-addon.el (riece-addon-list-mode-map): New keymap.
441         (riece-addon-list-mode): New function.
442         (riece-command-list-addons): New command.
443         (riece-command-enable-addon): New command.
444         (riece-command-disable-addon): New command.
445         (riece-disable-addon): Fixed typo.
446
447 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
448
449         * riece-mini.el (riece-mini-enabled): New flag.
450         (riece-mini-display-message-function): Check riece-mini-enabled.
451         (riece-mini-enable): New function.
452         (riece-mini-disable): New function.
453
454         * riece-log.el (riece-log-enabled): New flag.
455         (riece-log-display-message-function): Check riece-log-enabled.
456         (riece-log-insinuate): Don't bind command key.
457         (riece-log-enable): New function.
458         (riece-log-disable): New function.
459
460         * riece-highlight.el (riece-highlight-enabled): New flag.
461         (riece-highlight-setup-dialogue): Renamed from
462         riece-dialogue-turn-on-font-lock; don't call turn-on-font-lock.
463         (riece-highlight-setup-channel-list): Renamed from
464         riece-channel-list-turn-on-font-lock; don't call
465         turn-on-font-lock.
466         (riece-highlight-hide-prefix): Renamed from
467         riece-dialogue-hide-prefix.
468         (riece-highlight-put-overlay-faces): Renamed from
469         riece-put-overlay-faces; check riece-highlight-enabled.
470         (riece-highlight-format-identity-for-channel-list-indicator):
471         Check riece-highlight-enabled.
472         (riece-highlight-insinuate): Follow the name changes.
473         (riece-highlight-enable): New function.
474         (riece-highlight-disable): New function.
475
476         * riece-ctcp.el (riece-ctcp-enabled): New flag.
477         (riece-ctcp-insinuate): Don't bind command keys.
478         (riece-ctcp-enable): New function.
479         (riece-ctcp-disable): New function.
480         (riece-handle-ctcp-request): Check riece-ctcp-enabled.
481         (riece-handle-ctcp-response): Ditto.
482
483         * riece.el: Moved add-on arrangement code to riece-addon.el.
484         (riece-addons-insinuated): New flag.
485         (riece): Don't (re)insinuate add-ons if at least an IRC server is
486         opened; enable add-ons after calling riece-startup-hook.
487
488         * riece-addon.el: New file.
489         * COMPILE (riece-modules): Add riece-addon.
490         * Makefile.am (EXTRA_DIST): Add riece-addon.el.
491
492 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
493
494         * riece-doctor.el (riece-doctor-buffer-name): Assume that the 1st
495         argument is nickname rather than identity object.
496         (riece-doctor-after-privmsg-hook): Don't send formatted identity
497         as a patient's nickname.
498
499 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
500
501         * riece-hangman.el (riece-hangman-player-context-alist): Renamed
502         from riece-hangman-players.
503         (riece-hangman-make-context): Add doc.
504         (riece-hangman-context-word): Add doc.
505         (riece-hangman-context-guessed): Add doc.
506         (riece-hangman-context-missed-count): Add doc.
507         (riece-hangman-context-set-guessed): Add doc.
508         (riece-hangman-context-set-missed-count): Add doc.
509         (riece-hangman-word): Add doc.
510         (riece-hangman-reply-with-context): Prefix user name.
511
512 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
513
514         * riece-doctor.el (riece-doctor-after-privmsg-hook): Prefix user
515         name to reply.
516
517         * riece-hangman.el: New add-on.
518         * COMPILE (riece-modules): Add riece-hangman.
519         * Makefile.am (EXTRA_DIST): Add riece-hangman.el.
520
521 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
522
523         * riece-400.el (riece-handle-read-string): Append "Quit" to prompt
524         if user quits input.
525
526 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
527
528         * riece-commands.el (riece-command-complete-user): New command.
529         * riece.el: Bind riece-command-complete-user.
530
531 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
532
533         * riece-400.el (riece-handle-read-string): New function.
534         (riece-handle-432-message): Use it.
535         (riece-handle-433-message): Use it.
536
537         * riece-server.el (riece-open-server): Don't inhibit quit and
538         catch it when reading server password.
539
540 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
541
542         * riece-ignore.el (riece-ignore-message-filter): Set the
543         major-mode of riece-ignore-buffer riece-dialogue-mode.
544
545 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
546
547         * riece-ignore.el (riece-ignore-buffer-name): New user option.
548         (riece-ignore-discard-message): Fixed custom spec to follow the
549         logging option.
550         (riece-ignore-buffer): New variable.
551
552         * riece-log.el (riece-log-display-message-function): Use
553         riece-format-message.
554
555         * riece-message.el (riece-format-message): New function splitted
556         from riece-display-message-1.
557         (riece-display-message-1): Use it.
558
559 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
560
561         * riece-ignore.el (riece-ignore-user): Renamed from
562         riece-ignore-by-user.
563
564 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
565
566         * riece-signal.el (riece-connect-signal): Fixed doc.
567         (riece-disconnect-signal): New function.
568
569         * riece-ignore.el (riece-ignore-discard-message): New user option.
570         (riece-ignored-user-list): Renamed from riece-ignored-user.
571         (riece-ignore-by-user): Support unignore.
572
573 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
574
575         * riece-url.el (riece-url-regexp): Accept ";".
576
577         * riece-ignore.el: New add-on.
578         * COMPILE (riece-modules): Add riece-ignore.
579         * Makefile.am (EXTRA_DIST): Add riece-ignore.el.
580
581 2004-05-13  OHASHI Akira  <bg66@koka-in.org>
582
583         * riece-log.el (riece-log-get-directory): Follow the name change
584         of riece-channel-regexp.
585
586 2004-05-12  Daiki Ueno  <ueno@unixuser.org>
587
588         * riece-globals.el (riece-strict-channel-regexp): Renamed from
589         riece-channel-regexp.
590         (riece-strict-user-regexp): Renamed from riece-user-regexp.
591         (riece-laxed-channel-regexp): New constant.
592         (riece-laxed-user-regexp): New constant.
593         (riece-channel-regexp): Define as variable (its default value is
594         set to riece-laxed-channel-regexp).
595         (riece-user-regexp): Define as variable (its default value is set
596         to riece-laxed-user-regexp).
597
598 2004-05-10  Daiki Ueno  <ueno@unixuser.org>
599
600         * riece-ctlseq.el (riece-ctlseq-scan-region): Abolish.
601         (riece-ctlseq-requires): New function.
602         (riece-ctlseq-message-filter): Assume the existence of
603         riece-put-overlay-faces, add 'riece-overlay-face property.
604
605         * riece-keyword.el (riece-keyword-scan-region): Abolish.
606         (riece-keyword-message-filter): Assume the existence of
607         riece-put-overlay-faces, add 'riece-overlay-face property.
608
609         * riece-highlight.el (riece-put-overlay-faces): New function.
610         (riece-highlight-insinuate): Add riece-put-overlay-faces to
611         riece-after-insert-functions.
612
613 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
614
615         * riece-misc.el (riece-split-parameters): Don't remove a trailing
616         string even if it is empty.
617
618 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
619
620         * riece-ctlseq.el: Require 'riece-message for riece-message-text;
621         require 'riece-misc for riece-scan-property-region.
622
623         * riece-ctcp.el: Require 'riece-display for riece-channel-buffer.
624
625 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
626
627         * riece-300.el (riece-handle-312-message): Use server name
628         returned by WHOIS instead of riece-real-server-name.
629         [cf. <Liece:00170>]
630
631 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
632
633         * Riece: Version 0.2.2 released.
634         * riece-version.el (riece-version-number): Bump up to 0.2.2.
635
636         * riece-ctlseq.el (riece-ctlseq-hide-controls): New user option.
637
638         * riece-keyword.el (riece-keyword): Fixed the parent custom group.
639         * riece-url.el (riece-url): Fixed the parent custom group.
640
641 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
642
643         * riece-ctlseq.el: New add-on.
644         * COMPILE (riece-modules): Add riece-ctlseq.
645         * Makefile.am (EXTRA_DIST): Add riece-ctlseq.el.
646
647 2004-04-29  OHASHI Akira  <bg66@koka-in.org>
648
649         * riece-log.el (riece-log-get-directory): Use a canonicalized
650         channel name.
651         (riece-log-open-directory-function): New user option.
652         (riece-log-open-directory): Use it.
653         (riece-log-insinuate): Add new key bind.
654
655 2004-04-05  Daiki Ueno  <ueno@unixuser.org>
656
657         * riece-button.el (riece-button-requires): Abolish.
658
659 2004-03-29  Daiki Ueno  <ueno@unixuser.org>
660
661         * riece.el (riece-buffer-alist): Rename *Commands* -> *Command*.
662         (riece-command-mode): Rename Commands -> Command.
663
664 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
665
666         * riece-signal.el: Require 'riece-options for riece-debug.
667         * riece-async.el: Require 'riece-options for riece-debug.
668
669 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
670
671         * riece.el (riece-command-mode): Don't display
672         riece-freeze-indicator on the modeline of the command buffer.
673         (riece-dialogue-mode): Make riece-freeze-indicator local to the
674         buffer whose major-mode is derived from riece-dialogue-mode.
675
676         * riece-display.el: Add autoload setting for derived-mode-class.
677         (riece-update-status-indicators): Check riece-freeze flag for each
678         buffer visible in the selected frame.
679
680         * riece-commands.el: Add autoload setting for derived-mode-class.
681         (riece-command-toggle-freeze): Don't switch to the channel buffer
682         if major-mode of the current buffer is derived from
683         riece-dialogue-mode.  Which allows to lock "*Others*" buffer.
684         (riece-command-toggle-own-freeze): Ditto.
685
686         * riece-globals.el (riece-freeze): Fix doc.
687         (riece-freeze-indicator): Add doc.
688         (riece-channel-indicator): Fix doc.
689         (riece-long-channel-indicator): Fix doc.
690         (riece-channel-list-indicator): Fix doc.
691         (riece-user-indicator): Fix doc.
692         (riece-away-indicator): Add doc.
693         (riece-operator-indicator): Add doc.
694
695 2004-03-24  Daiki Ueno  <ueno@unixuser.org>
696
697         * riece-unread.el (riece-unread-after-display-message-function):
698         Treat private messages as unread.
699
700 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
701
702         * riece.el (riece-exit): Don't clear riece-user-list-buffer and
703         riece-channel-list-buffer.
704
705 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
706
707         * riece.el (riece-exit): Clear riece-channel-buffer,
708         riece-user-list-buffer, and riece-channel-list-buffer.
709
710 2004-03-20  Daiki Ueno  <ueno@unixuser.org>
711
712         * riece-server.el (riece-open-server): Append the server-name to
713         the prompt string.
714
715 2004-03-14  Daiki Ueno  <ueno@unixuser.org>
716
717         * riece-display.el (riece-display-connect-signals): Update
718         riece-long-channel-indicator on 'channel-modes-changed signal.
719
720         * riece-naming.el (riece-naming-assert-channel-modes): New
721         function renamed from riece-handle-channel-modes.
722
723         * riece-misc.el: Require 'riece-mode.
724         (riece-concat-channel-modes): Display mode parameter.
725
726         * riece-channel.el: Require 'riece-mode.
727         (riece-channel-toggle-mode): Store mode "objects" instead of mode
728         "flags".
729         * riece-user.el: Require 'riece-mode.
730         (riece-user-toggle-mode): Store mode "objects" instead of mode
731         "flags".
732
733         * riece-handle.el: Require 'riece-mode.
734         (riece-handle-mode-message): Use riece-parse-mode.
735         (riece-parse-mode): Moved to riece-mode.el.
736         (riece-handle-channel-modes): Moved to riece-naming.el.
737
738         * riece-300.el: Require 'riece-mode.
739         (riece-handle-324-message): Use riece-parse-mode.
740
741         * riece-mode.el: New file.
742         * Makefile.am (EXTRA_DIST): Add riece-mode.el.
743         * COMPILE (riece-modules): Add riece-mode.
744
745 2004-03-13  Daiki Ueno  <ueno@unixuser.org>
746
747         * riece-ctcp.el: "Error occurred in XXX" -> "Error in XXX".
748         * riece-filter.el: "Error occurred in XXX" -> "Error in XXX".
749         * riece-signal.el: "Error occurred in XXX" -> "Error in XXX".
750
751 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
752
753         * Riece: Version 0.2.1 released.
754         * riece-version.el (riece-version-number): Bump up to 0.2.1.
755
756 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
757
758         * riece-emacs.el (riece-propertize-modeline-string): Fix arguments
759         for add-text-properties.
760
761 2004-03-08  Daiki Ueno  <ueno@unixuser.org>
762
763         * riece-xface.el (riece-xface-insinuate): Use
764         riece-user-list-mode-hook to setup riece-update-buffer-functions
765         in user-list buffer.
766
767 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
768
769         * Riece: Version 0.2.0 released.
770         * riece-version.el (riece-version-number): Bump up to 0.2.0.
771
772         * riece-ctcp.el (riece-handle-ctcp-version-request): Fixed bug in
773         formatting target identity.
774         (riece-handle-ctcp-ping-request): Ditto.
775         (riece-handle-ctcp-clientinfo-request): Ditto.
776
777 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
778
779         * riece-display.el: Rename some signals.
780
781         * riece-commands.el (riece-command-set-operators): Reverse user-list.
782         (riece-command-set-speakers): Ditto.
783
784 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
785
786         * riece-unread.el
787         (riece-unread-format-identity-for-channel-list-indicator): Escape
788         % -> %%; use riece-propertize-modeline-string.
789
790         * riece-history.el
791         (riece-history-format-identity-for-channel-list-indicator): Escape
792         % -> %%; use riece-propertize-modeline-string.
793
794         * riece-highlight.el
795         (riece-highlight-format-identity-for-channel-list-indicator):
796         Escape % -> %%; use riece-propertize-modeline-string.
797
798         * riece-display.el
799         (riece-format-identity-for-channel-list-indicator): Escape % ->
800         %%.
801         (riece-update-channel-list-indicator): Rewrite.
802
803         * riece-emacs.el (riece-propertize-modeline-string): New function.
804         * riece-xemacs.el (riece-propertize-modeline-string): New function.
805
806 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
807
808         * riece-unread.el
809         (riece-unread-format-identity-for-channel-list-indicator): New
810         function.
811         (riece-unread-insinuate): Setup
812         riece-format-identity-for-channel-list-indicator-functions.
813
814         * riece-history.el
815         (riece-history-format-identity-for-channel-list-buffer): New
816         function.
817         (riece-history-insinuate): Setup
818         riece-format-identity-for-channel-list-indicator-functions.
819
820         * riece-highlight.el
821         (riece-highlight-format-identity-for-channel-list-indicator): New
822         function.
823         (riece-highlight-insinuate): Setup
824         riece-format-identity-for-channel-list-indicator-functions.
825
826         * riece-display.el
827         (riece-format-identity-for-channel-list-buffer): Rename from
828         riece-format-channel-list-line.
829         (riece-format-identity-for-channel-list-indicator): New function.
830         (riece-update-channel-list-indicator): Use it.
831
832 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
833
834         * riece-handle.el (riece-parse-modes): Make sure that mode params
835         are started at the beginning of the mode string.
836         (riece-handle-channel-modes): Fixed arguments passed to
837         riece-channel-toggle-*.
838
839 2004-03-06  Daiki Ueno  <ueno@unixuser.org>
840
841         * riece-xface.el (riece-xface-insinuate): Set
842         'riece-update-buffer-functions local to the user-list buffer.
843
844         * riece-unread.el: Require 'riece-signal instead of
845         'riece-display.
846         (riece-unread-after-display-message-function): Emit
847         'riece-update-buffer signal instead of
848         'riece-unread-channel-list-update signal.
849
850         * riece-ndcc.el: Don't require 'riece-display.
851
852         * riece-naming.el: Require 'riece-signal instead of
853         'riece-display.
854         (riece-naming-assert-rename): Don't rename buffer.
855
856         * riece-history.el (riece-history-format-channel-list-line): Don't
857         append "\n".
858
859         * riece-handle.el: Require 'riece-signal instead of
860         'riece-display.
861         (riece-parse-modes): Rename from riece-parse-channel-modes; don't
862         update channel modes.
863         (riece-handle-channel-modes): New function which processes the
864         result of riece-parse-modes.
865         (riece-handle-mode-message): Use it.
866
867         * riece-filter.el: Don't require 'riece-display.
868         * riece-display.el: Require 'riece-signal; connect
869         'riece-update-buffer signal.
870
871         * riece-ctcp.el: Don't require 'riece-display.
872
873         * riece-signal.el: New module splitted from riece-display.el.
874         * Makefile.am (EXTRA_DIST): Add riece-signal.
875         * COMPILE (riece-modules): Add riece-signal.
876
877 2004-03-05  Daiki Ueno  <ueno@unixuser.org>
878
879         * riece-unread.el (riece-unread-after-display-message-function):
880         Emit 'riece-unread-channel-list-update signal.
881         (riece-unread-insinuate): Connect the signal to the function which
882         updates channel-list buffer.
883
884         * riece-display.el (riece-display-connect-signals): Fix parenthesis.
885
886 2004-03-04  Daiki Ueno  <ueno@unixuser.org>
887
888         * riece-display.el (riece-emit-signal): Fixed bug that errors
889         during signal filter execution were not caught.
890         (riece-display-connect-signals): Check riece-current-channel is set.
891
892 2004-03-01  Daiki Ueno  <ueno@unixuser.org>
893
894         * riece-display.el (riece-display-connect-signals): Fixed bug in
895         signal filters.
896
897         * riece-handle.el (riece-handle-mode-message): Don't call
898         riece-parse-channel-modes if channel doesn't match with
899         riece-channel-regexp.
900
901 2004-02-28  Daiki Ueno  <ueno@unixuser.org>
902
903         * riece-display.el (riece-display-connect-signals): Connect some
904         signals.
905
906         * riece-naming.el (riece-naming-assert-join): Don't change the
907         current channel manually.
908         (riece-naming-assert-part): Ditto.
909         (riece-naming-assert-rename): Ditto.
910         (riece-naming-assert-channel-users): Ditto.
911
912 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
913
914         * riece-display.el (riece-emit-signal): Create signal object
915         internally.
916
917         * riece-message.el (riece-display-message-1): Emit
918         'riece-buffer-toggle-freeze signal.
919
920         * riece-commands.el (riece-command-toggle-freeze): Emit
921         'riece-buffer-toggle-freeze signal; don't update status indicators
922         manually.
923         (riece-command-toggle-own-freeze): Ditto.
924         
925         * riece-naming.el (riece-naming-assert-join): Rename signal 'join
926         -> 'riece-naming-assert-join.
927         (riece-naming-assert-part): Rename signal 'part ->
928         'riece-naming-assert-part.
929         (riece-naming-assert-rename): Rename signal 'rename ->
930         'riece-naming-assert-rename.
931         (riece-naming-assert-channel-users): Rename from
932         riece-naming-assert-users; rename signal 'users ->
933         'riece-naming-assert-channel-users.
934
935         * riece-handle.el (riece-handle-topic-message): Emit
936         'riece-channel-set-topic signal.
937         (riece-parse-channel-modes): Emit 'riece-channel-toggle-operator,
938         'riece-channel-toggle-speaker, and 'riece-channel-toggle-modes signals.
939
940         * riece-display.el (riece-display-connect-signals): Rename some
941         signals; connect more signals.
942
943         * riece-300.el (riece-handle-302-message): Emit
944         'riece-user-toggle-away, and 'riece-user-toggle-operator signals;
945         don't update status indicators manually.
946         (riece-handle-301-message): Emit 'riece-user-toggle-away signal;
947         don't update status indicators manually.
948         (riece-handle-305-message): Ditto.
949         (riece-handle-306-message): Ditto.
950         (riece-handle-353-message): Follow the name change of
951         riece-naming-assert-users.
952         (riece-handle-324-message): Emit 'riece-channel-toggle-modes
953         signal; don't update status indicators manually.
954         (riece-handle-set-topic): Emit 'riece-channel-set-topic signal;
955         don't update channel indicator manually.
956         (riece-handle-352-message): Emit 'riece-user-toggle-away, and
957         'riece-user-toggle-operator signals; don't update status
958         indicators manually.
959
960 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
961
962         * riece-display.el (riece-connect-signal): Create slot object
963         internally.
964
965 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
966
967         * riece.el (riece): Setup signal slots.
968
969         * riece-unread.el (riece-unread-after-display-message-function):
970         Don't call riece-redisplay-buffers.
971
972         * riece-naming.el (riece-naming-assert-names): New function.
973         (riece-naming-assert-join): Emit 'join signal.
974         (riece-naming-assert-part): Emit 'part signal.
975         (riece-naming-assert-rename): Emit 'rename signal.
976
977         * riece-message.el (riece-message-buffer): Don't call
978         riece-redisplay-buffers.
979
980         * riece-handle.el (riece-handle-nick-message): Don't call
981         riece-redisplay-buffers.
982         (riece-handle-join-message): Ditto.
983         (riece-handle-part-message): Ditto.
984         (riece-handle-kick-message): Ditto.
985         (riece-handle-kill-message): Ditto.
986         (riece-handle-topic-message): Ditto.
987         (riece-parse-channel-modes): Ditto.
988
989         * riece-display.el (riece-update-user-list-buffer): Use
990         riece-with-server-buffer.
991         (riece-emit-signal): Notify if signal filter fails.
992         (riece-display-connect-signals): New function.
993         (riece-update-user-list-buffer): Don't switch to user-list buffer.
994         (riece-update-channel-list-buffer): Don't switch to channel-list
995         buffer.
996         (riece-switch-to-channel): Emit 'switch-to-channel signal.
997         (riece-switch-to-nearest-channel): Ditto.
998
999         * riece-commands.el (riece-command-switch-to-channel): Don't call
1000         riece-redisplay-buffers.
1001         (riece-command-join-partner): Ditto.
1002         (riece-command-part): Ditto.
1003
1004         * riece-300.el (riece-handle-353-message): Save match data before
1005         calling riece-naming-assert-names; don't call riece-redisplay-buffers.
1006         (riece-handle-322-message): Don't call riece-redisplay-buffers.
1007
1008 2004-02-26  Daiki Ueno  <ueno@unixuser.org>
1009
1010         * riece-display.el: Introduce Qt like "signal-slot" abstraction
1011         for routing display events.
1012         (riece-signal-slot-obarray): New variable.
1013         (riece-make-slot): New function.
1014         (riece-slot-function): New function.
1015         (riece-slot-filter): New function.
1016         (riece-slot-handback): New function.
1017         (riece-make-signal): New function.
1018         (riece-signal-name): New function.
1019         (riece-signal-args): New function.
1020         (riece-connect-signal): New function.
1021         (riece-emit-signal): New function.
1022
1023 2004-02-19  Daiki Ueno  <ueno@unixuser.org>
1024
1025         * riece-300.el (riece-handle-353-message): Add 'riece-identity
1026         property on user list string.
1027
1028 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
1029
1030         * riece-lsdb.el: Add autoload setting for
1031         lsdb-rebuild-secondary-hash-tables to suppress warning.
1032
1033 2004-02-16  Daiki Ueno  <ueno@unixuser.org>
1034
1035         * riece-300.el (riece-handle-353-message): Print user list in
1036         channel buffer.
1037
1038 2004-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * riece-lsdb.el (riece-lsdb-lookup-records): Build
1041         riece-lsdb-cache if necessary.
1042
1043 2004-01-29  Daiki Ueno  <ueno@unixuser.org>
1044
1045         * riece-ctcp.el (riece-handle-ctcp-version-request): Format target
1046         identity before display.
1047         (riece-handle-ctcp-ping-request): Ditto.
1048         (riece-handle-ctcp-clientinfo-request): Ditto.
1049
1050 2004-01-28  Daiki Ueno  <ueno@unixuser.org>
1051
1052         * Riece: Version 0.1.8 released.
1053         * riece-version.el (riece-version-number): Bump up to 0.1.8.
1054
1055 2004-01-27  Daiki Ueno  <ueno@unixuser.org>
1056
1057         * riece-lsdb.el: Require 'riece-identity; add autoload setting for
1058         lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map.
1059
1060 2004-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1061
1062         * riece-handle.el (riece-handle-privmsg-message): Check own
1063         message from server. For deal with another client that connected
1064         same irc proxy (e.g. plum, pirc).
1065         (riece-handle-notice-message): Ditto.
1066
1067 2004-01-21  Daiki Ueno  <ueno@unixuser.org>
1068
1069         * riece-identity.el (riece-identity-canonicalize-prefix): Convert
1070         characters in prefix to lower case.
1071
1072 2004-01-18  Daiki Ueno  <ueno@unixuser.org>
1073
1074         * riece-misc.el (riece-concat-user-status): New function.
1075
1076         * riece-300.el (riece-handle-302-message): Simplify user status
1077         display.  (i.e. don't display "not operator", "not away", ...)
1078         (riece-handle-352-message): Ditto.
1079
1080 2004-01-04  Daiki Ueno  <ueno@unixuser.org>
1081
1082         * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
1083         address for 'net entry.
1084
1085 2004-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1086
1087         * riece-300.el (riece-handle-317-message): Fix regexp for signon
1088         time extenstion.
1089
1090 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
1091
1092         * riece-lsdb.el: Add autoload setting for lsdb-maphash.
1093         (riece-lsdb-update-cache): Don't alter existing entry.
1094         (riece-lsdb-delete-cache): Ditto.
1095         (riece-lsdb-add-user): New command.
1096         (riece-lsdb-insinuate): Bind riece-lsdb-add-user.
1097
1098 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
1099
1100         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
1101
1102 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
1103
1104         * riece-lsdb.el: New add-on.
1105         * COMPILE (riece-modules): Add riece-lsdb.
1106         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
1107
1108         * riece-xface.el: New add-on.
1109         * COMPILE (riece-modules): Add riece-xface.
1110         * Makefile.am (EXTRA_DIST): Add riece-xface.el
1111
1112 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
1113
1114         * Riece: Version 0.1.7 released.
1115         * riece-version.el (riece-version-number): Bump up to 0.1.7.
1116
1117 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * riece-keyword.el (riece-notify-keyword-functions): Mark as
1120         obsolete.
1121         (riece-keyword-notify-functions): New user option.
1122         (riece-keyword-message-filter): Don't restore the match data when
1123         calling riece-notify-keyword-functions; call
1124         riece-keyword-notify-functions with the matched message object.
1125         Thanks to OHASHI Akira <bg66@koka-in.org>
1126         [cf. <Liece:00134>]
1127
1128 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
1129
1130         * riece-log.el (riece-log-flashback): Use
1131         riece-match-string-no-properties instead of match-string-no-properties.
1132
1133         * riece-xemacs.el (riece-match-string-no-properties): New function.
1134         * riece-emacs.el (riece-match-string-no-properties): New alias.
1135
1136         * riece-identity.el: Don't require 'riece-compat.
1137         (riece-identity-prefix-case-table): Abolish.
1138         (riece-identity-prefix-case-pair-alist): New constant.
1139         (riece-identity-canonicalize-prefix): Don't use case-table.
1140
1141         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
1142         (riece-copy-case-table): Abolish.
1143         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
1144         (riece-copy-case-table): Abolish.
1145
1146 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
1147
1148         * riece-options.el: Require 'riece-version.
1149         (riece-quit-message): Set default to (riece-extended-version).
1150         (riece-away-message): Set default to "Gone".
1151
1152         * riece-commands.el: Don't require 'riece-version.
1153         (riece-command-quit): Don't check riece-quit-message.
1154         (riece-command-close-server): Ditto.
1155         (riece-command-toggle-away): Always supply a parameter to the AWAY
1156         command when the user is not away.  Thanks to Yuki Fujimura
1157         <fujimura@wakhok.ac.jp>
1158         [cf. <Liece:00139>]
1159
1160 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
1161
1162         * riece.el (riece): Connect to servers in riece-startup-server-list.
1163
1164         * riece-000.el (riece-handle-001-message): Ignore entries in
1165         riece-startup-channel-list which doesn't match riece-server-name. 
1166
1167         * riece-options.el (riece-startup-server-list): New user option.
1168
1169         * riece-async.el (riece-async-max-buffer-size): New user option.
1170         (riece-async-server-program): Use io/nonblock & IO#syswrite to
1171         check whether the write end of pipe (i.e. input to emacs process)
1172         would block.
1173
1174 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
1175
1176         * riece-options.el (riece-default-open-connection-function): New
1177         user option.
1178
1179         * riece-server.el (riece-server-keyword-map): Use
1180         riece-default-open-connection-function.
1181
1182         * riece-async.el: New add-on.
1183         * COMPILE (riece-modules): Add riece-async.
1184         * Makefile.am (EXTRA_DIST): Add riece-async.el
1185
1186 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
1187
1188         * riece-mini.el (riece-mini-display-message-function): Don't set
1189         riece-mini-last-channel when message is not a privmsg.
1190
1191 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
1192
1193         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
1194         property.
1195
1196 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
1197
1198         * riece-log.el (riece-log-requires): New function.
1199         (riece-log-flashback): Revert 'riece-identity property and button.
1200
1201 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
1202
1203         * riece-unread.el (riece-unread-after-display-message-function):
1204         Do nothing when message is not a privmsg.
1205
1206 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
1207
1208         * riece-log.el (riece-log-coding-system): New user option.
1209         (riece-log-display-message-function): Bind
1210         coding-system-for-write; don't create temp buffer.
1211
1212         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
1213         append-to-file to suppress "Wrote file" messages.
1214
1215 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
1216
1217         * Riece: Version 0.1.6 released.
1218         * riece-version.el (riece-version-number): Bump up to 0.1.6.
1219
1220 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
1221
1222         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
1223         in "*Others*" buffer.
1224
1225 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
1226
1227         * riece-unread.el (riece-unread-switch-to-channel): Protect
1228         switching to the channel not existing.
1229
1230 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
1231
1232         * riece-log.el (riece-log-get-directory): Support riece-identity
1233         for mapping.
1234
1235 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
1236
1237         * riece-layout.el (riece-set-window-points): Move point in
1238         the channel-buffer's window.
1239
1240         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
1241         an identity on the current server.
1242         (riece-command-ctcp-ping): Ditto.
1243         (riece-command-ctcp-clientinfo): Ditto.
1244         (riece-command-ctcp-action): Ditto.
1245
1246         * riece-commands.el (riece-command-change-mode): Prompt to select
1247         an identity on the current server.
1248         (riece-command-join): Ditto.
1249
1250 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
1251
1252         * riece-keyword.el (riece-keywords): Change custom spec.
1253         (riece-keyword-message-filter): Normalize riece-keywords.
1254
1255         * riece-identity.el (riece-identity-prefix-case-table): Use
1256         riece-copy-case-table to define.
1257
1258         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
1259         XEmacs 21.1.
1260         (riece-copy-case-table): Ditto.
1261
1262         * riece-emacs.el (riece-copy-case-table): New alias.
1263
1264         * riece-globals.el (riece-channel-regexp): Use
1265         riece-make-interval-regexp to define.
1266         (riece-user-regexp): Ditto.
1267
1268         * riece-compat.el (riece-make-interval-regexp): New function.
1269
1270         * riece-icon.el (riece-icon-available-p): Check
1271         the existence of image-type-available-p.
1272
1273 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
1274
1275         * riece-log.el (riece-log-get-directory): Fix for server name and
1276         private messages handling.
1277
1278 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
1279
1280         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
1281         the RESTART argument of start-itimer.
1282
1283         * riece-commands.el (riece-command-user-list-scroll-down): Rename
1284         from riece-command-nick-scroll-down.
1285         (riece-command-user-list-scroll-up): Rename from
1286         riece-command-nick-scroll-up.
1287         (riece-command-scroll-down): Check if riece-current-channel is bound.
1288         (riece-command-scroll-up): Ditto.
1289         (riece-command-quit): Clean up if no server process is available.
1290
1291 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
1292
1293         * riece-rdcc.el: Bind temporary-file-directory.
1294         (riece-rdcc-send-program): Allow block-size to be controlled from
1295         elisp.
1296         (riece-rdcc-block-size): New user option.
1297         (riece-rdcc-temp-file): New variable.
1298         (riece-rdcc-received-size): New variable.
1299         (riece-rdcc-filter): Don't keep received bytes in the process
1300         buffer; use riece-rdcc-format-size to display progress.
1301         (riece-command-dcc-receive): Create a temporary directory which
1302         holds a received file.
1303
1304 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1305
1306         * riece-options.el (riece-gather-channel-modes): Default to nil.
1307         * riece-handle.el (riece-handle-join-message): Send MODE if
1308         riece-gather-channel-modes is non-nil.
1309
1310         * riece-url.el: Add autoload setting for 'browse-url.
1311
1312         * riece-menu.el: Require 'riece-options, 'riece-globals,
1313         'riece-identity, 'riece-layout, and 'riece-server; bind
1314         riece-command-mode-map.
1315
1316         * riece-history.el: Require 'riece-options, 'riece-globals,
1317         'riece-highlight, and 'riece-identity.
1318
1319         * riece-naming.el (riece-naming-assert-rename): Fixed.
1320
1321 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1322
1323         * Riece: Version 0.1.5 released.
1324         * riece-version.el (riece-version-number): Bump up to 0.1.5.
1325
1326 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1327
1328         * riece-ctcp.el (riece-command-ctcp-action): If the current
1329         command line is not empty, insert it into the minibuffer before
1330         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
1331         [cf. <Liece:00123>]
1332
1333         * riece.el: Add autoload setting for derived-mode-class.
1334         (riece-shrink-buffer-idle-timer): New variable.
1335         (riece): Set idle timer to shrink channel buffers.
1336         (riece-shrink-buffer): New function.
1337
1338         * riece-xemacs.el (riece-overlays-in): New function.
1339         (riece-delete-overlay): New alias.
1340         (riece-kill-all-overlays): New function.
1341
1342         * riece-server.el (riece-quit-server-process): Don't set timer if
1343         riece-quit-timeout is nil.
1344
1345         * riece-options.el (riece-quit-timeout): Change custom type.
1346         (riece-shrink-buffer-idle-time-delay): New user option.
1347         (riece-max-buffer-size): New user option.
1348
1349         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
1350         extents if already exists.
1351
1352         * riece-emacs.el (riece-overlays-in): New alias.
1353         (riece-delete-overlay): New alias.
1354         (riece-kill-all-overlays): New function.
1355         (riece-run-with-idle-timer): New alias.
1356         (riece-cancel-timer): New alias.
1357
1358         * riece-display.el (riece-update-user-list-buffer): Kill all
1359         overlays in buffer.
1360         (riece-update-channel-list-buffer): Ditto.
1361
1362         * riece-commands.el (riece-command-set-operators): Reset group.
1363         (riece-command-set-speakers): Ditto.
1364
1365 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
1366
1367         * riece-naming.el (riece-naming-assert-rename): Follow the
1368         change of riece-channel.el.
1369
1370         * riece-message.el (riece-message-external-p): Follow the
1371         change of riece-channel.el.
1372
1373         * riece-display.el (riece-update-user-list-buffer): Follow the
1374         change of riece-channel.el.
1375
1376         * riece-commands.el (riece-command-kick): Follow the change of
1377         riece-channel.el.
1378         (riece-command-set-operators): Ditto.
1379         (riece-command-set-speakers): Ditto.
1380
1381         * riece-button.el (riece-user-button-set-operators): Follow the
1382         change of riece-channel.el.
1383         (riece-user-button-set-speakers): Ditto.
1384
1385         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
1386         arguments.
1387         (riece-get-channel): Follow the change of riece-make-channel.
1388         (riece-channel-operators): Abolish.
1389         (riece-channel-speakers): Abolish.
1390         (riece-channel-set-operators): Abolish.
1391         (riece-channel-set-speakers): Abolish.
1392         (riece-channel-get-operators): Abolish.
1393         (riece-channel-get-speakers): Abolish.
1394         (riece-channel-toggle-user): Follow the change of the return type
1395         of riece-channel-users.
1396         (riece-channel-toggle-operator): Ditto.
1397         (riece-channel-toggle-speaker): Ditto.
1398         (riece-channel-operator-p): Abolish.
1399         (riece-channel-speaker-p): Abolish.
1400         (riece-channel-intern-user): Abolish.
1401
1402 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
1403
1404         * riece-identity.el (riece-identity-member): Take an optional 3rd
1405         argument to instruct to use riece-identity-equal-no-server.
1406         (riece-identity-assoc): Ditto.
1407
1408         * riece-display.el (riece-update-user-list-buffer): Use
1409         riece-channel-operator-p and riece-channel-speaker-p.
1410
1411         * riece-button.el (riece-user-button-set-operators): Use
1412         riece-channel-operator-p.
1413         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
1414
1415         * riece-channel.el (riece-channel-intern-user): New function.
1416         (riece-channel-toggle-operator): Use it.
1417         (riece-channel-toggle-speaker): Use it.
1418         (riece-channel-operator-p): New function.
1419         (riece-channel-speaker-p): New function.
1420
1421 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
1422
1423         * riece-log.el (riece-log-get-directory): Follow the change of
1424         `riece-channel-regexp'.
1425
1426 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
1427
1428         * riece-identity.el (riece-format-identity): Return copied strings.
1429
1430 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
1431
1432         * riece.el (riece): When riece server was opened, Do
1433         `riece-command-configure-windows' instead of signaling.
1434
1435 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
1436
1437         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
1438         accepting a connection.
1439         (riece-command-dcc-send): Use riece-completing-read-identity; take
1440         an identity object in the 1st argument.
1441         (riece-rdcc-format-size): New function.
1442         (riece-handle-dcc-request): Use it.
1443
1444         * riece-ndcc.el (riece-command-dcc-send): Use
1445         riece-completing-read-identity; take an identity object in the 1st
1446         argument.
1447
1448         * riece-display.el (riece-update-buffers): Run
1449         riece-update-buffer-hook.
1450
1451         * riece-button.el (riece-user-button-finger): Pass an identity
1452         object instead of the prefix.
1453
1454         * riece-ctcp.el: Require 'riece-highlight.
1455         (riece-ctcp-action-face): New face.
1456         (riece-ctcp-action-face): New variable.
1457         (riece-ctcp-action-prefix): New variable.
1458         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
1459         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
1460         if 'riece-highlight is enabled.
1461         (riece-handle-ctcp-action-request): Prepend
1462         riece-ctcp-action-prefix instead of riece-change-prefix.
1463         (riece-command-ctcp-action): Ditto.
1464
1465         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
1466         * riece-xemacs.el (riece-run-at-time): New function.
1467         * riece-emacs.el (riece-run-at-time): New alias.
1468
1469         * riece-misc.el (riece-get-identities-on-server): New function.
1470         (riece-get-users-on-server): Use it.
1471
1472         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
1473         (riece-command-ctcp-version): Use riece-completing-read-identity
1474         and riece-get-identities-on-server.
1475         (riece-command-ctcp-ping): Ditto.
1476         (riece-command-ctcp-clientinfo): Ditto.
1477         (riece-command-ctcp-action): Ditto.
1478
1479         * riece-commands.el (riece-command-finger): Pass the current
1480         server name to riece-get-users-on-server; use
1481         riece-completing-read-identity.
1482         (riece-command-invite): Ditto.
1483         (riece-command-enter-message-to-user): Ditto.
1484
1485         * riece-000.el (riece-handle-001-message): Register myself with
1486         riece-obarray.
1487
1488 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
1489
1490         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
1491         function.
1492         (riece-command-ctcp-version): Use it.
1493         (riece-command-ctcp-ping): Ditto.
1494         (riece-command-ctcp-clientinfo): Ditto.
1495         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
1496         twice.
1497
1498 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
1499
1500         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
1501         Abolish.
1502         (riece-mode-line-buffer-identification): Don't define alias.
1503
1504         * riece-server.el (riece-open-server): Handle errors occurred
1505         during reading password.
1506
1507         * riece-options.el (riece-addons): Add riece-icon.
1508
1509         * riece-layout.el (riece-configure-windows-top): Collect arguments.
1510
1511         * riece-icon.el: New add-on.
1512         * COMPILE (riece-modules): Add riece-icon.
1513         * Makefile.am (EXTRA_DIST): Add riece-icon.el
1514
1515 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
1516
1517         * riece-options.el (riece-saved-forms): Add riece-layout.
1518
1519         * riece-layout.el (riece-layout-alist): Change format.
1520         (riece-configure-windows): Take 2 args to specify the position of
1521         the command buffer window.
1522
1523         * riece-commands.el (riece-command-change-layout): Set
1524         riece-save-variables-are-dirty.
1525
1526 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1527
1528         * Riece: Version 0.1.4 released.
1529         * riece-version.el (riece-version-number): Bump up to 0.1.4.
1530
1531 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1532
1533         * riece-server.el (riece-server-process-opened): Return t.
1534
1535         * riece.el (riece-dialogue-mode-map): Bind "p" to
1536         riece-command-enter-message-to-user.
1537
1538         * riece-misc.el (riece-current-nickname): Use
1539         riece-current-server-name.
1540         (riece-get-users-on-server): Ditto.
1541
1542         * riece-server.el (riece-current-server-name): New function.
1543         (riece-send-string): Use it.
1544
1545         * riece-commands.el (riece-command-enter-message-to-user): New command.
1546
1547 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * riece-menu.el (riece-menu-create-layouts-menu): New function.
1550         (riece-menu-items): Use it.
1551
1552         * riece-server.el (riece-server-process-opened): New function.
1553         (riece-server-opened): Use it.
1554
1555         * riece-url.el: Require 'riece-menu.
1556         (riece-url-insinuate): Add "Open URL..." menu in
1557         riece-command-mode-hook.
1558
1559         * riece-options.el (riece-addons): Add riece-menu.
1560
1561         * riece-menu.el: New add-on.
1562         * COMPILE (riece-modules): Add riece-menu.
1563         * Makefile.am (EXTRA_DIST): Add riece-menu.el
1564
1565 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1566
1567         * riece-version.el (riece-extended-version): Remove interactive spec.
1568         (riece-version): New command.
1569         * riece.el (riece-command-map): Bind "V" to riece-version.
1570
1571         * riece-options.el (riece-command-prefix): New user option.
1572         (riece-tab-stop-list): Abolish.
1573
1574         * riece.el (riece-define-keys-1): If keymap is a list, eval the
1575         2nd element of it.
1576         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
1577         (riece-command-map): Ditto.
1578         (riece-dialogue-mode): Don't set tab-stop-list.
1579
1580 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
1581
1582         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
1583         which belongs to myself.
1584
1585         * riece-commands.el (riece-command-topic): Use
1586         riece-check-channel-commands-are-usable.
1587         (riece-command-invite): Ditto.
1588         (riece-command-kick): Ditto.
1589         (riece-command-change-mode): Ditto.
1590         (riece-command-set-operators): Ditto.
1591         (riece-command-set-speakers): Ditto.
1592         (riece-command-send-message): Ditto.
1593         (riece-command-part): Ditto.
1594
1595         * riece-misc.el (riece-get-users-on-server): If
1596         riece-current-channel is not set, check the default server.
1597         (riece-check-channel-commands-are-usable): New function.
1598
1599         * riece-globals.el (riece-channel-regexp): Accept channel names
1600         beginning with "!!".
1601
1602 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1603
1604         * riece-commands.el (riece-command-universal-server-name-argument):
1605         Fix parenthesis.
1606
1607 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
1608
1609         * riece.el (riece-buffer-alist): Rename from
1610         riece-buffer-mode-alist.
1611
1612         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
1613         argument, init-major-mode, which is used to assert the major-mode
1614         of the created buffer.
1615
1616         * riece-naming.el (riece-naming-assert-rename): Merged buffer
1617         renaming logic that riece-handle-nick-message was responsible for.
1618
1619         * riece-globals.el (riece-server-process-alist): Revive.
1620         (riece-process-list): Abolish.
1621         (riece-command-buffer): Set default to nil.
1622         (riece-dialogue-buffer): Ditto.
1623         (riece-others-buffer): Ditto.
1624         (riece-channel-list-buffer): Ditto.
1625         (riece-user-list-buffer): Ditto.
1626         (riece-private-buffer): Abolish.
1627         (riece-wallops-buffer): Abolish.
1628
1629         * riece-display.el (riece-channel-buffer-format): Moved from
1630         riece-globals.
1631         (riece-channel-buffer-alist): New variable.
1632         (riece-channel-buffer-create): Assert the major-mode of the
1633         created buffer is 'riece-channel-mode.
1634         (riece-channel-buffer): New function.
1635         (riece-switch-to-channel): Use riece-channel-buffer instead of
1636         directly using get-buffer.
1637
1638 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
1639
1640         * riece-commands.el (riece-command-toggle-away): Check user away
1641         status in the server buffer.
1642         [cf. <Liece:00119>]
1643         (riece-command-names): Use identity prefix
1644         instead of formatted identity.
1645         (riece-command-who): Ditto.
1646
1647 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1648
1649         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
1650         to `riece-command-name'.
1651
1652 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
1653
1654         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
1655
1656 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1657
1658         * Riece: Version 0.1.3 released.
1659         * riece-version.el (riece-version-number): Bump up to 0.1.3.
1660
1661 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1662
1663         * riece-button.el (riece-button-map-identity-region): Abolish.
1664         (riece-user-button-set-operators): Use riece-scan-property-region.
1665         (riece-user-button-set-speakers): Ditto.
1666         (riece-button-add-identity-button): Ditto.
1667
1668         * riece-keyword.el: Require 'riece-message.
1669         (riece-keyword-map-region): Abolish.
1670         (riece-keyword-scan-region): Use riece-scan-property-region.
1671
1672         * riece-misc.el (riece-scan-property-region): New function.
1673
1674 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1675
1676         * riece-xemacs.el (riece-make-overlay): New alias.
1677         (riece-overlay-put): New alias.
1678         (riece-overlay-start): New alias.
1679         (riece-overlay-buffer): New alias.
1680
1681         * riece-emacs.el (riece-make-overlay): New alias.
1682         (riece-overlay-put): New alias.
1683         (riece-overlay-start): New alias.
1684         (riece-overlay-buffer): New alias.
1685
1686         * riece-keyword.el: New add-on.
1687         * COMPILE (riece-modules): Add riece-keyword.
1688         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
1689
1690         * riece-message.el (riece-message-filter-functions): New user option.
1691         (riece-display-message-1): New function.
1692         (riece-display-message): Use it.
1693
1694 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1695
1696         * riece.el (riece-channel-list-mode): Initialize
1697         riece-update-buffer-functions.
1698         (riece-user-list-mode): Ditto.
1699
1700         * riece-globals.el (riece-channel-indicator): Rename from
1701         riece-short-channel-indicator.
1702         (riece-long-channel-indicator): Rename from
1703         riece-channel-indicator.
1704
1705         * riece-display.el (riece-update-buffer-functions): Default to
1706         nil.
1707         (riece-update-indicator-functions): New variable splitted from
1708         riece-update-buffer-functions.
1709         (riece-update-channel-indicator): Rename from
1710         riece-update-short-channel-indicator.
1711         (riece-update-long-channel-indicator): Rename from
1712         riece-update-channel-indicator.
1713         (riece-update-buffers): Don't set riece-channel-buffer.
1714         (riece-switch-to-channel): Set riece-channel-buffer here.
1715
1716         * riece-button.el (riece-user-button-popup-menu): Change order.
1717         (riece-button-update-buffer): Unify
1718         riece-button-update-channel-list-buffer and
1719         riece-button-update-user-list-buffer.
1720
1721 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1722
1723         * riece-history.el (riece-history-insinuate): In
1724         riece-after-switch-to-channel-functions, check whether the last
1725         channel is nil.
1726
1727         * riece-xemacs.el (riece-event-buffer): New alias.
1728         (riece-event-point): New alias.
1729
1730         * riece-emacs.el (riece-event-buffer): New function.
1731         (riece-event-point): New function.
1732
1733         * riece-display.el (riece-update-user-list-buffer): Use
1734         riece-format-identity to add 'riece-identity property to user
1735         names.
1736
1737         * riece-button.el (riece-user-button-popup-menu): New variable.
1738         (riece-identity-button): Rename from riece-channel-button.
1739         (riece-button-switch-to-identity): Rename from
1740         riece-channel-button-action.
1741         (riece-identity-button-popup-menu): Rename from
1742         riece-channel-button-popup-menu; set point to the position the
1743         event occurred.
1744         (riece-user-button-join-partner): New function.
1745         (riece-user-button-set-operators): New function.
1746         (riece-user-button-set-speakers): New function.
1747         (riece-user-button-finger): New function.
1748         (riece-make-identity-button-map): New function.
1749         (riece-button-map-identity-region): New function; splitted from
1750         riece-button-add-identity-button.
1751         (riece-button-add-identity-button): Use it.
1752         (riece-button-update-user-list-buffer): New function.
1753         (riece-button-insinuate): Add riece-button-update-user-list-buffer
1754         to riece-update-buffer-functions.
1755
1756 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1757
1758         * riece-xemacs.el (riece-mouse-2): New variable.
1759         (riece-popup-menu-popup): New function.
1760
1761         * riece-emacs.el (riece-mouse-2): New variable.
1762         (riece-popup-menu-bogus-filter-constructor): New macro.
1763         (riece-popup-menu-popup): New function.
1764
1765         * riece-commands.el (riece-command-list): Use identity prefix
1766         instead of formatted identity.
1767
1768         * riece-button.el (riece-channel-button-popup-menu): New variable.
1769         (riece-channel-button): Arrange help-echo.
1770         (riece-channel-button-switch-to-channel): New function.
1771         (riece-channel-button-part): New function.
1772         (riece-channel-button-list): New function.
1773         (riece-channel-button-map): New variable.
1774         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
1775         properties on channel buttons.
1776
1777 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1778
1779         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
1780
1781         * riece-history.el (riece-channel-list-history-face): New face.
1782         (riece-history-format-channel-list-line): New function.
1783         (riece-history-insinuate): Add ?+ to
1784         riece-channel-list-mark-face-alist; add
1785         riece-history-format-channel-list-line to
1786         riece-format-channel-list-line-functions.
1787
1788         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
1789
1790 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1791
1792         * riece-unread.el (riece-unread-after-display-message-function):
1793         Do nothing when message-target is already in
1794         riece-unread-channels; call riece-redisplay-buffers.
1795         (riece-unread-update-channel-list-buffer): Abolish.
1796         (riece-unread-after-switch-to-channel-function): Don't call
1797         riece-unread-update-channel-list-buffer.
1798         (riece-unread-format-channel-list-line): New function.
1799         (riece-unread-insinuate): Add
1800         riece-unread-format-channel-list-line to
1801         riece-format-channel-list-line; don't add
1802         riece-unread-update-channel-list-buffer to
1803         riece-update-buffer-functions.
1804
1805         * riece-highlight.el (riece-channel-list-mark-current-channel):
1806         Abolish; merged into riece-update-channel-list-buffer.
1807         (riece-highlight-insinuate): Don't add
1808         riece-channel-list-mark-current-channel to
1809         riece-after-switch-to-channel-functions.
1810
1811         * riece-display.el (riece-channel-list-changed): Abolish.
1812         (riece-update-channel-list-buffer): Always redisplay channel-list
1813         buffer.
1814         (riece-update-channel-list-indicator): Always redisplay
1815         channel-list indicator.
1816         (riece-format-channel-list-line): New function.
1817         (riece-update-buffers): Don't clear riece-channel-list-changed.
1818         (riece-join-channel): Don't set riece-channel-list-changed.
1819         (riece-part-channel): Ditto.
1820
1821 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1822
1823         * riece-options.el (riece-addons): Add riece-button.
1824
1825         * riece-display.el (riece-update-channel-list-buffer): Avoid to
1826         use format to preserve 'riece-identity property.
1827
1828         * riece-unread.el (riece-unread-update-channel-list-buffer):
1829         Simplified.
1830         (riece-unread-insinuate): Delay adding
1831         riece-unread-update-channel-list-buffer to
1832         riece-update-buffer-functions.
1833
1834         * riece-button.el: New add-on.
1835         * COMPILE (riece-modules): Add riece-button.
1836         * Makefile.am (EXTRA_DIST): Add riece-button.el
1837
1838 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
1839
1840         * riece-server.el (riece-close-server-process): 
1841         (riece-quit-server-process): Call riece-close-server-process
1842         instead of kill-process; call riece-exit if no process is available.
1843
1844 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
1845
1846         * riece-display.el (riece-channel-buffer-name): Check whether
1847         IDENTITY is a member of riece-current-channels.
1848
1849 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1850
1851         * riece-commands.el (riece-command-kick): Fix completing-read
1852         collection argument.
1853
1854 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1855
1856         * riece-000.el: Require 'riece-commands.
1857         * riece-200.el: Don't require 'riece-commands.
1858         * riece-300.el: Ditto.
1859
1860 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1861
1862         * Riece: Version 0.1.2 released.
1863         * riece-version.el (riece-version-number): Bump up to 0.1.2.
1864
1865 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1866
1867         * riece-filter.el (riece-sentinel): Don't clear
1868         riece-reconnect-with-password.
1869         * riece-server.el (riece-open-server): Clear
1870         riece-reconnect-with-password here.
1871
1872 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
1873
1874         * riece-globals.el (riece-join-channel-candidate): New variable.
1875         * riece-commands.el (riece-command-join): Prompt
1876         riece-join-channel-candidate.
1877
1878         * riece-handle.el (riece-handle-invite-message): Set
1879         riece-join-channel-candidate when the user is invited.
1880         * riece-naming.el (riece-naming-assert-join): Clear
1881         riece-join-channel-candidate.
1882
1883 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
1884
1885         * riece-identity.el (riece-completing-read-identity): Pass 6th &
1886         7th arguments to completing-read.
1887
1888         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
1889         of riece-completing-read-identity.
1890
1891         * riece-handle.el (riece-handle-invite-message): Fix parsing of
1892         parameters.
1893
1894         * riece-display.el (riece-update-channel-list-buffer): Don't clear
1895         riece-channel-list-changed.
1896         (riece-update-buffers): Clear it.
1897
1898 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
1899
1900         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
1901
1902 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
1903
1904         * riece-000.el (riece-handle-001-message): Parse elements in
1905         riece-startup-channel-list.
1906
1907 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1908
1909         * riece-skk-kakutei.el
1910         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
1911
1912 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
1913
1914         * riece-options.el (riece-startup-channel-list): Revive.
1915         * riece-000.el (riece-handle-001-message): Process
1916         riece-startup-channel-list.
1917
1918         * riece-server.el (riece-open-server): Display "Logging in to
1919         XXX..." message.
1920         * riece-000.el (riece-handle-001-message): Clear "Logging in to
1921         XXX..." message; call riece-after-login-hook.
1922
1923 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
1924
1925         * riece-unread.el (riece-unread-after-display-message-function):
1926         Simplified.
1927
1928 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
1929
1930         * riece-commands.el (riece-command-join): Extract target
1931         identity-prefix before applying riece-channel-p; format target.
1932
1933 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
1934
1935         * Riece: Version 0.1.1 released.
1936         * riece-version.el (riece-version-number): Bump up to 0.1.1.
1937
1938 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
1939
1940         * riece-guess.el (riece-guess-channel-try-functions): Default to
1941         nil.
1942         (riece-default-guess-channel): Abolish.
1943         (riece-command-guess-switch-to-channel): Reconstruct
1944         riece-guess-candidates when it is empty.
1945
1946 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
1947
1948         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
1949         define.
1950         (riece-dialogue-notice-face): Ditto.
1951         (riece-dialogue-wallops-face): Ditto.
1952         (riece-dialogue-error-face): Ditto.
1953         (riece-dialogue-info-face): Ditto.
1954         (riece-dialogue-server-face): Ditto.
1955         (riece-dialogue-prefix-face): Ditto.
1956         (riece-channel-list-default-face): Ditto.
1957         (riece-channel-list-current-face): Ditto.
1958
1959         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
1960         define.
1961
1962 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
1963
1964         * riece-history.el (riece-history-insinuate): Don't set
1965         riece-guess-channel-try-functions here.
1966         (riece-history-requires): Don't require riece-guess.
1967
1968         * riece-unread.el (riece-unread-requires): Don't require
1969         riece-guess.
1970         (riece-unread-insinuate): Don't set
1971         riece-guess-channel-try-functions here.
1972
1973 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
1974
1975         * riece-unread.el (riece-unread-after-display-message-function):
1976         Rename from riece-unread-display-message-function.
1977         (riece-unread-after-switch-to-channel-function): Rename from
1978         riece-unread-channel-switch-hook.
1979         (riece-guess-channel-from-unread): New function.
1980         (riece-unread-requires): Require 'riece-guess and 'riece-history.
1981         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
1982
1983         * riece-options.el (riece-addons): Add riece-guess, riece-history,
1984         and riece-url.
1985
1986         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
1987         check riece-last-channel.
1988
1989         * riece-display.el (riece-switch-to-channel): Rename
1990         riece-channel-switch-hook to
1991         riece-after-switch-to-channel-functions.
1992         (riece-switch-to-nearest-channel): Ditto.
1993
1994         * riece-guess.el: New add-on.
1995         * COMPILE (riece-modules): Add riece-guess.
1996         * Makefile.am (EXTRA_DIST): Add riece-guess.el
1997
1998         * riece-history.el: New add-on.
1999         * COMPILE (riece-modules): Add riece-history.
2000         * Makefile.am (EXTRA_DIST): Add riece-history.el
2001
2002 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
2003
2004         * riece-options.el (riece-connection-timeout): Abolish.
2005
2006         * riece-server.el (riece-clear-system): Abolish.
2007         * riece.el (riece-exit): Merge riece-clear-system.
2008
2009 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2010
2011         * riece-filter.el (riece-sentinel): Suppress status message when
2012         riece-debug is nil.
2013
2014 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2015
2016         * riece-highlight.el (riece-channel-list-mark-current-channel):
2017         New function.
2018
2019         * riece-display.el (riece-channel-list-changed): New variable.
2020         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
2021         (riece-update-channel-list-indicator): Ditto.
2022
2023 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2024
2025         * riece-options.el (riece-addons): Enable riece-unread by default.
2026
2027         * riece-highlight.el (riece-channel-list-current-face): New variable.
2028         (riece-channel-list-default-face): New face.
2029
2030         * riece-globals.el (riece-channel-list-buffer): Strip leading
2031         whitespace.
2032
2033 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2034
2035         * riece-unread.el: Require 'riece-highlight when compiling.
2036         (riece-unread): New custom group.
2037         (riece-channel-list-unread-face): New variable.
2038         (riece-channel-list-unread-face): New face.
2039         (riece-unread-requires): New function.
2040         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
2041
2042         * riece-highlight.el: Highlight *Channels* buffer; rename
2043         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
2044         riece-dialogue-*.
2045         (riece-channel-list-font-lock-keywords): New variable.
2046         (riece-channel-list-mark-face-alist): New variable.
2047
2048 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2049
2050         * riece-unread.el (riece-unread-update-channel-list-buffer):
2051         Restore channel marks if exist.
2052
2053         * riece-naming.el (riece-naming-assert-join): Don't set
2054         riece-redisplay-buffers.
2055         (riece-naming-assert-part): Ditto.
2056         (riece-naming-assert-rename): Ditto.
2057
2058         * riece-display.el (riece-redisplay-buffers): Abolish.
2059         (riece-update-user-list-buffer): Don't check
2060         riece-redisplay-buffers.
2061         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
2062         beginning of the current channel.
2063         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
2064         (riece-join-channel): Ditto.
2065         (riece-part-channel): Ditto.
2066
2067 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2068
2069         * riece-display.el (riece-join-channel): Parse non-nil elements in
2070         riece-default-channel-binding.
2071
2072 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2073
2074         * riece-identity.el (riece-format-identity): Add 'riece-identity
2075         property to the resulting string.
2076
2077         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
2078         topic is "".
2079
2080         * riece-300.el (riece-handle-322-message): Simplify message.
2081
2082         * riece-commands.el (riece-command-change-layout): Call
2083         riece-command-configure-windows; Use setq instead of
2084         custom-set-variables.
2085
2086 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2087
2088         * Riece: Version 0.1.0 released.
2089         * riece-version.el (riece-version-number): Bump up to 0.1.0.
2090
2091 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2092
2093         * COMPILE (riece-compile-modules): Ignore errors during byte
2094         compilation.
2095         (riece-install-modules): If there lacks a compiled module, don't
2096         attempt to install it.
2097
2098         * riece-options.el (riece-quit-timeout): Default to 10.
2099
2100         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
2101         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
2102
2103         * riece-unread.el: Require 'riece-commands.
2104
2105         * riece-server.el: Require 'riece-identity and 'riece-compat.
2106
2107         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
2108         'riece-display.
2109         (riece-handle-dcc-request): Use riece-channel-buffer-name.
2110
2111         * riece-identity.el: Don't require 'riece-server.
2112
2113         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
2114         'riece-message, and 'riece-server.
2115
2116         * riece-ctcp.el: Require 'riece-display.
2117
2118         * riece-commands.el: Require 'riece-layout.
2119         (riece-command-change-layout): New command.
2120
2121         * riece-alias.el: Require 'riece-identity.
2122
2123         * riece-layout.el: No longer provided as an add-on.
2124         * riece-display.el: Remove window configuration stuff.
2125
2126 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
2127
2128         * riece-rdcc.el (riece-command-dcc-send): Bind
2129         process-connection-type to nil.
2130
2131         * riece-300.el (riece-handle-319-message): New handler.
2132
2133         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
2134         (riece): Signal an error when a server is opened;
2135         No need to initialize riece-command-buffer specially.
2136
2137 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2138
2139         * riece-display.el (riece-configure-windows-top): Set
2140         `truncate-partial-width-windows' nil, when horizontal window
2141         split.
2142
2143 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2144
2145         * riece-display.el (riece-configure-windows-top): Change
2146         user-list-buffer and channel-list-buffer window create logic.
2147
2148         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
2149         require riece.el when compile.
2150
2151         * riece.el (riece): Use `riece-redisplay-buffers' instead of
2152         `riece-configure-windows'.
2153
2154 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2155
2156         * riece-display.el (riece-configure-windows-top): New function.
2157         * riece-layout.el (riece-layout-alist): Add top.
2158
2159         * riece-skk-kakutei.el: New add-on.
2160         * COMPILE (riece-modules): Add riece-skk-kakutei.
2161         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
2162
2163 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * riece-layout.el: New add-on.
2166         * COMPILE (riece-modules): Add riece-layout.
2167         * Makefile.am (EXTRA_DIST): Add riece-layout.el
2168
2169 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
2170
2171         * riece-options.el (riece-quit-timeout): New user option.
2172         * riece-server.el (riece-quit-server-process): New function.
2173         * riece-commands.el (riece-command-quit): Use it.
2174         (riece-command-close-server): Use it.
2175
2176 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
2177
2178         * riece-commands.el (riece-command-previous-channel): Skip nil in
2179         riece-current-channels.
2180
2181 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
2182
2183         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
2184         the ruby process.
2185
2186         * riece-xemacs.el: Don't require 'riece-compat.
2187
2188 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
2189
2190         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
2191         riece-parse-identity.
2192
2193 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
2194
2195         * riece-server.el (riece-find-server-name): Abolish.
2196
2197         * riece-alias.el: Add usage.
2198
2199 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
2200
2201         * riece-mini.el (riece-mini-send-message): Use
2202         riece-completing-read-identity; don't use riece-own-channel-message.
2203
2204         * riece-identity.el: Require 'riece-compat.
2205         (riece-identity-prefix-case-table): New variable.
2206         (riece-abbrev-identity-string-function): New variable.
2207         (riece-expand-identity-string-function): New variable.
2208         (riece-format-identity): Rename from riece-decode-identity.
2209         (riece-parse-identity): Rename from riece-encode-identity.
2210         (riece-with-identity-buffer): Abolish.
2211         (riece-identity-canonicalize-prefix): Use case-table.   
2212
2213         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
2214         (riece-handle-message): Ditto.
2215
2216         * riece-alias.el: New add-on.
2217         * COMPILE (riece-modules): Add riece-alias.
2218         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
2219
2220         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
2221         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
2222         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
2223
2224 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
2225
2226         * Riece: Version 0.0.4 released.
2227         * riece-version.el (riece-version-number): Bump up to 0.0.4.
2228
2229 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
2230
2231         * riece-unread.el (riece-unread-display-message-function): Don't check
2232         `selected-window'. It doesn't work as expected.
2233
2234 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
2235
2236         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
2237
2238         * riece-300.el: Rewrite using riece-decode-identity.
2239
2240         * riece-identity.el (riece-completing-read-identity): Signal an
2241         error when the encoded channel name is not matched with
2242         riece-channel-regexp.
2243
2244         * riece-globals.el (riece-channel-regexp): Moved from
2245         riece-channel.el.
2246         (riece-user-regexp): Moved form riece-user.el.
2247
2248 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
2249
2250         * riece-handle.el (riece-handle-join-message): Don't call
2251         riece-switch-to-channel.
2252         (riece-handle-part-message): Don't decode message if it is empty.
2253         (riece-handle-kick-message): Ditto.
2254         (riece-handle-quit-message): Ditto.
2255         (riece-handle-kill-message): Ditto.
2256
2257         * riece-commands.el (riece-command-part): Show the current channel
2258         as default candidate.
2259
2260         * riece-identity.el (riece-completing-read-identity): Accept
2261         optional 5th argument `initial'.
2262
2263         * riece-unread.el (riece-unread-update-channel-list-buffer):
2264         Simplified.
2265
2266         * riece-filter.el (riece-sentinel): Don't bind
2267         riece-inhibit-update-buffers.
2268
2269         * riece-display.el (riece-redisplay-buffer): New variable.
2270         (riece-inhibit-update-buffers): Abolish.
2271         (riece-update-channel-list-buffer): Memorize
2272         encoded identity as text property on each line. 
2273
2274         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
2275         buffer local.
2276         (riece-user-list-mode): Ditto.
2277
2278 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
2281         Fix example setting, don't use 3rd arg of add-to-list.
2282
2283         * riece-coding.el (riece-default-coding-system): Fix default value.
2284
2285 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
2286
2287         * riece-display.el (riece-inhibit-update-buffers): New variable.
2288         * riece-filter.el (riece-sentinel): Bind
2289         riece-inhibit-update-buffers while removing channels from
2290         riece-current-channels.
2291         * riece-unread.el (riece-unread-display-message-function): Don't
2292         update channel list buffer when riece-inhibit-update-buffers is
2293         non-nil.
2294         (riece-unread-channel-switch-hook): Ditto.
2295         (riece-unread-insinuate): Add
2296         riece-unread-update-channel-list-buffer to
2297         riece-update-buffer-functions.
2298
2299         * riece-commands.el (riece-command-switch-to-channel): Call
2300         riece-redisplay-buffers instead of riece-command-configure-windows.
2301
2302         * riece-identity.el (riece-completing-read-identity): Remove nil
2303         from riece-current-channels before converting it to an alist.
2304
2305 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
2306
2307         * riece-unread.el (riece-unread-display-message-function): Check a
2308         `selected-window'.
2309
2310         * riece-mini.el: New add-on.
2311         * COMPILE (riece-modules): Add `riece-mini'.
2312         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
2313
2314         * riece-display.el (riece-channel-buffer-create): Add new hook.
2315         * riece-log.el: New add-on for saving irc logs.
2316         * COMPILE (riece-modules): Add `riece-log'.
2317         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
2318
2319         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
2320         (riece-command-part): Ditto.
2321
2322 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2323
2324         * riece-naming.el (riece-naming-assert-join): Call
2325         riece-update-buffers.
2326         (riece-naming-assert-part): Ditto.
2327
2328         * riece-filter.el (riece-sentinel): Don't bind
2329         riece-overriding-server-name; use riece-part-channel.
2330
2331         * riece-display.el (riece-switch-to-channel): Don't set
2332         riece-channel-buffer.
2333         (riece-update-buffers): Set riece-channel-buffer here.
2334
2335         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
2336         (riece-command-close-server): Fixed completion bug.
2337         (riece-command-universal-server-name-argument): Ditto.
2338
2339 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2340
2341         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
2342         doctor-read-print.
2343
2344         * riece-handle.el (riece-handle-nick-message): Use
2345         riece-decode-identity to decode user.
2346         (riece-handle-join-message): Ditto.
2347         (riece-handle-part-message): Ditto.
2348         (riece-handle-kick-message): Ditto.
2349         (riece-handle-quit-message): Ditto.
2350         (riece-handle-kill-message): Ditto.
2351         (riece-handle-invite-message): Ditto.
2352         (riece-handle-topic-message): Ditto.
2353         (riece-handle-mode-message): Ditto.
2354
2355 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2356
2357         * riece-message.el (riece-own-channel-message): Abolish.
2358
2359         * riece-commands.el (riece-command-send-message): Don't use
2360         riece-own-channel-message.
2361
2362         * riece-doctor.el (riece-doctor-reply): Don't use
2363         riece-own-channel-message.
2364         (riece-doctor-hello-regexp): New user option.
2365         (riece-doctor-bye-regexp): New user option.
2366
2367 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2368
2369         * riece-identity.el (riece-identity-member-no-server): Abolish.
2370
2371         * riece-doctor.el (riece-doctor-patients): Make it global variable.
2372         (riece-doctor-after-privmsg-hook): Use riece-identity-member
2373         instead of riece-identity-member-no-server.
2374
2375 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2376
2377         * riece-doctor.el: New add-on.
2378         * COMPILE (riece-modules): Add riece-doctor.
2379         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
2380
2381 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2382
2383         * riece-handle.el (riece-handle-nick-message): Follow the change
2384         of riece-identity-member.
2385
2386         * riece-commands.el (riece-command-next-channel): Use
2387         riece-identity-member instead of riece-identity-member-no-server.
2388         (riece-command-previous-channel): Ditto.
2389
2390 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2391
2392         * riece-identity.el (riece-completing-read-identity): Remove nil
2393         from channels before completing-read.
2394
2395         * riece-message.el (riece-message-make-name): Fix condition for priv.
2396         (riece-message-make-global-name): Ditto.
2397         (riece-message-buffer): Ditto.
2398
2399         * riece-misc.el (riece-current-nickname): Use
2400         riece-with-identity-buffer.
2401
2402 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2403
2404         * riece-message.el (riece-message-parent-buffers): Regard message's
2405         speaker as target when priv mode.
2406
2407         * riece-display.el (riece-update-channel-indicator): Decode
2408         riece-current-channel even in priv mode.
2409
2410         * riece-identity.el (riece-decode-identity): Respect prefix-only.
2411         (riece-completing-read-identity): Check if illegal characters in
2412         channel name.
2413
2414 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
2415
2416         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
2417         * riece-globals.el (riece-user-buffer-format): Abolish.
2418         (riece-user-list-buffer): Default to " *Users*".
2419         * riece-display.el (riece-user-list-buffer-name): Abolish.
2420         (riece-user-list-buffer-create): Abolish.
2421
2422 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
2423
2424         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
2425         (riece-handle-message): Ditto.
2426         (riece-sentinel): Clear system here.
2427
2428         * riece-server.el (riece-server-process-name): New function.
2429         (riece-server-process): New function.
2430         (riece-close-server): Abolish.
2431
2432         * riece-identity.el: Adopt vector object representation for
2433         identity objects.
2434         (riece-with-identity-buffer): New macro.
2435         (riece-decode-identity): New function.
2436         (riece-encode-identity): New function.
2437
2438         * riece-globals.el (riece-process-list): New variable.
2439         (riece-server-process-alist): Abolish.
2440         (riece-channel-buffer-alist): Abolish.
2441         (riece-user-list-buffer-alist): Abolish.
2442         (riece-short-channel-indicator): New variable.
2443
2444         * riece-channel.el: Assume that we are already in the server buffer.
2445         * riece-user.el: Likewise.
2446
2447 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
2448
2449         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
2450
2451         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
2452         `add-to-list'.
2453
2454 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
2455
2456         * riece-channel.el (riece-forget-channel): Fixed.
2457         (riece-channel-modeless-regexp): Abolish.
2458         (riece-channel-modeless-p): Abolish.
2459
2460 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
2461
2462         * riece-unread.el (riece-unread-display-message-function): Delete the
2463         target before adding to list.
2464         (riece-unread-switch-to-channel): New function.
2465         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
2466         Bind "u" to riece-dialogue-mode-map.
2467         Bind "u" to riece-channel-list-mode-map.
2468
2469         * riece.el (riece-channel-list-mode-map): Don't bind
2470         `riece-command-unread-channel'.
2471
2472 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2473
2474         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
2475         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
2476         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
2477         riece.el: Don't require riece-inlines since it has been removed.
2478
2479 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2480
2481         * riece-display.el (riece-update-user-list-buffer): Rename from
2482         riece-user-list-update-buffer.
2483         (riece-update-channel-list-buffer): Rename from
2484         riece-channel-list-update-buffer.
2485
2486 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2487
2488         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
2489         from riece-inlines.el; renamed from scandinavian-downcase.
2490         (riece-identity-equal-no-server): Moved from riece-inlines.el;
2491         renamed from scandinavian-equal-ignore-case.
2492         (riece-identity-equal-no-server-safe): New function.
2493         (riece-identity-member-no-server): Moved from riece-inlines.el;
2494         renamed from scandinavian-member-ignore-case.
2495         (riece-identity-member-no-server-safe): New function.
2496
2497         * riece-inlines.el: Removed.
2498         * COMPILE (riece-modules): Remove riece-inlines.
2499         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
2500
2501 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2502
2503         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
2504         explicitly.
2505         * riece-ndcc.el: Don't call delete-process explicitly.
2506         * riece-server.el (riece-close-server-process): Don't call
2507         delete-process explicitly unless riece-debug == t.
2508
2509 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2510
2511         * riece-inlines.el (scandinavian-downcase): New inline function.
2512         (scandinavian-equal-ignore-case): Rename from
2513         string-equal-ignore-case.
2514         (scandinavian-member-ignore-case): Rename from
2515         string-list-member-ignore-case.
2516
2517         * riece-identity.el (riece-identity-equal): Rename from
2518         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
2519         (riece-identity-equal-safe): Rename from riece-identity-equal.
2520         (riece-identity-member): Rename from riece-identity-member-no-server.
2521         (riece-identity-member-safe): Rename from riece-identity-member.
2522         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
2523         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
2524
2525 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2526
2527         * riece-rdcc.el: Require 'riece-ctcp.
2528         (riece-rdcc-insinuate): Add "DCC" to
2529         riece-ctcp-additional-clientinfo.
2530
2531         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
2532         (riece-command-ctcp-clientinfo): New command.
2533         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
2534         (riece-handle-ctcp-clientinfo-request): New handler.
2535         (riece-handle-ctcp-clientinfo-response): New handler.
2536
2537         * riece-server.el (riece-open-server): No need to use
2538         get-buffer-create to reuse process buffer.
2539
2540 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2541
2542         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
2543         DCC process.
2544         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
2545
2546         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
2547         `:coding'.
2548         (riece-open-server): Follow the change.
2549
2550         * riece-ctcp.el (riece-command-ctcp-action): New command.
2551         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
2552         (riece-handle-ctcp-action-request): New handler.
2553
2554         * riece.el (riece-command-mode): Enclose status indicators with
2555         `{}'; show riece-user-indicator.
2556         (riece-channel-mode): Likewise.
2557         (riece-dialogue-mode): Enclose status indicators with `{}'.
2558         * riece-globals.el (riece-user-indicator): New indicator.
2559         (riece-freeze-indicator): Default to "-".
2560         * riece-display.el (riece-update-channel-indicator): Don't update
2561         modeline.
2562         (riece-update-status-indicators): Set riece-user-indicator.
2563         * riece-300.el (riece-handle-324-message): Update channel indicator.
2564
2565 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2566
2567         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
2568         (riece-dialogue-mode): Call riece-update-status-indicators.
2569         (riece-channel-mode): Add riece-operator-indicator to
2570         mode-line-buffer-identification.
2571         * riece-user.el (riece-make-user): New attribute `operator'.
2572         (riece-user-operator): New function.
2573         (riece-user-set-operator): New function.
2574         (riece-user-toggle-away): New function.
2575         (riece-user-toggle-operator): New function.
2576         * riece-misc.el (riece-own-frozen): Revive.
2577         * riece-message.el (riece-display-message): Reset riece-freeze if
2578         riece-freeze == 'own && (riece-message-own-p message).
2579         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
2580         (riece-operator-indicator): New variable.
2581         * riece-display.el (riece-update-status-indicators): New function.
2582         (riece-update-buffer-functions): Add it.
2583         * riece-commands.el (riece-command-toggle-freeze): Don't call
2584         riece-freeze.
2585         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
2586         * riece-300.el (riece-handle-302-message): Use
2587         riece-user-toggle-away instead of riece-user-set-away.
2588         (riece-handle-301-message): Ditto.
2589         (riece-handle-305-message): Ditto.
2590         (riece-handle-306-message): Ditto.
2591         (riece-handle-352-message): Ditto.
2592
2593 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2594
2595         * riece-commands.el (riece-command-next-channel): Circularly
2596         follow the channel list.
2597         (riece-command-previous-channel): Ditto.
2598
2599 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2600
2601         * riece.el (riece-command-mode): Set default value of riece-freeze
2602         & riece-own-freeze.
2603         * riece-options.el (riece-away-message): New user option.
2604         * riece-commands.el (riece-command-toggle-away): Query user away
2605         message.
2606         * riece-300.el (riece-handle-301-message): Set user's away status.
2607         (riece-handle-305-message): Ditto.
2608         (riece-handle-306-message): Ditto.
2609         (riece-handle-302-message): Ditto.
2610         (riece-handle-352-message): Ditto.
2611
2612 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2613
2614         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
2615         and riece-identity.
2616         (riece-command-dcc-receive): Check the existence of
2617         set-buffer-multibyte.
2618
2619 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2620
2621         * Riece: Version 0.0.3 released.
2622         * riece-version.el (riece-version-number): Bump up to 0.0.3.
2623
2624         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
2625         in hooks.
2626         (riece-handle-ctcp-response): Ditto.
2627
2628 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2629
2630         * riece-user.el (riece-rename-user): Don't modify entry when
2631         old-name == new-name.
2632
2633         * riece-display.el (riece-configure-windows): Use window-buffer
2634         instead of current-buffer.
2635
2636         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
2637         (riece-rdcc-ruby-command): New user option.
2638         (riece-rdcc-send-program): New user option.
2639         (riece-rdcc-decode-address-program): New user option.
2640         (riece-rdcc-substitute-variables): New function.
2641         (riece-command-dcc-send): Use it.
2642         (riece-rdcc-decode-address): Use it.
2643
2644 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2645
2646         * riece-rdcc.el: New add-on.
2647
2648         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
2649
2650 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2651
2652         * riece-ndcc.el: New add-on.
2653         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
2654
2655 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2656
2657         * riece-server.el (riece-open-server): Simplify message.
2658
2659         * riece-commands.el (riece-command-open-server): Throw an error
2660         when the server is already opened.
2661
2662         * riece-filter.el (riece-sentinel): Simplified.
2663
2664         * riece-display.el (riece-user-list-update-buffer): Check the
2665         existence of riece-user-list-buffer.
2666         (riece-channel-list-update-buffer): Check the existence of
2667         riece-channel-list-buffer.
2668         (riece-set-window-points): Ditto.
2669
2670         * riece-commands.el (riece-command-open-server): Simplified.
2671         (riece-command-toggle-channel-buffer-mode): Set
2672         riece-save-variables-are-dirty to t.
2673         (riece-command-toggle-user-list-buffer-mode): Ditto.
2674         (riece-command-toggle-channel-list-buffer-mode): Ditto.
2675
2676         * riece-server.el (riece-start-server): Abolish.
2677         (riece-open-server): Set riece-server-process-alist and
2678         riece-server-process here.
2679
2680 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2681
2682         * riece-filter.el (riece-sentinel): Close process even if
2683         riece-reconnect-with-password == t.
2684         (riece-handle-message): Catch errors occured in hooks.
2685
2686         * riece-server.el (riece-open-server): Reuse server buffer.
2687         (riece-close-server-process): Delete process even if process is
2688         not running.
2689
2690 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2691
2692         * riece-server.el (riece-open-server): No need to reset
2693         riece-reconnect-with-password.
2694
2695         * riece-filter.el (riece-sentinel): Don't call riece when
2696         riece-reconnect-with-password = t and process !=
2697         riece-server-process.
2698
2699         * riece-url.el: Fix usage.
2700
2701         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
2702
2703         * riece-unread.el: New add-on.
2704         * COMPILE (riece-modules): Add riece-unread.
2705         * Makefile.am (EXTRA_DIST): Add riece-unread.el
2706
2707         * riece-300.el (riece-handle-322-message): New handler.
2708         (riece-handle-323-message): New handler.
2709
2710 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
2711
2712         * riece-display.el (riece-configure-windows): Select other window
2713         when minibuffer is active.
2714
2715         * riece-commands.el (riece-command-list): New command.
2716         (riece-command-enter-message-as-notice): New command.
2717         * riece.el (riece-command-mode-map): Bind
2718         riece-command-enter-message-as-notice and riece-command-list.
2719
2720         * riece-server.el (riece-close-server): Skip nil when leaving
2721         channels before closing server.
2722
2723 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
2724
2725         * Riece: Version 0.0.2 released.
2726         * riece-version.el (riece-version-number): Bump up to 0.0.2.
2727
2728         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
2729         * riece-url.el (riece-url-requires): Don't assert dependency on
2730         riece-highlight unless it appears in riece-addons.
2731
2732         * riece-url.el: New add-on.
2733         * COMPILE (riece-modules): Add riece-url.
2734
2735         * riece-message.el (riece-message-make-bracket): Abolish.
2736         * riece-highlight.el (riece-highlight-font-lock-keywords):
2737         Give up to fontify "-nick-" or "-nick server-".
2738
2739         * riece-highlight.el (riece-highlight-font-lock-keywords):
2740         Simplified regexp.
2741
2742         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
2743         (riece-handle-ctcp-response): Ditto.
2744
2745         * riece-highlight.el: Make it an add-on.
2746         (riece-highlight-insinuate): New function.
2747         * riece.el: Don't require 'riece-highlight.
2748         * riece-options.el (riece-addons): Turn on riece-highlight and
2749         riece-ctcp by default.
2750
2751         * riece-display.el (riece-configure-windows-predicate): New function.
2752         (riece-configure-windows-predicate): New user option.
2753         (riece-redisplay-buffers): Use it.
2754
2755         * riece-complete.el: Require 'cl for butlast.
2756
2757         * Makefile.am (elc): Renamed from "compile".
2758
2759         * riece.el (riece-dialogue-mode-map): Bind
2760         riece-command-toggle-channel-list-buffer-mode.
2761
2762         * riece-display.el (riece-configure-windows): Typo fixed.
2763
2764         * riece-user.el (riece-user-toggle-channel): Use member instead of
2765         memq.
2766
2767 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
2768
2769         * riece-ctcp.el (riece-ctcp-insinuate): New function.
2770
2771         * riece-options.el (riece-addons): New user option.
2772         (riece-addon-directory): New user option.
2773
2774         * riece.el (riece-load-and-build-addon-dependencies): New function.
2775         (riece-insinuate-addons): New function.
2776         (riece): Call riece-insinuate-addons.
2777
2778         * riece-misc.el (riece-get-users-on-server): Moved from
2779         riece-commands.el.
2780
2781         * riece-ctcp.el: New file.
2782         * COMPILE (riece-modules): Add riece-ctcp.
2783         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
2784
2785 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
2786
2787         * Riece: Version 0.0.1 released.
2788
2789         * riece-commands.el (riece-command-names): New command.
2790         (riece-command-who): New command.
2791
2792         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
2793         riece-command-who.
2794
2795         * riece-300.el (riece-handle-341-message): New handler.
2796         (riece-handle-352-message): New handler.
2797
2798         * riece-commands.el (riece-command-invite): Don't accept channel
2799         argument; throw an error when user is not on a channel.
2800         (riece-command-kick): New command.