* riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
[riece] / lisp / ChangeLog
1 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
4
5 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
6
7         * riece-lsdb.el: New add-on.
8         * COMPILE (riece-modules): Add riece-lsdb.
9         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
10
11         * riece-xface.el: New add-on.
12         * COMPILE (riece-modules): Add riece-xface.
13         * Makefile.am (EXTRA_DIST): Add riece-xface.el
14
15 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
16
17         * Riece: Version 0.1.7 released.
18         * riece-version.el (riece-version-number): Bump up to 0.1.7.
19
20 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
21
22         * riece-keyword.el (riece-notify-keyword-functions): Mark as
23         obsolete.
24         (riece-keyword-notify-functions): New user option.
25         (riece-keyword-message-filter): Don't restore the match data when
26         calling riece-notify-keyword-functions; call
27         riece-keyword-notify-functions with the matched message object.
28         Thanks to OHASHI Akira <bg66@koka-in.org>
29         [cf. <Liece:00134>]
30
31 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
32
33         * riece-log.el (riece-log-flashback): Use
34         riece-match-string-no-properties instead of match-string-no-properties.
35
36         * riece-xemacs.el (riece-match-string-no-properties): New function.
37         * riece-emacs.el (riece-match-string-no-properties): New alias.
38
39         * riece-identity.el: Don't require 'riece-compat.
40         (riece-identity-prefix-case-table): Abolish.
41         (riece-identity-prefix-case-pair-alist): New constant.
42         (riece-identity-canonicalize-prefix): Don't use case-table.
43
44         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
45         (riece-copy-case-table): Abolish.
46         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
47         (riece-copy-case-table): Abolish.
48
49 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
50
51         * riece-options.el: Require 'riece-version.
52         (riece-quit-message): Set default to (riece-extended-version).
53         (riece-away-message): Set default to "Gone".
54
55         * riece-commands.el: Don't require 'riece-version.
56         (riece-command-quit): Don't check riece-quit-message.
57         (riece-command-close-server): Ditto.
58         (riece-command-toggle-away): Always supply a parameter to the AWAY
59         command when the user is not away.  Thanks to Yuki Fujimura
60         <fujimura@wakhok.ac.jp>
61         [cf. <Liece:00139>]
62
63 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
64
65         * riece.el (riece): Connect to servers in riece-startup-server-list.
66
67         * riece-000.el (riece-handle-001-message): Ignore entries in
68         riece-startup-channel-list which doesn't match riece-server-name. 
69
70         * riece-options.el (riece-startup-server-list): New user option.
71
72         * riece-async.el (riece-async-max-buffer-size): New user option.
73         (riece-async-server-program): Use io/nonblock & IO#syswrite to
74         check whether the write end of pipe (i.e. input to emacs process)
75         would block.
76
77 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
78
79         * riece-options.el (riece-default-open-connection-function): New
80         user option.
81
82         * riece-server.el (riece-server-keyword-map): Use
83         riece-default-open-connection-function.
84
85         * riece-async.el: New add-on.
86         * COMPILE (riece-modules): Add riece-async.
87         * Makefile.am (EXTRA_DIST): Add riece-async.el
88
89 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
90
91         * riece-mini.el (riece-mini-display-message-function): Don't set
92         riece-mini-last-channel when message is not a privmsg.
93
94 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
95
96         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
97         property.
98
99 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
100
101         * riece-log.el (riece-log-requires): New function.
102         (riece-log-flashback): Revert 'riece-identity property and button.
103
104 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
105
106         * riece-unread.el (riece-unread-after-display-message-function):
107         Do nothing when message is not a privmsg.
108
109 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
110
111         * riece-log.el (riece-log-coding-system): New user option.
112         (riece-log-display-message-function): Bind
113         coding-system-for-write; don't create temp buffer.
114
115         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
116         append-to-file to suppress "Wrote file" messages.
117
118 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
119
120         * Riece: Version 0.1.6 released.
121         * riece-version.el (riece-version-number): Bump up to 0.1.6.
122
123 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
124
125         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
126         in "*Others*" buffer.
127
128 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
129
130         * riece-unread.el (riece-unread-switch-to-channel): Protect
131         switching to the channel not existing.
132
133 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
134
135         * riece-log.el (riece-log-get-directory): Support riece-identity
136         for mapping.
137
138 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
139
140         * riece-layout.el (riece-set-window-points): Move point in
141         the channel-buffer's window.
142
143         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
144         an identity on the current server.
145         (riece-command-ctcp-ping): Ditto.
146         (riece-command-ctcp-clientinfo): Ditto.
147         (riece-command-ctcp-action): Ditto.
148
149         * riece-commands.el (riece-command-change-mode): Prompt to select
150         an identity on the current server.
151         (riece-command-join): Ditto.
152
153 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
154
155         * riece-keyword.el (riece-keywords): Change custom spec.
156         (riece-keyword-message-filter): Normalize riece-keywords.
157
158         * riece-identity.el (riece-identity-prefix-case-table): Use
159         riece-copy-case-table to define.
160
161         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
162         XEmacs 21.1.
163         (riece-copy-case-table): Ditto.
164
165         * riece-emacs.el (riece-copy-case-table): New alias.
166
167         * riece-globals.el (riece-channel-regexp): Use
168         riece-make-interval-regexp to define.
169         (riece-user-regexp): Ditto.
170
171         * riece-compat.el (riece-make-interval-regexp): New function.
172
173         * riece-icon.el (riece-icon-available-p): Check
174         the existence of image-type-available-p.
175
176 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
177
178         * riece-log.el (riece-log-get-directory): Fix for server name and
179         private messages handling.
180
181 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
182
183         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
184         the RESTART argument of start-itimer.
185
186         * riece-commands.el (riece-command-user-list-scroll-down): Rename
187         from riece-command-nick-scroll-down.
188         (riece-command-user-list-scroll-up): Rename from
189         riece-command-nick-scroll-up.
190         (riece-command-scroll-down): Check if riece-current-channel is bound.
191         (riece-command-scroll-up): Ditto.
192         (riece-command-quit): Clean up if no server process is available.
193
194 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
195
196         * riece-rdcc.el: Bind temporary-file-directory.
197         (riece-rdcc-send-program): Allow block-size to be controlled from
198         elisp.
199         (riece-rdcc-block-size): New user option.
200         (riece-rdcc-temp-file): New variable.
201         (riece-rdcc-received-size): New variable.
202         (riece-rdcc-filter): Don't keep received bytes in the process
203         buffer; use riece-rdcc-format-size to display progress.
204         (riece-command-dcc-receive): Create a temporary directory which
205         holds a received file.
206
207 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
208
209         * riece-options.el (riece-gather-channel-modes): Default to nil.
210         * riece-handle.el (riece-handle-join-message): Send MODE if
211         riece-gather-channel-modes is non-nil.
212
213         * riece-url.el: Add autoload setting for 'browse-url.
214
215         * riece-menu.el: Require 'riece-options, 'riece-globals,
216         'riece-identity, 'riece-layout, and 'riece-server; bind
217         riece-command-mode-map.
218
219         * riece-history.el: Require 'riece-options, 'riece-globals,
220         'riece-highlight, and 'riece-identity.
221
222         * riece-naming.el (riece-naming-assert-rename): Fixed.
223
224 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
225
226         * Riece: Version 0.1.5 released.
227         * riece-version.el (riece-version-number): Bump up to 0.1.5.
228
229 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
230
231         * riece-ctcp.el (riece-command-ctcp-action): If the current
232         command line is not empty, insert it into the minibuffer before
233         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
234         [cf. <Liece:00123>]
235
236         * riece.el: Add autoload setting for derived-mode-class.
237         (riece-shrink-buffer-idle-timer): New variable.
238         (riece): Set idle timer to shrink channel buffers.
239         (riece-shrink-buffer): New function.
240
241         * riece-xemacs.el (riece-overlays-in): New function.
242         (riece-delete-overlay): New alias.
243         (riece-kill-all-overlays): New function.
244
245         * riece-server.el (riece-quit-server-process): Don't set timer if
246         riece-quit-timeout is nil.
247
248         * riece-options.el (riece-quit-timeout): Change custom type.
249         (riece-shrink-buffer-idle-time-delay): New user option.
250         (riece-max-buffer-size): New user option.
251
252         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
253         extents if already exists.
254
255         * riece-emacs.el (riece-overlays-in): New alias.
256         (riece-delete-overlay): New alias.
257         (riece-kill-all-overlays): New function.
258         (riece-run-with-idle-timer): New alias.
259         (riece-cancel-timer): New alias.
260
261         * riece-display.el (riece-update-user-list-buffer): Kill all
262         overlays in buffer.
263         (riece-update-channel-list-buffer): Ditto.
264
265         * riece-commands.el (riece-command-set-operators): Reset group.
266         (riece-command-set-speakers): Ditto.
267
268 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
269
270         * riece-naming.el (riece-naming-assert-rename): Follow the
271         change of riece-channel.el.
272
273         * riece-message.el (riece-message-external-p): Follow the
274         change of riece-channel.el.
275
276         * riece-display.el (riece-update-user-list-buffer): Follow the
277         change of riece-channel.el.
278
279         * riece-commands.el (riece-command-kick): Follow the change of
280         riece-channel.el.
281         (riece-command-set-operators): Ditto.
282         (riece-command-set-speakers): Ditto.
283
284         * riece-button.el (riece-user-button-set-operators): Follow the
285         change of riece-channel.el.
286         (riece-user-button-set-speakers): Ditto.
287
288         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
289         arguments.
290         (riece-get-channel): Follow the change of riece-make-channel.
291         (riece-channel-operators): Abolish.
292         (riece-channel-speakers): Abolish.
293         (riece-channel-set-operators): Abolish.
294         (riece-channel-set-speakers): Abolish.
295         (riece-channel-get-operators): Abolish.
296         (riece-channel-get-speakers): Abolish.
297         (riece-channel-toggle-user): Follow the change of the return type
298         of riece-channel-users.
299         (riece-channel-toggle-operator): Ditto.
300         (riece-channel-toggle-speaker): Ditto.
301         (riece-channel-operator-p): Abolish.
302         (riece-channel-speaker-p): Abolish.
303         (riece-channel-intern-user): Abolish.
304
305 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
306
307         * riece-identity.el (riece-identity-member): Take an optional 3rd
308         argument to instruct to use riece-identity-equal-no-server.
309         (riece-identity-assoc): Ditto.
310
311         * riece-display.el (riece-update-user-list-buffer): Use
312         riece-channel-operator-p and riece-channel-speaker-p.
313
314         * riece-button.el (riece-user-button-set-operators): Use
315         riece-channel-operator-p.
316         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
317
318         * riece-channel.el (riece-channel-intern-user): New function.
319         (riece-channel-toggle-operator): Use it.
320         (riece-channel-toggle-speaker): Use it.
321         (riece-channel-operator-p): New function.
322         (riece-channel-speaker-p): New function.
323
324 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
325
326         * riece-log.el (riece-log-get-directory): Follow the change of
327         `riece-channel-regexp'.
328
329 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
330
331         * riece-identity.el (riece-format-identity): Return copied strings.
332
333 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
334
335         * riece.el (riece): When riece server was opened, Do
336         `riece-command-configure-windows' instead of signaling.
337
338 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
339
340         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
341         accepting a connection.
342         (riece-command-dcc-send): Use riece-completing-read-identity; take
343         an identity object in the 1st argument.
344         (riece-rdcc-format-size): New function.
345         (riece-handle-dcc-request): Use it.
346
347         * riece-ndcc.el (riece-command-dcc-send): Use
348         riece-completing-read-identity; take an identity object in the 1st
349         argument.
350
351         * riece-display.el (riece-update-buffers): Run
352         riece-update-buffer-hook.
353
354         * riece-button.el (riece-user-button-finger): Pass an identity
355         object instead of the prefix.
356
357         * riece-ctcp.el: Require 'riece-highlight.
358         (riece-ctcp-action-face): New face.
359         (riece-ctcp-action-face): New variable.
360         (riece-ctcp-action-prefix): New variable.
361         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
362         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
363         if 'riece-highlight is enabled.
364         (riece-handle-ctcp-action-request): Prepend
365         riece-ctcp-action-prefix instead of riece-change-prefix.
366         (riece-command-ctcp-action): Ditto.
367
368         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
369         * riece-xemacs.el (riece-run-at-time): New function.
370         * riece-emacs.el (riece-run-at-time): New alias.
371
372         * riece-misc.el (riece-get-identities-on-server): New function.
373         (riece-get-users-on-server): Use it.
374
375         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
376         (riece-command-ctcp-version): Use riece-completing-read-identity
377         and riece-get-identities-on-server.
378         (riece-command-ctcp-ping): Ditto.
379         (riece-command-ctcp-clientinfo): Ditto.
380         (riece-command-ctcp-action): Ditto.
381
382         * riece-commands.el (riece-command-finger): Pass the current
383         server name to riece-get-users-on-server; use
384         riece-completing-read-identity.
385         (riece-command-invite): Ditto.
386         (riece-command-enter-message-to-user): Ditto.
387
388         * riece-000.el (riece-handle-001-message): Register myself with
389         riece-obarray.
390
391 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
392
393         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
394         function.
395         (riece-command-ctcp-version): Use it.
396         (riece-command-ctcp-ping): Ditto.
397         (riece-command-ctcp-clientinfo): Ditto.
398         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
399         twice.
400
401 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
402
403         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
404         Abolish.
405         (riece-mode-line-buffer-identification): Don't define alias.
406
407         * riece-server.el (riece-open-server): Handle errors occurred
408         during reading password.
409
410         * riece-options.el (riece-addons): Add riece-icon.
411
412         * riece-layout.el (riece-configure-windows-top): Collect arguments.
413
414         * riece-icon.el: New add-on.
415         * COMPILE (riece-modules): Add riece-icon.
416         * Makefile.am (EXTRA_DIST): Add riece-icon.el
417
418 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
419
420         * riece-options.el (riece-saved-forms): Add riece-layout.
421
422         * riece-layout.el (riece-layout-alist): Change format.
423         (riece-configure-windows): Take 2 args to specify the position of
424         the command buffer window.
425
426         * riece-commands.el (riece-command-change-layout): Set
427         riece-save-variables-are-dirty.
428
429 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
430
431         * Riece: Version 0.1.4 released.
432         * riece-version.el (riece-version-number): Bump up to 0.1.4.
433
434 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
435
436         * riece-server.el (riece-server-process-opened): Return t.
437
438         * riece.el (riece-dialogue-mode-map): Bind "p" to
439         riece-command-enter-message-to-user.
440
441         * riece-misc.el (riece-current-nickname): Use
442         riece-current-server-name.
443         (riece-get-users-on-server): Ditto.
444
445         * riece-server.el (riece-current-server-name): New function.
446         (riece-send-string): Use it.
447
448         * riece-commands.el (riece-command-enter-message-to-user): New command.
449
450 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
451
452         * riece-menu.el (riece-menu-create-layouts-menu): New function.
453         (riece-menu-items): Use it.
454
455         * riece-server.el (riece-server-process-opened): New function.
456         (riece-server-opened): Use it.
457
458         * riece-url.el: Require 'riece-menu.
459         (riece-url-insinuate): Add "Open URL..." menu in
460         riece-command-mode-hook.
461
462         * riece-options.el (riece-addons): Add riece-menu.
463
464         * riece-menu.el: New add-on.
465         * COMPILE (riece-modules): Add riece-menu.
466         * Makefile.am (EXTRA_DIST): Add riece-menu.el
467
468 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
469
470         * riece-version.el (riece-extended-version): Remove interactive spec.
471         (riece-version): New command.
472         * riece.el (riece-command-map): Bind "V" to riece-version.
473
474         * riece-options.el (riece-command-prefix): New user option.
475         (riece-tab-stop-list): Abolish.
476
477         * riece.el (riece-define-keys-1): If keymap is a list, eval the
478         2nd element of it.
479         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
480         (riece-command-map): Ditto.
481         (riece-dialogue-mode): Don't set tab-stop-list.
482
483 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
484
485         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
486         which belongs to myself.
487
488         * riece-commands.el (riece-command-topic): Use
489         riece-check-channel-commands-are-usable.
490         (riece-command-invite): Ditto.
491         (riece-command-kick): Ditto.
492         (riece-command-change-mode): Ditto.
493         (riece-command-set-operators): Ditto.
494         (riece-command-set-speakers): Ditto.
495         (riece-command-send-message): Ditto.
496         (riece-command-part): Ditto.
497
498         * riece-misc.el (riece-get-users-on-server): If
499         riece-current-channel is not set, check the default server.
500         (riece-check-channel-commands-are-usable): New function.
501
502         * riece-globals.el (riece-channel-regexp): Accept channel names
503         beginning with "!!".
504
505 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
506
507         * riece-commands.el (riece-command-universal-server-name-argument):
508         Fix parenthesis.
509
510 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
511
512         * riece.el (riece-buffer-alist): Rename from
513         riece-buffer-mode-alist.
514
515         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
516         argument, init-major-mode, which is used to assert the major-mode
517         of the created buffer.
518
519         * riece-naming.el (riece-naming-assert-rename): Merged buffer
520         renaming logic that riece-handle-nick-message was responsible for.
521
522         * riece-globals.el (riece-server-process-alist): Revive.
523         (riece-process-list): Abolish.
524         (riece-command-buffer): Set default to nil.
525         (riece-dialogue-buffer): Ditto.
526         (riece-others-buffer): Ditto.
527         (riece-channel-list-buffer): Ditto.
528         (riece-user-list-buffer): Ditto.
529         (riece-private-buffer): Abolish.
530         (riece-wallops-buffer): Abolish.
531
532         * riece-display.el (riece-channel-buffer-format): Moved from
533         riece-globals.
534         (riece-channel-buffer-alist): New variable.
535         (riece-channel-buffer-create): Assert the major-mode of the
536         created buffer is 'riece-channel-mode.
537         (riece-channel-buffer): New function.
538         (riece-switch-to-channel): Use riece-channel-buffer instead of
539         directly using get-buffer.
540
541 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
542
543         * riece-commands.el (riece-command-toggle-away): Check user away
544         status in the server buffer.
545         [cf. <Liece:00119>]
546         (riece-command-names): Use identity prefix
547         instead of formatted identity.
548         (riece-command-who): Ditto.
549
550 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
551
552         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
553         to `riece-command-name'.
554
555 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
556
557         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
558
559 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
560
561         * Riece: Version 0.1.3 released.
562         * riece-version.el (riece-version-number): Bump up to 0.1.3.
563
564 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
565
566         * riece-button.el (riece-button-map-identity-region): Abolish.
567         (riece-user-button-set-operators): Use riece-scan-property-region.
568         (riece-user-button-set-speakers): Ditto.
569         (riece-button-add-identity-button): Ditto.
570
571         * riece-keyword.el: Require 'riece-message.
572         (riece-keyword-map-region): Abolish.
573         (riece-keyword-scan-region): Use riece-scan-property-region.
574
575         * riece-misc.el (riece-scan-property-region): New function.
576
577 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
578
579         * riece-xemacs.el (riece-make-overlay): New alias.
580         (riece-overlay-put): New alias.
581         (riece-overlay-start): New alias.
582         (riece-overlay-buffer): New alias.
583
584         * riece-emacs.el (riece-make-overlay): New alias.
585         (riece-overlay-put): New alias.
586         (riece-overlay-start): New alias.
587         (riece-overlay-buffer): New alias.
588
589         * riece-keyword.el: New add-on.
590         * COMPILE (riece-modules): Add riece-keyword.
591         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
592
593         * riece-message.el (riece-message-filter-functions): New user option.
594         (riece-display-message-1): New function.
595         (riece-display-message): Use it.
596
597 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
598
599         * riece.el (riece-channel-list-mode): Initialize
600         riece-update-buffer-functions.
601         (riece-user-list-mode): Ditto.
602
603         * riece-globals.el (riece-channel-indicator): Rename from
604         riece-short-channel-indicator.
605         (riece-long-channel-indicator): Rename from
606         riece-channel-indicator.
607
608         * riece-display.el (riece-update-buffer-functions): Default to
609         nil.
610         (riece-update-indicator-functions): New variable splitted from
611         riece-update-buffer-functions.
612         (riece-update-channel-indicator): Rename from
613         riece-update-short-channel-indicator.
614         (riece-update-long-channel-indicator): Rename from
615         riece-update-channel-indicator.
616         (riece-update-buffers): Don't set riece-channel-buffer.
617         (riece-switch-to-channel): Set riece-channel-buffer here.
618
619         * riece-button.el (riece-user-button-popup-menu): Change order.
620         (riece-button-update-buffer): Unify
621         riece-button-update-channel-list-buffer and
622         riece-button-update-user-list-buffer.
623
624 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
625
626         * riece-history.el (riece-history-insinuate): In
627         riece-after-switch-to-channel-functions, check whether the last
628         channel is nil.
629
630         * riece-xemacs.el (riece-event-buffer): New alias.
631         (riece-event-point): New alias.
632
633         * riece-emacs.el (riece-event-buffer): New function.
634         (riece-event-point): New function.
635
636         * riece-display.el (riece-update-user-list-buffer): Use
637         riece-format-identity to add 'riece-identity property to user
638         names.
639
640         * riece-button.el (riece-user-button-popup-menu): New variable.
641         (riece-identity-button): Rename from riece-channel-button.
642         (riece-button-switch-to-identity): Rename from
643         riece-channel-button-action.
644         (riece-identity-button-popup-menu): Rename from
645         riece-channel-button-popup-menu; set point to the position the
646         event occurred.
647         (riece-user-button-join-partner): New function.
648         (riece-user-button-set-operators): New function.
649         (riece-user-button-set-speakers): New function.
650         (riece-user-button-finger): New function.
651         (riece-make-identity-button-map): New function.
652         (riece-button-map-identity-region): New function; splitted from
653         riece-button-add-identity-button.
654         (riece-button-add-identity-button): Use it.
655         (riece-button-update-user-list-buffer): New function.
656         (riece-button-insinuate): Add riece-button-update-user-list-buffer
657         to riece-update-buffer-functions.
658
659 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
660
661         * riece-xemacs.el (riece-mouse-2): New variable.
662         (riece-popup-menu-popup): New function.
663
664         * riece-emacs.el (riece-mouse-2): New variable.
665         (riece-popup-menu-bogus-filter-constructor): New macro.
666         (riece-popup-menu-popup): New function.
667
668         * riece-commands.el (riece-command-list): Use identity prefix
669         instead of formatted identity.
670
671         * riece-button.el (riece-channel-button-popup-menu): New variable.
672         (riece-channel-button): Arrange help-echo.
673         (riece-channel-button-switch-to-channel): New function.
674         (riece-channel-button-part): New function.
675         (riece-channel-button-list): New function.
676         (riece-channel-button-map): New variable.
677         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
678         properties on channel buttons.
679
680 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
681
682         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
683
684         * riece-history.el (riece-channel-list-history-face): New face.
685         (riece-history-format-channel-list-line): New function.
686         (riece-history-insinuate): Add ?+ to
687         riece-channel-list-mark-face-alist; add
688         riece-history-format-channel-list-line to
689         riece-format-channel-list-line-functions.
690
691         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
692
693 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
694
695         * riece-unread.el (riece-unread-after-display-message-function):
696         Do nothing when message-target is already in
697         riece-unread-channels; call riece-redisplay-buffers.
698         (riece-unread-update-channel-list-buffer): Abolish.
699         (riece-unread-after-switch-to-channel-function): Don't call
700         riece-unread-update-channel-list-buffer.
701         (riece-unread-format-channel-list-line): New function.
702         (riece-unread-insinuate): Add
703         riece-unread-format-channel-list-line to
704         riece-format-channel-list-line; don't add
705         riece-unread-update-channel-list-buffer to
706         riece-update-buffer-functions.
707
708         * riece-highlight.el (riece-channel-list-mark-current-channel):
709         Abolish; merged into riece-update-channel-list-buffer.
710         (riece-highlight-insinuate): Don't add
711         riece-channel-list-mark-current-channel to
712         riece-after-switch-to-channel-functions.
713
714         * riece-display.el (riece-channel-list-changed): Abolish.
715         (riece-update-channel-list-buffer): Always redisplay channel-list
716         buffer.
717         (riece-update-channel-list-indicator): Always redisplay
718         channel-list indicator.
719         (riece-format-channel-list-line): New function.
720         (riece-update-buffers): Don't clear riece-channel-list-changed.
721         (riece-join-channel): Don't set riece-channel-list-changed.
722         (riece-part-channel): Ditto.
723
724 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
725
726         * riece-options.el (riece-addons): Add riece-button.
727
728         * riece-display.el (riece-update-channel-list-buffer): Avoid to
729         use format to preserve 'riece-identity property.
730
731         * riece-unread.el (riece-unread-update-channel-list-buffer):
732         Simplified.
733         (riece-unread-insinuate): Delay adding
734         riece-unread-update-channel-list-buffer to
735         riece-update-buffer-functions.
736
737         * riece-button.el: New add-on.
738         * COMPILE (riece-modules): Add riece-button.
739         * Makefile.am (EXTRA_DIST): Add riece-button.el
740
741 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
742
743         * riece-server.el (riece-close-server-process): 
744         (riece-quit-server-process): Call riece-close-server-process
745         instead of kill-process; call riece-exit if no process is available.
746
747 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
748
749         * riece-display.el (riece-channel-buffer-name): Check whether
750         IDENTITY is a member of riece-current-channels.
751
752 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
753
754         * riece-commands.el (riece-command-kick): Fix completing-read
755         collection argument.
756
757 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
758
759         * riece-000.el: Require 'riece-commands.
760         * riece-200.el: Don't require 'riece-commands.
761         * riece-300.el: Ditto.
762
763 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
764
765         * Riece: Version 0.1.2 released.
766         * riece-version.el (riece-version-number): Bump up to 0.1.2.
767
768 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
769
770         * riece-filter.el (riece-sentinel): Don't clear
771         riece-reconnect-with-password.
772         * riece-server.el (riece-open-server): Clear
773         riece-reconnect-with-password here.
774
775 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
776
777         * riece-globals.el (riece-join-channel-candidate): New variable.
778         * riece-commands.el (riece-command-join): Prompt
779         riece-join-channel-candidate.
780
781         * riece-handle.el (riece-handle-invite-message): Set
782         riece-join-channel-candidate when the user is invited.
783         * riece-naming.el (riece-naming-assert-join): Clear
784         riece-join-channel-candidate.
785
786 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
787
788         * riece-identity.el (riece-completing-read-identity): Pass 6th &
789         7th arguments to completing-read.
790
791         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
792         of riece-completing-read-identity.
793
794         * riece-handle.el (riece-handle-invite-message): Fix parsing of
795         parameters.
796
797         * riece-display.el (riece-update-channel-list-buffer): Don't clear
798         riece-channel-list-changed.
799         (riece-update-buffers): Clear it.
800
801 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
802
803         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
804
805 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
806
807         * riece-000.el (riece-handle-001-message): Parse elements in
808         riece-startup-channel-list.
809
810 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
811
812         * riece-skk-kakutei.el
813         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
814
815 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
816
817         * riece-options.el (riece-startup-channel-list): Revive.
818         * riece-000.el (riece-handle-001-message): Process
819         riece-startup-channel-list.
820
821         * riece-server.el (riece-open-server): Display "Logging in to
822         XXX..." message.
823         * riece-000.el (riece-handle-001-message): Clear "Logging in to
824         XXX..." message; call riece-after-login-hook.
825
826 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
827
828         * riece-unread.el (riece-unread-after-display-message-function):
829         Simplified.
830
831 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
832
833         * riece-commands.el (riece-command-join): Extract target
834         identity-prefix before applying riece-channel-p; format target.
835
836 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
837
838         * Riece: Version 0.1.1 released.
839         * riece-version.el (riece-version-number): Bump up to 0.1.1.
840
841 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
842
843         * riece-guess.el (riece-guess-channel-try-functions): Default to
844         nil.
845         (riece-default-guess-channel): Abolish.
846         (riece-command-guess-switch-to-channel): Reconstruct
847         riece-guess-candidates when it is empty.
848
849 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
850
851         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
852         define.
853         (riece-dialogue-notice-face): Ditto.
854         (riece-dialogue-wallops-face): Ditto.
855         (riece-dialogue-error-face): Ditto.
856         (riece-dialogue-info-face): Ditto.
857         (riece-dialogue-server-face): Ditto.
858         (riece-dialogue-prefix-face): Ditto.
859         (riece-channel-list-default-face): Ditto.
860         (riece-channel-list-current-face): Ditto.
861
862         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
863         define.
864
865 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
866
867         * riece-history.el (riece-history-insinuate): Don't set
868         riece-guess-channel-try-functions here.
869         (riece-history-requires): Don't require riece-guess.
870
871         * riece-unread.el (riece-unread-requires): Don't require
872         riece-guess.
873         (riece-unread-insinuate): Don't set
874         riece-guess-channel-try-functions here.
875
876 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
877
878         * riece-unread.el (riece-unread-after-display-message-function):
879         Rename from riece-unread-display-message-function.
880         (riece-unread-after-switch-to-channel-function): Rename from
881         riece-unread-channel-switch-hook.
882         (riece-guess-channel-from-unread): New function.
883         (riece-unread-requires): Require 'riece-guess and 'riece-history.
884         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
885
886         * riece-options.el (riece-addons): Add riece-guess, riece-history,
887         and riece-url.
888
889         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
890         check riece-last-channel.
891
892         * riece-display.el (riece-switch-to-channel): Rename
893         riece-channel-switch-hook to
894         riece-after-switch-to-channel-functions.
895         (riece-switch-to-nearest-channel): Ditto.
896
897         * riece-guess.el: New add-on.
898         * COMPILE (riece-modules): Add riece-guess.
899         * Makefile.am (EXTRA_DIST): Add riece-guess.el
900
901         * riece-history.el: New add-on.
902         * COMPILE (riece-modules): Add riece-history.
903         * Makefile.am (EXTRA_DIST): Add riece-history.el
904
905 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
906
907         * riece-options.el (riece-connection-timeout): Abolish.
908
909         * riece-server.el (riece-clear-system): Abolish.
910         * riece.el (riece-exit): Merge riece-clear-system.
911
912 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
913
914         * riece-filter.el (riece-sentinel): Suppress status message when
915         riece-debug is nil.
916
917 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
918
919         * riece-highlight.el (riece-channel-list-mark-current-channel):
920         New function.
921
922         * riece-display.el (riece-channel-list-changed): New variable.
923         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
924         (riece-update-channel-list-indicator): Ditto.
925
926 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
927
928         * riece-options.el (riece-addons): Enable riece-unread by default.
929
930         * riece-highlight.el (riece-channel-list-current-face): New variable.
931         (riece-channel-list-default-face): New face.
932
933         * riece-globals.el (riece-channel-list-buffer): Strip leading
934         whitespace.
935
936 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
937
938         * riece-unread.el: Require 'riece-highlight when compiling.
939         (riece-unread): New custom group.
940         (riece-channel-list-unread-face): New variable.
941         (riece-channel-list-unread-face): New face.
942         (riece-unread-requires): New function.
943         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
944
945         * riece-highlight.el: Highlight *Channels* buffer; rename
946         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
947         riece-dialogue-*.
948         (riece-channel-list-font-lock-keywords): New variable.
949         (riece-channel-list-mark-face-alist): New variable.
950
951 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
952
953         * riece-unread.el (riece-unread-update-channel-list-buffer):
954         Restore channel marks if exist.
955
956         * riece-naming.el (riece-naming-assert-join): Don't set
957         riece-redisplay-buffers.
958         (riece-naming-assert-part): Ditto.
959         (riece-naming-assert-rename): Ditto.
960
961         * riece-display.el (riece-redisplay-buffers): Abolish.
962         (riece-update-user-list-buffer): Don't check
963         riece-redisplay-buffers.
964         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
965         beginning of the current channel.
966         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
967         (riece-join-channel): Ditto.
968         (riece-part-channel): Ditto.
969
970 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
971
972         * riece-display.el (riece-join-channel): Parse non-nil elements in
973         riece-default-channel-binding.
974
975 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
976
977         * riece-identity.el (riece-format-identity): Add 'riece-identity
978         property to the resulting string.
979
980         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
981         topic is "".
982
983         * riece-300.el (riece-handle-322-message): Simplify message.
984
985         * riece-commands.el (riece-command-change-layout): Call
986         riece-command-configure-windows; Use setq instead of
987         custom-set-variables.
988
989 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
990
991         * Riece: Version 0.1.0 released.
992         * riece-version.el (riece-version-number): Bump up to 0.1.0.
993
994 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
995
996         * COMPILE (riece-compile-modules): Ignore errors during byte
997         compilation.
998         (riece-install-modules): If there lacks a compiled module, don't
999         attempt to install it.
1000
1001         * riece-options.el (riece-quit-timeout): Default to 10.
1002
1003         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
1004         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
1005
1006         * riece-unread.el: Require 'riece-commands.
1007
1008         * riece-server.el: Require 'riece-identity and 'riece-compat.
1009
1010         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
1011         'riece-display.
1012         (riece-handle-dcc-request): Use riece-channel-buffer-name.
1013
1014         * riece-identity.el: Don't require 'riece-server.
1015
1016         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
1017         'riece-message, and 'riece-server.
1018
1019         * riece-ctcp.el: Require 'riece-display.
1020
1021         * riece-commands.el: Require 'riece-layout.
1022         (riece-command-change-layout): New command.
1023
1024         * riece-alias.el: Require 'riece-identity.
1025
1026         * riece-layout.el: No longer provided as an add-on.
1027         * riece-display.el: Remove window configuration stuff.
1028
1029 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
1030
1031         * riece-rdcc.el (riece-command-dcc-send): Bind
1032         process-connection-type to nil.
1033
1034         * riece-300.el (riece-handle-319-message): New handler.
1035
1036         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
1037         (riece): Signal an error when a server is opened;
1038         No need to initialize riece-command-buffer specially.
1039
1040 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1041
1042         * riece-display.el (riece-configure-windows-top): Set
1043         `truncate-partial-width-windows' nil, when horizontal window
1044         split.
1045
1046 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1047
1048         * riece-display.el (riece-configure-windows-top): Change
1049         user-list-buffer and channel-list-buffer window create logic.
1050
1051         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
1052         require riece.el when compile.
1053
1054         * riece.el (riece): Use `riece-redisplay-buffers' instead of
1055         `riece-configure-windows'.
1056
1057 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1058
1059         * riece-display.el (riece-configure-windows-top): New function.
1060         * riece-layout.el (riece-layout-alist): Add top.
1061
1062         * riece-skk-kakutei.el: New add-on.
1063         * COMPILE (riece-modules): Add riece-skk-kakutei.
1064         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
1065
1066 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
1067
1068         * riece-layout.el: New add-on.
1069         * COMPILE (riece-modules): Add riece-layout.
1070         * Makefile.am (EXTRA_DIST): Add riece-layout.el
1071
1072 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1073
1074         * riece-options.el (riece-quit-timeout): New user option.
1075         * riece-server.el (riece-quit-server-process): New function.
1076         * riece-commands.el (riece-command-quit): Use it.
1077         (riece-command-close-server): Use it.
1078
1079 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1080
1081         * riece-commands.el (riece-command-previous-channel): Skip nil in
1082         riece-current-channels.
1083
1084 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
1085
1086         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
1087         the ruby process.
1088
1089         * riece-xemacs.el: Don't require 'riece-compat.
1090
1091 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
1092
1093         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
1094         riece-parse-identity.
1095
1096 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1097
1098         * riece-server.el (riece-find-server-name): Abolish.
1099
1100         * riece-alias.el: Add usage.
1101
1102 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1103
1104         * riece-mini.el (riece-mini-send-message): Use
1105         riece-completing-read-identity; don't use riece-own-channel-message.
1106
1107         * riece-identity.el: Require 'riece-compat.
1108         (riece-identity-prefix-case-table): New variable.
1109         (riece-abbrev-identity-string-function): New variable.
1110         (riece-expand-identity-string-function): New variable.
1111         (riece-format-identity): Rename from riece-decode-identity.
1112         (riece-parse-identity): Rename from riece-encode-identity.
1113         (riece-with-identity-buffer): Abolish.
1114         (riece-identity-canonicalize-prefix): Use case-table.   
1115
1116         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
1117         (riece-handle-message): Ditto.
1118
1119         * riece-alias.el: New add-on.
1120         * COMPILE (riece-modules): Add riece-alias.
1121         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
1122
1123         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
1124         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
1125         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
1126
1127 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
1128
1129         * Riece: Version 0.0.4 released.
1130         * riece-version.el (riece-version-number): Bump up to 0.0.4.
1131
1132 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
1133
1134         * riece-unread.el (riece-unread-display-message-function): Don't check
1135         `selected-window'. It doesn't work as expected.
1136
1137 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1138
1139         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
1140
1141         * riece-300.el: Rewrite using riece-decode-identity.
1142
1143         * riece-identity.el (riece-completing-read-identity): Signal an
1144         error when the encoded channel name is not matched with
1145         riece-channel-regexp.
1146
1147         * riece-globals.el (riece-channel-regexp): Moved from
1148         riece-channel.el.
1149         (riece-user-regexp): Moved form riece-user.el.
1150
1151 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1152
1153         * riece-handle.el (riece-handle-join-message): Don't call
1154         riece-switch-to-channel.
1155         (riece-handle-part-message): Don't decode message if it is empty.
1156         (riece-handle-kick-message): Ditto.
1157         (riece-handle-quit-message): Ditto.
1158         (riece-handle-kill-message): Ditto.
1159
1160         * riece-commands.el (riece-command-part): Show the current channel
1161         as default candidate.
1162
1163         * riece-identity.el (riece-completing-read-identity): Accept
1164         optional 5th argument `initial'.
1165
1166         * riece-unread.el (riece-unread-update-channel-list-buffer):
1167         Simplified.
1168
1169         * riece-filter.el (riece-sentinel): Don't bind
1170         riece-inhibit-update-buffers.
1171
1172         * riece-display.el (riece-redisplay-buffer): New variable.
1173         (riece-inhibit-update-buffers): Abolish.
1174         (riece-update-channel-list-buffer): Memorize
1175         encoded identity as text property on each line. 
1176
1177         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
1178         buffer local.
1179         (riece-user-list-mode): Ditto.
1180
1181 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1182
1183         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
1184         Fix example setting, don't use 3rd arg of add-to-list.
1185
1186         * riece-coding.el (riece-default-coding-system): Fix default value.
1187
1188 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
1189
1190         * riece-display.el (riece-inhibit-update-buffers): New variable.
1191         * riece-filter.el (riece-sentinel): Bind
1192         riece-inhibit-update-buffers while removing channels from
1193         riece-current-channels.
1194         * riece-unread.el (riece-unread-display-message-function): Don't
1195         update channel list buffer when riece-inhibit-update-buffers is
1196         non-nil.
1197         (riece-unread-channel-switch-hook): Ditto.
1198         (riece-unread-insinuate): Add
1199         riece-unread-update-channel-list-buffer to
1200         riece-update-buffer-functions.
1201
1202         * riece-commands.el (riece-command-switch-to-channel): Call
1203         riece-redisplay-buffers instead of riece-command-configure-windows.
1204
1205         * riece-identity.el (riece-completing-read-identity): Remove nil
1206         from riece-current-channels before converting it to an alist.
1207
1208 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
1209
1210         * riece-unread.el (riece-unread-display-message-function): Check a
1211         `selected-window'.
1212
1213         * riece-mini.el: New add-on.
1214         * COMPILE (riece-modules): Add `riece-mini'.
1215         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
1216
1217         * riece-display.el (riece-channel-buffer-create): Add new hook.
1218         * riece-log.el: New add-on for saving irc logs.
1219         * COMPILE (riece-modules): Add `riece-log'.
1220         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
1221
1222         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
1223         (riece-command-part): Ditto.
1224
1225 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1226
1227         * riece-naming.el (riece-naming-assert-join): Call
1228         riece-update-buffers.
1229         (riece-naming-assert-part): Ditto.
1230
1231         * riece-filter.el (riece-sentinel): Don't bind
1232         riece-overriding-server-name; use riece-part-channel.
1233
1234         * riece-display.el (riece-switch-to-channel): Don't set
1235         riece-channel-buffer.
1236         (riece-update-buffers): Set riece-channel-buffer here.
1237
1238         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
1239         (riece-command-close-server): Fixed completion bug.
1240         (riece-command-universal-server-name-argument): Ditto.
1241
1242 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1243
1244         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
1245         doctor-read-print.
1246
1247         * riece-handle.el (riece-handle-nick-message): Use
1248         riece-decode-identity to decode user.
1249         (riece-handle-join-message): Ditto.
1250         (riece-handle-part-message): Ditto.
1251         (riece-handle-kick-message): Ditto.
1252         (riece-handle-quit-message): Ditto.
1253         (riece-handle-kill-message): Ditto.
1254         (riece-handle-invite-message): Ditto.
1255         (riece-handle-topic-message): Ditto.
1256         (riece-handle-mode-message): Ditto.
1257
1258 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1259
1260         * riece-message.el (riece-own-channel-message): Abolish.
1261
1262         * riece-commands.el (riece-command-send-message): Don't use
1263         riece-own-channel-message.
1264
1265         * riece-doctor.el (riece-doctor-reply): Don't use
1266         riece-own-channel-message.
1267         (riece-doctor-hello-regexp): New user option.
1268         (riece-doctor-bye-regexp): New user option.
1269
1270 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1271
1272         * riece-identity.el (riece-identity-member-no-server): Abolish.
1273
1274         * riece-doctor.el (riece-doctor-patients): Make it global variable.
1275         (riece-doctor-after-privmsg-hook): Use riece-identity-member
1276         instead of riece-identity-member-no-server.
1277
1278 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1279
1280         * riece-doctor.el: New add-on.
1281         * COMPILE (riece-modules): Add riece-doctor.
1282         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
1283
1284 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1285
1286         * riece-handle.el (riece-handle-nick-message): Follow the change
1287         of riece-identity-member.
1288
1289         * riece-commands.el (riece-command-next-channel): Use
1290         riece-identity-member instead of riece-identity-member-no-server.
1291         (riece-command-previous-channel): Ditto.
1292
1293 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1294
1295         * riece-identity.el (riece-completing-read-identity): Remove nil
1296         from channels before completing-read.
1297
1298         * riece-message.el (riece-message-make-name): Fix condition for priv.
1299         (riece-message-make-global-name): Ditto.
1300         (riece-message-buffer): Ditto.
1301
1302         * riece-misc.el (riece-current-nickname): Use
1303         riece-with-identity-buffer.
1304
1305 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1306
1307         * riece-message.el (riece-message-parent-buffers): Regard message's
1308         speaker as target when priv mode.
1309
1310         * riece-display.el (riece-update-channel-indicator): Decode
1311         riece-current-channel even in priv mode.
1312
1313         * riece-identity.el (riece-decode-identity): Respect prefix-only.
1314         (riece-completing-read-identity): Check if illegal characters in
1315         channel name.
1316
1317 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1318
1319         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
1320         * riece-globals.el (riece-user-buffer-format): Abolish.
1321         (riece-user-list-buffer): Default to " *Users*".
1322         * riece-display.el (riece-user-list-buffer-name): Abolish.
1323         (riece-user-list-buffer-create): Abolish.
1324
1325 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1326
1327         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
1328         (riece-handle-message): Ditto.
1329         (riece-sentinel): Clear system here.
1330
1331         * riece-server.el (riece-server-process-name): New function.
1332         (riece-server-process): New function.
1333         (riece-close-server): Abolish.
1334
1335         * riece-identity.el: Adopt vector object representation for
1336         identity objects.
1337         (riece-with-identity-buffer): New macro.
1338         (riece-decode-identity): New function.
1339         (riece-encode-identity): New function.
1340
1341         * riece-globals.el (riece-process-list): New variable.
1342         (riece-server-process-alist): Abolish.
1343         (riece-channel-buffer-alist): Abolish.
1344         (riece-user-list-buffer-alist): Abolish.
1345         (riece-short-channel-indicator): New variable.
1346
1347         * riece-channel.el: Assume that we are already in the server buffer.
1348         * riece-user.el: Likewise.
1349
1350 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1351
1352         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
1353
1354         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
1355         `add-to-list'.
1356
1357 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
1358
1359         * riece-channel.el (riece-forget-channel): Fixed.
1360         (riece-channel-modeless-regexp): Abolish.
1361         (riece-channel-modeless-p): Abolish.
1362
1363 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1364
1365         * riece-unread.el (riece-unread-display-message-function): Delete the
1366         target before adding to list.
1367         (riece-unread-switch-to-channel): New function.
1368         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
1369         Bind "u" to riece-dialogue-mode-map.
1370         Bind "u" to riece-channel-list-mode-map.
1371
1372         * riece.el (riece-channel-list-mode-map): Don't bind
1373         `riece-command-unread-channel'.
1374
1375 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1376
1377         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
1378         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
1379         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
1380         riece.el: Don't require riece-inlines since it has been removed.
1381
1382 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1383
1384         * riece-display.el (riece-update-user-list-buffer): Rename from
1385         riece-user-list-update-buffer.
1386         (riece-update-channel-list-buffer): Rename from
1387         riece-channel-list-update-buffer.
1388
1389 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1390
1391         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
1392         from riece-inlines.el; renamed from scandinavian-downcase.
1393         (riece-identity-equal-no-server): Moved from riece-inlines.el;
1394         renamed from scandinavian-equal-ignore-case.
1395         (riece-identity-equal-no-server-safe): New function.
1396         (riece-identity-member-no-server): Moved from riece-inlines.el;
1397         renamed from scandinavian-member-ignore-case.
1398         (riece-identity-member-no-server-safe): New function.
1399
1400         * riece-inlines.el: Removed.
1401         * COMPILE (riece-modules): Remove riece-inlines.
1402         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
1403
1404 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1405
1406         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
1407         explicitly.
1408         * riece-ndcc.el: Don't call delete-process explicitly.
1409         * riece-server.el (riece-close-server-process): Don't call
1410         delete-process explicitly unless riece-debug == t.
1411
1412 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1413
1414         * riece-inlines.el (scandinavian-downcase): New inline function.
1415         (scandinavian-equal-ignore-case): Rename from
1416         string-equal-ignore-case.
1417         (scandinavian-member-ignore-case): Rename from
1418         string-list-member-ignore-case.
1419
1420         * riece-identity.el (riece-identity-equal): Rename from
1421         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
1422         (riece-identity-equal-safe): Rename from riece-identity-equal.
1423         (riece-identity-member): Rename from riece-identity-member-no-server.
1424         (riece-identity-member-safe): Rename from riece-identity-member.
1425         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
1426         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
1427
1428 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1429
1430         * riece-rdcc.el: Require 'riece-ctcp.
1431         (riece-rdcc-insinuate): Add "DCC" to
1432         riece-ctcp-additional-clientinfo.
1433
1434         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
1435         (riece-command-ctcp-clientinfo): New command.
1436         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1437         (riece-handle-ctcp-clientinfo-request): New handler.
1438         (riece-handle-ctcp-clientinfo-response): New handler.
1439
1440         * riece-server.el (riece-open-server): No need to use
1441         get-buffer-create to reuse process buffer.
1442
1443 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1444
1445         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
1446         DCC process.
1447         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
1448
1449         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
1450         `:coding'.
1451         (riece-open-server): Follow the change.
1452
1453         * riece-ctcp.el (riece-command-ctcp-action): New command.
1454         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1455         (riece-handle-ctcp-action-request): New handler.
1456
1457         * riece.el (riece-command-mode): Enclose status indicators with
1458         `{}'; show riece-user-indicator.
1459         (riece-channel-mode): Likewise.
1460         (riece-dialogue-mode): Enclose status indicators with `{}'.
1461         * riece-globals.el (riece-user-indicator): New indicator.
1462         (riece-freeze-indicator): Default to "-".
1463         * riece-display.el (riece-update-channel-indicator): Don't update
1464         modeline.
1465         (riece-update-status-indicators): Set riece-user-indicator.
1466         * riece-300.el (riece-handle-324-message): Update channel indicator.
1467
1468 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1469
1470         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
1471         (riece-dialogue-mode): Call riece-update-status-indicators.
1472         (riece-channel-mode): Add riece-operator-indicator to
1473         mode-line-buffer-identification.
1474         * riece-user.el (riece-make-user): New attribute `operator'.
1475         (riece-user-operator): New function.
1476         (riece-user-set-operator): New function.
1477         (riece-user-toggle-away): New function.
1478         (riece-user-toggle-operator): New function.
1479         * riece-misc.el (riece-own-frozen): Revive.
1480         * riece-message.el (riece-display-message): Reset riece-freeze if
1481         riece-freeze == 'own && (riece-message-own-p message).
1482         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
1483         (riece-operator-indicator): New variable.
1484         * riece-display.el (riece-update-status-indicators): New function.
1485         (riece-update-buffer-functions): Add it.
1486         * riece-commands.el (riece-command-toggle-freeze): Don't call
1487         riece-freeze.
1488         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
1489         * riece-300.el (riece-handle-302-message): Use
1490         riece-user-toggle-away instead of riece-user-set-away.
1491         (riece-handle-301-message): Ditto.
1492         (riece-handle-305-message): Ditto.
1493         (riece-handle-306-message): Ditto.
1494         (riece-handle-352-message): Ditto.
1495
1496 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1497
1498         * riece-commands.el (riece-command-next-channel): Circularly
1499         follow the channel list.
1500         (riece-command-previous-channel): Ditto.
1501
1502 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1503
1504         * riece.el (riece-command-mode): Set default value of riece-freeze
1505         & riece-own-freeze.
1506         * riece-options.el (riece-away-message): New user option.
1507         * riece-commands.el (riece-command-toggle-away): Query user away
1508         message.
1509         * riece-300.el (riece-handle-301-message): Set user's away status.
1510         (riece-handle-305-message): Ditto.
1511         (riece-handle-306-message): Ditto.
1512         (riece-handle-302-message): Ditto.
1513         (riece-handle-352-message): Ditto.
1514
1515 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1516
1517         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
1518         and riece-identity.
1519         (riece-command-dcc-receive): Check the existence of
1520         set-buffer-multibyte.
1521
1522 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1523
1524         * Riece: Version 0.0.3 released.
1525         * riece-version.el (riece-version-number): Bump up to 0.0.3.
1526
1527         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
1528         in hooks.
1529         (riece-handle-ctcp-response): Ditto.
1530
1531 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1532
1533         * riece-user.el (riece-rename-user): Don't modify entry when
1534         old-name == new-name.
1535
1536         * riece-display.el (riece-configure-windows): Use window-buffer
1537         instead of current-buffer.
1538
1539         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1540         (riece-rdcc-ruby-command): New user option.
1541         (riece-rdcc-send-program): New user option.
1542         (riece-rdcc-decode-address-program): New user option.
1543         (riece-rdcc-substitute-variables): New function.
1544         (riece-command-dcc-send): Use it.
1545         (riece-rdcc-decode-address): Use it.
1546
1547 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1548
1549         * riece-rdcc.el: New add-on.
1550
1551         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1552
1553 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1554
1555         * riece-ndcc.el: New add-on.
1556         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1557
1558 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1559
1560         * riece-server.el (riece-open-server): Simplify message.
1561
1562         * riece-commands.el (riece-command-open-server): Throw an error
1563         when the server is already opened.
1564
1565         * riece-filter.el (riece-sentinel): Simplified.
1566
1567         * riece-display.el (riece-user-list-update-buffer): Check the
1568         existence of riece-user-list-buffer.
1569         (riece-channel-list-update-buffer): Check the existence of
1570         riece-channel-list-buffer.
1571         (riece-set-window-points): Ditto.
1572
1573         * riece-commands.el (riece-command-open-server): Simplified.
1574         (riece-command-toggle-channel-buffer-mode): Set
1575         riece-save-variables-are-dirty to t.
1576         (riece-command-toggle-user-list-buffer-mode): Ditto.
1577         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1578
1579         * riece-server.el (riece-start-server): Abolish.
1580         (riece-open-server): Set riece-server-process-alist and
1581         riece-server-process here.
1582
1583 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1584
1585         * riece-filter.el (riece-sentinel): Close process even if
1586         riece-reconnect-with-password == t.
1587         (riece-handle-message): Catch errors occured in hooks.
1588
1589         * riece-server.el (riece-open-server): Reuse server buffer.
1590         (riece-close-server-process): Delete process even if process is
1591         not running.
1592
1593 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1594
1595         * riece-server.el (riece-open-server): No need to reset
1596         riece-reconnect-with-password.
1597
1598         * riece-filter.el (riece-sentinel): Don't call riece when
1599         riece-reconnect-with-password = t and process !=
1600         riece-server-process.
1601
1602         * riece-url.el: Fix usage.
1603
1604         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1605
1606         * riece-unread.el: New add-on.
1607         * COMPILE (riece-modules): Add riece-unread.
1608         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1609
1610         * riece-300.el (riece-handle-322-message): New handler.
1611         (riece-handle-323-message): New handler.
1612
1613 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1614
1615         * riece-display.el (riece-configure-windows): Select other window
1616         when minibuffer is active.
1617
1618         * riece-commands.el (riece-command-list): New command.
1619         (riece-command-enter-message-as-notice): New command.
1620         * riece.el (riece-command-mode-map): Bind
1621         riece-command-enter-message-as-notice and riece-command-list.
1622
1623         * riece-server.el (riece-close-server): Skip nil when leaving
1624         channels before closing server.
1625
1626 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1627
1628         * Riece: Version 0.0.2 released.
1629         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1630
1631         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1632         * riece-url.el (riece-url-requires): Don't assert dependency on
1633         riece-highlight unless it appears in riece-addons.
1634
1635         * riece-url.el: New add-on.
1636         * COMPILE (riece-modules): Add riece-url.
1637
1638         * riece-message.el (riece-message-make-bracket): Abolish.
1639         * riece-highlight.el (riece-highlight-font-lock-keywords):
1640         Give up to fontify "-nick-" or "-nick server-".
1641
1642         * riece-highlight.el (riece-highlight-font-lock-keywords):
1643         Simplified regexp.
1644
1645         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1646         (riece-handle-ctcp-response): Ditto.
1647
1648         * riece-highlight.el: Make it an add-on.
1649         (riece-highlight-insinuate): New function.
1650         * riece.el: Don't require 'riece-highlight.
1651         * riece-options.el (riece-addons): Turn on riece-highlight and
1652         riece-ctcp by default.
1653
1654         * riece-display.el (riece-configure-windows-predicate): New function.
1655         (riece-configure-windows-predicate): New user option.
1656         (riece-redisplay-buffers): Use it.
1657
1658         * riece-complete.el: Require 'cl for butlast.
1659
1660         * Makefile.am (elc): Renamed from "compile".
1661
1662         * riece.el (riece-dialogue-mode-map): Bind
1663         riece-command-toggle-channel-list-buffer-mode.
1664
1665         * riece-display.el (riece-configure-windows): Typo fixed.
1666
1667         * riece-user.el (riece-user-toggle-channel): Use member instead of
1668         memq.
1669
1670 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1671
1672         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1673
1674         * riece-options.el (riece-addons): New user option.
1675         (riece-addon-directory): New user option.
1676
1677         * riece.el (riece-load-and-build-addon-dependencies): New function.
1678         (riece-insinuate-addons): New function.
1679         (riece): Call riece-insinuate-addons.
1680
1681         * riece-misc.el (riece-get-users-on-server): Moved from
1682         riece-commands.el.
1683
1684         * riece-ctcp.el: New file.
1685         * COMPILE (riece-modules): Add riece-ctcp.
1686         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1687
1688 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1689
1690         * Riece: Version 0.0.1 released.
1691
1692         * riece-commands.el (riece-command-names): New command.
1693         (riece-command-who): New command.
1694
1695         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1696         riece-command-who.
1697
1698         * riece-300.el (riece-handle-341-message): New handler.
1699         (riece-handle-352-message): New handler.
1700
1701         * riece-commands.el (riece-command-invite): Don't accept channel
1702         argument; throw an error when user is not on a channel.
1703         (riece-command-kick): New command.