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