d7cb0c77eec01783d8c1dd75a4a7dfcbe139920d
[elisp/riece.git] / lisp / ChangeLog
1 2004-02-26  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-display.el: Introduce Qt like "signal-slot" abstraction
4         for routing display events.
5         (riece-signal-slot-obarray): New variable.
6         (riece-make-slot): New function.
7         (riece-slot-function): New function.
8         (riece-slot-filter): New function.
9         (riece-slot-handback): New function.
10         (riece-make-signal): New function.
11         (riece-signal-name): New function.
12         (riece-signal-args): New function.
13         (riece-connect-signal): New function.
14         (riece-emit-signal): New function.
15
16 2004-02-19  Daiki Ueno  <ueno@unixuser.org>
17
18         * riece-300.el (riece-handle-353-message): Add 'riece-identity
19         property on user list string.
20
21 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
22
23         * riece-lsdb.el: Add autoload setting for
24         lsdb-rebuild-secondary-hash-tables to suppress warning.
25
26 2004-02-16  Daiki Ueno  <ueno@unixuser.org>
27
28         * riece-300.el (riece-handle-353-message): Print user list in
29         channel buffer.
30
31 2004-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
32
33         * riece-lsdb.el (riece-lsdb-lookup-records): Build
34         riece-lsdb-cache if necessary.
35
36 2004-01-29  Daiki Ueno  <ueno@unixuser.org>
37
38         * riece-ctcp.el (riece-handle-ctcp-version-request): Format target
39         identity before display.
40         (riece-handle-ctcp-ping-request): Ditto.
41         (riece-handle-ctcp-clientinfo-request): Ditto.
42
43 2004-01-28  Daiki Ueno  <ueno@unixuser.org>
44
45         * Riece: Version 0.1.8 released.
46         * riece-version.el (riece-version-number): Bump up to 0.1.8.
47
48 2004-01-27  Daiki Ueno  <ueno@unixuser.org>
49
50         * riece-lsdb.el: Require 'riece-identity; add autoload setting for
51         lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map.
52
53 2004-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * riece-handle.el (riece-handle-privmsg-message): Check own
56         message from server. For deal with another client that connected
57         same irc proxy (e.g. plum, pirc).
58         (riece-handle-notice-message): Ditto.
59
60 2004-01-21  Daiki Ueno  <ueno@unixuser.org>
61
62         * riece-identity.el (riece-identity-canonicalize-prefix): Convert
63         characters in prefix to lower case.
64
65 2004-01-18  Daiki Ueno  <ueno@unixuser.org>
66
67         * riece-misc.el (riece-concat-user-status): New function.
68
69         * riece-300.el (riece-handle-302-message): Simplify user status
70         display.  (i.e. don't display "not operator", "not away", ...)
71         (riece-handle-352-message): Ditto.
72
73 2004-01-04  Daiki Ueno  <ueno@unixuser.org>
74
75         * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
76         address for 'net entry.
77
78 2004-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * riece-300.el (riece-handle-317-message): Fix regexp for signon
81         time extenstion.
82
83 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
84
85         * riece-lsdb.el: Add autoload setting for lsdb-maphash.
86         (riece-lsdb-update-cache): Don't alter existing entry.
87         (riece-lsdb-delete-cache): Ditto.
88         (riece-lsdb-add-user): New command.
89         (riece-lsdb-insinuate): Bind riece-lsdb-add-user.
90
91 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
92
93         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
94
95 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
96
97         * riece-lsdb.el: New add-on.
98         * COMPILE (riece-modules): Add riece-lsdb.
99         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
100
101         * riece-xface.el: New add-on.
102         * COMPILE (riece-modules): Add riece-xface.
103         * Makefile.am (EXTRA_DIST): Add riece-xface.el
104
105 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
106
107         * Riece: Version 0.1.7 released.
108         * riece-version.el (riece-version-number): Bump up to 0.1.7.
109
110 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
111
112         * riece-keyword.el (riece-notify-keyword-functions): Mark as
113         obsolete.
114         (riece-keyword-notify-functions): New user option.
115         (riece-keyword-message-filter): Don't restore the match data when
116         calling riece-notify-keyword-functions; call
117         riece-keyword-notify-functions with the matched message object.
118         Thanks to OHASHI Akira <bg66@koka-in.org>
119         [cf. <Liece:00134>]
120
121 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
122
123         * riece-log.el (riece-log-flashback): Use
124         riece-match-string-no-properties instead of match-string-no-properties.
125
126         * riece-xemacs.el (riece-match-string-no-properties): New function.
127         * riece-emacs.el (riece-match-string-no-properties): New alias.
128
129         * riece-identity.el: Don't require 'riece-compat.
130         (riece-identity-prefix-case-table): Abolish.
131         (riece-identity-prefix-case-pair-alist): New constant.
132         (riece-identity-canonicalize-prefix): Don't use case-table.
133
134         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
135         (riece-copy-case-table): Abolish.
136         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
137         (riece-copy-case-table): Abolish.
138
139 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
140
141         * riece-options.el: Require 'riece-version.
142         (riece-quit-message): Set default to (riece-extended-version).
143         (riece-away-message): Set default to "Gone".
144
145         * riece-commands.el: Don't require 'riece-version.
146         (riece-command-quit): Don't check riece-quit-message.
147         (riece-command-close-server): Ditto.
148         (riece-command-toggle-away): Always supply a parameter to the AWAY
149         command when the user is not away.  Thanks to Yuki Fujimura
150         <fujimura@wakhok.ac.jp>
151         [cf. <Liece:00139>]
152
153 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
154
155         * riece.el (riece): Connect to servers in riece-startup-server-list.
156
157         * riece-000.el (riece-handle-001-message): Ignore entries in
158         riece-startup-channel-list which doesn't match riece-server-name. 
159
160         * riece-options.el (riece-startup-server-list): New user option.
161
162         * riece-async.el (riece-async-max-buffer-size): New user option.
163         (riece-async-server-program): Use io/nonblock & IO#syswrite to
164         check whether the write end of pipe (i.e. input to emacs process)
165         would block.
166
167 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
168
169         * riece-options.el (riece-default-open-connection-function): New
170         user option.
171
172         * riece-server.el (riece-server-keyword-map): Use
173         riece-default-open-connection-function.
174
175         * riece-async.el: New add-on.
176         * COMPILE (riece-modules): Add riece-async.
177         * Makefile.am (EXTRA_DIST): Add riece-async.el
178
179 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
180
181         * riece-mini.el (riece-mini-display-message-function): Don't set
182         riece-mini-last-channel when message is not a privmsg.
183
184 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
185
186         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
187         property.
188
189 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
190
191         * riece-log.el (riece-log-requires): New function.
192         (riece-log-flashback): Revert 'riece-identity property and button.
193
194 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
195
196         * riece-unread.el (riece-unread-after-display-message-function):
197         Do nothing when message is not a privmsg.
198
199 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
200
201         * riece-log.el (riece-log-coding-system): New user option.
202         (riece-log-display-message-function): Bind
203         coding-system-for-write; don't create temp buffer.
204
205         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
206         append-to-file to suppress "Wrote file" messages.
207
208 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
209
210         * Riece: Version 0.1.6 released.
211         * riece-version.el (riece-version-number): Bump up to 0.1.6.
212
213 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
214
215         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
216         in "*Others*" buffer.
217
218 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
219
220         * riece-unread.el (riece-unread-switch-to-channel): Protect
221         switching to the channel not existing.
222
223 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
224
225         * riece-log.el (riece-log-get-directory): Support riece-identity
226         for mapping.
227
228 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
229
230         * riece-layout.el (riece-set-window-points): Move point in
231         the channel-buffer's window.
232
233         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
234         an identity on the current server.
235         (riece-command-ctcp-ping): Ditto.
236         (riece-command-ctcp-clientinfo): Ditto.
237         (riece-command-ctcp-action): Ditto.
238
239         * riece-commands.el (riece-command-change-mode): Prompt to select
240         an identity on the current server.
241         (riece-command-join): Ditto.
242
243 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
244
245         * riece-keyword.el (riece-keywords): Change custom spec.
246         (riece-keyword-message-filter): Normalize riece-keywords.
247
248         * riece-identity.el (riece-identity-prefix-case-table): Use
249         riece-copy-case-table to define.
250
251         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
252         XEmacs 21.1.
253         (riece-copy-case-table): Ditto.
254
255         * riece-emacs.el (riece-copy-case-table): New alias.
256
257         * riece-globals.el (riece-channel-regexp): Use
258         riece-make-interval-regexp to define.
259         (riece-user-regexp): Ditto.
260
261         * riece-compat.el (riece-make-interval-regexp): New function.
262
263         * riece-icon.el (riece-icon-available-p): Check
264         the existence of image-type-available-p.
265
266 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
267
268         * riece-log.el (riece-log-get-directory): Fix for server name and
269         private messages handling.
270
271 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
272
273         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
274         the RESTART argument of start-itimer.
275
276         * riece-commands.el (riece-command-user-list-scroll-down): Rename
277         from riece-command-nick-scroll-down.
278         (riece-command-user-list-scroll-up): Rename from
279         riece-command-nick-scroll-up.
280         (riece-command-scroll-down): Check if riece-current-channel is bound.
281         (riece-command-scroll-up): Ditto.
282         (riece-command-quit): Clean up if no server process is available.
283
284 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
285
286         * riece-rdcc.el: Bind temporary-file-directory.
287         (riece-rdcc-send-program): Allow block-size to be controlled from
288         elisp.
289         (riece-rdcc-block-size): New user option.
290         (riece-rdcc-temp-file): New variable.
291         (riece-rdcc-received-size): New variable.
292         (riece-rdcc-filter): Don't keep received bytes in the process
293         buffer; use riece-rdcc-format-size to display progress.
294         (riece-command-dcc-receive): Create a temporary directory which
295         holds a received file.
296
297 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
298
299         * riece-options.el (riece-gather-channel-modes): Default to nil.
300         * riece-handle.el (riece-handle-join-message): Send MODE if
301         riece-gather-channel-modes is non-nil.
302
303         * riece-url.el: Add autoload setting for 'browse-url.
304
305         * riece-menu.el: Require 'riece-options, 'riece-globals,
306         'riece-identity, 'riece-layout, and 'riece-server; bind
307         riece-command-mode-map.
308
309         * riece-history.el: Require 'riece-options, 'riece-globals,
310         'riece-highlight, and 'riece-identity.
311
312         * riece-naming.el (riece-naming-assert-rename): Fixed.
313
314 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
315
316         * Riece: Version 0.1.5 released.
317         * riece-version.el (riece-version-number): Bump up to 0.1.5.
318
319 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
320
321         * riece-ctcp.el (riece-command-ctcp-action): If the current
322         command line is not empty, insert it into the minibuffer before
323         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
324         [cf. <Liece:00123>]
325
326         * riece.el: Add autoload setting for derived-mode-class.
327         (riece-shrink-buffer-idle-timer): New variable.
328         (riece): Set idle timer to shrink channel buffers.
329         (riece-shrink-buffer): New function.
330
331         * riece-xemacs.el (riece-overlays-in): New function.
332         (riece-delete-overlay): New alias.
333         (riece-kill-all-overlays): New function.
334
335         * riece-server.el (riece-quit-server-process): Don't set timer if
336         riece-quit-timeout is nil.
337
338         * riece-options.el (riece-quit-timeout): Change custom type.
339         (riece-shrink-buffer-idle-time-delay): New user option.
340         (riece-max-buffer-size): New user option.
341
342         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
343         extents if already exists.
344
345         * riece-emacs.el (riece-overlays-in): New alias.
346         (riece-delete-overlay): New alias.
347         (riece-kill-all-overlays): New function.
348         (riece-run-with-idle-timer): New alias.
349         (riece-cancel-timer): New alias.
350
351         * riece-display.el (riece-update-user-list-buffer): Kill all
352         overlays in buffer.
353         (riece-update-channel-list-buffer): Ditto.
354
355         * riece-commands.el (riece-command-set-operators): Reset group.
356         (riece-command-set-speakers): Ditto.
357
358 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
359
360         * riece-naming.el (riece-naming-assert-rename): Follow the
361         change of riece-channel.el.
362
363         * riece-message.el (riece-message-external-p): Follow the
364         change of riece-channel.el.
365
366         * riece-display.el (riece-update-user-list-buffer): Follow the
367         change of riece-channel.el.
368
369         * riece-commands.el (riece-command-kick): Follow the change of
370         riece-channel.el.
371         (riece-command-set-operators): Ditto.
372         (riece-command-set-speakers): Ditto.
373
374         * riece-button.el (riece-user-button-set-operators): Follow the
375         change of riece-channel.el.
376         (riece-user-button-set-speakers): Ditto.
377
378         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
379         arguments.
380         (riece-get-channel): Follow the change of riece-make-channel.
381         (riece-channel-operators): Abolish.
382         (riece-channel-speakers): Abolish.
383         (riece-channel-set-operators): Abolish.
384         (riece-channel-set-speakers): Abolish.
385         (riece-channel-get-operators): Abolish.
386         (riece-channel-get-speakers): Abolish.
387         (riece-channel-toggle-user): Follow the change of the return type
388         of riece-channel-users.
389         (riece-channel-toggle-operator): Ditto.
390         (riece-channel-toggle-speaker): Ditto.
391         (riece-channel-operator-p): Abolish.
392         (riece-channel-speaker-p): Abolish.
393         (riece-channel-intern-user): Abolish.
394
395 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
396
397         * riece-identity.el (riece-identity-member): Take an optional 3rd
398         argument to instruct to use riece-identity-equal-no-server.
399         (riece-identity-assoc): Ditto.
400
401         * riece-display.el (riece-update-user-list-buffer): Use
402         riece-channel-operator-p and riece-channel-speaker-p.
403
404         * riece-button.el (riece-user-button-set-operators): Use
405         riece-channel-operator-p.
406         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
407
408         * riece-channel.el (riece-channel-intern-user): New function.
409         (riece-channel-toggle-operator): Use it.
410         (riece-channel-toggle-speaker): Use it.
411         (riece-channel-operator-p): New function.
412         (riece-channel-speaker-p): New function.
413
414 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
415
416         * riece-log.el (riece-log-get-directory): Follow the change of
417         `riece-channel-regexp'.
418
419 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
420
421         * riece-identity.el (riece-format-identity): Return copied strings.
422
423 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
424
425         * riece.el (riece): When riece server was opened, Do
426         `riece-command-configure-windows' instead of signaling.
427
428 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
429
430         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
431         accepting a connection.
432         (riece-command-dcc-send): Use riece-completing-read-identity; take
433         an identity object in the 1st argument.
434         (riece-rdcc-format-size): New function.
435         (riece-handle-dcc-request): Use it.
436
437         * riece-ndcc.el (riece-command-dcc-send): Use
438         riece-completing-read-identity; take an identity object in the 1st
439         argument.
440
441         * riece-display.el (riece-update-buffers): Run
442         riece-update-buffer-hook.
443
444         * riece-button.el (riece-user-button-finger): Pass an identity
445         object instead of the prefix.
446
447         * riece-ctcp.el: Require 'riece-highlight.
448         (riece-ctcp-action-face): New face.
449         (riece-ctcp-action-face): New variable.
450         (riece-ctcp-action-prefix): New variable.
451         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
452         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
453         if 'riece-highlight is enabled.
454         (riece-handle-ctcp-action-request): Prepend
455         riece-ctcp-action-prefix instead of riece-change-prefix.
456         (riece-command-ctcp-action): Ditto.
457
458         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
459         * riece-xemacs.el (riece-run-at-time): New function.
460         * riece-emacs.el (riece-run-at-time): New alias.
461
462         * riece-misc.el (riece-get-identities-on-server): New function.
463         (riece-get-users-on-server): Use it.
464
465         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
466         (riece-command-ctcp-version): Use riece-completing-read-identity
467         and riece-get-identities-on-server.
468         (riece-command-ctcp-ping): Ditto.
469         (riece-command-ctcp-clientinfo): Ditto.
470         (riece-command-ctcp-action): Ditto.
471
472         * riece-commands.el (riece-command-finger): Pass the current
473         server name to riece-get-users-on-server; use
474         riece-completing-read-identity.
475         (riece-command-invite): Ditto.
476         (riece-command-enter-message-to-user): Ditto.
477
478         * riece-000.el (riece-handle-001-message): Register myself with
479         riece-obarray.
480
481 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
482
483         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
484         function.
485         (riece-command-ctcp-version): Use it.
486         (riece-command-ctcp-ping): Ditto.
487         (riece-command-ctcp-clientinfo): Ditto.
488         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
489         twice.
490
491 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
492
493         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
494         Abolish.
495         (riece-mode-line-buffer-identification): Don't define alias.
496
497         * riece-server.el (riece-open-server): Handle errors occurred
498         during reading password.
499
500         * riece-options.el (riece-addons): Add riece-icon.
501
502         * riece-layout.el (riece-configure-windows-top): Collect arguments.
503
504         * riece-icon.el: New add-on.
505         * COMPILE (riece-modules): Add riece-icon.
506         * Makefile.am (EXTRA_DIST): Add riece-icon.el
507
508 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
509
510         * riece-options.el (riece-saved-forms): Add riece-layout.
511
512         * riece-layout.el (riece-layout-alist): Change format.
513         (riece-configure-windows): Take 2 args to specify the position of
514         the command buffer window.
515
516         * riece-commands.el (riece-command-change-layout): Set
517         riece-save-variables-are-dirty.
518
519 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
520
521         * Riece: Version 0.1.4 released.
522         * riece-version.el (riece-version-number): Bump up to 0.1.4.
523
524 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
525
526         * riece-server.el (riece-server-process-opened): Return t.
527
528         * riece.el (riece-dialogue-mode-map): Bind "p" to
529         riece-command-enter-message-to-user.
530
531         * riece-misc.el (riece-current-nickname): Use
532         riece-current-server-name.
533         (riece-get-users-on-server): Ditto.
534
535         * riece-server.el (riece-current-server-name): New function.
536         (riece-send-string): Use it.
537
538         * riece-commands.el (riece-command-enter-message-to-user): New command.
539
540 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
541
542         * riece-menu.el (riece-menu-create-layouts-menu): New function.
543         (riece-menu-items): Use it.
544
545         * riece-server.el (riece-server-process-opened): New function.
546         (riece-server-opened): Use it.
547
548         * riece-url.el: Require 'riece-menu.
549         (riece-url-insinuate): Add "Open URL..." menu in
550         riece-command-mode-hook.
551
552         * riece-options.el (riece-addons): Add riece-menu.
553
554         * riece-menu.el: New add-on.
555         * COMPILE (riece-modules): Add riece-menu.
556         * Makefile.am (EXTRA_DIST): Add riece-menu.el
557
558 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
559
560         * riece-version.el (riece-extended-version): Remove interactive spec.
561         (riece-version): New command.
562         * riece.el (riece-command-map): Bind "V" to riece-version.
563
564         * riece-options.el (riece-command-prefix): New user option.
565         (riece-tab-stop-list): Abolish.
566
567         * riece.el (riece-define-keys-1): If keymap is a list, eval the
568         2nd element of it.
569         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
570         (riece-command-map): Ditto.
571         (riece-dialogue-mode): Don't set tab-stop-list.
572
573 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
574
575         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
576         which belongs to myself.
577
578         * riece-commands.el (riece-command-topic): Use
579         riece-check-channel-commands-are-usable.
580         (riece-command-invite): Ditto.
581         (riece-command-kick): Ditto.
582         (riece-command-change-mode): Ditto.
583         (riece-command-set-operators): Ditto.
584         (riece-command-set-speakers): Ditto.
585         (riece-command-send-message): Ditto.
586         (riece-command-part): Ditto.
587
588         * riece-misc.el (riece-get-users-on-server): If
589         riece-current-channel is not set, check the default server.
590         (riece-check-channel-commands-are-usable): New function.
591
592         * riece-globals.el (riece-channel-regexp): Accept channel names
593         beginning with "!!".
594
595 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
596
597         * riece-commands.el (riece-command-universal-server-name-argument):
598         Fix parenthesis.
599
600 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
601
602         * riece.el (riece-buffer-alist): Rename from
603         riece-buffer-mode-alist.
604
605         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
606         argument, init-major-mode, which is used to assert the major-mode
607         of the created buffer.
608
609         * riece-naming.el (riece-naming-assert-rename): Merged buffer
610         renaming logic that riece-handle-nick-message was responsible for.
611
612         * riece-globals.el (riece-server-process-alist): Revive.
613         (riece-process-list): Abolish.
614         (riece-command-buffer): Set default to nil.
615         (riece-dialogue-buffer): Ditto.
616         (riece-others-buffer): Ditto.
617         (riece-channel-list-buffer): Ditto.
618         (riece-user-list-buffer): Ditto.
619         (riece-private-buffer): Abolish.
620         (riece-wallops-buffer): Abolish.
621
622         * riece-display.el (riece-channel-buffer-format): Moved from
623         riece-globals.
624         (riece-channel-buffer-alist): New variable.
625         (riece-channel-buffer-create): Assert the major-mode of the
626         created buffer is 'riece-channel-mode.
627         (riece-channel-buffer): New function.
628         (riece-switch-to-channel): Use riece-channel-buffer instead of
629         directly using get-buffer.
630
631 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
632
633         * riece-commands.el (riece-command-toggle-away): Check user away
634         status in the server buffer.
635         [cf. <Liece:00119>]
636         (riece-command-names): Use identity prefix
637         instead of formatted identity.
638         (riece-command-who): Ditto.
639
640 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
641
642         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
643         to `riece-command-name'.
644
645 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
646
647         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
648
649 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
650
651         * Riece: Version 0.1.3 released.
652         * riece-version.el (riece-version-number): Bump up to 0.1.3.
653
654 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
655
656         * riece-button.el (riece-button-map-identity-region): Abolish.
657         (riece-user-button-set-operators): Use riece-scan-property-region.
658         (riece-user-button-set-speakers): Ditto.
659         (riece-button-add-identity-button): Ditto.
660
661         * riece-keyword.el: Require 'riece-message.
662         (riece-keyword-map-region): Abolish.
663         (riece-keyword-scan-region): Use riece-scan-property-region.
664
665         * riece-misc.el (riece-scan-property-region): New function.
666
667 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
668
669         * riece-xemacs.el (riece-make-overlay): New alias.
670         (riece-overlay-put): New alias.
671         (riece-overlay-start): New alias.
672         (riece-overlay-buffer): New alias.
673
674         * riece-emacs.el (riece-make-overlay): New alias.
675         (riece-overlay-put): New alias.
676         (riece-overlay-start): New alias.
677         (riece-overlay-buffer): New alias.
678
679         * riece-keyword.el: New add-on.
680         * COMPILE (riece-modules): Add riece-keyword.
681         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
682
683         * riece-message.el (riece-message-filter-functions): New user option.
684         (riece-display-message-1): New function.
685         (riece-display-message): Use it.
686
687 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
688
689         * riece.el (riece-channel-list-mode): Initialize
690         riece-update-buffer-functions.
691         (riece-user-list-mode): Ditto.
692
693         * riece-globals.el (riece-channel-indicator): Rename from
694         riece-short-channel-indicator.
695         (riece-long-channel-indicator): Rename from
696         riece-channel-indicator.
697
698         * riece-display.el (riece-update-buffer-functions): Default to
699         nil.
700         (riece-update-indicator-functions): New variable splitted from
701         riece-update-buffer-functions.
702         (riece-update-channel-indicator): Rename from
703         riece-update-short-channel-indicator.
704         (riece-update-long-channel-indicator): Rename from
705         riece-update-channel-indicator.
706         (riece-update-buffers): Don't set riece-channel-buffer.
707         (riece-switch-to-channel): Set riece-channel-buffer here.
708
709         * riece-button.el (riece-user-button-popup-menu): Change order.
710         (riece-button-update-buffer): Unify
711         riece-button-update-channel-list-buffer and
712         riece-button-update-user-list-buffer.
713
714 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
715
716         * riece-history.el (riece-history-insinuate): In
717         riece-after-switch-to-channel-functions, check whether the last
718         channel is nil.
719
720         * riece-xemacs.el (riece-event-buffer): New alias.
721         (riece-event-point): New alias.
722
723         * riece-emacs.el (riece-event-buffer): New function.
724         (riece-event-point): New function.
725
726         * riece-display.el (riece-update-user-list-buffer): Use
727         riece-format-identity to add 'riece-identity property to user
728         names.
729
730         * riece-button.el (riece-user-button-popup-menu): New variable.
731         (riece-identity-button): Rename from riece-channel-button.
732         (riece-button-switch-to-identity): Rename from
733         riece-channel-button-action.
734         (riece-identity-button-popup-menu): Rename from
735         riece-channel-button-popup-menu; set point to the position the
736         event occurred.
737         (riece-user-button-join-partner): New function.
738         (riece-user-button-set-operators): New function.
739         (riece-user-button-set-speakers): New function.
740         (riece-user-button-finger): New function.
741         (riece-make-identity-button-map): New function.
742         (riece-button-map-identity-region): New function; splitted from
743         riece-button-add-identity-button.
744         (riece-button-add-identity-button): Use it.
745         (riece-button-update-user-list-buffer): New function.
746         (riece-button-insinuate): Add riece-button-update-user-list-buffer
747         to riece-update-buffer-functions.
748
749 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
750
751         * riece-xemacs.el (riece-mouse-2): New variable.
752         (riece-popup-menu-popup): New function.
753
754         * riece-emacs.el (riece-mouse-2): New variable.
755         (riece-popup-menu-bogus-filter-constructor): New macro.
756         (riece-popup-menu-popup): New function.
757
758         * riece-commands.el (riece-command-list): Use identity prefix
759         instead of formatted identity.
760
761         * riece-button.el (riece-channel-button-popup-menu): New variable.
762         (riece-channel-button): Arrange help-echo.
763         (riece-channel-button-switch-to-channel): New function.
764         (riece-channel-button-part): New function.
765         (riece-channel-button-list): New function.
766         (riece-channel-button-map): New variable.
767         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
768         properties on channel buttons.
769
770 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
771
772         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
773
774         * riece-history.el (riece-channel-list-history-face): New face.
775         (riece-history-format-channel-list-line): New function.
776         (riece-history-insinuate): Add ?+ to
777         riece-channel-list-mark-face-alist; add
778         riece-history-format-channel-list-line to
779         riece-format-channel-list-line-functions.
780
781         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
782
783 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
784
785         * riece-unread.el (riece-unread-after-display-message-function):
786         Do nothing when message-target is already in
787         riece-unread-channels; call riece-redisplay-buffers.
788         (riece-unread-update-channel-list-buffer): Abolish.
789         (riece-unread-after-switch-to-channel-function): Don't call
790         riece-unread-update-channel-list-buffer.
791         (riece-unread-format-channel-list-line): New function.
792         (riece-unread-insinuate): Add
793         riece-unread-format-channel-list-line to
794         riece-format-channel-list-line; don't add
795         riece-unread-update-channel-list-buffer to
796         riece-update-buffer-functions.
797
798         * riece-highlight.el (riece-channel-list-mark-current-channel):
799         Abolish; merged into riece-update-channel-list-buffer.
800         (riece-highlight-insinuate): Don't add
801         riece-channel-list-mark-current-channel to
802         riece-after-switch-to-channel-functions.
803
804         * riece-display.el (riece-channel-list-changed): Abolish.
805         (riece-update-channel-list-buffer): Always redisplay channel-list
806         buffer.
807         (riece-update-channel-list-indicator): Always redisplay
808         channel-list indicator.
809         (riece-format-channel-list-line): New function.
810         (riece-update-buffers): Don't clear riece-channel-list-changed.
811         (riece-join-channel): Don't set riece-channel-list-changed.
812         (riece-part-channel): Ditto.
813
814 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
815
816         * riece-options.el (riece-addons): Add riece-button.
817
818         * riece-display.el (riece-update-channel-list-buffer): Avoid to
819         use format to preserve 'riece-identity property.
820
821         * riece-unread.el (riece-unread-update-channel-list-buffer):
822         Simplified.
823         (riece-unread-insinuate): Delay adding
824         riece-unread-update-channel-list-buffer to
825         riece-update-buffer-functions.
826
827         * riece-button.el: New add-on.
828         * COMPILE (riece-modules): Add riece-button.
829         * Makefile.am (EXTRA_DIST): Add riece-button.el
830
831 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
832
833         * riece-server.el (riece-close-server-process): 
834         (riece-quit-server-process): Call riece-close-server-process
835         instead of kill-process; call riece-exit if no process is available.
836
837 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
838
839         * riece-display.el (riece-channel-buffer-name): Check whether
840         IDENTITY is a member of riece-current-channels.
841
842 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
843
844         * riece-commands.el (riece-command-kick): Fix completing-read
845         collection argument.
846
847 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
848
849         * riece-000.el: Require 'riece-commands.
850         * riece-200.el: Don't require 'riece-commands.
851         * riece-300.el: Ditto.
852
853 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
854
855         * Riece: Version 0.1.2 released.
856         * riece-version.el (riece-version-number): Bump up to 0.1.2.
857
858 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
859
860         * riece-filter.el (riece-sentinel): Don't clear
861         riece-reconnect-with-password.
862         * riece-server.el (riece-open-server): Clear
863         riece-reconnect-with-password here.
864
865 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
866
867         * riece-globals.el (riece-join-channel-candidate): New variable.
868         * riece-commands.el (riece-command-join): Prompt
869         riece-join-channel-candidate.
870
871         * riece-handle.el (riece-handle-invite-message): Set
872         riece-join-channel-candidate when the user is invited.
873         * riece-naming.el (riece-naming-assert-join): Clear
874         riece-join-channel-candidate.
875
876 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
877
878         * riece-identity.el (riece-completing-read-identity): Pass 6th &
879         7th arguments to completing-read.
880
881         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
882         of riece-completing-read-identity.
883
884         * riece-handle.el (riece-handle-invite-message): Fix parsing of
885         parameters.
886
887         * riece-display.el (riece-update-channel-list-buffer): Don't clear
888         riece-channel-list-changed.
889         (riece-update-buffers): Clear it.
890
891 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
892
893         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
894
895 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
896
897         * riece-000.el (riece-handle-001-message): Parse elements in
898         riece-startup-channel-list.
899
900 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
901
902         * riece-skk-kakutei.el
903         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
904
905 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
906
907         * riece-options.el (riece-startup-channel-list): Revive.
908         * riece-000.el (riece-handle-001-message): Process
909         riece-startup-channel-list.
910
911         * riece-server.el (riece-open-server): Display "Logging in to
912         XXX..." message.
913         * riece-000.el (riece-handle-001-message): Clear "Logging in to
914         XXX..." message; call riece-after-login-hook.
915
916 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
917
918         * riece-unread.el (riece-unread-after-display-message-function):
919         Simplified.
920
921 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
922
923         * riece-commands.el (riece-command-join): Extract target
924         identity-prefix before applying riece-channel-p; format target.
925
926 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
927
928         * Riece: Version 0.1.1 released.
929         * riece-version.el (riece-version-number): Bump up to 0.1.1.
930
931 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
932
933         * riece-guess.el (riece-guess-channel-try-functions): Default to
934         nil.
935         (riece-default-guess-channel): Abolish.
936         (riece-command-guess-switch-to-channel): Reconstruct
937         riece-guess-candidates when it is empty.
938
939 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
940
941         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
942         define.
943         (riece-dialogue-notice-face): Ditto.
944         (riece-dialogue-wallops-face): Ditto.
945         (riece-dialogue-error-face): Ditto.
946         (riece-dialogue-info-face): Ditto.
947         (riece-dialogue-server-face): Ditto.
948         (riece-dialogue-prefix-face): Ditto.
949         (riece-channel-list-default-face): Ditto.
950         (riece-channel-list-current-face): Ditto.
951
952         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
953         define.
954
955 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
956
957         * riece-history.el (riece-history-insinuate): Don't set
958         riece-guess-channel-try-functions here.
959         (riece-history-requires): Don't require riece-guess.
960
961         * riece-unread.el (riece-unread-requires): Don't require
962         riece-guess.
963         (riece-unread-insinuate): Don't set
964         riece-guess-channel-try-functions here.
965
966 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
967
968         * riece-unread.el (riece-unread-after-display-message-function):
969         Rename from riece-unread-display-message-function.
970         (riece-unread-after-switch-to-channel-function): Rename from
971         riece-unread-channel-switch-hook.
972         (riece-guess-channel-from-unread): New function.
973         (riece-unread-requires): Require 'riece-guess and 'riece-history.
974         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
975
976         * riece-options.el (riece-addons): Add riece-guess, riece-history,
977         and riece-url.
978
979         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
980         check riece-last-channel.
981
982         * riece-display.el (riece-switch-to-channel): Rename
983         riece-channel-switch-hook to
984         riece-after-switch-to-channel-functions.
985         (riece-switch-to-nearest-channel): Ditto.
986
987         * riece-guess.el: New add-on.
988         * COMPILE (riece-modules): Add riece-guess.
989         * Makefile.am (EXTRA_DIST): Add riece-guess.el
990
991         * riece-history.el: New add-on.
992         * COMPILE (riece-modules): Add riece-history.
993         * Makefile.am (EXTRA_DIST): Add riece-history.el
994
995 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
996
997         * riece-options.el (riece-connection-timeout): Abolish.
998
999         * riece-server.el (riece-clear-system): Abolish.
1000         * riece.el (riece-exit): Merge riece-clear-system.
1001
1002 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
1003
1004         * riece-filter.el (riece-sentinel): Suppress status message when
1005         riece-debug is nil.
1006
1007 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
1008
1009         * riece-highlight.el (riece-channel-list-mark-current-channel):
1010         New function.
1011
1012         * riece-display.el (riece-channel-list-changed): New variable.
1013         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
1014         (riece-update-channel-list-indicator): Ditto.
1015
1016 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
1017
1018         * riece-options.el (riece-addons): Enable riece-unread by default.
1019
1020         * riece-highlight.el (riece-channel-list-current-face): New variable.
1021         (riece-channel-list-default-face): New face.
1022
1023         * riece-globals.el (riece-channel-list-buffer): Strip leading
1024         whitespace.
1025
1026 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
1027
1028         * riece-unread.el: Require 'riece-highlight when compiling.
1029         (riece-unread): New custom group.
1030         (riece-channel-list-unread-face): New variable.
1031         (riece-channel-list-unread-face): New face.
1032         (riece-unread-requires): New function.
1033         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
1034
1035         * riece-highlight.el: Highlight *Channels* buffer; rename
1036         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
1037         riece-dialogue-*.
1038         (riece-channel-list-font-lock-keywords): New variable.
1039         (riece-channel-list-mark-face-alist): New variable.
1040
1041 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1042
1043         * riece-unread.el (riece-unread-update-channel-list-buffer):
1044         Restore channel marks if exist.
1045
1046         * riece-naming.el (riece-naming-assert-join): Don't set
1047         riece-redisplay-buffers.
1048         (riece-naming-assert-part): Ditto.
1049         (riece-naming-assert-rename): Ditto.
1050
1051         * riece-display.el (riece-redisplay-buffers): Abolish.
1052         (riece-update-user-list-buffer): Don't check
1053         riece-redisplay-buffers.
1054         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
1055         beginning of the current channel.
1056         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
1057         (riece-join-channel): Ditto.
1058         (riece-part-channel): Ditto.
1059
1060 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1061
1062         * riece-display.el (riece-join-channel): Parse non-nil elements in
1063         riece-default-channel-binding.
1064
1065 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1066
1067         * riece-identity.el (riece-format-identity): Add 'riece-identity
1068         property to the resulting string.
1069
1070         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
1071         topic is "".
1072
1073         * riece-300.el (riece-handle-322-message): Simplify message.
1074
1075         * riece-commands.el (riece-command-change-layout): Call
1076         riece-command-configure-windows; Use setq instead of
1077         custom-set-variables.
1078
1079 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1080
1081         * Riece: Version 0.1.0 released.
1082         * riece-version.el (riece-version-number): Bump up to 0.1.0.
1083
1084 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
1085
1086         * COMPILE (riece-compile-modules): Ignore errors during byte
1087         compilation.
1088         (riece-install-modules): If there lacks a compiled module, don't
1089         attempt to install it.
1090
1091         * riece-options.el (riece-quit-timeout): Default to 10.
1092
1093         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
1094         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
1095
1096         * riece-unread.el: Require 'riece-commands.
1097
1098         * riece-server.el: Require 'riece-identity and 'riece-compat.
1099
1100         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
1101         'riece-display.
1102         (riece-handle-dcc-request): Use riece-channel-buffer-name.
1103
1104         * riece-identity.el: Don't require 'riece-server.
1105
1106         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
1107         'riece-message, and 'riece-server.
1108
1109         * riece-ctcp.el: Require 'riece-display.
1110
1111         * riece-commands.el: Require 'riece-layout.
1112         (riece-command-change-layout): New command.
1113
1114         * riece-alias.el: Require 'riece-identity.
1115
1116         * riece-layout.el: No longer provided as an add-on.
1117         * riece-display.el: Remove window configuration stuff.
1118
1119 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
1120
1121         * riece-rdcc.el (riece-command-dcc-send): Bind
1122         process-connection-type to nil.
1123
1124         * riece-300.el (riece-handle-319-message): New handler.
1125
1126         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
1127         (riece): Signal an error when a server is opened;
1128         No need to initialize riece-command-buffer specially.
1129
1130 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1131
1132         * riece-display.el (riece-configure-windows-top): Set
1133         `truncate-partial-width-windows' nil, when horizontal window
1134         split.
1135
1136 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1137
1138         * riece-display.el (riece-configure-windows-top): Change
1139         user-list-buffer and channel-list-buffer window create logic.
1140
1141         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
1142         require riece.el when compile.
1143
1144         * riece.el (riece): Use `riece-redisplay-buffers' instead of
1145         `riece-configure-windows'.
1146
1147 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1148
1149         * riece-display.el (riece-configure-windows-top): New function.
1150         * riece-layout.el (riece-layout-alist): Add top.
1151
1152         * riece-skk-kakutei.el: New add-on.
1153         * COMPILE (riece-modules): Add riece-skk-kakutei.
1154         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
1155
1156 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * riece-layout.el: New add-on.
1159         * COMPILE (riece-modules): Add riece-layout.
1160         * Makefile.am (EXTRA_DIST): Add riece-layout.el
1161
1162 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1163
1164         * riece-options.el (riece-quit-timeout): New user option.
1165         * riece-server.el (riece-quit-server-process): New function.
1166         * riece-commands.el (riece-command-quit): Use it.
1167         (riece-command-close-server): Use it.
1168
1169 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
1170
1171         * riece-commands.el (riece-command-previous-channel): Skip nil in
1172         riece-current-channels.
1173
1174 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
1175
1176         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
1177         the ruby process.
1178
1179         * riece-xemacs.el: Don't require 'riece-compat.
1180
1181 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
1182
1183         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
1184         riece-parse-identity.
1185
1186 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1187
1188         * riece-server.el (riece-find-server-name): Abolish.
1189
1190         * riece-alias.el: Add usage.
1191
1192 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
1193
1194         * riece-mini.el (riece-mini-send-message): Use
1195         riece-completing-read-identity; don't use riece-own-channel-message.
1196
1197         * riece-identity.el: Require 'riece-compat.
1198         (riece-identity-prefix-case-table): New variable.
1199         (riece-abbrev-identity-string-function): New variable.
1200         (riece-expand-identity-string-function): New variable.
1201         (riece-format-identity): Rename from riece-decode-identity.
1202         (riece-parse-identity): Rename from riece-encode-identity.
1203         (riece-with-identity-buffer): Abolish.
1204         (riece-identity-canonicalize-prefix): Use case-table.   
1205
1206         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
1207         (riece-handle-message): Ditto.
1208
1209         * riece-alias.el: New add-on.
1210         * COMPILE (riece-modules): Add riece-alias.
1211         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
1212
1213         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
1214         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
1215         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
1216
1217 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
1218
1219         * Riece: Version 0.0.4 released.
1220         * riece-version.el (riece-version-number): Bump up to 0.0.4.
1221
1222 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
1223
1224         * riece-unread.el (riece-unread-display-message-function): Don't check
1225         `selected-window'. It doesn't work as expected.
1226
1227 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1228
1229         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
1230
1231         * riece-300.el: Rewrite using riece-decode-identity.
1232
1233         * riece-identity.el (riece-completing-read-identity): Signal an
1234         error when the encoded channel name is not matched with
1235         riece-channel-regexp.
1236
1237         * riece-globals.el (riece-channel-regexp): Moved from
1238         riece-channel.el.
1239         (riece-user-regexp): Moved form riece-user.el.
1240
1241 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
1242
1243         * riece-handle.el (riece-handle-join-message): Don't call
1244         riece-switch-to-channel.
1245         (riece-handle-part-message): Don't decode message if it is empty.
1246         (riece-handle-kick-message): Ditto.
1247         (riece-handle-quit-message): Ditto.
1248         (riece-handle-kill-message): Ditto.
1249
1250         * riece-commands.el (riece-command-part): Show the current channel
1251         as default candidate.
1252
1253         * riece-identity.el (riece-completing-read-identity): Accept
1254         optional 5th argument `initial'.
1255
1256         * riece-unread.el (riece-unread-update-channel-list-buffer):
1257         Simplified.
1258
1259         * riece-filter.el (riece-sentinel): Don't bind
1260         riece-inhibit-update-buffers.
1261
1262         * riece-display.el (riece-redisplay-buffer): New variable.
1263         (riece-inhibit-update-buffers): Abolish.
1264         (riece-update-channel-list-buffer): Memorize
1265         encoded identity as text property on each line. 
1266
1267         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
1268         buffer local.
1269         (riece-user-list-mode): Ditto.
1270
1271 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
1274         Fix example setting, don't use 3rd arg of add-to-list.
1275
1276         * riece-coding.el (riece-default-coding-system): Fix default value.
1277
1278 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
1279
1280         * riece-display.el (riece-inhibit-update-buffers): New variable.
1281         * riece-filter.el (riece-sentinel): Bind
1282         riece-inhibit-update-buffers while removing channels from
1283         riece-current-channels.
1284         * riece-unread.el (riece-unread-display-message-function): Don't
1285         update channel list buffer when riece-inhibit-update-buffers is
1286         non-nil.
1287         (riece-unread-channel-switch-hook): Ditto.
1288         (riece-unread-insinuate): Add
1289         riece-unread-update-channel-list-buffer to
1290         riece-update-buffer-functions.
1291
1292         * riece-commands.el (riece-command-switch-to-channel): Call
1293         riece-redisplay-buffers instead of riece-command-configure-windows.
1294
1295         * riece-identity.el (riece-completing-read-identity): Remove nil
1296         from riece-current-channels before converting it to an alist.
1297
1298 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
1299
1300         * riece-unread.el (riece-unread-display-message-function): Check a
1301         `selected-window'.
1302
1303         * riece-mini.el: New add-on.
1304         * COMPILE (riece-modules): Add `riece-mini'.
1305         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
1306
1307         * riece-display.el (riece-channel-buffer-create): Add new hook.
1308         * riece-log.el: New add-on for saving irc logs.
1309         * COMPILE (riece-modules): Add `riece-log'.
1310         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
1311
1312         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
1313         (riece-command-part): Ditto.
1314
1315 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1316
1317         * riece-naming.el (riece-naming-assert-join): Call
1318         riece-update-buffers.
1319         (riece-naming-assert-part): Ditto.
1320
1321         * riece-filter.el (riece-sentinel): Don't bind
1322         riece-overriding-server-name; use riece-part-channel.
1323
1324         * riece-display.el (riece-switch-to-channel): Don't set
1325         riece-channel-buffer.
1326         (riece-update-buffers): Set riece-channel-buffer here.
1327
1328         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
1329         (riece-command-close-server): Fixed completion bug.
1330         (riece-command-universal-server-name-argument): Ditto.
1331
1332 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1333
1334         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
1335         doctor-read-print.
1336
1337         * riece-handle.el (riece-handle-nick-message): Use
1338         riece-decode-identity to decode user.
1339         (riece-handle-join-message): Ditto.
1340         (riece-handle-part-message): Ditto.
1341         (riece-handle-kick-message): Ditto.
1342         (riece-handle-quit-message): Ditto.
1343         (riece-handle-kill-message): Ditto.
1344         (riece-handle-invite-message): Ditto.
1345         (riece-handle-topic-message): Ditto.
1346         (riece-handle-mode-message): Ditto.
1347
1348 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
1349
1350         * riece-message.el (riece-own-channel-message): Abolish.
1351
1352         * riece-commands.el (riece-command-send-message): Don't use
1353         riece-own-channel-message.
1354
1355         * riece-doctor.el (riece-doctor-reply): Don't use
1356         riece-own-channel-message.
1357         (riece-doctor-hello-regexp): New user option.
1358         (riece-doctor-bye-regexp): New user option.
1359
1360 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1361
1362         * riece-identity.el (riece-identity-member-no-server): Abolish.
1363
1364         * riece-doctor.el (riece-doctor-patients): Make it global variable.
1365         (riece-doctor-after-privmsg-hook): Use riece-identity-member
1366         instead of riece-identity-member-no-server.
1367
1368 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1369
1370         * riece-doctor.el: New add-on.
1371         * COMPILE (riece-modules): Add riece-doctor.
1372         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
1373
1374 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1375
1376         * riece-handle.el (riece-handle-nick-message): Follow the change
1377         of riece-identity-member.
1378
1379         * riece-commands.el (riece-command-next-channel): Use
1380         riece-identity-member instead of riece-identity-member-no-server.
1381         (riece-command-previous-channel): Ditto.
1382
1383 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1384
1385         * riece-identity.el (riece-completing-read-identity): Remove nil
1386         from channels before completing-read.
1387
1388         * riece-message.el (riece-message-make-name): Fix condition for priv.
1389         (riece-message-make-global-name): Ditto.
1390         (riece-message-buffer): Ditto.
1391
1392         * riece-misc.el (riece-current-nickname): Use
1393         riece-with-identity-buffer.
1394
1395 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
1396
1397         * riece-message.el (riece-message-parent-buffers): Regard message's
1398         speaker as target when priv mode.
1399
1400         * riece-display.el (riece-update-channel-indicator): Decode
1401         riece-current-channel even in priv mode.
1402
1403         * riece-identity.el (riece-decode-identity): Respect prefix-only.
1404         (riece-completing-read-identity): Check if illegal characters in
1405         channel name.
1406
1407 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1408
1409         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
1410         * riece-globals.el (riece-user-buffer-format): Abolish.
1411         (riece-user-list-buffer): Default to " *Users*".
1412         * riece-display.el (riece-user-list-buffer-name): Abolish.
1413         (riece-user-list-buffer-create): Abolish.
1414
1415 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
1416
1417         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
1418         (riece-handle-message): Ditto.
1419         (riece-sentinel): Clear system here.
1420
1421         * riece-server.el (riece-server-process-name): New function.
1422         (riece-server-process): New function.
1423         (riece-close-server): Abolish.
1424
1425         * riece-identity.el: Adopt vector object representation for
1426         identity objects.
1427         (riece-with-identity-buffer): New macro.
1428         (riece-decode-identity): New function.
1429         (riece-encode-identity): New function.
1430
1431         * riece-globals.el (riece-process-list): New variable.
1432         (riece-server-process-alist): Abolish.
1433         (riece-channel-buffer-alist): Abolish.
1434         (riece-user-list-buffer-alist): Abolish.
1435         (riece-short-channel-indicator): New variable.
1436
1437         * riece-channel.el: Assume that we are already in the server buffer.
1438         * riece-user.el: Likewise.
1439
1440 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1441
1442         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
1443
1444         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
1445         `add-to-list'.
1446
1447 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
1448
1449         * riece-channel.el (riece-forget-channel): Fixed.
1450         (riece-channel-modeless-regexp): Abolish.
1451         (riece-channel-modeless-p): Abolish.
1452
1453 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
1454
1455         * riece-unread.el (riece-unread-display-message-function): Delete the
1456         target before adding to list.
1457         (riece-unread-switch-to-channel): New function.
1458         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
1459         Bind "u" to riece-dialogue-mode-map.
1460         Bind "u" to riece-channel-list-mode-map.
1461
1462         * riece.el (riece-channel-list-mode-map): Don't bind
1463         `riece-command-unread-channel'.
1464
1465 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1466
1467         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
1468         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
1469         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
1470         riece.el: Don't require riece-inlines since it has been removed.
1471
1472 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1473
1474         * riece-display.el (riece-update-user-list-buffer): Rename from
1475         riece-user-list-update-buffer.
1476         (riece-update-channel-list-buffer): Rename from
1477         riece-channel-list-update-buffer.
1478
1479 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1480
1481         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
1482         from riece-inlines.el; renamed from scandinavian-downcase.
1483         (riece-identity-equal-no-server): Moved from riece-inlines.el;
1484         renamed from scandinavian-equal-ignore-case.
1485         (riece-identity-equal-no-server-safe): New function.
1486         (riece-identity-member-no-server): Moved from riece-inlines.el;
1487         renamed from scandinavian-member-ignore-case.
1488         (riece-identity-member-no-server-safe): New function.
1489
1490         * riece-inlines.el: Removed.
1491         * COMPILE (riece-modules): Remove riece-inlines.
1492         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
1493
1494 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1495
1496         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
1497         explicitly.
1498         * riece-ndcc.el: Don't call delete-process explicitly.
1499         * riece-server.el (riece-close-server-process): Don't call
1500         delete-process explicitly unless riece-debug == t.
1501
1502 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1503
1504         * riece-inlines.el (scandinavian-downcase): New inline function.
1505         (scandinavian-equal-ignore-case): Rename from
1506         string-equal-ignore-case.
1507         (scandinavian-member-ignore-case): Rename from
1508         string-list-member-ignore-case.
1509
1510         * riece-identity.el (riece-identity-equal): Rename from
1511         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
1512         (riece-identity-equal-safe): Rename from riece-identity-equal.
1513         (riece-identity-member): Rename from riece-identity-member-no-server.
1514         (riece-identity-member-safe): Rename from riece-identity-member.
1515         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
1516         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
1517
1518 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1519
1520         * riece-rdcc.el: Require 'riece-ctcp.
1521         (riece-rdcc-insinuate): Add "DCC" to
1522         riece-ctcp-additional-clientinfo.
1523
1524         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
1525         (riece-command-ctcp-clientinfo): New command.
1526         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1527         (riece-handle-ctcp-clientinfo-request): New handler.
1528         (riece-handle-ctcp-clientinfo-response): New handler.
1529
1530         * riece-server.el (riece-open-server): No need to use
1531         get-buffer-create to reuse process buffer.
1532
1533 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
1534
1535         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
1536         DCC process.
1537         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
1538
1539         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
1540         `:coding'.
1541         (riece-open-server): Follow the change.
1542
1543         * riece-ctcp.el (riece-command-ctcp-action): New command.
1544         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
1545         (riece-handle-ctcp-action-request): New handler.
1546
1547         * riece.el (riece-command-mode): Enclose status indicators with
1548         `{}'; show riece-user-indicator.
1549         (riece-channel-mode): Likewise.
1550         (riece-dialogue-mode): Enclose status indicators with `{}'.
1551         * riece-globals.el (riece-user-indicator): New indicator.
1552         (riece-freeze-indicator): Default to "-".
1553         * riece-display.el (riece-update-channel-indicator): Don't update
1554         modeline.
1555         (riece-update-status-indicators): Set riece-user-indicator.
1556         * riece-300.el (riece-handle-324-message): Update channel indicator.
1557
1558 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1559
1560         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
1561         (riece-dialogue-mode): Call riece-update-status-indicators.
1562         (riece-channel-mode): Add riece-operator-indicator to
1563         mode-line-buffer-identification.
1564         * riece-user.el (riece-make-user): New attribute `operator'.
1565         (riece-user-operator): New function.
1566         (riece-user-set-operator): New function.
1567         (riece-user-toggle-away): New function.
1568         (riece-user-toggle-operator): New function.
1569         * riece-misc.el (riece-own-frozen): Revive.
1570         * riece-message.el (riece-display-message): Reset riece-freeze if
1571         riece-freeze == 'own && (riece-message-own-p message).
1572         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
1573         (riece-operator-indicator): New variable.
1574         * riece-display.el (riece-update-status-indicators): New function.
1575         (riece-update-buffer-functions): Add it.
1576         * riece-commands.el (riece-command-toggle-freeze): Don't call
1577         riece-freeze.
1578         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
1579         * riece-300.el (riece-handle-302-message): Use
1580         riece-user-toggle-away instead of riece-user-set-away.
1581         (riece-handle-301-message): Ditto.
1582         (riece-handle-305-message): Ditto.
1583         (riece-handle-306-message): Ditto.
1584         (riece-handle-352-message): Ditto.
1585
1586 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * riece-commands.el (riece-command-next-channel): Circularly
1589         follow the channel list.
1590         (riece-command-previous-channel): Ditto.
1591
1592 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1593
1594         * riece.el (riece-command-mode): Set default value of riece-freeze
1595         & riece-own-freeze.
1596         * riece-options.el (riece-away-message): New user option.
1597         * riece-commands.el (riece-command-toggle-away): Query user away
1598         message.
1599         * riece-300.el (riece-handle-301-message): Set user's away status.
1600         (riece-handle-305-message): Ditto.
1601         (riece-handle-306-message): Ditto.
1602         (riece-handle-302-message): Ditto.
1603         (riece-handle-352-message): Ditto.
1604
1605 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1606
1607         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
1608         and riece-identity.
1609         (riece-command-dcc-receive): Check the existence of
1610         set-buffer-multibyte.
1611
1612 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1613
1614         * Riece: Version 0.0.3 released.
1615         * riece-version.el (riece-version-number): Bump up to 0.0.3.
1616
1617         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
1618         in hooks.
1619         (riece-handle-ctcp-response): Ditto.
1620
1621 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1622
1623         * riece-user.el (riece-rename-user): Don't modify entry when
1624         old-name == new-name.
1625
1626         * riece-display.el (riece-configure-windows): Use window-buffer
1627         instead of current-buffer.
1628
1629         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1630         (riece-rdcc-ruby-command): New user option.
1631         (riece-rdcc-send-program): New user option.
1632         (riece-rdcc-decode-address-program): New user option.
1633         (riece-rdcc-substitute-variables): New function.
1634         (riece-command-dcc-send): Use it.
1635         (riece-rdcc-decode-address): Use it.
1636
1637 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1638
1639         * riece-rdcc.el: New add-on.
1640
1641         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1642
1643 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1644
1645         * riece-ndcc.el: New add-on.
1646         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1647
1648 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1649
1650         * riece-server.el (riece-open-server): Simplify message.
1651
1652         * riece-commands.el (riece-command-open-server): Throw an error
1653         when the server is already opened.
1654
1655         * riece-filter.el (riece-sentinel): Simplified.
1656
1657         * riece-display.el (riece-user-list-update-buffer): Check the
1658         existence of riece-user-list-buffer.
1659         (riece-channel-list-update-buffer): Check the existence of
1660         riece-channel-list-buffer.
1661         (riece-set-window-points): Ditto.
1662
1663         * riece-commands.el (riece-command-open-server): Simplified.
1664         (riece-command-toggle-channel-buffer-mode): Set
1665         riece-save-variables-are-dirty to t.
1666         (riece-command-toggle-user-list-buffer-mode): Ditto.
1667         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1668
1669         * riece-server.el (riece-start-server): Abolish.
1670         (riece-open-server): Set riece-server-process-alist and
1671         riece-server-process here.
1672
1673 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1674
1675         * riece-filter.el (riece-sentinel): Close process even if
1676         riece-reconnect-with-password == t.
1677         (riece-handle-message): Catch errors occured in hooks.
1678
1679         * riece-server.el (riece-open-server): Reuse server buffer.
1680         (riece-close-server-process): Delete process even if process is
1681         not running.
1682
1683 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1684
1685         * riece-server.el (riece-open-server): No need to reset
1686         riece-reconnect-with-password.
1687
1688         * riece-filter.el (riece-sentinel): Don't call riece when
1689         riece-reconnect-with-password = t and process !=
1690         riece-server-process.
1691
1692         * riece-url.el: Fix usage.
1693
1694         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1695
1696         * riece-unread.el: New add-on.
1697         * COMPILE (riece-modules): Add riece-unread.
1698         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1699
1700         * riece-300.el (riece-handle-322-message): New handler.
1701         (riece-handle-323-message): New handler.
1702
1703 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1704
1705         * riece-display.el (riece-configure-windows): Select other window
1706         when minibuffer is active.
1707
1708         * riece-commands.el (riece-command-list): New command.
1709         (riece-command-enter-message-as-notice): New command.
1710         * riece.el (riece-command-mode-map): Bind
1711         riece-command-enter-message-as-notice and riece-command-list.
1712
1713         * riece-server.el (riece-close-server): Skip nil when leaving
1714         channels before closing server.
1715
1716 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1717
1718         * Riece: Version 0.0.2 released.
1719         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1720
1721         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1722         * riece-url.el (riece-url-requires): Don't assert dependency on
1723         riece-highlight unless it appears in riece-addons.
1724
1725         * riece-url.el: New add-on.
1726         * COMPILE (riece-modules): Add riece-url.
1727
1728         * riece-message.el (riece-message-make-bracket): Abolish.
1729         * riece-highlight.el (riece-highlight-font-lock-keywords):
1730         Give up to fontify "-nick-" or "-nick server-".
1731
1732         * riece-highlight.el (riece-highlight-font-lock-keywords):
1733         Simplified regexp.
1734
1735         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1736         (riece-handle-ctcp-response): Ditto.
1737
1738         * riece-highlight.el: Make it an add-on.
1739         (riece-highlight-insinuate): New function.
1740         * riece.el: Don't require 'riece-highlight.
1741         * riece-options.el (riece-addons): Turn on riece-highlight and
1742         riece-ctcp by default.
1743
1744         * riece-display.el (riece-configure-windows-predicate): New function.
1745         (riece-configure-windows-predicate): New user option.
1746         (riece-redisplay-buffers): Use it.
1747
1748         * riece-complete.el: Require 'cl for butlast.
1749
1750         * Makefile.am (elc): Renamed from "compile".
1751
1752         * riece.el (riece-dialogue-mode-map): Bind
1753         riece-command-toggle-channel-list-buffer-mode.
1754
1755         * riece-display.el (riece-configure-windows): Typo fixed.
1756
1757         * riece-user.el (riece-user-toggle-channel): Use member instead of
1758         memq.
1759
1760 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1761
1762         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1763
1764         * riece-options.el (riece-addons): New user option.
1765         (riece-addon-directory): New user option.
1766
1767         * riece.el (riece-load-and-build-addon-dependencies): New function.
1768         (riece-insinuate-addons): New function.
1769         (riece): Call riece-insinuate-addons.
1770
1771         * riece-misc.el (riece-get-users-on-server): Moved from
1772         riece-commands.el.
1773
1774         * riece-ctcp.el: New file.
1775         * COMPILE (riece-modules): Add riece-ctcp.
1776         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1777
1778 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1779
1780         * Riece: Version 0.0.1 released.
1781
1782         * riece-commands.el (riece-command-names): New command.
1783         (riece-command-who): New command.
1784
1785         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1786         riece-command-who.
1787
1788         * riece-300.el (riece-handle-341-message): New handler.
1789         (riece-handle-352-message): New handler.
1790
1791         * riece-commands.el (riece-command-invite): Don't accept channel
1792         argument; throw an error when user is not on a channel.
1793         (riece-command-kick): New command.