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