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