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