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