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