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