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