* riece-options.el (riece-quit-timeout): New user option.
[riece] / lisp / ChangeLog
1 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-options.el (riece-quit-timeout): New user option.
4         * riece-server.el (riece-quit-server-process): New function.
5         * riece-commands.el (riece-command-quit): Use it.
6         (riece-command-close-server): Use it.
7
8 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
9
10         * riece-commands.el (riece-command-previous-channel): Skip nil in
11         riece-current-channels.
12
13 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
14
15         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
16         the ruby process.
17
18         * riece-xemacs.el: Don't require 'riece-compat.
19
20 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
21
22         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
23         riece-parse-identity.
24
25 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
26
27         * riece-server.el (riece-find-server-name): Abolish.
28
29         * riece-alias.el: Add usage.
30
31 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
32
33         * riece-mini.el (riece-mini-send-message): Use
34         riece-completing-read-identity; don't use riece-own-channel-message.
35
36         * riece-identity.el: Require 'riece-compat.
37         (riece-identity-prefix-case-table): New variable.
38         (riece-abbrev-identity-string-function): New variable.
39         (riece-expand-identity-string-function): New variable.
40         (riece-format-identity): Rename from riece-decode-identity.
41         (riece-parse-identity): Rename from riece-encode-identity.
42         (riece-with-identity-buffer): Abolish.
43         (riece-identity-canonicalize-prefix): Use case-table.   
44
45         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
46         (riece-handle-message): Ditto.
47
48         * riece-alias.el: New add-on.
49         * COMPILE (riece-modules): Add riece-alias.
50         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
51
52         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
53         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
54         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
55
56 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
57
58         * Riece: Version 0.0.4 released.
59         * riece-version.el (riece-version-number): Bump up to 0.0.4.
60
61 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
62
63         * riece-unread.el (riece-unread-display-message-function): Don't check
64         `selected-window'. It doesn't work as expected.
65
66 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
67
68         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
69
70         * riece-300.el: Rewrite using riece-decode-identity.
71
72         * riece-identity.el (riece-completing-read-identity): Signal an
73         error when the encoded channel name is not matched with
74         riece-channel-regexp.
75
76         * riece-globals.el (riece-channel-regexp): Moved from
77         riece-channel.el.
78         (riece-user-regexp): Moved form riece-user.el.
79
80 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
81
82         * riece-handle.el (riece-handle-join-message): Don't call
83         riece-switch-to-channel.
84         (riece-handle-part-message): Don't decode message if it is empty.
85         (riece-handle-kick-message): Ditto.
86         (riece-handle-quit-message): Ditto.
87         (riece-handle-kill-message): Ditto.
88
89         * riece-commands.el (riece-command-part): Show the current channel
90         as default candidate.
91
92         * riece-identity.el (riece-completing-read-identity): Accept
93         optional 5th argument `initial'.
94
95         * riece-unread.el (riece-unread-update-channel-list-buffer):
96         Simplified.
97
98         * riece-filter.el (riece-sentinel): Don't bind
99         riece-inhibit-update-buffers.
100
101         * riece-display.el (riece-redisplay-buffer): New variable.
102         (riece-inhibit-update-buffers): Abolish.
103         (riece-update-channel-list-buffer): Memorize
104         encoded identity as text property on each line. 
105
106         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
107         buffer local.
108         (riece-user-list-mode): Ditto.
109
110 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
113         Fix example setting, don't use 3rd arg of add-to-list.
114
115         * riece-coding.el (riece-default-coding-system): Fix default value.
116
117 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
118
119         * riece-display.el (riece-inhibit-update-buffers): New variable.
120         * riece-filter.el (riece-sentinel): Bind
121         riece-inhibit-update-buffers while removing channels from
122         riece-current-channels.
123         * riece-unread.el (riece-unread-display-message-function): Don't
124         update channel list buffer when riece-inhibit-update-buffers is
125         non-nil.
126         (riece-unread-channel-switch-hook): Ditto.
127         (riece-unread-insinuate): Add
128         riece-unread-update-channel-list-buffer to
129         riece-update-buffer-functions.
130
131         * riece-commands.el (riece-command-switch-to-channel): Call
132         riece-redisplay-buffers instead of riece-command-configure-windows.
133
134         * riece-identity.el (riece-completing-read-identity): Remove nil
135         from riece-current-channels before converting it to an alist.
136
137 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
138
139         * riece-unread.el (riece-unread-display-message-function): Check a
140         `selected-window'.
141
142         * riece-mini.el: New add-on.
143         * COMPILE (riece-modules): Add `riece-mini'.
144         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
145
146         * riece-display.el (riece-channel-buffer-create): Add new hook.
147         * riece-log.el: New add-on for saving irc logs.
148         * COMPILE (riece-modules): Add `riece-log'.
149         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
150
151         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
152         (riece-command-part): Ditto.
153
154 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
155
156         * riece-naming.el (riece-naming-assert-join): Call
157         riece-update-buffers.
158         (riece-naming-assert-part): Ditto.
159
160         * riece-filter.el (riece-sentinel): Don't bind
161         riece-overriding-server-name; use riece-part-channel.
162
163         * riece-display.el (riece-switch-to-channel): Don't set
164         riece-channel-buffer.
165         (riece-update-buffers): Set riece-channel-buffer here.
166
167         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
168         (riece-command-close-server): Fixed completion bug.
169         (riece-command-universal-server-name-argument): Ditto.
170
171 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
172
173         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
174         doctor-read-print.
175
176         * riece-handle.el (riece-handle-nick-message): Use
177         riece-decode-identity to decode user.
178         (riece-handle-join-message): Ditto.
179         (riece-handle-part-message): Ditto.
180         (riece-handle-kick-message): Ditto.
181         (riece-handle-quit-message): Ditto.
182         (riece-handle-kill-message): Ditto.
183         (riece-handle-invite-message): Ditto.
184         (riece-handle-topic-message): Ditto.
185         (riece-handle-mode-message): Ditto.
186
187 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
188
189         * riece-message.el (riece-own-channel-message): Abolish.
190
191         * riece-commands.el (riece-command-send-message): Don't use
192         riece-own-channel-message.
193
194         * riece-doctor.el (riece-doctor-reply): Don't use
195         riece-own-channel-message.
196         (riece-doctor-hello-regexp): New user option.
197         (riece-doctor-bye-regexp): New user option.
198
199 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
200
201         * riece-identity.el (riece-identity-member-no-server): Abolish.
202
203         * riece-doctor.el (riece-doctor-patients): Make it global variable.
204         (riece-doctor-after-privmsg-hook): Use riece-identity-member
205         instead of riece-identity-member-no-server.
206
207 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
208
209         * riece-doctor.el: New add-on.
210         * COMPILE (riece-modules): Add riece-doctor.
211         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
212
213 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
214
215         * riece-handle.el (riece-handle-nick-message): Follow the change
216         of riece-identity-member.
217
218         * riece-commands.el (riece-command-next-channel): Use
219         riece-identity-member instead of riece-identity-member-no-server.
220         (riece-command-previous-channel): Ditto.
221
222 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
223
224         * riece-identity.el (riece-completing-read-identity): Remove nil
225         from channels before completing-read.
226
227         * riece-message.el (riece-message-make-name): Fix condition for priv.
228         (riece-message-make-global-name): Ditto.
229         (riece-message-buffer): Ditto.
230
231         * riece-misc.el (riece-current-nickname): Use
232         riece-with-identity-buffer.
233
234 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
235
236         * riece-message.el (riece-message-parent-buffers): Regard message's
237         speaker as target when priv mode.
238
239         * riece-display.el (riece-update-channel-indicator): Decode
240         riece-current-channel even in priv mode.
241
242         * riece-identity.el (riece-decode-identity): Respect prefix-only.
243         (riece-completing-read-identity): Check if illegal characters in
244         channel name.
245
246 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
247
248         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
249         * riece-globals.el (riece-user-buffer-format): Abolish.
250         (riece-user-list-buffer): Default to " *Users*".
251         * riece-display.el (riece-user-list-buffer-name): Abolish.
252         (riece-user-list-buffer-create): Abolish.
253
254 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
255
256         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
257         (riece-handle-message): Ditto.
258         (riece-sentinel): Clear system here.
259
260         * riece-server.el (riece-server-process-name): New function.
261         (riece-server-process): New function.
262         (riece-close-server): Abolish.
263
264         * riece-identity.el: Adopt vector object representation for
265         identity objects.
266         (riece-with-identity-buffer): New macro.
267         (riece-decode-identity): New function.
268         (riece-encode-identity): New function.
269
270         * riece-globals.el (riece-process-list): New variable.
271         (riece-server-process-alist): Abolish.
272         (riece-channel-buffer-alist): Abolish.
273         (riece-user-list-buffer-alist): Abolish.
274         (riece-short-channel-indicator): New variable.
275
276         * riece-channel.el: Assume that we are already in the server buffer.
277         * riece-user.el: Likewise.
278
279 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
280
281         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
282
283         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
284         `add-to-list'.
285
286 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
287
288         * riece-channel.el (riece-forget-channel): Fixed.
289         (riece-channel-modeless-regexp): Abolish.
290         (riece-channel-modeless-p): Abolish.
291
292 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
293
294         * riece-unread.el (riece-unread-display-message-function): Delete the
295         target before adding to list.
296         (riece-unread-switch-to-channel): New function.
297         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
298         Bind "u" to riece-dialogue-mode-map.
299         Bind "u" to riece-channel-list-mode-map.
300
301         * riece.el (riece-channel-list-mode-map): Don't bind
302         `riece-command-unread-channel'.
303
304 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
307         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
308         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
309         riece.el: Don't require riece-inlines since it has been removed.
310
311 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
312
313         * riece-display.el (riece-update-user-list-buffer): Rename from
314         riece-user-list-update-buffer.
315         (riece-update-channel-list-buffer): Rename from
316         riece-channel-list-update-buffer.
317
318 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
319
320         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
321         from riece-inlines.el; renamed from scandinavian-downcase.
322         (riece-identity-equal-no-server): Moved from riece-inlines.el;
323         renamed from scandinavian-equal-ignore-case.
324         (riece-identity-equal-no-server-safe): New function.
325         (riece-identity-member-no-server): Moved from riece-inlines.el;
326         renamed from scandinavian-member-ignore-case.
327         (riece-identity-member-no-server-safe): New function.
328
329         * riece-inlines.el: Removed.
330         * COMPILE (riece-modules): Remove riece-inlines.
331         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
332
333 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
334
335         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
336         explicitly.
337         * riece-ndcc.el: Don't call delete-process explicitly.
338         * riece-server.el (riece-close-server-process): Don't call
339         delete-process explicitly unless riece-debug == t.
340
341 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
342
343         * riece-inlines.el (scandinavian-downcase): New inline function.
344         (scandinavian-equal-ignore-case): Rename from
345         string-equal-ignore-case.
346         (scandinavian-member-ignore-case): Rename from
347         string-list-member-ignore-case.
348
349         * riece-identity.el (riece-identity-equal): Rename from
350         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
351         (riece-identity-equal-safe): Rename from riece-identity-equal.
352         (riece-identity-member): Rename from riece-identity-member-no-server.
353         (riece-identity-member-safe): Rename from riece-identity-member.
354         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
355         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
356
357 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
358
359         * riece-rdcc.el: Require 'riece-ctcp.
360         (riece-rdcc-insinuate): Add "DCC" to
361         riece-ctcp-additional-clientinfo.
362
363         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
364         (riece-command-ctcp-clientinfo): New command.
365         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
366         (riece-handle-ctcp-clientinfo-request): New handler.
367         (riece-handle-ctcp-clientinfo-response): New handler.
368
369         * riece-server.el (riece-open-server): No need to use
370         get-buffer-create to reuse process buffer.
371
372 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
373
374         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
375         DCC process.
376         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
377
378         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
379         `:coding'.
380         (riece-open-server): Follow the change.
381
382         * riece-ctcp.el (riece-command-ctcp-action): New command.
383         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
384         (riece-handle-ctcp-action-request): New handler.
385
386         * riece.el (riece-command-mode): Enclose status indicators with
387         `{}'; show riece-user-indicator.
388         (riece-channel-mode): Likewise.
389         (riece-dialogue-mode): Enclose status indicators with `{}'.
390         * riece-globals.el (riece-user-indicator): New indicator.
391         (riece-freeze-indicator): Default to "-".
392         * riece-display.el (riece-update-channel-indicator): Don't update
393         modeline.
394         (riece-update-status-indicators): Set riece-user-indicator.
395         * riece-300.el (riece-handle-324-message): Update channel indicator.
396
397 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
398
399         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
400         (riece-dialogue-mode): Call riece-update-status-indicators.
401         (riece-channel-mode): Add riece-operator-indicator to
402         mode-line-buffer-identification.
403         * riece-user.el (riece-make-user): New attribute `operator'.
404         (riece-user-operator): New function.
405         (riece-user-set-operator): New function.
406         (riece-user-toggle-away): New function.
407         (riece-user-toggle-operator): New function.
408         * riece-misc.el (riece-own-frozen): Revive.
409         * riece-message.el (riece-display-message): Reset riece-freeze if
410         riece-freeze == 'own && (riece-message-own-p message).
411         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
412         (riece-operator-indicator): New variable.
413         * riece-display.el (riece-update-status-indicators): New function.
414         (riece-update-buffer-functions): Add it.
415         * riece-commands.el (riece-command-toggle-freeze): Don't call
416         riece-freeze.
417         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
418         * riece-300.el (riece-handle-302-message): Use
419         riece-user-toggle-away instead of riece-user-set-away.
420         (riece-handle-301-message): Ditto.
421         (riece-handle-305-message): Ditto.
422         (riece-handle-306-message): Ditto.
423         (riece-handle-352-message): Ditto.
424
425 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * riece-commands.el (riece-command-next-channel): Circularly
428         follow the channel list.
429         (riece-command-previous-channel): Ditto.
430
431 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
432
433         * riece.el (riece-command-mode): Set default value of riece-freeze
434         & riece-own-freeze.
435         * riece-options.el (riece-away-message): New user option.
436         * riece-commands.el (riece-command-toggle-away): Query user away
437         message.
438         * riece-300.el (riece-handle-301-message): Set user's away status.
439         (riece-handle-305-message): Ditto.
440         (riece-handle-306-message): Ditto.
441         (riece-handle-302-message): Ditto.
442         (riece-handle-352-message): Ditto.
443
444 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
445
446         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
447         and riece-identity.
448         (riece-command-dcc-receive): Check the existence of
449         set-buffer-multibyte.
450
451 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
452
453         * Riece: Version 0.0.3 released.
454         * riece-version.el (riece-version-number): Bump up to 0.0.3.
455
456         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
457         in hooks.
458         (riece-handle-ctcp-response): Ditto.
459
460 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
461
462         * riece-user.el (riece-rename-user): Don't modify entry when
463         old-name == new-name.
464
465         * riece-display.el (riece-configure-windows): Use window-buffer
466         instead of current-buffer.
467
468         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
469         (riece-rdcc-ruby-command): New user option.
470         (riece-rdcc-send-program): New user option.
471         (riece-rdcc-decode-address-program): New user option.
472         (riece-rdcc-substitute-variables): New function.
473         (riece-command-dcc-send): Use it.
474         (riece-rdcc-decode-address): Use it.
475
476 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
477
478         * riece-rdcc.el: New add-on.
479
480         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
481
482 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
483
484         * riece-ndcc.el: New add-on.
485         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
486
487 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
488
489         * riece-server.el (riece-open-server): Simplify message.
490
491         * riece-commands.el (riece-command-open-server): Throw an error
492         when the server is already opened.
493
494         * riece-filter.el (riece-sentinel): Simplified.
495
496         * riece-display.el (riece-user-list-update-buffer): Check the
497         existence of riece-user-list-buffer.
498         (riece-channel-list-update-buffer): Check the existence of
499         riece-channel-list-buffer.
500         (riece-set-window-points): Ditto.
501
502         * riece-commands.el (riece-command-open-server): Simplified.
503         (riece-command-toggle-channel-buffer-mode): Set
504         riece-save-variables-are-dirty to t.
505         (riece-command-toggle-user-list-buffer-mode): Ditto.
506         (riece-command-toggle-channel-list-buffer-mode): Ditto.
507
508         * riece-server.el (riece-start-server): Abolish.
509         (riece-open-server): Set riece-server-process-alist and
510         riece-server-process here.
511
512 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
513
514         * riece-filter.el (riece-sentinel): Close process even if
515         riece-reconnect-with-password == t.
516         (riece-handle-message): Catch errors occured in hooks.
517
518         * riece-server.el (riece-open-server): Reuse server buffer.
519         (riece-close-server-process): Delete process even if process is
520         not running.
521
522 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
523
524         * riece-server.el (riece-open-server): No need to reset
525         riece-reconnect-with-password.
526
527         * riece-filter.el (riece-sentinel): Don't call riece when
528         riece-reconnect-with-password = t and process !=
529         riece-server-process.
530
531         * riece-url.el: Fix usage.
532
533         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
534
535         * riece-unread.el: New add-on.
536         * COMPILE (riece-modules): Add riece-unread.
537         * Makefile.am (EXTRA_DIST): Add riece-unread.el
538
539         * riece-300.el (riece-handle-322-message): New handler.
540         (riece-handle-323-message): New handler.
541
542 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
543
544         * riece-display.el (riece-configure-windows): Select other window
545         when minibuffer is active.
546
547         * riece-commands.el (riece-command-list): New command.
548         (riece-command-enter-message-as-notice): New command.
549         * riece.el (riece-command-mode-map): Bind
550         riece-command-enter-message-as-notice and riece-command-list.
551
552         * riece-server.el (riece-close-server): Skip nil when leaving
553         channels before closing server.
554
555 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
556
557         * Riece: Version 0.0.2 released.
558         * riece-version.el (riece-version-number): Bump up to 0.0.2.
559
560         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
561         * riece-url.el (riece-url-requires): Don't assert dependency on
562         riece-highlight unless it appears in riece-addons.
563
564         * riece-url.el: New add-on.
565         * COMPILE (riece-modules): Add riece-url.
566
567         * riece-message.el (riece-message-make-bracket): Abolish.
568         * riece-highlight.el (riece-highlight-font-lock-keywords):
569         Give up to fontify "-nick-" or "-nick server-".
570
571         * riece-highlight.el (riece-highlight-font-lock-keywords):
572         Simplified regexp.
573
574         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
575         (riece-handle-ctcp-response): Ditto.
576
577         * riece-highlight.el: Make it an add-on.
578         (riece-highlight-insinuate): New function.
579         * riece.el: Don't require 'riece-highlight.
580         * riece-options.el (riece-addons): Turn on riece-highlight and
581         riece-ctcp by default.
582
583         * riece-display.el (riece-configure-windows-predicate): New function.
584         (riece-configure-windows-predicate): New user option.
585         (riece-redisplay-buffers): Use it.
586
587         * riece-complete.el: Require 'cl for butlast.
588
589         * Makefile.am (elc): Renamed from "compile".
590
591         * riece.el (riece-dialogue-mode-map): Bind
592         riece-command-toggle-channel-list-buffer-mode.
593
594         * riece-display.el (riece-configure-windows): Typo fixed.
595
596         * riece-user.el (riece-user-toggle-channel): Use member instead of
597         memq.
598
599 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
600
601         * riece-ctcp.el (riece-ctcp-insinuate): New function.
602
603         * riece-options.el (riece-addons): New user option.
604         (riece-addon-directory): New user option.
605
606         * riece.el (riece-load-and-build-addon-dependencies): New function.
607         (riece-insinuate-addons): New function.
608         (riece): Call riece-insinuate-addons.
609
610         * riece-misc.el (riece-get-users-on-server): Moved from
611         riece-commands.el.
612
613         * riece-ctcp.el: New file.
614         * COMPILE (riece-modules): Add riece-ctcp.
615         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
616
617 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
618
619         * Riece: Version 0.0.1 released.
620
621         * riece-commands.el (riece-command-names): New command.
622         (riece-command-who): New command.
623
624         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
625         riece-command-who.
626
627         * riece-300.el (riece-handle-341-message): New handler.
628         (riece-handle-352-message): New handler.
629
630         * riece-commands.el (riece-command-invite): Don't accept channel
631         argument; throw an error when user is not on a channel.
632         (riece-command-kick): New command.