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