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