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