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