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