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