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