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