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