Fixed.
[riece] / lisp / ChangeLog
1 2007-01-19  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-mcat.el (riece-mcat-update): New function.
4         * Makefile.am (update-mcat): New target.
5         * COMPILE (riece-modules): Moved riece-mcat-japanese.el to
6         riece-mcat-modules.
7         (riece-mcat-modules): New variable.
8         (riece-examine-modules): Append riece-mcat-modules.
9         (riece-update-mcat): New function.
10
11 2007-01-18  Daiki Ueno  <ueno@unixuser.org>
12
13         * riece-mcat.el: New file.
14         * riece-mcat-japanese.el: New file.
15         * COMPILE (riece-modules): Added riece-mcat and riece-mcat-japanese.
16         * Makefile.am (EXTRA_DIST): Added riece-mcat.el and
17         riece-mcat-japanese.el.
18
19 2006-12-18  Daiki Ueno  <ueno@unixuser.org>
20
21         * riece-package-info.el.in: New file.
22         * COMPILE (riece-modules): Added riece-package-info.
23         * Makefile.am (DISTCLEANFILES): Added riece-package-info.el.
24
25 2006-09-29  Daiki Ueno  <ueno@unixuser.org>
26
27         * Riece: Version 3.1.1 released.
28         * configure.ac: Bump up version to 3.1.1.
29
30 2006-09-27  Daiki Ueno  <ueno@unixuser.org>
31
32         * riece-addon.el (riece-command-list-addons): Describe "save the
33         current setting".
34         (riece-command-enable-addon): Make sure the addon to be insinuated.
35
36 2006-08-30  Daiki Ueno  <ueno@unixuser.org>
37
38         * riece-layout.el (riece-layout-alist): Added
39         riece-configure-windows-spiral.
40         (riece-configure-windows-spiral): New window layout.  Written by
41         URABE Shyouhei <root@mput.dip.jp>.
42
43         * riece-options.el (riece-addons): Enable riece-shrink-buffer by
44         default.
45
46         * aproxy.rb (AProxy::start): Fixed a typo (@out -> $stdout).
47
48 2006-07-29  Daiki Ueno  <ueno@unixuser.org>
49
50         * Riece: Version 3.1.0 released.
51         * configure.ac: Bump up version to 3.1.0.
52
53 2006-07-17  Daiki Ueno  <ueno@unixuser.org>
54
55         * riece-commands.el (riece-command-join-channel): Simplified by
56         using riece-server-opened.
57         (riece-command-part-channel): Ditto.
58
59 2006-07-16  Daiki Ueno  <ueno@unixuser.org>
60
61         * riece.el (riece-save-variables-files): Place ";;; Do not edit
62         this file!" at the beginning of ~/.riece/save.
63
64         * riece-server.el (riece-reset-process-buffer): Make
65         riece-filter-running local to the server buffer.
66         * riece-filter.el (riece-filter): Allow only a message handler to
67         run at a time.
68         * riece-globals.el (riece-filter-running): New variable.
69
70 2006-06-01  Daiki Ueno  <ueno@unixuser.org>
71
72         * riece-ndcc.el: Don't use calc.
73
74         * riece-300.el (riece-handle-353-message): Append " " to every 353
75         line before inserting it to riece-353-message-alist.
76
77 2006-05-29  Daiki Ueno  <ueno@unixuser.org>
78
79         * Riece: Version 3.0.0 released.
80         * configure.ac: Bump up version to 3.0.0.
81
82 2006-05-16  Daiki Ueno  <ueno@unixuser.org>
83
84         * riece-options.el (riece-realname): New user option.
85
86         * riece-irc.el (riece-irc-open-server): Changed the meaning of
87         riece-username.  i.e. now riece-username represents the user's
88         login name and riece-realname is the replacement of the former
89         riece-username.
90         * riece-server.el (riece-server-keyword-map): New keyword :realname.
91
92 2006-05-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * riece-commands.el (riece-command-close-server): Cause error
95         on non-existent server process.
96
97 2006-04-26  Daiki Ueno  <ueno@unixuser.org>
98
99         * riece-skk-kakutei.el: Declare some variables and autoload
100         'skk-kakutei to suppress compilation warnings.
101
102         * riece-xfaceb.el: Don't enclose autoloads with ignore-errors;
103         autoloads should not report errors.
104
105         * riece-commands.el (riece-command-save-variables): New command.
106
107         * riece-epg.el
108         (riece-epg-passphrase-callback-function-for-decrypt): New
109         function.
110         (riece-command-set-passphrase): Renamed.
111         (riece-epg-message-filter): Don't query passphrase; if decryption
112         fails add button to try again.
113         (riece-epg-add-encrypted-button): New function.
114         (riece-epg-encrypted-button-notify): New function.
115
116 2006-04-25  Daiki Ueno  <ueno@unixuser.org>
117
118         * riece-epg.el: New add-on.
119         * riece-addon-modules.el (riece-addon-modules): Added riece-epg.
120         * Makefile.am (EXTRA_DIST): Added riece-epg.el.
121
122 2006-04-13  Steve Youngs  <steve@sxemacs.org>
123
124         * riece-commands.el (riece-command-invite): Add missing `:' to
125         string sent to server.
126
127         * riece-300.el (riece-handle-341-message): swap values for
128         `channel' and `user'.
129
130 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
131
132         * riece.el (riece-buffer-alist): " *Debug*" -> "*Debug*".
133         (riece-save-variables-files): Fixed a typo in the docstring.
134
135 2006-01-14  Daiki Ueno  <ueno@unixuser.org>
136
137         * riece-display.el (riece-part-channel): Emit
138         'channel-list-changed signal.
139
140 2005-12-29  Daiki Ueno  <ueno@unixuser.org>
141
142         * riece-alias.el (riece-alias-alternate-separator): Reverted the
143         default value.
144
145 2005-11-19  Daiki Ueno  <ueno@unixuser.org>
146
147         * Riece: Version 2.0.2 released.
148         * configure.ac: Bump up version to 2.0.2.
149
150 2005-11-19  Daiki Ueno  <ueno@unixuser.org>
151
152         * riece-alias.el (riece-alias-alternate-separator): Changed from
153         "@" -> "%".
154
155         * test/test-riece-cache.el: New test cases.
156         * test/Makefile.am (EXTRA_DIST): Added test-riece-cache.el.
157
158         * Makefile.am (EXTRA_DIST): Added riece-cache.el.
159
160         * riece-commands.el (riece-command-part-channel): Signal an error
161         if TARGET server has not opened.
162
163         * riece-channel.el: Require 'riece-cache.
164         (riece-find-channel): Increase priority of given channel name in
165         riece-channel-cache.
166         (riece-forget-channel): Remove given channel name from
167         riece-channel-cache.
168         (riece-get-channel): Register given channel name in
169         riece-channel-cache (if it is being added to riece-channel-obarray.)
170         * riece-server.el (riece-reset-process-buffer): Initialize
171         riece-channel-cache.
172         * riece-options.el (riece-channel-cache-max-size): New user
173         option.
174         * riece-misc.el (riece-get-channels-on-server): Get channel names
175         from riece-channel-cache.
176         * riece-globals.el (riece-channel-cache): New variable.
177
178 2005-11-18  Daiki Ueno  <ueno@unixuser.org>
179
180         * riece-cache.el: Renamed from riece-lru.el.
181
182 2005-11-18  Daiki Ueno  <ueno@unixuser.org>
183
184         * riece-user.el: Require 'riece-lru.
185         (riece-find-user): Increase priority of given username in
186         riece-user-lru.
187         (riece-forget-user): Remove given username from riece-user-lru.
188         (riece-rename-user): Rename given username in riece-user-lru.
189         (riece-get-user): Register given username in riece-user-lru (if
190         it is being added to riece-user-obarray.)
191         * riece-server.el: Require 'riece-lru.
192         (riece-reset-process-buffer): Initialize riece-user-lru.
193         * riece-options.el (riece-user-lru-max-size): New user option.
194         * riece-misc.el: Require 'riece-lru.
195         (riece-get-users-on-server): Get usernames from riece-user-lru.
196         * riece-globals.el (riece-user-lru): New variable.
197         * COMPILE (riece-modules): Added riece-lru.
198         * riece-lru.el: New file.
199
200         * riece-develop.el: New file.
201
202 2005-10-27  Masatake YAMATO  <jet@gyve.org>
203
204         * url-riece.el (url-irc-riece): Use `server-name'
205         to create an argument for `riece-parse-identity'.
206         `server' was used.
207
208 2005-09-29  Daiki Ueno  <ueno@unixuser.org>
209
210         * Riece: Version 2.0.1 released.
211         * configure.ac: Bump up version to 2.0.1.
212
213 2005-09-11  Daiki Ueno  <ueno@unixuser.org>
214
215         * riece-addon.el (riece-command-list-addons): Adjust width of 2nd
216         column to the length of the longest add-on name.
217
218 2005-09-10  Daiki Ueno  <ueno@unixuser.org>
219
220         * riece-alias.el (riece-alias-abbrev-identity-string): Compare car
221         of riece-alias-alist with identities case insensitively.
222
223 2005-09-05  Daiki Ueno  <ueno@unixuser.org>
224
225         * Makefile.am (EXTRA_DIST): Added riece-xfaceb.el.
226         * riece-addon-modules.el (riece-addon-modules): Added riece-xfaceb.
227
228 2005-09-03  Steve Youngs  <steve@sxemacs.org>
229
230         * riece-xfaceb.el: New file.  Display X-Face and colour Face
231         images in IRC buffer, getting the image data from BBDB records.
232
233 2005-08-31  Daiki Ueno  <ueno@unixuser.org>
234
235         * riece-unread.el (riece-unread-requires): Require 'riece-history.
236
237 2005-08-29  Daiki Ueno  <ueno@unixuser.org>
238
239         * Riece: Version 2.0.0 released.
240         * riece-version.el (riece-version-number): Bump up to 2.0.0.
241
242 2005-08-29  Daiki Ueno  <ueno@unixuser.org>
243
244         * test/test-riece-log.el
245         (test-riece-log-display-message-function): Enable riece-log addon.
246
247         * test/test-riece-ruby.el (lunit-test-case-teardown): Reset
248         riece-ruby-output-handler-alist and riece-ruby-output-queue-alist.
249
250         * riece-server.el (riece-server-keyword-map): Abolished
251         :coding-system-alist keyword.
252         (riece-send-string): Take the target identity as the 2nd argument.
253
254         * riece-identity.el (riece-channel-coding-system-alist): Renamed
255         from riece-coding-system-alist.
256
257         * riece-globals.el (riece-coding-system-alist): Abolished.
258
259         * riece-commands.el (riece-command-topic): Pass the target
260         identity to riece-send-string.
261         (riece-command-kick): Ditto.
262         (riece-command-send-message): Ditto.
263         (riece-command-enter-message-to-user): Ditto.
264         (riece-command-join-channel): Ditto.
265         (riece-command-part-channel): Ditto.
266
267 2005-08-29  Daiki Ueno  <ueno@unixuser.org>
268
269         * riece-identity.el (riece-coding-system-for-identity): Moved from
270         riece-coding.el.
271         (riece-decoded-string-for-identity): Ditto.
272
273         * riece-300.el (riece-handle-322-message): Decode message per
274         channel.
275         (riece-handle-set-topic): Ditto.
276
277         * riece-handle.el (riece-handle-notice-message): Decode message
278         per channel.
279         (riece-handle-part-message): Ditto.
280         (riece-handle-kick-message): Ditto.
281         (riece-handle-topic-message): Ditto.
282
283 2005-08-28  Daiki Ueno  <ueno@unixuser.org>
284
285         * riece-handle.el (riece-handle-privmsg-message): Use
286         riece-decoded-string & riece-decoded-string-for-identity.
287
288         * riece-coding.el (riece-coding-system-alist): New user option.
289         (riece-coding-system-for-identity): New function.
290         (riece-encoded-string): New function.
291         (riece-decoded-string): New alias.
292         (riece-decoded-string-for-identity): New function.
293
294 2005-08-27  Daiki Ueno  <ueno@unixuser.org>
295
296         * riece-addon.el (riece-uninstall-addon): Don't check the add-on
297         is enabled.
298         (riece-uninstall-addon): Don't use riece-remprop.
299         (riece-enable-addon): Put 'riece-addon-enabled property on the
300         add-on feature.
301         (riece-disable-addon): Ditto.
302         (riece-command-list-addons): Check 'riece-addon-enabled property
303         instead of riece-*-enabled variables.
304
305 2005-08-27  Daiki Ueno  <ueno@unixuser.org>
306
307         * riece-options.el (riece-shrink-buffer-idle-time-delay):
308         Abolished; moved to riece-shrink-buffer.el.
309         (riece-max-buffer-size): Ditto.
310         (riece-shrink-buffer-remove-chars): Ditto.
311
312         * riece.el (riece-shrink-buffer-idle-timer): Abolished; moved to
313         riece-shrink-buffer.el.
314         (riece): Don't set riece-shrink-buffer-idle-timer here.
315         (riece-exit): Don't cancel riece-shrink-buffer-idle-timer here.
316
317         * riece-shrink-buffer.el: New add-on.
318         * riece-addon-modules.el (riece-addon-modules): Added
319         riece-shrink-buffer.
320         * Makefile.am (EXTRA_DIST): Added riece-shrink-buffer.el.
321
322 2005-08-27  Daiki Ueno  <ueno@unixuser.org>
323
324         * riece-highlight.el (riece-highlight-uninstall): Use
325         riece-remprop instead of remprop.
326
327         * riece-addon.el (riece-uninstall-addon): Use riece-remprop
328         instead of remprop.
329
330         * riece-xemacs.el (riece-remprop): New alias.
331         * riece-emacs.el (riece-remprop): New function.
332
333         * COMPILE (riece-compile-modules): Add current directory to load-path.
334
335         * riece-history.el (riece-history-requires): New function.
336         * riece-addon.el (riece-insinuate-addon-1): Require add-on feature.
337
338 2005-08-27  Daiki Ueno  <ueno@unixuser.org>
339
340         * riece-foolproof.el (riece-foolproof-description): Made it more
341         descriptive.
342
343         * riece-url.el (riece-url-uninstall): Call easy-menu-remove-item.
344
345         * riece-addon.el (riece-addon-list-mode-map): Bind
346         riece-command-unload-addon.
347         (riece-insinuate-addon-1): New function; renamed from
348         riece-insinuate-addon.
349         (riece-insinuate-addon): Use it; re-insinuate add-ons preceding to
350         the add-on.
351         (riece-addon-list-set-point): New function.
352         (riece-command-unload-addon): New command.
353
354 2005-08-27  Daiki Ueno  <ueno@unixuser.org>
355
356         * riece-menu.el (riece-menu-uninstall): Call easy-menu-remove.
357
358         * riece-toolbar.el (riece-toolbar-original-toolbar) [XEmacs]: New
359         variable.
360         (riece-unset-toolbar): New function.
361         (riece-toolbar-uninstall): Call riece-unset-toolbar.
362         (riece-toolbar-command-mode-hook): Renamed from
363         riece-toolbar-insinuate-in-command-buffer.
364
365         * riece-icon.el (riece-icon-enable): Update
366         mode-line-buffer-identification here.
367         (riece-icon-disable): Ditto.
368
369 2005-08-26  Daiki Ueno  <ueno@unixuser.org>
370
371         * riece-addon.el (riece-uninstall-addon): Update
372         riece-addon-dependencies.
373
374 2005-08-26  Daiki Ueno  <ueno@unixuser.org>
375
376         * riece.el (riece-command-mode): Set
377         riece-mode-line-buffer-identification.
378         (riece-dialogue-mode): Ditto.
379         (riece-channel-mode): Ditto.
380         (riece-channel-list-mode): Ditto.
381         (riece-user-list-mode): Ditto.
382         * riece-icon.el
383         (riece-icon-update-mode-line-buffer-identification): New function.
384         (riece-icon-insinuate): Use it.
385         (riece-icon-uninstall): Use it.
386         * riece-globals.el (riece-mode-line-buffer-identification): New
387         variable.
388
389 2005-08-26  Daiki Ueno  <ueno@unixuser.org>
390
391         * Make add-ons uninstallable.
392
393         * riece-xface.el (riece-xface-user-list-mode-hook): New function.
394         (riece-xface-insinuate): Use it.
395         (riece-xface-uninstall): New function.
396         * riece-url.el (riece-url-command-mode-hook): New function.
397         (riece-url-insinuate): Use it.
398         (riece-url-uninstall): New function.
399         * riece-unread.el (riece-unread-uninstall): New function.
400         * riece-toolbar.el (riece-toolbar-uninstall): New function.
401         * riece-rdcc.el (riece-rdcc-uninstall): New function.
402         * riece-ndcc.el (riece-ndcc-uninstall): New function.
403         * riece-mini.el (riece-mini-uninstall): New function.
404         * riece-menu.el (riece-menu-uninstall): New function.
405         * riece-lsdb.el: New function.
406         * riece-log.el (riece-log-uninstall): New function.
407         * riece-keyword.el (riece-keyword-uninstall): New function.
408         * riece-keepalive.el (riece-keepalive-uninstall): New function.
409         * riece-kakasi.el (riece-kakasi-uninstall): New function.
410         * riece-ignore.el (riece-ignore-uninstall): New function.
411         * riece-icon.el (riece-icon-user-list-mode-hook): New function.
412         (riece-icon-channel-list-mode-hook): New function.
413         (riece-icon-original-mode-line-buffer-identification): New variable.
414         (riece-icon-insinuate): Use them.
415         (riece-icon-uninstall): New function.
416         * riece-history.el
417         (riece-history-after-switch-to-channel-functions): New function.
418         (riece-history-insinuate): Use it.
419         (riece-history-uninstall): New function.
420         * riece-highlight.el (riece-highlight-uninstall): New function.
421         * riece-hangman.el (riece-hangman-uninstall): New function.
422         * riece-google.el (riece-google-uninstall): New function.
423         * riece-foolproof.el (riece-foolproof-uninstall): New function.
424         * riece-eval.el (riece-eval-uninstall): New function.
425         * riece-eval-ruby.el (riece-eval-ruby-uninstall): New function.
426         * riece-doctor.el (riece-doctor-uninstall): New function.
427         * riece-ctlseq.el (riece-ctlseq-uninstall): New function.
428         * riece-ctcp.el (riece-ctcp-dialogue-font-lock-keywords): New variable.
429         (riece-ctcp-uninstall): New function.
430         * riece-button.el (riece-button-channel-list-mode-hook): New function.
431         * riece-biff.el (riece-biff-uninstall): New function.
432
433 2005-08-26  Daiki Ueno  <ueno@unixuser.org>
434
435         * riece-options.el (riece-saved-forms): Added riece-addons.
436
437         * riece-addon.el: Require 'riece-addon-modules.
438         (riece-command-list-addons): List all available add-ons from
439         riece-addon-modules.
440         (riece-addon-list-mode-map): Bind riece-command-insinuate-addon
441         and riece-command-uninstall-addon.
442         (riece-insinuate-addon): Rebuild riece-addon-dependencies.
443         (riece-command-insinuate-addon): New command.
444         (riece-command-uninstall-addon): New command.
445
446         * COMPILE (riece-examine-modules): New function.
447         (riece-examine): Use it.
448         (riece-compile): Use it.
449         (riece-install): Use it.
450         (riece-compile-package): Use it.
451         (riece-install-package): Use it.
452
453         * Makefile.am (EXTRA_DIST): Added riece-addon-modules.el.
454
455         * riece-addon-modules.el: New file.
456
457 2005-08-25  Daiki Ueno  <ueno@unixuser.org>
458
459         * riece-addon.el (riece-command-list-addons): Use
460         riece-addon-dependencies instead of riece-addons.
461         (riece-command-enable-addon): Ditto.
462         (riece-command-disable-addon): Ditto.
463         (riece-uninstall-addon): New function.
464
465 2005-08-25  Daiki Ueno  <ueno@unixuser.org>
466
467         * riece.el (riece): Don't override riece-addons setting.
468
469         * riece-globals.el (riece-addon-dependencies): New variable.
470
471         * riece-addon.el (riece-sort-addon-dependencies): Rename from
472         riece-resolve-addon-dependencies; return addon dependencies as an
473         alist, instead of returning a list of addons.
474
475 2005-08-20  Daiki Ueno  <ueno@unixuser.org>
476
477         * riece-addon.el (riece-command-enable-addon): Redraw entire
478         add-on list.
479         (riece-command-disable-addon): Ditto.
480
481 2005-08-17  Daiki Ueno  <ueno@unixuser.org>
482
483         * riece-filter.el (riece-handle-message): Use
484         riece-funcall-ignore-errors instead of riece-ignore-errors.
485
486         * riece-ctcp.el (riece-handle-ctcp-request): Use
487         riece-funcall-ignore-errors instead of riece-ignore-errors.
488         (riece-handle-ctcp-response): Ditto.
489
490 2005-08-16  Daiki Ueno  <ueno@unixuser.org>
491
492         * riece-options.el (riece-data-directory): Use load-file-name.
493
494 2005-08-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
495
496         * riece-options.el (riece-data-directory): Avoid compile time
497         error when locate-data-directory undefined.
498
499 2005-08-15  Daiki Ueno  <ueno@unixuser.org>
500
501         * riece-options.el (riece-quit-timeout): Set default to 1.
502
503         * riece-irc.el (riece-irc-quit-server-process): Display message
504         before/after sending QUIT.
505
506 2005-08-14  Daiki Ueno  <ueno@unixuser.org>
507
508         * riece.el (riece-addons-insinuated): Abolished.
509         (riece): Don't check riece-addons-insinuated.
510
511         * riece-addon.el (riece-insinuate-addon): Put
512         'riece-addon-insinuated property on add-on feature.
513
514 2005-08-13  Daiki Ueno  <ueno@unixuser.org>
515
516         * COMPILE (riece-install-package): Install *.xpm and *.rb in etc/riece.
517
518         * riece-async.el (riece-async-open-network-stream): Locate Ruby
519         script files in riece-data-directory.
520         * riece-toolbar.el (riece-make-toolbar-from-menu): Locate icon
521         files in riece-data-directory.
522         * riece-ruby.el (riece-ruby-execute): Locate Ruby script files in
523         riece-data-directory.
524         * riece-options.el (riece-data-directory): New user option.
525
526 2005-08-12  Daiki Ueno  <ueno@unixuser.org>
527
528         * riece-ruby.el (riece-ruby-filter): Pass timestamp of output
529         event to output-handler.
530
531 2005-08-12  Daiki Ueno  <ueno@unixuser.org>
532
533         * riece-button.el (riece-user-button-popup-menu): Simplified
534         menu item titles.
535
536         * COMPILE (riece-compile-module): New function.
537         (riece-examine): New function.
538
539         * Makefile.am (compile-individually): New rule.
540
541         * riece-log.el (riece-log-file-name-regexp): New constant.
542         (riece-log-get-file): Add 2nd argument coding-system.
543         (riece-log-get-files): Add 2nd argument time.
544         (riece-log-insert): Simplified; determine coding-system from
545         suffix of each log file.
546         (riece-log-dired): Renamed from riece-log-open-directory.
547         (riece-log-open-directory-function): Abolished.
548         (riece-log-make-file-name): Renamed from riece-log-get-file.
549         (riece-log-list-files): Renamed from riece-log-get-files.
550         (riece-log-directory): Renamed from riece-log-get-directory.
551
552         * Makefile.am (EXTRA_DIST): Added aproxy.rb.
553
554         * COMPILE (riece-scripts): Added "aproxy.rb".
555
556         * riece-async.el (riece-async-buffer-size): Renamed from
557         riece-async-max-buffer-size.
558         (riece-async-backup-file): New user option.
559         (riece-async-server-program): New variable.
560         (riece-async-server-program-arguments): New variable.
561         (riece-async-open-network-stream): Use aproxy.rb.
562
563         * aproxy.rb: New file.
564
565         * riece-ruby.el (riece-ruby-out-file): New user option.
566         (riece-ruby-err-file): New user option.
567         (riece-ruby-log-file): New user option..
568         (riece-ruby-server-program-arguments): New variable.
569         (riece-ruby-filter): Call output-handler within
570         riece-debug-with-backtrace; erase process output.
571         (riece-ruby-run-exit-handler): Call exit-handler within
572         riece-debug-with-backtrace.
573
574         * server.rb: Don't bind @err in execution environment;
575         added logging feature.
576
577 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
578
579         * server.rb: Connect $stdout and $stderr to StringIO objects.
580
581         * riece-async.el: Use riece-ruby (partially).
582
583         * riece-eval-ruby.el (riece-eval-ruby-prefix-regexp): New user option.
584         (riece-eval-ruby-exit-handler): Print "nil".
585
586 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
587
588         * riece-hangman.el (riece-hangman-hello-regexp): Changed regexp.
589         (riece-hangman-bye-regexp): Ditto.
590
591         * riece-doctor.el (riece-doctor-hello-regexp): Changed regexp.
592         (riece-doctor-bye-regexp): Ditto.
593
594         * riece-ruby.el: Moved add-on stuff to riece-eval-ruby.el.
595
596         * riece-eval-ruby.el: New add-on.
597         * COMPILE (riece-modules): Add riece-eval-ruby.
598         * Makefile.am (EXTRA_DIST): Add riece-eval-ruby.el.
599
600 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
601
602         * server.rb (Server::unescape): Fixed.
603
604         * riece-ruby.el: Implement add-on API.
605         (riece-ruby-filter): Fixed regexp; fixed argument order of
606         output-handler.
607         (riece-ruby-run-exit-handler): Remove exit-handler entry before
608         running it to avoid recursion; call riece-ruby-clear if
609         exit-handler is specified.
610         (riece-ruby-exit-handler): Don't call riece-ruby-clear.
611
612         * riece-rdcc.el: Use riece-ruby.
613
614 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
615
616         * riece-ruby.el (riece-ruby-property-alist): New variable
617         (riece-ruby-set-property): New function.
618         (riece-ruby-property): New function.
619         (riece-ruby-execute): Locate server.rb from load-path.
620
621         * Makefile.am (EXTRA_DIST): Added riece-ruby.el and server.rb.
622
623         * COMPILE (riece-modules): Added riece-ruby.
624         (riece-icons): Use filename instead of symbol.
625         (riece-scripts): New variable.
626         (riece-install-icons): Use filename instead of symbol.
627         (riece-install-scripts): New function.
628         (riece-install): Call riece-install-scripts.
629         (riece-install-package): Ditto.
630
631 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
632
633         * riece-ruby.el: Add docs for variables.
634         (riece-ruby-substitute-variables): Substitute multiple variables.
635         (riece-ruby-filter): Call output-handler/exit-handler with program
636         name.
637
638 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
639
640         * server.rb: Renamed from rubyserv.rb; s/RubyServ/Server/.
641         * riece-ruby.el (riece-ruby-server-program): Follow the filename
642         change.
643         (riece-ruby-set-output-handler): New function.
644
645 2005-08-11  Daiki Ueno  <ueno@unixuser.org>
646
647         * riece-ruby.el: Fixed example.
648         (riece-ruby-server-program): New variable.
649         (riece-ruby-status-alist): New variable.
650         (riece-ruby-status): Abolished.
651         (riece-ruby-escaped-data): Renamed from riece-ruby-input.
652         (riece-ruby-reset-process-buffer): New function.
653         (riece-ruby-send-exit): New function.
654         (riece-ruby-filter): Call riece-ruby-run-exit-handler if the
655         program is exited.
656         (riece-ruby-run-exit-handler): New function.
657         (riece-ruby-execute): Don't expect program name.
658         (riece-ruby-clear): New function.
659         (riece-ruby-set-exit-handler): New function.
660
661         * rubyserv.rb (RubyServ::dispatch_eval): Don't expect program
662         name; eval under the binding of RubyServ::C.
663         (RubyServ::dispatch_poll): Don't clear @thr.
664         (RubyServ::dispatch_exit): New method.
665
666 2005-08-10  Daiki Ueno  <ueno@unixuser.org>
667
668         * riece-ruby.el: New file.
669         * rubyserv.rb: Rewrite.
670
671 2005-08-09  Daiki Ueno  <ueno@unixuser.org>
672
673         * riece-mini.el (riece-mini-message-no-log): Defined as a
674         function.
675         (riece-mini-requires): Fixed indent.
676
677 2005-08-08  Daiki Ueno  <ueno@unixuser.org>
678
679         * riece.el (riece-dialogue-mode-map): Bind
680         riece-command-toggle-others-buffer-mode.
681
682         * riece-commands.el (riece-command-toggle-others-buffer-mode): New
683         command.
684
685         * riece-layout.el (riece-configure-windows): Hide
686         riece-others-buffer if riece-others-buffer-mode is nil.
687
688         * riece-options.el (riece-saved-forms): Add
689         riece-others-buffer-mode and riece-channel-list-buffer-mode.
690         (riece-others-buffer-mode): New user option.
691
692 2005-08-06  Daiki Ueno  <ueno@unixuser.org>
693
694         * riece-alias.el (riece-alias-alternate-separator): Set to "@".
695
696 2005-07-28  Daiki Ueno  <ueno@unixuser.org>
697
698         * riece-debug.el: Don't bind unused variable; prepend time to
699         debug message.
700
701 2005-07-19  Daiki Ueno  <ueno@unixuser.org>
702
703         * riece-unread.el (riece-guess-channel-from-unread): Return
704         reversed copy of riece-unread-channels.
705
706         * riece-server.el (riece-server-parse-string): Use
707         string-to-number instead of string-to-int.
708
709 2005-07-07  Daiki Ueno  <ueno@unixuser.org>
710
711         * riece-display.el (riece-channel-buffer): Return nil when
712         channel-buffer is killed.
713
714         * riece-debug.el (riece-debug-1): New function.
715         (riece-debug): Always return nil.
716
717 2005-06-04  Daiki Ueno  <ueno@unixuser.org>
718
719         * riece-server.el (riece-server-keyword-map): Add :coding-system-alist.
720
721         * riece-irc.el (riece-irc-open-server): Init riece-coding-system-alist.
722
723         * riece-handle.el (riece-handle-privmsg-message): Retry with the
724         channel's coding-system if it differs from the server's
725         coding-system.
726
727         * riece-commands.el (riece-command-send-message): Pass prefix to
728         riece-send-string.
729
730         * riece-globals.el (riece-coding-system-alist): New variable.
731
732         * riece-coding.el (riece-decode-coding-string-1): Split from
733         riece-decode-coding-string; set riece-coding-encoded-string and
734         riece-coding-decoded-coding-system properties on decoded string.
735         (riece-retry-decode-coding-string): New function.
736         (riece-decoded-coding-system): Use it.
737
738 2005-06-03  Daiki Ueno  <ueno@unixuser.org>
739
740         * riece-ruby.el: New file.
741
742 2005-04-04  Daiki Ueno  <ueno@unixuser.org>
743
744         * riece-misc.el (riece-get-channels-on-server): New function.
745         (riece-get-users-on-server): Don't use riece-user-p.
746         (riece-get-identities-on-server): Call
747         riece-get-channels-on-server and riece-get-users-on-server.
748
749         * riece-identity.el (riece-completing-read-identity): Don't signal
750         an error when input string does not match riece-channel-regexp nor
751         riece-user-regexp.
752
753         * riece-300.el (riece-handle-366-message): Don't use riece-user-regexp.
754         (riece-handle-302-message): Ditto.
755         (riece-handle-313-message): Ditto.
756
757 2005-03-22  Daiki Ueno  <ueno@unixuser.org>
758
759         * rubyserv.rb: New file.
760
761 2005-03-20  Daiki Ueno  <ueno@unixuser.org>
762
763         * riece-toolbar.el [XEmacs] (riece-make-toolbar-from-menu):
764         Pick up toolbar icons from etc/riece/.
765
766 2005-03-12  Daiki Ueno  <ueno@unixuser.org>
767
768         * riece.el (riece-buffer-alist): Init riece-debug-buffer.
769         (riece-submit-bug-report): Insert content of riece-debug-buffer.
770
771         * riece-globals.el (riece-debug-buffer): New variable.
772         * riece-filter.el (riece-sentinel): Use riece-debug.
773         * riece-display.el (riece-channel-buffer-name): Use riece-debug.
774         * riece-button.el (riece-identity-button-click): Use riece-debug.
775         * riece-debug.el (riece-debug): New function.
776         (riece-ignore-errors): Use it.
777
778         * riece-filter.el (riece-filter): Removed (eobp) check.
779
780 2005-03-06  Daiki Ueno  <ueno@unixuser.org>
781
782         * Riece: Version 1.0.8 released.
783         * riece-version.el (riece-version-number): Bump up to 1.0.8.
784
785 2005-03-06  Daiki Ueno  <ueno@unixuser.org>
786
787         * COMPILE (riece-compile-modules): Print summary.
788
789 2005-03-05  Daiki Ueno  <ueno@unixuser.org>
790
791         * riece-version.el: Bind emacs-program-version.
792         * riece-debug.el: Require 'riece-options for riece-debug.
793
794         * riece-log.el (riece-log-insinuate): Use user-uid instead of
795         user-login-name and escape system-name for riece-log-lock-file.
796
797 2005-03-02  Daiki Ueno  <ueno@unixuser.org>
798
799         * riece-log.el (riece-log-lock-file): Define with defvar.
800         (riece-log-display-message-function): Use riece-log-lock-file as
801         LOCKNAME of write-region.
802         (riece-log-insinuate): Generate name for riece-log-lock-file.
803
804 2005-02-27  Daiki Ueno  <ueno@unixuser.org>
805
806         * riece-300.el (riece-handle-317-message): Format idle seconds in
807         human readable form.
808         (riece-handle-301-message): Don't use riece-user-regexp.
809         (riece-handle-311-message): Ditto.
810         (riece-handle-312-message): Ditto.
811         (riece-handle-317-message): Ditto.
812         (riece-handle-319-message): Ditto.
813
814         * riece-ctcp.el (riece-handle-ctcp-action-request): Prepend target.
815         (riece-command-ctcp-action): Ditto.
816
817 2005-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
818
819         * riece-globals.el (riece-obarray-size, riece-obarray): Abolish.
820         (riece-channel-obarray-size, riece-user-obarray-size)
821         (riece-channel-obaary, riece-user-obarray): New variables.
822         * riece-user.el (riece-find-user, riece-forget-user)
823         (riece-rename-user, riece-get-user): Use `riece-user-obarray'
824         instead of `riece-user-obarray'.
825         * riece-channel.el (riece-find-channel, riece-forget-channel)
826         (riece-get-channel): Use `riece-channel-obarray' instead of
827         `riece-obarray'.
828         * riece-misc.el (riece-get-identities-on-server): Ditto.
829         * riece-server.el (riece-reset-process-buffer): Ditto.
830
831 2005-02-24  Daiki Ueno  <ueno@unixuser.org>
832
833         * riece-unread.el (riece-unread-after-switch-to-channel-function):
834         Clear riece-unread-channels case insensitively.
835
836         * riece-300.el (riece-handle-353-message): Use
837         riece-identity-assoc to pick an entry from
838         riece-353-message-alist.
839         (riece-handle-366-message): Ditto.
840         Reported by Steve Youngs <steve@sxemacs.org>.
841
842 2005-02-19  Daiki Ueno  <ueno@unixuser.org>
843
844         * riece-debug.el (riece-funcall-ignore-errors): New function.
845         * riece-signal.el (riece-emit-signal): Use riece-funcall-ignore-errors.
846         * riece-filter.el (riece-handle-numeric-reply): Use
847         riece-funcall-ignore-errors.
848         (riece-handle-message): Ditto.
849         * riece-ctcp.el (riece-handle-ctcp-request): Use
850         riece-funcall-ignore-errors.
851
852 2005-02-18  Steve Youngs  <steve@sxemacs.org>
853
854         * riece-ctcp.el (riece-handle-ctcp-time-request): New.
855         (riece-handle-ctcp-time-response): New.
856         (riece-command-ctcp-time): New.
857         (riece-ctcp-enable): Add `riece-command-ctcp-time'.
858         (riece-ctcp-disable): Ditto.
859         
860         * riece-layout.el (riece-layout-alist): Minor doc string fix --
861         escape a couple of parens.
862         
863         * riece-version.el: defvar sxemacs-codename at compile time.
864         (riece-extended-version): Simplify the XEmacs section, add support
865         for SXEmacs.
866
867 2005-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
868
869         * riece-addon.el (riece-resolve-addons): Fixed
870         avoid add directory to addons condition.
871
872 2005-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
873
874         * riece-addon.el (riece-resolve-addons): Don't add directory to
875         addons.
876
877 2005-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
878
879         * riece-commands.el (riece-command-part): Fix argument.
880
881 2005-02-07  Daiki Ueno  <ueno@unixuser.org>
882
883         * riece-filter.el (riece-filter): Simplified.
884
885         * riece-addon.el (riece-resolve-addons): Check the existence of
886         riece-addon-directory.
887
888 2005-02-06  Daiki Ueno  <ueno@unixuser.org>
889
890         * riece-filter.el (riece-filter): Modified regexp.
891
892 2005-02-05  Daiki Ueno  <ueno@unixuser.org>
893
894         * riece.el (riece-exit): Clear riece-window-configuration frame
895         parameter.
896         * riece-commands.el (riece-command-suspend-resume): Don't attempt
897         to restore window-configuration if the cdr of
898         riece-window-configuration frame parameter is nil.
899
900         * riece-filter.el (riece-chomp-string): New function.
901         (riece-filter): Use it.
902
903 2005-02-05  Daiki Ueno  <ueno@unixuser.org>
904
905         * Riece: Version 1.0.7 released.
906         * riece-version.el (riece-version-number): Bump up to 1.0.7.
907
908 2005-02-05  Daiki Ueno  <ueno@unixuser.org>
909
910         * riece-keyword.el (riece-keyword-face): Change defface spec for tty.
911
912         * riece-toolbar.el (riece-toolbar-description): New constant.
913
914         * riece-keepalive.el: Require 'riece-options.
915         (riece-keepalive-ping-repeat): Define with defcustom.
916         (riece-keepalive-description): New constant.
917
918         * riece.el (riece-dialogue-mode-map): Bind
919         riece-command-suspend-resume.
920         * riece-commands.el (riece-command-suspend-resume): New command.
921
922         * riece-options.el (riece-addons): Enable riece-keyword by default.
923
924         * riece-button.el (riece-identity-button-popup-menu): Changed
925         interactivbe spect "@e" -> "e".
926         (riece-identity-button-click): New function.
927         (riece-make-identity-button-map): Bind riece-identity-button-click.
928
929 2005-02-04  Daiki Ueno  <ueno@unixuser.org>
930
931         * riece-options.el (riece-part-message): New user option.
932         (riece-addons): Enable riece-alias and riece-ctlseq by default.
933         (riece-max-buffer-size): Change the default value to nil.
934
935         * riece-commands.el (riece-command-part): Use riece-part-message.
936
937 2005-02-04  OHASHI Akira  <bg66@koka-in.org>
938
939         * riece-eval.el (riece-eval-form): New function.
940         (riece-eval-display-message-function): Use it.
941
942 2005-02-04  Daiki Ueno  <ueno@unixuser.org>
943
944         * riece-000.el (riece-handle-001-message): Use
945         riece-command-join-channel to join startup channels.
946
947         * riece-filter.el (riece-filter): Accept lines which end with LF.
948
949         * riece-300.el (riece-353-message-alist): Renamed from riece-353-users.
950         (riece-handle-353-message): Don't parse the reply.
951         (riece-handle-366-message): Parse 353 replies here; count users.
952
953         * riece-log.el (riece-log-enable): Add debug message.
954
955         * riece-keepalive.el: New add-on.
956         * COMPILE (riece-modules): Add riece-keepalive.
957         * Makefile.am (EXTRA_DIST): Add riece-keepalive.el.
958
959 2005-02-04  OHASHI Akira  <bg66@koka-in.org>
960
961         * riece-biff.el (riece-biff-functions): Abolish.
962         (riece-biff-after-display-message-function): Follow the change above.
963
964 2005-02-04  Daiki Ueno  <ueno@unixuser.org>
965
966         * riece-server.el (riece-close-server-process): Switch to process
967         buffer when running riece-after-close-hook.
968
969         * COMPILE (riece-icons): Add all symbols from riece-toolbar-items.
970
971         * Makefile.am (EXTRA_DIST): Add riece-command-previous-channel.xpm,
972         riece-command-next-channel.xpm, and riece-submit-bug-report.xpm.
973
974         * riece-menu.el (riece-menu-items): Add "Submit Bug Report".
975
976         * riece-toolbar.el (riece-toolbar-items): Add riece-submit-bug-report.
977
978         * riece-compat.el (riece-read-passwd): Changed default value.
979
980         * riece-400.el (riece-handle-475-message): Don't bind inhibit-quit
981         when reading channel key.
982
983         * riece-irc.el (riece-irc-open-server): Don't bind inhibit-quit
984         when reading password.
985
986         * riece-compat.el (riece-read-passwd): Bind inhibit-quit.
987
988         * riece-commands.el (riece-command-join): Abolished prefix-arg
989         (channel key).
990
991         * riece-options.el (riece-buffer-dispose-function): Changed the
992         default value from bury-buffer to kill-buffer.
993         * riece-log.el (riece-log-lock-directory): New user option.
994         (riece-log-enable): Create lock directory.
995         (riece-log-disable): Remove lock directory.
996
997         * riece-addon.el (riece-resolve-addons): Don't use FILES-ONLY
998         argument of directory-files.
999
1000 2005-02-04  OHASHI Akira  <bg66@koka-in.org>
1001
1002         * riece-google.el (riece-google-default-lang): Change value.
1003         (riece-google-display-message-function): Follow the change above.
1004
1005 2005-02-03  OHASHI Akira  <bg66@koka-in.org>
1006
1007         * riece-google.el: New add-on.
1008         * COMPILE (riece-modules): Add riece-google.
1009         * Makefile.am (EXTRA_DIST): Add riece-google.el.
1010
1011 2005-02-03  Daiki Ueno  <ueno@unixuser.org>
1012
1013         * riece-400.el (riece-handle-475-message): New handler; query
1014         channel key.
1015
1016 2005-02-03  Daiki Ueno  <ueno@unixuser.org>
1017
1018         * riece-addon.el (riece-resolve-addon-dependencies): Rename from
1019         riece-resolve-addon.
1020         (riece-resolve-addon): Append add-ons under riece-addon-directory.
1021
1022 2005-02-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1023
1024         * riece-message.el (riece-display-message): When filter-function
1025         return nil, escape from while loop.
1026
1027 2005-02-02  Daiki Ueno  <ueno@unixuser.org>
1028
1029         * riece-debug.el (riece-debug-standard-output-buffer): Use
1030         riece-temp-buffer.
1031         * riece.el: Add riece-temp-buffer.
1032         * riece-globals.el (riece-temp-buffer): New variable.
1033
1034 2005-02-02  Daiki Ueno  <ueno@unixuser.org>
1035
1036         * riece-signal.el (riece-emit-signal): Use riece-ignore-errors.
1037
1038         * riece-filter.el (riece-handle-numeric-reply): Use
1039         riece-ignore-errors.
1040         (riece-handle-message): Ditto.
1041
1042         * riece-ctcp.el (riece-handle-ctcp-request): Use
1043         riece-ignore-errors.
1044         (riece-handle-ctcp-response): Ditto.
1045
1046         * riece-debug.el: New file.
1047         * COMPILE (riece-modules): Add riece-debug.
1048         * Makefile.am (EXTRA_DIST): Add riece-debug.el.
1049
1050 2005-02-02  OHASHI Akira  <bg66@koka-in.org>
1051
1052         * riece-eval.el (riece-eval-regexp): Fix regexp.
1053         (riece-eval-display-message-function): Follow the change above.
1054
1055 2005-02-02  Daiki Ueno  <ueno@unixuser.org>
1056
1057         * riece-server.el (riece-close-server-process): Run
1058         riece-after-close-hook.
1059
1060         * riece-log.el (riece-log-insert): Bind file-name-coding-system
1061         and default-file-name-coding-system to nil.
1062
1063 2005-02-01  OHASHI Akira  <bg66@koka-in.org>
1064
1065         * riece-eval.el: New add-on.
1066         * COMPILE (riece-modules): Add riece-eval.
1067         * Makefile.am (EXTRA_DIST): Add riece-eval.el.
1068
1069 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1070
1071         * riece-display.el (riece-display-connect-signals): Check nick or
1072         channel, before call `riece-channel-get-users'.
1073
1074 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1075
1076         * riece-addon.el (riece-command-enable-addon): Fixed.
1077         (riece-command-disable-addon): Ditto.
1078
1079 2004-12-14  Daiki Ueno  <ueno@unixuser.org>
1080
1081         * riece-alias.el (riece-alias-abbrev-identity-string): Return a
1082         copy of a string since text properties will be set on it.
1083         (riece-alias-expand-identity-string): Ditto.
1084
1085         * riece-emacs.el (riece-normalize-modeline-string): Don't
1086         concatenate elements in modeline string.
1087
1088 2004-12-13  Daiki Ueno  <ueno@unixuser.org>
1089
1090         * riece-display.el (riece-update-channel-list-indicator):
1091         Normalize modeline indicator.
1092
1093         * riece-xemacs.el (riece-normalize-modeline-string): New alias.
1094         * riece-emacs.el (riece-normalize-modeline-string): New function.
1095         (riece-normalize-modeline-string-1): New function.
1096
1097 2004-12-13  Daiki Ueno  <ueno@unixuser.org>
1098
1099         * test/Makefile.am (EXTRA_DIST): Add test-riece.el.
1100         * test/test-riece.el: New test cases.
1101
1102         * riece.el (riece-shrink-buffer): Fixed bug.
1103
1104         * riece-options.el (riece-username): Changed the default value to
1105         user-full-name.
1106
1107 2004-12-12  Daiki Ueno  <ueno@unixuser.org>
1108
1109         * riece-command-previous-channel.xpm: New file.
1110         * riece-command-next-channel.xpm: New file.
1111
1112         * COMPILE (riece-icons): New variable.
1113         (riece-install-icons): New function.
1114         (riece-install): Install icons.
1115         (riece-install-package): Ditto.
1116
1117 2004-12-12  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * riece-options.el (riece-addons): Add riece-toolbar.
1120
1121         * riece-log.el (riece-log-flashback): Fixed regexp.
1122
1123         * riece-menu.el (riece-menu-items): Add "Next Channel" and
1124         "Previous Channel".
1125
1126         * riece-toolbar.el: Support XEmacs.
1127         (riece-toolbar-items): Renamed from
1128         riece-toolbar-item-list.
1129         (riece-tool-bar-local-item-from-menu): Abolished.
1130         (riece-toolbar-find-menu-item): New function.
1131         (riece-make-toolbar-from-menu): New function.
1132         (riece-set-toolbar): New function.
1133         (riece-toolbar-insinuate-in-command-buffer): Use them.
1134
1135 2004-12-11  Daiki Ueno  <ueno@unixuser.org>
1136
1137         * riece-toolbar.el: New add-on.
1138         * COMPILE (riece-modules): Add riece-toolbar.
1139         * Makefile.am (EXTRA_DIST): Add riece-toolbar.el.
1140
1141 2004-12-10  Daiki Ueno  <ueno@unixuser.org>
1142
1143         * test/test-riece-log.el
1144         (test-riece-log-display-message-function): "yes" -> "true".
1145
1146         * test/Makefile.am (EXTRA_DIST): Add lunit-report.el and
1147         test-riece-log.el.
1148
1149 2004-12-10  Daiki Ueno  <ueno@unixuser.org>
1150
1151         * riece.el (riece-shrink-buffer): Shrink buffer based on chars
1152         instead of lines.
1153
1154         * riece-options.el (riece-shrink-buffer-remove-chars): New user option.
1155         (riece-shrink-buffer-remove-lines): Abolish.
1156
1157 2004-12-08  Daiki Ueno  <ueno@unixuser.org>
1158
1159         * test/test-riece-log.el (test-riece-log-delete-directory):
1160         Suppress file-name encoding.
1161
1162         * riece-log.el (riece-log-get-directory): Fixed bug in
1163         riece-log-directory-map handling.
1164
1165         * test/test-riece-log.el
1166         (test-riece-log-display-message-function): New test case.
1167
1168 2004-12-08  Daiki Ueno  <ueno@unixuser.org>
1169
1170         * riece-log.el (riece-log-flashback): Fixed custom spec.
1171         (riece-log-date-face): New face.
1172         (riece-log-insert): Don't append date string to the end of log
1173         lines if they arrived today.
1174         (riece-log-flashback): Insert "Recent messages ...:"; call
1175         riece-after-insert-functions.
1176
1177         * riece-handle.el (riece-handle-part-message): Call riece-naming
1178         assert-part after inserting changes in channel buffers.
1179         * riece-display.el (riece-part-channel): Call
1180         riece-buffer-dispose-function on parted channel buffer.
1181
1182 2004-12-08  Daiki Ueno  <ueno@unixuser.org>
1183
1184         * riece-log.el (riece-log-display-message-function): Suppress
1185         further file-name encoding.
1186
1187 2004-12-07  Daiki Ueno  <ueno@unixuser.org>
1188
1189         * test/lunit-report.el: New file split from lunit.el.
1190
1191         * riece-options.el (riece-addons): Add 'riece-log.
1192
1193         * test/test-riece-log.el (lunit-test-case-setup): #riece -> =23riece.
1194
1195         * riece-log.el (riece-log-insert): Renamed from
1196         riece-log-flashback-1; simplified.
1197         (riece-log-get-files): Check existence of directory.
1198         (riece-log-get-directory): New implementation.
1199         [cf. <Liece:00396>]
1200
1201 2004-12-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1202
1203         * riece-foolproof.el (riece-foolproof-command-send-message-function): 
1204         Check invisible text.
1205
1206 2004-12-07  Daiki Ueno  <ueno@unixuser.org>
1207
1208         * test/test-riece-log.el (test-riece-log-encode-file-name): New
1209         test case.
1210         (test-riece-log-encode-file-name-mule): New test case.
1211         (test-riece-log-decode-file-name): New test case.
1212         (test-riece-log-decode-file-name-mule): New test case.
1213
1214         * riece-log.el (riece-log-file-name-coding-system): New user option.
1215         (riece-log-encode-file-name): New function.
1216         (riece-log-decode-file-name): New function.
1217
1218 2004-12-06  Daiki Ueno  <ueno@unixuser.org>
1219
1220         * test/test-riece-log.el: New test cases.
1221
1222         * riece-log.el: Collect logs across dates.
1223         (riece-log-get-files): New function.
1224         (riece-log-flashback-1): New function.
1225         (riece-log-flashback): Use it.
1226
1227 2004-12-05  Daiki Ueno  <ueno@unixuser.org>
1228
1229         * riece-message.el (riece-display-message-1): Call
1230         riece-after-display-message-functions in riece-message-buffer.
1231         [cf. <Liece:00391>]
1232
1233 2004-12-05  Daiki Ueno  <ueno@unixuser.org>
1234
1235         * Riece: Version 1.0.6 released.
1236         * riece-version.el (riece-version-number): Bump up to 1.0.6.
1237
1238 2004-12-01  Daiki Ueno  <ueno@unixuser.org>
1239
1240         * riece-display.el (riece-update-channel-status-indicator): Fixed typo.
1241
1242 2004-11-28  Daiki Ueno  <ueno@unixuser.org>
1243
1244         * test/lunit.el (lunit-report): Accept output filename as the 2nd arg.
1245         * Makefile.am (check-local): Supply riece-test with output filename.
1246         * COMPILE (riece-test): Supply lunit-report with output filename.
1247
1248         * test/lunit.el: Require 'pp.
1249         (lunit-escape-quote): Rename from lunit-test-reporter-format-sexp.
1250         (lunit-report): Add "emacs-version" property.
1251
1252 2004-11-28  Daiki Ueno  <ueno@unixuser.org>
1253
1254         * COMPILE (riece-test): Use lunit-report instead of lunit.
1255
1256         * test/lunit.el: Report test result as XML.
1257         (lunit-time-since): New function.
1258         (lunit-test-reporter): New test-listener.
1259         (lunit-test-reporter-format-sexp): New function.
1260         (lunit-report): New function.
1261
1262 2004-11-27  Daiki Ueno  <ueno@unixuser.org>
1263
1264         * test/lunit.el: Update copyright year.
1265         (lunit-test-result-run): Fixed the argument of
1266         lunit-test-listener-error listener.
1267
1268 2004-11-26  Daiki Ueno  <ueno@unixuser.org>
1269
1270         * COMPILE (riece-test): Require 'lunit after when ./test is added
1271         to load-path.
1272
1273         * test/test-riece-yank.el (test-riece-yank-strip-space): Use
1274         lunit-assert-2 instead of lunit-assert.
1275
1276         * test/test-riece-url.el (test-riece-url-replace-match): Use
1277         lunit-assert-2 instead of lunit-assert.
1278         (test-riece-url-regexp-alist): Ditto.
1279
1280         * test/test-riece-alias.el (test-riece-alias-percent-hack): Use
1281         lunit-assert-2 instead of lunit-assert.
1282         (test-riece-alias-alist-1): Ditto.
1283         (test-riece-alias-alist-2): Ditto.
1284         (test-riece-alias-altsep-1): Ditto.
1285         (test-riece-alias-altsep-2): Ditto.
1286         (test-riece-alias-altsep-3): Ditto.
1287         (test-riece-alias-altsep-4): Ditto.
1288
1289         * test/test-riece-addon.el (test-riece-resolve-addons-1): Use
1290         lunit-assert-2 instead of lunit-assert.
1291         (test-riece-resolve-addons-2): Ditto.
1292
1293         * test/lunit.el: Count assertions in test-case methods.
1294         (lunit-test-result): Add assert-count slot.
1295         (lunit-make-test-result): Reset assert-count to 0.
1296         (lunit-test-result-run): Count assertions.
1297         (lunit-test-result-failure): Abolished.
1298         (lunit-test-case): Add assert-count slot; define internal
1299         accesssors for them.
1300         (lunit-make-test-case): Reset assert-count to 0.
1301         (lunit-assert-2): New macro.
1302         (lunit): Display assertion count.
1303
1304 2004-11-25  Daiki Ueno  <ueno@unixuser.org>
1305
1306         * Makefile.am (EXTRA_DIST): Add url-riece.el.
1307         * url-riece.el: url-irc backend provided by Masatake YAMATO
1308         <jet@gyve.org>.
1309         [cf. <Liece:00373>]
1310
1311 2004-11-25  Daiki Ueno  <ueno@unixuser.org>
1312
1313         * test/Makefile.am (EXTRA_DIST): Add test-riece-url.el.
1314         * test/test-riece-url.el: New test cases.
1315
1316         * riece-url.el (riece-url-regexp-alist): Backport from Liece 2.0.
1317         (riece-url-replace-match): New function.
1318         (riece-url-scan-region): Handle riece-url-regexp-alist.
1319
1320 2004-11-25  Daiki Ueno  <ueno@unixuser.org>
1321
1322         * riece-server.el (riece-server-properties): New function.
1323
1324 2004-11-22  Daiki Ueno  <ueno@unixuser.org>
1325
1326         * riece-display.el (riece-update-status-indicators): Format
1327         riece-user-indicator as an identity.
1328
1329 2004-11-22  Daiki Ueno  <ueno@unixuser.org>
1330
1331         * test/test-riece-alias.el (test-riece-alias-alist-1): New test case.
1332         (test-riece-alias-alist-2): New test case.
1333
1334         * riece-alias.el (riece-alias-abbrev-identity-string): Fixed
1335         riece-alias-alist handling.
1336         (riece-alias-expand-identity-string): Ditto.
1337
1338 2004-11-21  Daiki Ueno  <ueno@unixuser.org>
1339
1340         * riece-options.el (riece-shrink-buffer-remove-lines): New user option.
1341         * riece.el (riece-shrink-buffer): Remove lines specified by
1342         riece-shrink-buffer-remove-lines at a time.
1343
1344 2004-11-21  Daiki Ueno  <ueno@unixuser.org>
1345
1346         * riece.el (riece): Remove nonexistent buffer from
1347         riece-buffer-list when running riece-shrink-buffer.
1348
1349 2004-11-20  Daiki Ueno  <ueno@unixuser.org>
1350
1351         * riece-display.el (riece-update-buffers): Check existence of each
1352         buffer in riece-buffer-list.
1353         * riece.el (riece): Ditto.
1354
1355 2004-11-20  Daiki Ueno  <ueno@unixuser.org>
1356
1357         * riece.el: Bind reporter-prompt-for-summary-p.
1358
1359 2004-11-19  Daiki Ueno  <ueno@unixuser.org>
1360
1361         * riece.el (riece-submit-bug-report): Query VERSION.
1362
1363 2004-11-19  Daiki Ueno  <ueno@unixuser.org>
1364
1365         * riece.el (riece-submit-bug-report): Query CTCP VERSION before
1366         inspecting *IRC* buffer.
1367
1368 2004-11-19  Daiki Ueno  <ueno@unixuser.org>
1369
1370         * riece.el (riece-submit-bug-report): use
1371         riece-server-process-opened instead of process-live-p.
1372
1373         * riece-server.el (riece-flush-send-queue): Use
1374         riece-server-process-opened instead of process-live-p.
1375
1376         * riece-yank.el (riece-yank-strip-space): Bind space-width.
1377
1378         * riece-xemacs.el (riece-recent-messages): New function.
1379         * riece-emacs.el (riece-recent-messages): New function.
1380         * riece.el (riece-submit-bug-report): Use riece-recent-messages
1381         instead of (with-output-string (print-recent-messages ...)).
1382
1383 2004-11-18  Daiki Ueno  <ueno@unixuser.org>
1384
1385         * riece.el (riece-submit-bug-report): New command.
1386
1387 2004-11-15  Daiki Ueno  <ueno@unixuser.org>
1388
1389         * riece-misc.el (riece-insert): Don't bind unused variable `buffer'.
1390
1391 2004-11-15  Daiki Ueno  <ueno@unixuser.org>
1392
1393         * riece-300.el (riece-handle-302-message): Don't expect leading
1394         ":" before parameter list.
1395         (riece-handle-301-message): Ditto.
1396         (riece-handle-311-message): Ditto.
1397         (riece-handle-312-message): Ditto.
1398         (riece-handle-317-message): Ditto.
1399         (riece-handle-319-message): Ditto.
1400         (riece-handle-351-message): Ditto.
1401         (riece-handle-353-message): Ditto.
1402         (riece-handle-322-message): Ditto.
1403         (riece-handle-set-topic): Ditto.
1404         (riece-handle-366-message): Ditto.
1405
1406 2004-11-14  Daiki Ueno  <ueno@unixuser.org>
1407
1408         * riece.el (riece-exit): Reset riece-channel-status-indicator.
1409         (riece-command-mode): Display riece-channel-status-indicator.
1410         (riece-dialogue-mode): Ditto.
1411         (riece-channel-mode): Ditto.
1412
1413         * riece-display.el (riece-update-channel-status-indicator): New
1414         function.
1415         (riece-update-indicator-functions): Add it.
1416
1417         * riece-globals.el (riece-channel-status-indicator): New indicator.
1418
1419 2004-11-13  Daiki Ueno  <ueno@unixuser.org>
1420
1421         * riece.el (riece-select-keys): Bind
1422         riece-command-switch-to-channel-by-number to "#".
1423
1424 2004-11-11  Masatake YAMATO  <jet@gyve.org>
1425
1426         * riece-yank.el (riece-command-yank): Fix a typo in comments.
1427
1428 2004-11-09  OHASHI Akira  <bg66@koka-in.org>
1429
1430         * riece-yank.el (riece-command-yank): Take a 1st argument to send
1431         messages as notice.
1432
1433 2004-11-07  Daiki Ueno  <ueno@unixuser.org>
1434
1435         * Riece: Version 1.0.5 released.
1436         * riece-version.el (riece-version-number): Bump up to 1.0.5.
1437
1438 2004-11-07  Daiki Ueno  <ueno@unixuser.org>
1439
1440         * riece-yank.el (riece-yank-strip-space): New function split from
1441         riece-command-yank.
1442         * test/test-riece-addon.el: New test cases.
1443         * test/test-riece-yank.el: New test cases.
1444
1445 2004-11-05  Daiki Ueno  <ueno@unixuser.org>
1446
1447         * COMPILE (riece-test): New function.
1448         * Makefile.am (check-local): New target.
1449         * test/luna.el: New file.
1450         * test/lunit.el: New file.
1451         * test/test-riece-alias.el: New test cases.
1452
1453 2004-11-05  Daiki Ueno  <ueno@unixuser.org>
1454
1455         * riece-alias.el (riece-alias-alternate-separator): New user
1456         option.
1457         (riece-alias-use-atmark): Abolished.
1458         (riece-alias-escape-alternate-separator): Renamed from
1459         riece-alias-escape-atmark; use riece-alias-alternate-separator
1460         instead of hard-coded "@".
1461         (riece-alias-abbrev-alternate-separator): Renamed from
1462         riece-alias-abbrev-atmark; use riece-alias-alternate-separator
1463         instead of hard-coded "@".
1464         (riece-alias-expand-alternate-separator): Renamed from
1465         riece-alias-expand-atmark; use riece-alias-alternate-separator
1466         instead of hard-coded "@".
1467
1468 2004-11-05  Daiki Ueno  <ueno@unixuser.org>
1469
1470         * riece-alias.el (riece-alias-abbrev-atmark): Don't append "@" to
1471         a channel on default server.
1472
1473 2004-11-05  Daiki Ueno  <ueno@unixuser.org>
1474
1475         * riece-alias.el (riece-alias-use-atmark): New user option.  If
1476         this option enabled, atmark "@" will be used to separate prefix
1477         and server. (e.g. "#riece@server")
1478         (riece-alias-escape-atmark): New function.
1479         (riece-alias-abbrev-atmark): New function.
1480         (riece-alias-expand-atmark): New function.
1481         (riece-alias-abbrev-identity-string): Call
1482         riece-alias-abbrev-atmark.
1483         (riece-alias-expand-identity-string): Call
1484         riece-alias-expand-atmark.
1485
1486         * riece-rdcc.el (riece-rdcc-block-size): Changed default value to
1487         1024 due to the DCC specification.
1488         (riece-rdcc-send-program): Wait ack from a recipient.
1489         (riece-rdcc-filter): Send ack each time data arrives.
1490
1491 2004-10-30  Daiki Ueno  <ueno@unixuser.org>
1492
1493         * riece-yank.el (riece-yank-strip-space): New user option.
1494         (riece-command-yank): Strip spaces if riece-yank-strip-space is
1495         non-nil.
1496
1497 2004-10-18  Daiki Ueno  <ueno@unixuser.org>
1498
1499         * riece-yank.el: New add-on from Masatake YAMATO <jet@gyve.org>.
1500         * COMPILE (riece-modules): Add riece-yank.
1501         * Makefile.am (EXTRA_DIST): Add riece-yank.el.
1502
1503 2004-10-11  Daiki Ueno  <ueno@unixuser.org>
1504
1505         * Riece: Version 1.0.4 released.
1506         * riece-version.el (riece-version-number): Bump up to 1.0.4.
1507
1508 2004-10-05  Daiki Ueno  <ueno@unixuser.org>
1509
1510         * riece.el (riece): Scan riece-startup-channel-list and open servers.
1511
1512 2004-09-27  Daiki Ueno  <ueno@unixuser.org>
1513
1514         * riece-options.el (riece-send-delay): Set default to 2.
1515
1516         * riece-server.el (riece-make-queue): New function.
1517         (riece-queue-enqueue): New function.
1518         (riece-queue-dequeue): New function.
1519         (riece-queue-empty): New function.
1520         (riece-flush-send-queue): Use a queue object; check the process
1521         is active.
1522
1523 2004-09-25  Daiki Ueno  <ueno@unixuser.org>
1524
1525         * riece-server.el: Implement flood protection.
1526         (riece-flush-send-queue): New function.
1527         (riece-process-send-string): Use it.
1528         (riece-reset-process-buffer): Reset riece-send-queue,
1529         riece-send-size, and riece-last-send-time.
1530         (riece-seconds-to-time): New function.
1531         (riece-time-less-p): New function.
1532         (riece-time-since): New function.
1533         * riece-options.el (riece-max-send-size): New user option.
1534         (riece-send-delay): New user option.
1535         * riece-globals.el (riece-send-queue): New variable.
1536         (riece-send-size): New variable.
1537
1538 2004-09-14  OHASHI Akira  <bg66@koka-in.org>
1539
1540         * riece-log.el (riece-log-flashback): Run riece-button-update-buffer
1541         only when riece-button is enabled.
1542
1543         * riece-mini.el: Require 'riece-biff.
1544         (riece-mini-requires): New function.
1545         (riece-mini-show-backlog): Run riece-biff-clear when riece-biff is
1546         enabled.
1547
1548 2004-09-13  OHASHI Akira  <bg66@koka-in.org>
1549
1550         * riece-mini.el (riece-mini-show-backlog): Fix for long messages.
1551         (riece-mini-backlog-size): Change default value.
1552
1553 2004-09-12  OHASHI Akira  <bg66@koka-in.org>
1554
1555         * riece-mini.el (riece-mini-show-backlog): Protect 1st arg of
1556         `riece-mini-message-no-log'.
1557
1558 2004-09-11  OHASHI Akira  <bg66@koka-in.org>
1559
1560         * riece-mini.el (riece-mini-display-message-function): Remove
1561         properties and "\n" of the end.
1562         (riece-mini-show-backlog): Follow the change above.
1563         (riece-mini-display-message-function): Save the history always.
1564
1565 2004-09-10  OHASHI Akira  <bg66@koka-in.org>
1566
1567         * riece-mini.el (riece-mini-display-message-function): Don't use
1568         cl macro.
1569         (riece-mini-show-backlog): Follow the change above.
1570
1571         * riece-mini.el (riece-mini): New group.
1572         (riece-mini-backlog-size): New user option.
1573         (riece-mini-backlog-history): New internal variable.
1574         (riece-mini-backlog-shown): Ditto.
1575         (riece-mini-show-backlog): New function.
1576         (riece-mini-pre-command): Ditto.
1577         (riece-mini-display-message-function): Use them.
1578         (riece-mini-insinuate): Ditto.
1579
1580         * riece-biff.el (toplevel): Remove eval-when-compile.
1581         * riece-log.el (toplevel): Ditto.
1582         * riece-mini.el (toplevel): Ditto.
1583
1584 2004-09-05  Daiki Ueno  <ueno@unixuser.org>
1585
1586         * Riece: Version 1.0.3 released.
1587         * riece-version.el (riece-version-number): Bump up to 1.0.3.
1588
1589 2004-09-01  Daiki Ueno  <ueno@unixuser.org>
1590
1591         * riece-naming.el (riece-naming-assert-channel-users): Remove
1592         nonexistent users.
1593         * riece-300.el (riece-353-users): New variable.
1594         (riece-handle-353-message): Don't update user-list.
1595         (riece-handle-366-message): Update user-list here.
1596
1597         * riece-channel.el (riece-channel-toggle-operator): Don't add ?o
1598         if it already appears in user's mode.
1599         (riece-channel-toggle-speaker): Don't add ?v if it already appears
1600         in user's mode.
1601
1602 2004-08-31  Daiki Ueno  <ueno@unixuser.org>
1603
1604         * riece.el (riece-command-mode): Set truncate-lines to nil.
1605         (riece-dialogue-mode): Ditto.
1606         (riece-channel-list-mode): Make
1607         truncate-partial-width-windows local to channel buffers and set it
1608         to nil.
1609         (riece-user-list-mode): Ditto.
1610
1611 2004-08-31  Daiki Ueno  <ueno@unixuser.org>
1612
1613         * riece.el (riece-dialogue-mode): Make
1614         truncate-partial-width-windows local to channel buffers and set it
1615         to nil.
1616         (riece-command-mode): Ditto.
1617
1618         * riece-layout.el (riece-configure-windows): Don't affect
1619         truncate-partial-width-windows.
1620         (riece-configure-windows-top): Ditto.
1621         * riece-options.el (riece-truncate-partial-width-windows):
1622         Abolished unused user option.
1623
1624 2004-08-30  Daiki Ueno  <ueno@unixuser.org>
1625
1626         * riece-options.el (riece-window-center-line): New user option.
1627         * riece-misc.el (riece-insert): Check if the current point is not
1628         visible in the window.
1629
1630 2004-08-30  Daiki Ueno  <ueno@unixuser.org>
1631
1632         * riece-misc.el (riece-insert): Don't use 2nd argument WINDOW of
1633         recenter since it is not supported by GNU Emacs.
1634
1635 2004-08-30  Daiki Ueno  <ueno@unixuser.org>
1636
1637         * riece-misc.el (riece-insert): Use (recenter -1) to set window
1638         point instead of doing so manually.
1639
1640 2004-08-28  Daiki Ueno  <ueno@unixuser.org>
1641
1642         * riece-xemacs.el (riece-put-text-property-nonsticky): New function.
1643         * riece-emacs.el (riece-put-text-property-nonsticky): New function.
1644         * riece-identity.el (riece-format-identity): Use it instead of
1645         put-text-property.
1646
1647 2004-08-27  Daiki Ueno  <ueno@unixuser.org>
1648
1649         * riece-commands.el (riece-command-complete-user): Move point to
1650         the end of the current word.
1651
1652 2004-08-23  Daiki Ueno  <ueno@unixuser.org>
1653
1654         * riece-irc.el (riece-irc-open-server): Display error message if
1655         connection-function fails.
1656         * riece-server.el (riece-open-server): Ignore errors from
1657         riece-*-open-server function.
1658         * riece.el (riece): If no server process is available, exit
1659         immediately.
1660
1661 2004-08-19  Daiki Ueno  <ueno@unixuser.org>
1662
1663         * riece-handle.el (riece-handle-quit-message): Pass
1664         riece-part-channel the identity object of the quitting user
1665         instead of his name.
1666
1667 2004-08-16  Daiki Ueno  <ueno@unixuser.org>
1668
1669         * riece-highlight.el (riece-highlight-server-match): Simplified.
1670
1671 2004-08-16  Daiki Ueno  <ueno@unixuser.org>
1672
1673         * Riece: Version 1.0.2 released.
1674         * riece-version.el (riece-version-number): Bump up to 1.0.2.
1675
1676 2004-08-16  Daiki Ueno  <ueno@unixuser.org>
1677
1678         * riece-highlight.el (riece-highlight-server-match): New match
1679         function for font-lock-keywords to highlight "(from XXX)" only if
1680         'riece-server-name property is set.
1681         (riece-dialogue-font-lock-keywords): Use it.
1682
1683 2004-08-15  Daiki Ueno  <ueno@unixuser.org>
1684
1685         * riece-handle.el (riece-handle-nick-message): Remove nil from
1686         channel buffers.
1687         (riece-handle-quit-message): Ditto.
1688         (riece-handle-kill-message): Ditto.
1689
1690         * riece-misc.el (riece-concat-server-name): Put 'riece-server-name
1691         property on "(from XXX)".
1692
1693 2004-07-29  Daiki Ueno  <ueno@unixuser.org>
1694
1695         * riece-menu.el: Do not support enable/disable addon since
1696         easy-menu-remove is not working.
1697
1698 2004-07-19  Daiki Ueno  <ueno@unixuser.org>
1699
1700         * riece-server.el (riece-open-server): Call protocol interface.
1701         (riece-quit-server-process): Ditto.
1702
1703         * riece-options.el (riece-protocol): New user option.
1704
1705         * riece-server.el: Don't require 'riece-filter.
1706
1707         * riece-irc.el: New file split from riece-server.el.
1708         * COMPILE (riece-modules): Add riece-irc.
1709         * Makefile.am (EXTRA_DIST): Add riece-irc.el.
1710
1711 2004-07-18  Daiki Ueno  <ueno@unixuser.org>
1712
1713         * riece.el: Don't require 'riece-filter.
1714         * riece-server.el: Require 'riece-filter.
1715
1716         * riece-500.el: Autoload riece-default-handle-numeric-reply from
1717         "riece-handle".
1718         * riece-400.el: Autoload riece-default-handle-numeric-reply from
1719         "riece-handle".
1720         * riece-300.el: Don't require 'riece-filter; autoload
1721         riece-default-handle-numeric-reply from "riece-handle".
1722         * riece-200.el: Autoload riece-default-handle-numeric-reply from
1723         "riece-handle".
1724         * riece-000.el: Don't require 'riece-filter; autoload
1725         riece-default-handle-numeric-reply from "riece-handle".
1726
1727         * riece-filter.el (riece-filter): Simplified.
1728
1729         * riece-server.el (riece-server-keyword-map): Add :protocol.
1730
1731         * riece-handle.el (riece-300): Require 'riece-000, 'riece-200,
1732         'riece-300, 'riece-400, and 'riece-500.
1733         (riece-default-handle-numeric-reply): Moved from riece-filter.el.
1734         * riece-filter.el (riece-handle-numeric-reply): Don't load
1735         riece-{000,200,300,400,500}.el on demand.
1736
1737 2004-07-10  Daiki Ueno  <ueno@unixuser.org>
1738
1739         * Riece: Version 1.0.1 released.
1740         * riece-version.el (riece-version-number): Bump up to 1.0.1.
1741
1742 2004-07-09  Daiki Ueno  <ueno@unixuser.org>
1743
1744         * riece-ignore.el (riece-startup-ignored-user-list): New user
1745         option.
1746         (riece-ignore-insinuate): Add identity objects from
1747         riece-startup-ignored-user-list to riece-ignored-user-list.
1748
1749 2004-07-07  Daiki Ueno  <ueno@unixuser.org>
1750
1751         * riece-commands.el (riece-command-enter-message-to-user): Signal
1752         "No text to send" error if user attempt to call this command on
1753         an empty line.
1754
1755 2004-07-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
1756
1757         * riece-commands.el (riece-command-complete-user): current-word
1758         can return nil (follow the change in emacs-cvs).
1759
1760 2004-07-01  Daiki Ueno  <ueno@unixuser.org>
1761
1762         * riece.el (riece-exit): Clear signal-slots.
1763         * riece-signal.el (riece-clear-signal-slots): New function.
1764
1765 2004-06-28  Daiki Ueno  <ueno@unixuser.org>
1766
1767         * riece-misc.el (riece-split-parameters): Fixed parenthesis.
1768
1769 2004-06-26  Daiki Ueno  <ueno@unixuser.org>
1770
1771         * riece-commands.el (riece-command-change-mode): Don't send ":".
1772         [cf. <Liece:00191>]
1773
1774 2004-06-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1775
1776         * riece-display.el (riece-update-long-channel-indicator): Change
1777         order to channel, mode, topic.
1778
1779         * riece-message.el (riece-message-make-open-bracket): Come in
1780         first notice message.
1781         (riece-message-make-close-bracket): Ditto.
1782
1783 2004-06-16  Daiki Ueno  <ueno@unixuser.org>
1784
1785         * riece-commands.el (riece-command-beginning-of-buffer): New command.
1786         * riece.el (riece-dialogue-mode-map): Bind beginning-of-buffer to Home.
1787         (riece-command-map): Bind riece-command-beginning-of-buffer to Home.
1788
1789 2004-06-15  Daiki Ueno  <ueno@unixuser.org>
1790
1791         * riece.el (riece-dialogue-mode-map): Bind end-of-buffer to End.
1792         (riece-command-map): Bind riece-command-end-of-buffer to End.
1793
1794 2004-06-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1795
1796         * riece-commands.el (riece-command-send-message): Run
1797         riece-command-send-message-hook.
1798
1799         * riece-foolproof.el (riece-foolproof-dmacro-override): Removed.
1800         (riece-foolproof-command-send-message-function): New function.
1801         (riece-foolproof-insinuate): Use hook instead of advice.
1802         (riece-foolproof-enable, riece-foolproof-disable): Simplified.
1803
1804 2004-06-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1805
1806         * riece-foolproof.el (riece-foolproof-dmacro-override): New
1807         function.
1808         (riece-foolproof-insinuate): Check keyboard macro.
1809
1810 2004-06-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1811
1812         * riece-foolproof.el: New add-on.
1813         * COMPILE (riece-modules): Add riece-foolproof.
1814         * Makefile.am (EXTRA_DIST): Add riece-foolproof.el.
1815
1816 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
1817
1818         * riece-commands.el (riece-command-change-mode): Don't send ":" to
1819         query a channel mode.
1820         * riece-mode.el (riece-parse-modes): Accept mode spec not
1821         delimited with " " such as "-n+s".
1822
1823 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
1824
1825         * riece-layout.el (riece-set-window-points): Restore window-point
1826         of the channel buffer from riece-channel-buffer-window-point.
1827
1828         * riece-display.el (riece-switch-to-channel): Set
1829         riece-channel-buffer-window-point.
1830
1831         * riece.el (riece-channel-mode): Make
1832         riece-channel-buffer-window-point buffer local.
1833
1834         * riece-globals.el (riece-channel-buffer-window-point): New variable.
1835
1836 2004-06-06  Daiki Ueno  <ueno@unixuser.org>
1837
1838         * riece-rdcc.el (riece-command-dcc-send): Replace whitespace with
1839         "_".
1840         (riece-command-dcc-receive): Convert default filename with
1841         convert-standard-filename.
1842         (riece-handle-dcc-request): Handle filenames enclosed with "...".
1843
1844 2004-06-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1845
1846         * riece-hangman.el (riece-hangman-word): Check killed-buffer or
1847         not.  Fix random number generation logic.
1848
1849 2004-06-03  Daiki Ueno  <ueno@unixuser.org>
1850
1851         * riece-server.el (riece-open-server): When password input is
1852         quitted, delete the current server process manually.
1853         (riece-close-server-process): Always kill process buffer.
1854         (riece-quit-server-process): If the connection is timed out,
1855         delete the current server process manually.
1856
1857 2004-06-02  Daiki Ueno  <ueno@unixuser.org>
1858
1859         * riece-unread.el: Use riece-facep to check existence of
1860         'riece-modeline-unread-face.
1861         * riece-history.el: Use riece-facep to check existence of
1862         'riece-modeline-history-face.
1863         * riece-highlight.el: Use riece-facep to check existence of
1864         'riece-modeline-current-face.
1865
1866         * riece-xemacs.el (riece-facep): Define as an alias of 'find-face.
1867         * riece-emacs.el (riece-facep): Define as an alias of 'facep.
1868
1869 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
1870
1871         * riece-button.el (riece-button-disable): On XEmacs, BUFFER arg of
1872         widget-map-buttons is ignored.
1873
1874 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
1875
1876         * riece-unread.el (riece-modeline-unread-face): New face;
1877         setup the properties are inherited from 'modeline.
1878         * riece-history.el (riece-modeline-history-face): New face;
1879         setup the properties are inherited from 'modeline.
1880         * riece-highlight.el (riece-modeline-current-face): New face;
1881         setup the properties are inherited from 'modeline.
1882
1883         * riece-server.el (riece-close-server-process): Reset
1884         process-filter/process-sentinel.
1885
1886 2004-05-31  Daiki Ueno  <ueno@unixuser.org>
1887
1888         * riece-hangman.el (riece-hangman-after-privmsg-hook): Display answer.
1889         (riece-hangman-enable): Initialize random seed.
1890
1891 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
1892
1893         * Riece: Version 1.0.0 released.
1894         * riece-version.el (riece-version-number): Bump up to 1.0.0.
1895
1896 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
1897
1898         * riece-commands.el (riece-command-finger): Complete user names
1899         without server-name.
1900         (riece-command-invite): Ditto.
1901         (riece-command-change-mode): Ditto.
1902         (riece-command-enter-message-to-user): Ditto.
1903
1904         * riece-identity.el (riece-completing-read-identity): Add extra
1905         8th arg "no-server".
1906
1907 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
1908
1909         * riece-server.el: Move autoload setting for 'riece-exit before
1910         riece-open-server.
1911
1912         * riece-message.el (riece-format-message): Use speaker's
1913         server-name instead of the current server-name.
1914
1915         * riece-ignore.el: Autoload 'riece-dialogue-mode.
1916
1917         * riece-identity.el (riece-format-identity): Put
1918         'riece-format-identity-prefix-only property.
1919
1920         * riece-icon.el: Require 'riece-globals and 'riece-signal.
1921
1922         * riece-history.el: Require 'riece-signal.
1923
1924         * riece-highlight.el: Require 'riece-misc.
1925
1926         * riece-alias.el: Require 'riece-signal.
1927
1928         * riece-addon.el: Require 'font-lock, 'riece-options,
1929         'riece-compat, and 'riece-misc.
1930
1931 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
1932
1933         * riece-commands.el (riece-command-switch-to-channel): Change prompt.
1934         (riece-command-switch-to-channel-by-number): Ditto.
1935         (riece-command-change-layout): Ditto.
1936         (riece-command-finger): Ditto.
1937         (riece-command-topic): Ditto.
1938         (riece-command-invite): Ditto.
1939         (riece-command-kick): Ditto.
1940         (riece-command-names): Ditto.
1941         (riece-command-who): Ditto.
1942         (riece-command-list): Ditto.
1943         (riece-command-change-mode): Ditto.
1944         (riece-command-set-operators): Ditto.
1945         (riece-command-set-speakers): Ditto.
1946         (riece-command-enter-message-to-user): Ditto.
1947         (riece-command-join): Ditto.
1948         (riece-command-part): Ditto.
1949         (riece-command-open-server): Ditto.
1950         (riece-command-close-server): Ditto.
1951
1952 2004-05-28  OHASHI Akira  <bg66@koka-in.org>
1953
1954         * riece-biff.el (riece-biff-insinuate): Add riece-biff-disable to
1955         riece-exit-hook.
1956
1957 2004-05-28  Daiki Ueno  <ueno@unixuser.org>
1958
1959         * riece-message.el (riece-message-set-speaker): New function.
1960         (riece-message-set-target): New function.
1961         (riece-message-set-text): New function.
1962         (riece-message-set-type): New function.
1963         (riece-message-set-own-p): New function.
1964
1965         * riece-kakasi.el: New add-on.
1966         * COMPILE (riece-modules): Add riece-kakasi.
1967         * Makefile.am (EXTRA_DIST): Add riece-kakasi.el.
1968
1969 2004-05-27  OHASHI Akira  <bg66@koka-in.org>
1970
1971         * riece-biff.el: New add-on.
1972         * COMPILE (riece-modules): Add riece-biff.
1973         * Makefile.am (EXTRA_DIST): Add riece-biff.el.
1974
1975 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
1976
1977         * riece.el (riece-exit): Don't disable addons.
1978
1979         * riece-commands.el (riece-command-quit): Don't query user to
1980         input y/n if there is no server process.
1981
1982 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
1983
1984         * riece-highlight.el: Require 'derived.
1985         (riece-highlight-setup-dialogue): Turn on font-lock if
1986         riece-highlight-enabled.
1987         (riece-highlight-setup-channel-list): Ditto.
1988
1989 2004-05-24  Daiki Ueno  <ueno@unixuser.org>
1990
1991         * riece-addon.el (riece-command-list-addons): Sort add-ons.
1992
1993 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
1994
1995         * riece-menu.el: Don't put 'riece-addon-default-disabled property.
1996
1997         * riece-log.el (riece-log-flashback): Don't check riece-log-enabled.
1998
1999         * riece.el (riece): Enable add-ons after startup.
2000
2001 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
2002
2003         * riece-unread.el (riece-unread-disable): Reset riece-unread-channels.
2004
2005 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
2006
2007         * riece-message.el (riece-format-message): Don't append
2008         server-name if the 2nd arg is not specified.
2009
2010         * riece-hangman.el (riece-hangman-word): Fixed regexp.
2011
2012 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
2013
2014         * riece-xface.el: Support enable/disable.
2015         (riece-xface-enabled): New flag.
2016         (riece-xface-description): New variable.
2017         (riece-xface-update-user-list-buffer): Check riece-xface-enabled.
2018         (riece-xface-enable): New function.
2019         (riece-xface-disable): New function.
2020
2021         * riece-url.el: Support enable/disable.
2022         (riece-url-enabled): New flag.
2023         (riece-url-description): New variable.
2024         (riece-url-enable): New function; bind command keys here.
2025         (riece-url-disable): New function.
2026
2027         * riece-unread.el: Support enable/disable.
2028         (riece-unread-enabled): New flag.
2029         (riece-unread-description): New variable.
2030         (riece-unread-after-display-message-function): Check
2031         riece-unread-enabled.
2032         (riece-unread-after-switch-to-channel-function): Ditto.
2033         (riece-unread-format-identity-for-channel-list-buffer): Ditto.
2034         (riece-unread-format-identity-for-channel-list-indicator): Ditto.
2035         (riece-unread-enable): New function; bind command keys here.
2036         (riece-unread-disable): New function.
2037
2038         * riece-rdcc.el: Support enable/disable.
2039         (riece-rdcc-enabled): New flag.
2040         (riece-rdcc-description): New variable.
2041         (riece-handle-dcc-request): Check riece-rdcc-enabled.
2042         (riece-rdcc-enable): New function; bind command keys here.
2043         (riece-rdcc-disable): New function.
2044
2045         * riece-ndcc.el: Support enable/disable.
2046         (riece-ndcc-enabled): New flag.
2047         (riece-ndcc-description): New variable.
2048         (riece-handle-dcc-request): Check riece-ndcc-enabled.
2049         (riece-ndcc-enable): New function; bind command keys here.
2050         (riece-ndcc-disable): New function.
2051
2052         * riece-menu.el: Support enable/disable; put
2053         riece-addon-default-disabled property.
2054         (riece-menu-enabled): New flag.
2055         (riece-menu-description): New variable.
2056         (riece-menu-enable): New function.
2057         (riece-menu-disable): New function.
2058
2059         * riece-lsdb.el: Support enable/disable.
2060         (riece-lsdb-enabled): New flag.
2061         (riece-lsdb-description): New variable.
2062         (riece-lsdb-enable): New function; bind command keys here.
2063         (riece-lsdb-disable): New function.
2064
2065         * riece-keyword.el: Support enable/disable.
2066         (riece-keyword-enabled): New flag.
2067         (riece-keyword-description): New variable.
2068         (riece-keyword-message-filter): Check riece-keyword-enabled.
2069         (riece-keyword-enable): New function.
2070         (riece-keyword-disable): New function.
2071
2072         * riece-ignore.el: Support enable/disable.
2073         (riece-ignore-enabled): New flag.
2074         (riece-ignore-description): New variable.
2075         (riece-ignore-message-filter): Check riece-ignore-enabled.
2076         (riece-ignore-enable): New function; bind command keys here.
2077         (riece-ignore-disable): New function.
2078
2079         * riece-icon.el: Support enable/disable.
2080         (riece-icon-enabled): New flag.
2081         (riece-icon-description): New variable.
2082         (riece-icon-update-user-list-buffer): Check riece-icon-enabled.
2083         (riece-icon-update-channel-list-buffer): Check riece-icon-enabled.
2084         (riece-icon-enable): New function.
2085         (riece-icon-disable): New function.
2086
2087         * riece-history.el: Support enable/disable.
2088         (riece-history-enabled): New flag.
2089         (riece-history-description): New variable.
2090         (riece-history-format-identity-for-channel-list-buffer): Check
2091         riece-history-enabled.
2092         (riece-history-format-identity-for-channel-list-indicator): Ditto.
2093         (riece-history-enable): New function.
2094         (riece-history-disable): New function.
2095
2096         * riece-hangman.el: Support enable/disable; put
2097         riece-addon-default-disabled property.
2098         (riece-hangman-enabled): New flag.
2099         (riece-hangman-description): New variable.
2100         (riece-hangman-after-privmsg-hook): Check riece-hangman-enabled.
2101         (riece-hangman-enable): New function.
2102         (riece-hangman-disable): New function.
2103
2104         * riece-guess.el: Support enable/disable.
2105         (riece-guess-enabled): New flag.
2106         (riece-guess-description): New variable.
2107         (riece-guess-insinuate): Nothing to do.
2108         (riece-guess-enable): New function; bind command keys here.
2109         (riece-guess-disable): New function.
2110
2111         * riece-doctor.el: Support enable/disable; put
2112         'riece-addon-default-disabled property.
2113         (riece-doctor-enabled): New flag.
2114         (riece-doctor-description): New variable.
2115         (riece-doctor-after-privmsg-hook): Check riece-doctor-enabled.
2116         (riece-doctor-enable): New function.
2117         (riece-doctor-disable): New function.
2118
2119         * riece-ctlseq.el: Support enable/disable.
2120         (riece-ctlseq-enabled): New flag.
2121         (riece-ctlseq-description): New variable.
2122         (riece-ctlseq-message-filter): Check riece-ctlseq-enabled.
2123         (riece-ctlseq-enable): New function.
2124         (riece-ctlseq-disable): New function.
2125
2126         * riece-button.el: Support enable/disable.
2127         (riece-button-enabled): New flag
2128         (riece-button-description): New variable.
2129         (riece-button-enable): New function.
2130         (riece-button-disable): New function.
2131
2132         * riece-async.el (riece-async-description): New variable.
2133
2134         * riece-alias.el: Support enable/disable.
2135         (riece-alias-enabled): New flag.
2136         (riece-alias-description): New variable.
2137         (riece-alias-insinuate): Nothing to do.
2138         (riece-alias-enable): New function.
2139         (riece-alias-disable): New function.
2140
2141         * riece-addon.el (riece-addon-list-mark-face-alist): Change mark
2142         for addons which does not support enable/disable.
2143         (riece-addon-list-font-lock-keywords): Follow the above change.
2144         (riece-command-list-addons): Ditto.
2145
2146         * riece.el (riece): Check 'riece-addon-default-disabled property.
2147         (riece-exit): Disable addons.
2148
2149 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
2150
2151         * riece-addon.el (riece-addon-list-mode): Call font-lock-set-defaults.
2152
2153         * riece-highlight.el (riece-highlight-setup-dialogue): Call
2154         font-lock-set-defaults.
2155         (riece-highlight-setup-channel-list): Ditto.
2156
2157         * riece.el (riece): Enable add-ons after startup.
2158
2159 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2160
2161         * riece.el (riece-dialogue-mode-map): Bind
2162         riece-command-list-addons as "^".
2163
2164 2004-05-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2165
2166         * riece-skk-kakutei.el (riece-skk-kakutei-enabled): New flag.
2167         (riece-skk-kakutei-description): New variable.
2168         (riece-skk-kakutei-insinuate): Nothing to do.
2169         (riece-skk-kakutei-enable): New function.
2170         (riece-skk-kakutei-disable): New function.
2171
2172 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2173
2174         * riece-highlight.el (riece-highlight-setup-dialogue): Simplified.
2175         (riece-highlight-setup-channel-list): Simplified.
2176
2177         * riece.el (riece): Enable add-ons just after insinuate them.
2178
2179         * riece-addon.el (riece-addon-list-enabled-face): New face.
2180         (riece-addon-list-disabled-face): New face.
2181         (riece-addon-list-unsupported-face): New face.
2182         (riece-addon-list-unknown-face): New face.
2183         (riece-addon-list-description-face): New face.
2184         (riece-addon-list-mark-face-alist): New user option.
2185         (riece-addon-list-font-lock-keywords): New variable.
2186         (riece-addon-list-mode-map): Bind some keys.
2187
2188 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2189
2190         * riece-addon.el (riece-insinuate-addon): Add optional 2nd
2191         argument `verbose'
2192         (riece-enable-addon): Ditto.
2193         (riece-disable-addon): Ditto.
2194         (riece-command-enable-addon): Call riece-enable-addon with the 2nd
2195         arg.
2196         (riece-command-disable-addon): Call riece-disable-addon with the
2197         2nd arg.
2198
2199 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2200
2201         * riece-addon.el (riece-command-list-addons): Change "no
2202         description" -> "(no description)"; show key bindings.
2203
2204         * riece-ctcp.el (riece-ctcp-description): New variable.
2205         * riece-highlight.el (riece-highlight-description): New variable
2206         * riece-log.el (riece-log-description): New variable.
2207         * riece-mini.el (riece-mini-description): New variable.
2208
2209 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2210
2211         * riece-ctcp.el (riece-ctcp-enable): Fixed typo.
2212
2213         * riece-addon.el (riece-addon-list-mode-map): New keymap.
2214         (riece-addon-list-mode): New function.
2215         (riece-command-list-addons): New command.
2216         (riece-command-enable-addon): New command.
2217         (riece-command-disable-addon): New command.
2218         (riece-disable-addon): Fixed typo.
2219
2220 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
2221
2222         * riece-mini.el (riece-mini-enabled): New flag.
2223         (riece-mini-display-message-function): Check riece-mini-enabled.
2224         (riece-mini-enable): New function.
2225         (riece-mini-disable): New function.
2226
2227         * riece-log.el (riece-log-enabled): New flag.
2228         (riece-log-display-message-function): Check riece-log-enabled.
2229         (riece-log-insinuate): Don't bind command key.
2230         (riece-log-enable): New function.
2231         (riece-log-disable): New function.
2232
2233         * riece-highlight.el (riece-highlight-enabled): New flag.
2234         (riece-highlight-setup-dialogue): Renamed from
2235         riece-dialogue-turn-on-font-lock; don't call turn-on-font-lock.
2236         (riece-highlight-setup-channel-list): Renamed from
2237         riece-channel-list-turn-on-font-lock; don't call
2238         turn-on-font-lock.
2239         (riece-highlight-hide-prefix): Renamed from
2240         riece-dialogue-hide-prefix.
2241         (riece-highlight-put-overlay-faces): Renamed from
2242         riece-put-overlay-faces; check riece-highlight-enabled.
2243         (riece-highlight-format-identity-for-channel-list-indicator):
2244         Check riece-highlight-enabled.
2245         (riece-highlight-insinuate): Follow the name changes.
2246         (riece-highlight-enable): New function.
2247         (riece-highlight-disable): New function.
2248
2249         * riece-ctcp.el (riece-ctcp-enabled): New flag.
2250         (riece-ctcp-insinuate): Don't bind command keys.
2251         (riece-ctcp-enable): New function.
2252         (riece-ctcp-disable): New function.
2253         (riece-handle-ctcp-request): Check riece-ctcp-enabled.
2254         (riece-handle-ctcp-response): Ditto.
2255
2256         * riece.el: Moved add-on arrangement code to riece-addon.el.
2257         (riece-addons-insinuated): New flag.
2258         (riece): Don't (re)insinuate add-ons if at least an IRC server is
2259         opened; enable add-ons after calling riece-startup-hook.
2260
2261         * riece-addon.el: New file.
2262         * COMPILE (riece-modules): Add riece-addon.
2263         * Makefile.am (EXTRA_DIST): Add riece-addon.el.
2264
2265 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
2266
2267         * riece-doctor.el (riece-doctor-buffer-name): Assume that the 1st
2268         argument is nickname rather than identity object.
2269         (riece-doctor-after-privmsg-hook): Don't send formatted identity
2270         as a patient's nickname.
2271
2272 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
2273
2274         * riece-hangman.el (riece-hangman-player-context-alist): Renamed
2275         from riece-hangman-players.
2276         (riece-hangman-make-context): Add doc.
2277         (riece-hangman-context-word): Add doc.
2278         (riece-hangman-context-guessed): Add doc.
2279         (riece-hangman-context-missed-count): Add doc.
2280         (riece-hangman-context-set-guessed): Add doc.
2281         (riece-hangman-context-set-missed-count): Add doc.
2282         (riece-hangman-word): Add doc.
2283         (riece-hangman-reply-with-context): Prefix user name.
2284
2285 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
2286
2287         * riece-doctor.el (riece-doctor-after-privmsg-hook): Prefix user
2288         name to reply.
2289
2290         * riece-hangman.el: New add-on.
2291         * COMPILE (riece-modules): Add riece-hangman.
2292         * Makefile.am (EXTRA_DIST): Add riece-hangman.el.
2293
2294 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
2295
2296         * riece-400.el (riece-handle-read-string): Append "Quit" to prompt
2297         if user quits input.
2298
2299 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
2300
2301         * riece-commands.el (riece-command-complete-user): New command.
2302         * riece.el: Bind riece-command-complete-user.
2303
2304 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
2305
2306         * riece-400.el (riece-handle-read-string): New function.
2307         (riece-handle-432-message): Use it.
2308         (riece-handle-433-message): Use it.
2309
2310         * riece-server.el (riece-open-server): Don't inhibit quit and
2311         catch it when reading server password.
2312
2313 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
2314
2315         * riece-ignore.el (riece-ignore-message-filter): Set the
2316         major-mode of riece-ignore-buffer riece-dialogue-mode.
2317
2318 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
2319
2320         * riece-ignore.el (riece-ignore-buffer-name): New user option.
2321         (riece-ignore-discard-message): Fixed custom spec to follow the
2322         logging option.
2323         (riece-ignore-buffer): New variable.
2324
2325         * riece-log.el (riece-log-display-message-function): Use
2326         riece-format-message.
2327
2328         * riece-message.el (riece-format-message): New function splitted
2329         from riece-display-message-1.
2330         (riece-display-message-1): Use it.
2331
2332 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
2333
2334         * riece-ignore.el (riece-ignore-user): Renamed from
2335         riece-ignore-by-user.
2336
2337 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
2338
2339         * riece-signal.el (riece-connect-signal): Fixed doc.
2340         (riece-disconnect-signal): New function.
2341
2342         * riece-ignore.el (riece-ignore-discard-message): New user option.
2343         (riece-ignored-user-list): Renamed from riece-ignored-user.
2344         (riece-ignore-by-user): Support unignore.
2345
2346 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
2347
2348         * riece-url.el (riece-url-regexp): Accept ";".
2349
2350         * riece-ignore.el: New add-on.
2351         * COMPILE (riece-modules): Add riece-ignore.
2352         * Makefile.am (EXTRA_DIST): Add riece-ignore.el.
2353
2354 2004-05-13  OHASHI Akira  <bg66@koka-in.org>
2355
2356         * riece-log.el (riece-log-get-directory): Follow the name change
2357         of riece-channel-regexp.
2358
2359 2004-05-12  Daiki Ueno  <ueno@unixuser.org>
2360
2361         * riece-globals.el (riece-strict-channel-regexp): Renamed from
2362         riece-channel-regexp.
2363         (riece-strict-user-regexp): Renamed from riece-user-regexp.
2364         (riece-laxed-channel-regexp): New constant.
2365         (riece-laxed-user-regexp): New constant.
2366         (riece-channel-regexp): Define as variable (its default value is
2367         set to riece-laxed-channel-regexp).
2368         (riece-user-regexp): Define as variable (its default value is set
2369         to riece-laxed-user-regexp).
2370
2371 2004-05-10  Daiki Ueno  <ueno@unixuser.org>
2372
2373         * riece-ctlseq.el (riece-ctlseq-scan-region): Abolish.
2374         (riece-ctlseq-requires): New function.
2375         (riece-ctlseq-message-filter): Assume the existence of
2376         riece-put-overlay-faces, add 'riece-overlay-face property.
2377
2378         * riece-keyword.el (riece-keyword-scan-region): Abolish.
2379         (riece-keyword-message-filter): Assume the existence of
2380         riece-put-overlay-faces, add 'riece-overlay-face property.
2381
2382         * riece-highlight.el (riece-put-overlay-faces): New function.
2383         (riece-highlight-insinuate): Add riece-put-overlay-faces to
2384         riece-after-insert-functions.
2385
2386 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
2387
2388         * riece-misc.el (riece-split-parameters): Don't remove a trailing
2389         string even if it is empty.
2390
2391 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
2392
2393         * riece-ctlseq.el: Require 'riece-message for riece-message-text;
2394         require 'riece-misc for riece-scan-property-region.
2395
2396         * riece-ctcp.el: Require 'riece-display for riece-channel-buffer.
2397
2398 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
2399
2400         * riece-300.el (riece-handle-312-message): Use server name
2401         returned by WHOIS instead of riece-real-server-name.
2402         [cf. <Liece:00170>]
2403
2404 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
2405
2406         * Riece: Version 0.2.2 released.
2407         * riece-version.el (riece-version-number): Bump up to 0.2.2.
2408
2409         * riece-ctlseq.el (riece-ctlseq-hide-controls): New user option.
2410
2411         * riece-keyword.el (riece-keyword): Fixed the parent custom group.
2412         * riece-url.el (riece-url): Fixed the parent custom group.
2413
2414 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
2415
2416         * riece-ctlseq.el: New add-on.
2417         * COMPILE (riece-modules): Add riece-ctlseq.
2418         * Makefile.am (EXTRA_DIST): Add riece-ctlseq.el.
2419
2420 2004-04-29  OHASHI Akira  <bg66@koka-in.org>
2421
2422         * riece-log.el (riece-log-get-directory): Use a canonicalized
2423         channel name.
2424         (riece-log-open-directory-function): New user option.
2425         (riece-log-open-directory): Use it.
2426         (riece-log-insinuate): Add new key bind.
2427
2428 2004-04-05  Daiki Ueno  <ueno@unixuser.org>
2429
2430         * riece-button.el (riece-button-requires): Abolish.
2431
2432 2004-03-29  Daiki Ueno  <ueno@unixuser.org>
2433
2434         * riece.el (riece-buffer-alist): Rename *Commands* -> *Command*.
2435         (riece-command-mode): Rename Commands -> Command.
2436
2437 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
2438
2439         * riece-signal.el: Require 'riece-options for riece-debug.
2440         * riece-async.el: Require 'riece-options for riece-debug.
2441
2442 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
2443
2444         * riece.el (riece-command-mode): Don't display
2445         riece-freeze-indicator on the modeline of the command buffer.
2446         (riece-dialogue-mode): Make riece-freeze-indicator local to the
2447         buffer whose major-mode is derived from riece-dialogue-mode.
2448
2449         * riece-display.el: Add autoload setting for derived-mode-class.
2450         (riece-update-status-indicators): Check riece-freeze flag for each
2451         buffer visible in the selected frame.
2452
2453         * riece-commands.el: Add autoload setting for derived-mode-class.
2454         (riece-command-toggle-freeze): Don't switch to the channel buffer
2455         if major-mode of the current buffer is derived from
2456         riece-dialogue-mode.  Which allows to lock "*Others*" buffer.
2457         (riece-command-toggle-own-freeze): Ditto.
2458
2459         * riece-globals.el (riece-freeze): Fix doc.
2460         (riece-freeze-indicator): Add doc.
2461         (riece-channel-indicator): Fix doc.
2462         (riece-long-channel-indicator): Fix doc.
2463         (riece-channel-list-indicator): Fix doc.
2464         (riece-user-indicator): Fix doc.
2465         (riece-away-indicator): Add doc.
2466         (riece-operator-indicator): Add doc.
2467
2468 2004-03-24  Daiki Ueno  <ueno@unixuser.org>
2469
2470         * riece-unread.el (riece-unread-after-display-message-function):
2471         Treat private messages as unread.
2472
2473 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
2474
2475         * riece.el (riece-exit): Don't clear riece-user-list-buffer and
2476         riece-channel-list-buffer.
2477
2478 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
2479
2480         * riece.el (riece-exit): Clear riece-channel-buffer,
2481         riece-user-list-buffer, and riece-channel-list-buffer.
2482
2483 2004-03-20  Daiki Ueno  <ueno@unixuser.org>
2484
2485         * riece-server.el (riece-open-server): Append the server-name to
2486         the prompt string.
2487
2488 2004-03-14  Daiki Ueno  <ueno@unixuser.org>
2489
2490         * riece-display.el (riece-display-connect-signals): Update
2491         riece-long-channel-indicator on 'channel-modes-changed signal.
2492
2493         * riece-naming.el (riece-naming-assert-channel-modes): New
2494         function renamed from riece-handle-channel-modes.
2495
2496         * riece-misc.el: Require 'riece-mode.
2497         (riece-concat-channel-modes): Display mode parameter.
2498
2499         * riece-channel.el: Require 'riece-mode.
2500         (riece-channel-toggle-mode): Store mode "objects" instead of mode
2501         "flags".
2502         * riece-user.el: Require 'riece-mode.
2503         (riece-user-toggle-mode): Store mode "objects" instead of mode
2504         "flags".
2505
2506         * riece-handle.el: Require 'riece-mode.
2507         (riece-handle-mode-message): Use riece-parse-mode.
2508         (riece-parse-mode): Moved to riece-mode.el.
2509         (riece-handle-channel-modes): Moved to riece-naming.el.
2510
2511         * riece-300.el: Require 'riece-mode.
2512         (riece-handle-324-message): Use riece-parse-mode.
2513
2514         * riece-mode.el: New file.
2515         * Makefile.am (EXTRA_DIST): Add riece-mode.el.
2516         * COMPILE (riece-modules): Add riece-mode.
2517
2518 2004-03-13  Daiki Ueno  <ueno@unixuser.org>
2519
2520         * riece-ctcp.el: "Error occurred in XXX" -> "Error in XXX".
2521         * riece-filter.el: "Error occurred in XXX" -> "Error in XXX".
2522         * riece-signal.el: "Error occurred in XXX" -> "Error in XXX".
2523
2524 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
2525
2526         * Riece: Version 0.2.1 released.
2527         * riece-version.el (riece-version-number): Bump up to 0.2.1.
2528
2529 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
2530
2531         * riece-emacs.el (riece-propertize-modeline-string): Fix arguments
2532         for add-text-properties.
2533
2534 2004-03-08  Daiki Ueno  <ueno@unixuser.org>
2535
2536         * riece-xface.el (riece-xface-insinuate): Use
2537         riece-user-list-mode-hook to setup riece-update-buffer-functions
2538         in user-list buffer.
2539
2540 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
2541
2542         * Riece: Version 0.2.0 released.
2543         * riece-version.el (riece-version-number): Bump up to 0.2.0.
2544
2545         * riece-ctcp.el (riece-handle-ctcp-version-request): Fixed bug in
2546         formatting target identity.
2547         (riece-handle-ctcp-ping-request): Ditto.
2548         (riece-handle-ctcp-clientinfo-request): Ditto.
2549
2550 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
2551
2552         * riece-display.el: Rename some signals.
2553
2554         * riece-commands.el (riece-command-set-operators): Reverse user-list.
2555         (riece-command-set-speakers): Ditto.
2556
2557 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
2558
2559         * riece-unread.el
2560         (riece-unread-format-identity-for-channel-list-indicator): Escape
2561         % -> %%; use riece-propertize-modeline-string.
2562
2563         * riece-history.el
2564         (riece-history-format-identity-for-channel-list-indicator): Escape
2565         % -> %%; use riece-propertize-modeline-string.
2566
2567         * riece-highlight.el
2568         (riece-highlight-format-identity-for-channel-list-indicator):
2569         Escape % -> %%; use riece-propertize-modeline-string.
2570
2571         * riece-display.el
2572         (riece-format-identity-for-channel-list-indicator): Escape % ->
2573         %%.
2574         (riece-update-channel-list-indicator): Rewrite.
2575
2576         * riece-emacs.el (riece-propertize-modeline-string): New function.
2577         * riece-xemacs.el (riece-propertize-modeline-string): New function.
2578
2579 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
2580
2581         * riece-unread.el
2582         (riece-unread-format-identity-for-channel-list-indicator): New
2583         function.
2584         (riece-unread-insinuate): Setup
2585         riece-format-identity-for-channel-list-indicator-functions.
2586
2587         * riece-history.el
2588         (riece-history-format-identity-for-channel-list-buffer): New
2589         function.
2590         (riece-history-insinuate): Setup
2591         riece-format-identity-for-channel-list-indicator-functions.
2592
2593         * riece-highlight.el
2594         (riece-highlight-format-identity-for-channel-list-indicator): New
2595         function.
2596         (riece-highlight-insinuate): Setup
2597         riece-format-identity-for-channel-list-indicator-functions.
2598
2599         * riece-display.el
2600         (riece-format-identity-for-channel-list-buffer): Rename from
2601         riece-format-channel-list-line.
2602         (riece-format-identity-for-channel-list-indicator): New function.
2603         (riece-update-channel-list-indicator): Use it.
2604
2605 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
2606
2607         * riece-handle.el (riece-parse-modes): Make sure that mode params
2608         are started at the beginning of the mode string.
2609         (riece-handle-channel-modes): Fixed arguments passed to
2610         riece-channel-toggle-*.
2611
2612 2004-03-06  Daiki Ueno  <ueno@unixuser.org>
2613
2614         * riece-xface.el (riece-xface-insinuate): Set
2615         'riece-update-buffer-functions local to the user-list buffer.
2616
2617         * riece-unread.el: Require 'riece-signal instead of
2618         'riece-display.
2619         (riece-unread-after-display-message-function): Emit
2620         'riece-update-buffer signal instead of
2621         'riece-unread-channel-list-update signal.
2622
2623         * riece-ndcc.el: Don't require 'riece-display.
2624
2625         * riece-naming.el: Require 'riece-signal instead of
2626         'riece-display.
2627         (riece-naming-assert-rename): Don't rename buffer.
2628
2629         * riece-history.el (riece-history-format-channel-list-line): Don't
2630         append "\n".
2631
2632         * riece-handle.el: Require 'riece-signal instead of
2633         'riece-display.
2634         (riece-parse-modes): Rename from riece-parse-channel-modes; don't
2635         update channel modes.
2636         (riece-handle-channel-modes): New function which processes the
2637         result of riece-parse-modes.
2638         (riece-handle-mode-message): Use it.
2639
2640         * riece-filter.el: Don't require 'riece-display.
2641         * riece-display.el: Require 'riece-signal; connect
2642         'riece-update-buffer signal.
2643
2644         * riece-ctcp.el: Don't require 'riece-display.
2645
2646         * riece-signal.el: New module splitted from riece-display.el.
2647         * Makefile.am (EXTRA_DIST): Add riece-signal.
2648         * COMPILE (riece-modules): Add riece-signal.
2649
2650 2004-03-05  Daiki Ueno  <ueno@unixuser.org>
2651
2652         * riece-unread.el (riece-unread-after-display-message-function):
2653         Emit 'riece-unread-channel-list-update signal.
2654         (riece-unread-insinuate): Connect the signal to the function which
2655         updates channel-list buffer.
2656
2657         * riece-display.el (riece-display-connect-signals): Fix parenthesis.
2658
2659 2004-03-04  Daiki Ueno  <ueno@unixuser.org>
2660
2661         * riece-display.el (riece-emit-signal): Fixed bug that errors
2662         during signal filter execution were not caught.
2663         (riece-display-connect-signals): Check riece-current-channel is set.
2664
2665 2004-03-01  Daiki Ueno  <ueno@unixuser.org>
2666
2667         * riece-display.el (riece-display-connect-signals): Fixed bug in
2668         signal filters.
2669
2670         * riece-handle.el (riece-handle-mode-message): Don't call
2671         riece-parse-channel-modes if channel doesn't match with
2672         riece-channel-regexp.
2673
2674 2004-02-28  Daiki Ueno  <ueno@unixuser.org>
2675
2676         * riece-display.el (riece-display-connect-signals): Connect some
2677         signals.
2678
2679         * riece-naming.el (riece-naming-assert-join): Don't change the
2680         current channel manually.
2681         (riece-naming-assert-part): Ditto.
2682         (riece-naming-assert-rename): Ditto.
2683         (riece-naming-assert-channel-users): Ditto.
2684
2685 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
2686
2687         * riece-display.el (riece-emit-signal): Create signal object
2688         internally.
2689
2690         * riece-message.el (riece-display-message-1): Emit
2691         'riece-buffer-toggle-freeze signal.
2692
2693         * riece-commands.el (riece-command-toggle-freeze): Emit
2694         'riece-buffer-toggle-freeze signal; don't update status indicators
2695         manually.
2696         (riece-command-toggle-own-freeze): Ditto.
2697         
2698         * riece-naming.el (riece-naming-assert-join): Rename signal 'join
2699         -> 'riece-naming-assert-join.
2700         (riece-naming-assert-part): Rename signal 'part ->
2701         'riece-naming-assert-part.
2702         (riece-naming-assert-rename): Rename signal 'rename ->
2703         'riece-naming-assert-rename.
2704         (riece-naming-assert-channel-users): Rename from
2705         riece-naming-assert-users; rename signal 'users ->
2706         'riece-naming-assert-channel-users.
2707
2708         * riece-handle.el (riece-handle-topic-message): Emit
2709         'riece-channel-set-topic signal.
2710         (riece-parse-channel-modes): Emit 'riece-channel-toggle-operator,
2711         'riece-channel-toggle-speaker, and 'riece-channel-toggle-modes signals.
2712
2713         * riece-display.el (riece-display-connect-signals): Rename some
2714         signals; connect more signals.
2715
2716         * riece-300.el (riece-handle-302-message): Emit
2717         'riece-user-toggle-away, and 'riece-user-toggle-operator signals;
2718         don't update status indicators manually.
2719         (riece-handle-301-message): Emit 'riece-user-toggle-away signal;
2720         don't update status indicators manually.
2721         (riece-handle-305-message): Ditto.
2722         (riece-handle-306-message): Ditto.
2723         (riece-handle-353-message): Follow the name change of
2724         riece-naming-assert-users.
2725         (riece-handle-324-message): Emit 'riece-channel-toggle-modes
2726         signal; don't update status indicators manually.
2727         (riece-handle-set-topic): Emit 'riece-channel-set-topic signal;
2728         don't update channel indicator manually.
2729         (riece-handle-352-message): Emit 'riece-user-toggle-away, and
2730         'riece-user-toggle-operator signals; don't update status
2731         indicators manually.
2732
2733 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
2734
2735         * riece-display.el (riece-connect-signal): Create slot object
2736         internally.
2737
2738 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
2739
2740         * riece.el (riece): Setup signal slots.
2741
2742         * riece-unread.el (riece-unread-after-display-message-function):
2743         Don't call riece-redisplay-buffers.
2744
2745         * riece-naming.el (riece-naming-assert-names): New function.
2746         (riece-naming-assert-join): Emit 'join signal.
2747         (riece-naming-assert-part): Emit 'part signal.
2748         (riece-naming-assert-rename): Emit 'rename signal.
2749
2750         * riece-message.el (riece-message-buffer): Don't call
2751         riece-redisplay-buffers.
2752
2753         * riece-handle.el (riece-handle-nick-message): Don't call
2754         riece-redisplay-buffers.
2755         (riece-handle-join-message): Ditto.
2756         (riece-handle-part-message): Ditto.
2757         (riece-handle-kick-message): Ditto.
2758         (riece-handle-kill-message): Ditto.
2759         (riece-handle-topic-message): Ditto.
2760         (riece-parse-channel-modes): Ditto.
2761
2762         * riece-display.el (riece-update-user-list-buffer): Use
2763         riece-with-server-buffer.
2764         (riece-emit-signal): Notify if signal filter fails.
2765         (riece-display-connect-signals): New function.
2766         (riece-update-user-list-buffer): Don't switch to user-list buffer.
2767         (riece-update-channel-list-buffer): Don't switch to channel-list
2768         buffer.
2769         (riece-switch-to-channel): Emit 'switch-to-channel signal.
2770         (riece-switch-to-nearest-channel): Ditto.
2771
2772         * riece-commands.el (riece-command-switch-to-channel): Don't call
2773         riece-redisplay-buffers.
2774         (riece-command-join-partner): Ditto.
2775         (riece-command-part): Ditto.
2776
2777         * riece-300.el (riece-handle-353-message): Save match data before
2778         calling riece-naming-assert-names; don't call riece-redisplay-buffers.
2779         (riece-handle-322-message): Don't call riece-redisplay-buffers.
2780
2781 2004-02-26  Daiki Ueno  <ueno@unixuser.org>
2782
2783         * riece-display.el: Introduce Qt like "signal-slot" abstraction
2784         for routing display events.
2785         (riece-signal-slot-obarray): New variable.
2786         (riece-make-slot): New function.
2787         (riece-slot-function): New function.
2788         (riece-slot-filter): New function.
2789         (riece-slot-handback): New function.
2790         (riece-make-signal): New function.
2791         (riece-signal-name): New function.
2792         (riece-signal-args): New function.
2793         (riece-connect-signal): New function.
2794         (riece-emit-signal): New function.
2795
2796 2004-02-19  Daiki Ueno  <ueno@unixuser.org>
2797
2798         * riece-300.el (riece-handle-353-message): Add 'riece-identity
2799         property on user list string.
2800
2801 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
2802
2803         * riece-lsdb.el: Add autoload setting for
2804         lsdb-rebuild-secondary-hash-tables to suppress warning.
2805
2806 2004-02-16  Daiki Ueno  <ueno@unixuser.org>
2807
2808         * riece-300.el (riece-handle-353-message): Print user list in
2809         channel buffer.
2810
2811 2004-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2812
2813         * riece-lsdb.el (riece-lsdb-lookup-records): Build
2814         riece-lsdb-cache if necessary.
2815
2816 2004-01-29  Daiki Ueno  <ueno@unixuser.org>
2817
2818         * riece-ctcp.el (riece-handle-ctcp-version-request): Format target
2819         identity before display.
2820         (riece-handle-ctcp-ping-request): Ditto.
2821         (riece-handle-ctcp-clientinfo-request): Ditto.
2822
2823 2004-01-28  Daiki Ueno  <ueno@unixuser.org>
2824
2825         * Riece: Version 0.1.8 released.
2826         * riece-version.el (riece-version-number): Bump up to 0.1.8.
2827
2828 2004-01-27  Daiki Ueno  <ueno@unixuser.org>
2829
2830         * riece-lsdb.el: Require 'riece-identity; add autoload setting for
2831         lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map.
2832
2833 2004-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2834
2835         * riece-handle.el (riece-handle-privmsg-message): Check own
2836         message from server. For deal with another client that connected
2837         same irc proxy (e.g. plum, pirc).
2838         (riece-handle-notice-message): Ditto.
2839
2840 2004-01-21  Daiki Ueno  <ueno@unixuser.org>
2841
2842         * riece-identity.el (riece-identity-canonicalize-prefix): Convert
2843         characters in prefix to lower case.
2844
2845 2004-01-18  Daiki Ueno  <ueno@unixuser.org>
2846
2847         * riece-misc.el (riece-concat-user-status): New function.
2848
2849         * riece-300.el (riece-handle-302-message): Simplify user status
2850         display.  (i.e. don't display "not operator", "not away", ...)
2851         (riece-handle-352-message): Ditto.
2852
2853 2004-01-04  Daiki Ueno  <ueno@unixuser.org>
2854
2855         * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
2856         address for 'net entry.
2857
2858 2004-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2859
2860         * riece-300.el (riece-handle-317-message): Fix regexp for signon
2861         time extenstion.
2862
2863 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
2864
2865         * riece-lsdb.el: Add autoload setting for lsdb-maphash.
2866         (riece-lsdb-update-cache): Don't alter existing entry.
2867         (riece-lsdb-delete-cache): Ditto.
2868         (riece-lsdb-add-user): New command.
2869         (riece-lsdb-insinuate): Bind riece-lsdb-add-user.
2870
2871 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
2872
2873         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
2874
2875 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
2876
2877         * riece-lsdb.el: New add-on.
2878         * COMPILE (riece-modules): Add riece-lsdb.
2879         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
2880
2881         * riece-xface.el: New add-on.
2882         * COMPILE (riece-modules): Add riece-xface.
2883         * Makefile.am (EXTRA_DIST): Add riece-xface.el
2884
2885 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
2886
2887         * Riece: Version 0.1.7 released.
2888         * riece-version.el (riece-version-number): Bump up to 0.1.7.
2889
2890 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
2891
2892         * riece-keyword.el (riece-notify-keyword-functions): Mark as
2893         obsolete.
2894         (riece-keyword-notify-functions): New user option.
2895         (riece-keyword-message-filter): Don't restore the match data when
2896         calling riece-notify-keyword-functions; call
2897         riece-keyword-notify-functions with the matched message object.
2898         Thanks to OHASHI Akira <bg66@koka-in.org>
2899         [cf. <Liece:00134>]
2900
2901 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
2902
2903         * riece-log.el (riece-log-flashback): Use
2904         riece-match-string-no-properties instead of match-string-no-properties.
2905
2906         * riece-xemacs.el (riece-match-string-no-properties): New function.
2907         * riece-emacs.el (riece-match-string-no-properties): New alias.
2908
2909         * riece-identity.el: Don't require 'riece-compat.
2910         (riece-identity-prefix-case-table): Abolish.
2911         (riece-identity-prefix-case-pair-alist): New constant.
2912         (riece-identity-canonicalize-prefix): Don't use case-table.
2913
2914         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
2915         (riece-copy-case-table): Abolish.
2916         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
2917         (riece-copy-case-table): Abolish.
2918
2919 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
2920
2921         * riece-options.el: Require 'riece-version.
2922         (riece-quit-message): Set default to (riece-extended-version).
2923         (riece-away-message): Set default to "Gone".
2924
2925         * riece-commands.el: Don't require 'riece-version.
2926         (riece-command-quit): Don't check riece-quit-message.
2927         (riece-command-close-server): Ditto.
2928         (riece-command-toggle-away): Always supply a parameter to the AWAY
2929         command when the user is not away.  Thanks to Yuki Fujimura
2930         <fujimura@wakhok.ac.jp>
2931         [cf. <Liece:00139>]
2932
2933 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
2934
2935         * riece.el (riece): Connect to servers in riece-startup-server-list.
2936
2937         * riece-000.el (riece-handle-001-message): Ignore entries in
2938         riece-startup-channel-list which doesn't match riece-server-name. 
2939
2940         * riece-options.el (riece-startup-server-list): New user option.
2941
2942         * riece-async.el (riece-async-max-buffer-size): New user option.
2943         (riece-async-server-program): Use io/nonblock & IO#syswrite to
2944         check whether the write end of pipe (i.e. input to emacs process)
2945         would block.
2946
2947 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
2948
2949         * riece-options.el (riece-default-open-connection-function): New
2950         user option.
2951
2952         * riece-server.el (riece-server-keyword-map): Use
2953         riece-default-open-connection-function.
2954
2955         * riece-async.el: New add-on.
2956         * COMPILE (riece-modules): Add riece-async.
2957         * Makefile.am (EXTRA_DIST): Add riece-async.el
2958
2959 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
2960
2961         * riece-mini.el (riece-mini-display-message-function): Don't set
2962         riece-mini-last-channel when message is not a privmsg.
2963
2964 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
2965
2966         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
2967         property.
2968
2969 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
2970
2971         * riece-log.el (riece-log-requires): New function.
2972         (riece-log-flashback): Revert 'riece-identity property and button.
2973
2974 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
2975
2976         * riece-unread.el (riece-unread-after-display-message-function):
2977         Do nothing when message is not a privmsg.
2978
2979 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
2980
2981         * riece-log.el (riece-log-coding-system): New user option.
2982         (riece-log-display-message-function): Bind
2983         coding-system-for-write; don't create temp buffer.
2984
2985         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
2986         append-to-file to suppress "Wrote file" messages.
2987
2988 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
2989
2990         * Riece: Version 0.1.6 released.
2991         * riece-version.el (riece-version-number): Bump up to 0.1.6.
2992
2993 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
2994
2995         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
2996         in "*Others*" buffer.
2997
2998 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
2999
3000         * riece-unread.el (riece-unread-switch-to-channel): Protect
3001         switching to the channel not existing.
3002
3003 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
3004
3005         * riece-log.el (riece-log-get-directory): Support riece-identity
3006         for mapping.
3007
3008 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
3009
3010         * riece-layout.el (riece-set-window-points): Move point in
3011         the channel-buffer's window.
3012
3013         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
3014         an identity on the current server.
3015         (riece-command-ctcp-ping): Ditto.
3016         (riece-command-ctcp-clientinfo): Ditto.
3017         (riece-command-ctcp-action): Ditto.
3018
3019         * riece-commands.el (riece-command-change-mode): Prompt to select
3020         an identity on the current server.
3021         (riece-command-join): Ditto.
3022
3023 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
3024
3025         * riece-keyword.el (riece-keywords): Change custom spec.
3026         (riece-keyword-message-filter): Normalize riece-keywords.
3027
3028         * riece-identity.el (riece-identity-prefix-case-table): Use
3029         riece-copy-case-table to define.
3030
3031         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
3032         XEmacs 21.1.
3033         (riece-copy-case-table): Ditto.
3034
3035         * riece-emacs.el (riece-copy-case-table): New alias.
3036
3037         * riece-globals.el (riece-channel-regexp): Use
3038         riece-make-interval-regexp to define.
3039         (riece-user-regexp): Ditto.
3040
3041         * riece-compat.el (riece-make-interval-regexp): New function.
3042
3043         * riece-icon.el (riece-icon-available-p): Check
3044         the existence of image-type-available-p.
3045
3046 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
3047
3048         * riece-log.el (riece-log-get-directory): Fix for server name and
3049         private messages handling.
3050
3051 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
3052
3053         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
3054         the RESTART argument of start-itimer.
3055
3056         * riece-commands.el (riece-command-user-list-scroll-down): Rename
3057         from riece-command-nick-scroll-down.
3058         (riece-command-user-list-scroll-up): Rename from
3059         riece-command-nick-scroll-up.
3060         (riece-command-scroll-down): Check if riece-current-channel is bound.
3061         (riece-command-scroll-up): Ditto.
3062         (riece-command-quit): Clean up if no server process is available.
3063
3064 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
3065
3066         * riece-rdcc.el: Bind temporary-file-directory.
3067         (riece-rdcc-send-program): Allow block-size to be controlled from
3068         elisp.
3069         (riece-rdcc-block-size): New user option.
3070         (riece-rdcc-temp-file): New variable.
3071         (riece-rdcc-received-size): New variable.
3072         (riece-rdcc-filter): Don't keep received bytes in the process
3073         buffer; use riece-rdcc-format-size to display progress.
3074         (riece-command-dcc-receive): Create a temporary directory which
3075         holds a received file.
3076
3077 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
3078
3079         * riece-options.el (riece-gather-channel-modes): Default to nil.
3080         * riece-handle.el (riece-handle-join-message): Send MODE if
3081         riece-gather-channel-modes is non-nil.
3082
3083         * riece-url.el: Add autoload setting for 'browse-url.
3084
3085         * riece-menu.el: Require 'riece-options, 'riece-globals,
3086         'riece-identity, 'riece-layout, and 'riece-server; bind
3087         riece-command-mode-map.
3088
3089         * riece-history.el: Require 'riece-options, 'riece-globals,
3090         'riece-highlight, and 'riece-identity.
3091
3092         * riece-naming.el (riece-naming-assert-rename): Fixed.
3093
3094 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
3095
3096         * Riece: Version 0.1.5 released.
3097         * riece-version.el (riece-version-number): Bump up to 0.1.5.
3098
3099 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
3100
3101         * riece-ctcp.el (riece-command-ctcp-action): If the current
3102         command line is not empty, insert it into the minibuffer before
3103         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
3104         [cf. <Liece:00123>]
3105
3106         * riece.el: Add autoload setting for derived-mode-class.
3107         (riece-shrink-buffer-idle-timer): New variable.
3108         (riece): Set idle timer to shrink channel buffers.
3109         (riece-shrink-buffer): New function.
3110
3111         * riece-xemacs.el (riece-overlays-in): New function.
3112         (riece-delete-overlay): New alias.
3113         (riece-kill-all-overlays): New function.
3114
3115         * riece-server.el (riece-quit-server-process): Don't set timer if
3116         riece-quit-timeout is nil.
3117
3118         * riece-options.el (riece-quit-timeout): Change custom type.
3119         (riece-shrink-buffer-idle-time-delay): New user option.
3120         (riece-max-buffer-size): New user option.
3121
3122         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
3123         extents if already exists.
3124
3125         * riece-emacs.el (riece-overlays-in): New alias.
3126         (riece-delete-overlay): New alias.
3127         (riece-kill-all-overlays): New function.
3128         (riece-run-with-idle-timer): New alias.
3129         (riece-cancel-timer): New alias.
3130
3131         * riece-display.el (riece-update-user-list-buffer): Kill all
3132         overlays in buffer.
3133         (riece-update-channel-list-buffer): Ditto.
3134
3135         * riece-commands.el (riece-command-set-operators): Reset group.
3136         (riece-command-set-speakers): Ditto.
3137
3138 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
3139
3140         * riece-naming.el (riece-naming-assert-rename): Follow the
3141         change of riece-channel.el.
3142
3143         * riece-message.el (riece-message-external-p): Follow the
3144         change of riece-channel.el.
3145
3146         * riece-display.el (riece-update-user-list-buffer): Follow the
3147         change of riece-channel.el.
3148
3149         * riece-commands.el (riece-command-kick): Follow the change of
3150         riece-channel.el.
3151         (riece-command-set-operators): Ditto.
3152         (riece-command-set-speakers): Ditto.
3153
3154         * riece-button.el (riece-user-button-set-operators): Follow the
3155         change of riece-channel.el.
3156         (riece-user-button-set-speakers): Ditto.
3157
3158         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
3159         arguments.
3160         (riece-get-channel): Follow the change of riece-make-channel.
3161         (riece-channel-operators): Abolish.
3162         (riece-channel-speakers): Abolish.
3163         (riece-channel-set-operators): Abolish.
3164         (riece-channel-set-speakers): Abolish.
3165         (riece-channel-get-operators): Abolish.
3166         (riece-channel-get-speakers): Abolish.
3167         (riece-channel-toggle-user): Follow the change of the return type
3168         of riece-channel-users.
3169         (riece-channel-toggle-operator): Ditto.
3170         (riece-channel-toggle-speaker): Ditto.
3171         (riece-channel-operator-p): Abolish.
3172         (riece-channel-speaker-p): Abolish.
3173         (riece-channel-intern-user): Abolish.
3174
3175 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
3176
3177         * riece-identity.el (riece-identity-member): Take an optional 3rd
3178         argument to instruct to use riece-identity-equal-no-server.
3179         (riece-identity-assoc): Ditto.
3180
3181         * riece-display.el (riece-update-user-list-buffer): Use
3182         riece-channel-operator-p and riece-channel-speaker-p.
3183
3184         * riece-button.el (riece-user-button-set-operators): Use
3185         riece-channel-operator-p.
3186         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
3187
3188         * riece-channel.el (riece-channel-intern-user): New function.
3189         (riece-channel-toggle-operator): Use it.
3190         (riece-channel-toggle-speaker): Use it.
3191         (riece-channel-operator-p): New function.
3192         (riece-channel-speaker-p): New function.
3193
3194 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
3195
3196         * riece-log.el (riece-log-get-directory): Follow the change of
3197         `riece-channel-regexp'.
3198
3199 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
3200
3201         * riece-identity.el (riece-format-identity): Return copied strings.
3202
3203 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
3204
3205         * riece.el (riece): When riece server was opened, Do
3206         `riece-command-configure-windows' instead of signaling.
3207
3208 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
3209
3210         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
3211         accepting a connection.
3212         (riece-command-dcc-send): Use riece-completing-read-identity; take
3213         an identity object in the 1st argument.
3214         (riece-rdcc-format-size): New function.
3215         (riece-handle-dcc-request): Use it.
3216
3217         * riece-ndcc.el (riece-command-dcc-send): Use
3218         riece-completing-read-identity; take an identity object in the 1st
3219         argument.
3220
3221         * riece-display.el (riece-update-buffers): Run
3222         riece-update-buffer-hook.
3223
3224         * riece-button.el (riece-user-button-finger): Pass an identity
3225         object instead of the prefix.
3226
3227         * riece-ctcp.el: Require 'riece-highlight.
3228         (riece-ctcp-action-face): New face.
3229         (riece-ctcp-action-face): New variable.
3230         (riece-ctcp-action-prefix): New variable.
3231         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
3232         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
3233         if 'riece-highlight is enabled.
3234         (riece-handle-ctcp-action-request): Prepend
3235         riece-ctcp-action-prefix instead of riece-change-prefix.
3236         (riece-command-ctcp-action): Ditto.
3237
3238         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
3239         * riece-xemacs.el (riece-run-at-time): New function.
3240         * riece-emacs.el (riece-run-at-time): New alias.
3241
3242         * riece-misc.el (riece-get-identities-on-server): New function.
3243         (riece-get-users-on-server): Use it.
3244
3245         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
3246         (riece-command-ctcp-version): Use riece-completing-read-identity
3247         and riece-get-identities-on-server.
3248         (riece-command-ctcp-ping): Ditto.
3249         (riece-command-ctcp-clientinfo): Ditto.
3250         (riece-command-ctcp-action): Ditto.
3251
3252         * riece-commands.el (riece-command-finger): Pass the current
3253         server name to riece-get-users-on-server; use
3254         riece-completing-read-identity.
3255         (riece-command-invite): Ditto.
3256         (riece-command-enter-message-to-user): Ditto.
3257
3258         * riece-000.el (riece-handle-001-message): Register myself with
3259         riece-obarray.
3260
3261 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
3262
3263         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
3264         function.
3265         (riece-command-ctcp-version): Use it.
3266         (riece-command-ctcp-ping): Ditto.
3267         (riece-command-ctcp-clientinfo): Ditto.
3268         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
3269         twice.
3270
3271 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
3272
3273         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
3274         Abolish.
3275         (riece-mode-line-buffer-identification): Don't define alias.
3276
3277         * riece-server.el (riece-open-server): Handle errors occurred
3278         during reading password.
3279
3280         * riece-options.el (riece-addons): Add riece-icon.
3281
3282         * riece-layout.el (riece-configure-windows-top): Collect arguments.
3283
3284         * riece-icon.el: New add-on.
3285         * COMPILE (riece-modules): Add riece-icon.
3286         * Makefile.am (EXTRA_DIST): Add riece-icon.el
3287
3288 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
3289
3290         * riece-options.el (riece-saved-forms): Add riece-layout.
3291
3292         * riece-layout.el (riece-layout-alist): Change format.
3293         (riece-configure-windows): Take 2 args to specify the position of
3294         the command buffer window.
3295
3296         * riece-commands.el (riece-command-change-layout): Set
3297         riece-save-variables-are-dirty.
3298
3299 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
3300
3301         * Riece: Version 0.1.4 released.
3302         * riece-version.el (riece-version-number): Bump up to 0.1.4.
3303
3304 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
3305
3306         * riece-server.el (riece-server-process-opened): Return t.
3307
3308         * riece.el (riece-dialogue-mode-map): Bind "p" to
3309         riece-command-enter-message-to-user.
3310
3311         * riece-misc.el (riece-current-nickname): Use
3312         riece-current-server-name.
3313         (riece-get-users-on-server): Ditto.
3314
3315         * riece-server.el (riece-current-server-name): New function.
3316         (riece-send-string): Use it.
3317
3318         * riece-commands.el (riece-command-enter-message-to-user): New command.
3319
3320 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
3321
3322         * riece-menu.el (riece-menu-create-layouts-menu): New function.
3323         (riece-menu-items): Use it.
3324
3325         * riece-server.el (riece-server-process-opened): New function.
3326         (riece-server-opened): Use it.
3327
3328         * riece-url.el: Require 'riece-menu.
3329         (riece-url-insinuate): Add "Open URL..." menu in
3330         riece-command-mode-hook.
3331
3332         * riece-options.el (riece-addons): Add riece-menu.
3333
3334         * riece-menu.el: New add-on.
3335         * COMPILE (riece-modules): Add riece-menu.
3336         * Makefile.am (EXTRA_DIST): Add riece-menu.el
3337
3338 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
3339
3340         * riece-version.el (riece-extended-version): Remove interactive spec.
3341         (riece-version): New command.
3342         * riece.el (riece-command-map): Bind "V" to riece-version.
3343
3344         * riece-options.el (riece-command-prefix): New user option.
3345         (riece-tab-stop-list): Abolish.
3346
3347         * riece.el (riece-define-keys-1): If keymap is a list, eval the
3348         2nd element of it.
3349         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
3350         (riece-command-map): Ditto.
3351         (riece-dialogue-mode): Don't set tab-stop-list.
3352
3353 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
3354
3355         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
3356         which belongs to myself.
3357
3358         * riece-commands.el (riece-command-topic): Use
3359         riece-check-channel-commands-are-usable.
3360         (riece-command-invite): Ditto.
3361         (riece-command-kick): Ditto.
3362         (riece-command-change-mode): Ditto.
3363         (riece-command-set-operators): Ditto.
3364         (riece-command-set-speakers): Ditto.
3365         (riece-command-send-message): Ditto.
3366         (riece-command-part): Ditto.
3367
3368         * riece-misc.el (riece-get-users-on-server): If
3369         riece-current-channel is not set, check the default server.
3370         (riece-check-channel-commands-are-usable): New function.
3371
3372         * riece-globals.el (riece-channel-regexp): Accept channel names
3373         beginning with "!!".
3374
3375 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3376
3377         * riece-commands.el (riece-command-universal-server-name-argument):
3378         Fix parenthesis.
3379
3380 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
3381
3382         * riece.el (riece-buffer-alist): Rename from
3383         riece-buffer-mode-alist.
3384
3385         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
3386         argument, init-major-mode, which is used to assert the major-mode
3387         of the created buffer.
3388
3389         * riece-naming.el (riece-naming-assert-rename): Merged buffer
3390         renaming logic that riece-handle-nick-message was responsible for.
3391
3392         * riece-globals.el (riece-server-process-alist): Revive.
3393         (riece-process-list): Abolish.
3394         (riece-command-buffer): Set default to nil.
3395         (riece-dialogue-buffer): Ditto.
3396         (riece-others-buffer): Ditto.
3397         (riece-channel-list-buffer): Ditto.
3398         (riece-user-list-buffer): Ditto.
3399         (riece-private-buffer): Abolish.
3400         (riece-wallops-buffer): Abolish.
3401
3402         * riece-display.el (riece-channel-buffer-format): Moved from
3403         riece-globals.
3404         (riece-channel-buffer-alist): New variable.
3405         (riece-channel-buffer-create): Assert the major-mode of the
3406         created buffer is 'riece-channel-mode.
3407         (riece-channel-buffer): New function.
3408         (riece-switch-to-channel): Use riece-channel-buffer instead of
3409         directly using get-buffer.
3410
3411 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
3412
3413         * riece-commands.el (riece-command-toggle-away): Check user away
3414         status in the server buffer.
3415         [cf. <Liece:00119>]
3416         (riece-command-names): Use identity prefix
3417         instead of formatted identity.
3418         (riece-command-who): Ditto.
3419
3420 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3421
3422         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
3423         to `riece-command-name'.
3424
3425 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
3426
3427         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
3428
3429 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3430
3431         * Riece: Version 0.1.3 released.
3432         * riece-version.el (riece-version-number): Bump up to 0.1.3.
3433
3434 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3435
3436         * riece-button.el (riece-button-map-identity-region): Abolish.
3437         (riece-user-button-set-operators): Use riece-scan-property-region.
3438         (riece-user-button-set-speakers): Ditto.
3439         (riece-button-add-identity-button): Ditto.
3440
3441         * riece-keyword.el: Require 'riece-message.
3442         (riece-keyword-map-region): Abolish.
3443         (riece-keyword-scan-region): Use riece-scan-property-region.
3444
3445         * riece-misc.el (riece-scan-property-region): New function.
3446
3447 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3448
3449         * riece-xemacs.el (riece-make-overlay): New alias.
3450         (riece-overlay-put): New alias.
3451         (riece-overlay-start): New alias.
3452         (riece-overlay-buffer): New alias.
3453
3454         * riece-emacs.el (riece-make-overlay): New alias.
3455         (riece-overlay-put): New alias.
3456         (riece-overlay-start): New alias.
3457         (riece-overlay-buffer): New alias.
3458
3459         * riece-keyword.el: New add-on.
3460         * COMPILE (riece-modules): Add riece-keyword.
3461         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
3462
3463         * riece-message.el (riece-message-filter-functions): New user option.
3464         (riece-display-message-1): New function.
3465         (riece-display-message): Use it.
3466
3467 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3468
3469         * riece.el (riece-channel-list-mode): Initialize
3470         riece-update-buffer-functions.
3471         (riece-user-list-mode): Ditto.
3472
3473         * riece-globals.el (riece-channel-indicator): Rename from
3474         riece-short-channel-indicator.
3475         (riece-long-channel-indicator): Rename from
3476         riece-channel-indicator.
3477
3478         * riece-display.el (riece-update-buffer-functions): Default to
3479         nil.
3480         (riece-update-indicator-functions): New variable splitted from
3481         riece-update-buffer-functions.
3482         (riece-update-channel-indicator): Rename from
3483         riece-update-short-channel-indicator.
3484         (riece-update-long-channel-indicator): Rename from
3485         riece-update-channel-indicator.
3486         (riece-update-buffers): Don't set riece-channel-buffer.
3487         (riece-switch-to-channel): Set riece-channel-buffer here.
3488
3489         * riece-button.el (riece-user-button-popup-menu): Change order.
3490         (riece-button-update-buffer): Unify
3491         riece-button-update-channel-list-buffer and
3492         riece-button-update-user-list-buffer.
3493
3494 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3495
3496         * riece-history.el (riece-history-insinuate): In
3497         riece-after-switch-to-channel-functions, check whether the last
3498         channel is nil.
3499
3500         * riece-xemacs.el (riece-event-buffer): New alias.
3501         (riece-event-point): New alias.
3502
3503         * riece-emacs.el (riece-event-buffer): New function.
3504         (riece-event-point): New function.
3505
3506         * riece-display.el (riece-update-user-list-buffer): Use
3507         riece-format-identity to add 'riece-identity property to user
3508         names.
3509
3510         * riece-button.el (riece-user-button-popup-menu): New variable.
3511         (riece-identity-button): Rename from riece-channel-button.
3512         (riece-button-switch-to-identity): Rename from
3513         riece-channel-button-action.
3514         (riece-identity-button-popup-menu): Rename from
3515         riece-channel-button-popup-menu; set point to the position the
3516         event occurred.
3517         (riece-user-button-join-partner): New function.
3518         (riece-user-button-set-operators): New function.
3519         (riece-user-button-set-speakers): New function.
3520         (riece-user-button-finger): New function.
3521         (riece-make-identity-button-map): New function.
3522         (riece-button-map-identity-region): New function; splitted from
3523         riece-button-add-identity-button.
3524         (riece-button-add-identity-button): Use it.
3525         (riece-button-update-user-list-buffer): New function.
3526         (riece-button-insinuate): Add riece-button-update-user-list-buffer
3527         to riece-update-buffer-functions.
3528
3529 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3530
3531         * riece-xemacs.el (riece-mouse-2): New variable.
3532         (riece-popup-menu-popup): New function.
3533
3534         * riece-emacs.el (riece-mouse-2): New variable.
3535         (riece-popup-menu-bogus-filter-constructor): New macro.
3536         (riece-popup-menu-popup): New function.
3537
3538         * riece-commands.el (riece-command-list): Use identity prefix
3539         instead of formatted identity.
3540
3541         * riece-button.el (riece-channel-button-popup-menu): New variable.
3542         (riece-channel-button): Arrange help-echo.
3543         (riece-channel-button-switch-to-channel): New function.
3544         (riece-channel-button-part): New function.
3545         (riece-channel-button-list): New function.
3546         (riece-channel-button-map): New variable.
3547         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
3548         properties on channel buttons.
3549
3550 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3551
3552         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
3553
3554         * riece-history.el (riece-channel-list-history-face): New face.
3555         (riece-history-format-channel-list-line): New function.
3556         (riece-history-insinuate): Add ?+ to
3557         riece-channel-list-mark-face-alist; add
3558         riece-history-format-channel-list-line to
3559         riece-format-channel-list-line-functions.
3560
3561         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
3562
3563 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3564
3565         * riece-unread.el (riece-unread-after-display-message-function):
3566         Do nothing when message-target is already in
3567         riece-unread-channels; call riece-redisplay-buffers.
3568         (riece-unread-update-channel-list-buffer): Abolish.
3569         (riece-unread-after-switch-to-channel-function): Don't call
3570         riece-unread-update-channel-list-buffer.
3571         (riece-unread-format-channel-list-line): New function.
3572         (riece-unread-insinuate): Add
3573         riece-unread-format-channel-list-line to
3574         riece-format-channel-list-line; don't add
3575         riece-unread-update-channel-list-buffer to
3576         riece-update-buffer-functions.
3577
3578         * riece-highlight.el (riece-channel-list-mark-current-channel):
3579         Abolish; merged into riece-update-channel-list-buffer.
3580         (riece-highlight-insinuate): Don't add
3581         riece-channel-list-mark-current-channel to
3582         riece-after-switch-to-channel-functions.
3583
3584         * riece-display.el (riece-channel-list-changed): Abolish.
3585         (riece-update-channel-list-buffer): Always redisplay channel-list
3586         buffer.
3587         (riece-update-channel-list-indicator): Always redisplay
3588         channel-list indicator.
3589         (riece-format-channel-list-line): New function.
3590         (riece-update-buffers): Don't clear riece-channel-list-changed.
3591         (riece-join-channel): Don't set riece-channel-list-changed.
3592         (riece-part-channel): Ditto.
3593
3594 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
3595
3596         * riece-options.el (riece-addons): Add riece-button.
3597
3598         * riece-display.el (riece-update-channel-list-buffer): Avoid to
3599         use format to preserve 'riece-identity property.
3600
3601         * riece-unread.el (riece-unread-update-channel-list-buffer):
3602         Simplified.
3603         (riece-unread-insinuate): Delay adding
3604         riece-unread-update-channel-list-buffer to
3605         riece-update-buffer-functions.
3606
3607         * riece-button.el: New add-on.
3608         * COMPILE (riece-modules): Add riece-button.
3609         * Makefile.am (EXTRA_DIST): Add riece-button.el
3610
3611 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
3612
3613         * riece-server.el (riece-close-server-process): 
3614         (riece-quit-server-process): Call riece-close-server-process
3615         instead of kill-process; call riece-exit if no process is available.
3616
3617 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
3618
3619         * riece-display.el (riece-channel-buffer-name): Check whether
3620         IDENTITY is a member of riece-current-channels.
3621
3622 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3623
3624         * riece-commands.el (riece-command-kick): Fix completing-read
3625         collection argument.
3626
3627 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
3628
3629         * riece-000.el: Require 'riece-commands.
3630         * riece-200.el: Don't require 'riece-commands.
3631         * riece-300.el: Ditto.
3632
3633 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
3634
3635         * Riece: Version 0.1.2 released.
3636         * riece-version.el (riece-version-number): Bump up to 0.1.2.
3637
3638 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
3639
3640         * riece-filter.el (riece-sentinel): Don't clear
3641         riece-reconnect-with-password.
3642         * riece-server.el (riece-open-server): Clear
3643         riece-reconnect-with-password here.
3644
3645 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
3646
3647         * riece-globals.el (riece-join-channel-candidate): New variable.
3648         * riece-commands.el (riece-command-join): Prompt
3649         riece-join-channel-candidate.
3650
3651         * riece-handle.el (riece-handle-invite-message): Set
3652         riece-join-channel-candidate when the user is invited.
3653         * riece-naming.el (riece-naming-assert-join): Clear
3654         riece-join-channel-candidate.
3655
3656 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
3657
3658         * riece-identity.el (riece-completing-read-identity): Pass 6th &
3659         7th arguments to completing-read.
3660
3661         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
3662         of riece-completing-read-identity.
3663
3664         * riece-handle.el (riece-handle-invite-message): Fix parsing of
3665         parameters.
3666
3667         * riece-display.el (riece-update-channel-list-buffer): Don't clear
3668         riece-channel-list-changed.
3669         (riece-update-buffers): Clear it.
3670
3671 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
3672
3673         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
3674
3675 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
3676
3677         * riece-000.el (riece-handle-001-message): Parse elements in
3678         riece-startup-channel-list.
3679
3680 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3681
3682         * riece-skk-kakutei.el
3683         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
3684
3685 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
3686
3687         * riece-options.el (riece-startup-channel-list): Revive.
3688         * riece-000.el (riece-handle-001-message): Process
3689         riece-startup-channel-list.
3690
3691         * riece-server.el (riece-open-server): Display "Logging in to
3692         XXX..." message.
3693         * riece-000.el (riece-handle-001-message): Clear "Logging in to
3694         XXX..." message; call riece-after-login-hook.
3695
3696 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
3697
3698         * riece-unread.el (riece-unread-after-display-message-function):
3699         Simplified.
3700
3701 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
3702
3703         * riece-commands.el (riece-command-join): Extract target
3704         identity-prefix before applying riece-channel-p; format target.
3705
3706 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
3707
3708         * Riece: Version 0.1.1 released.
3709         * riece-version.el (riece-version-number): Bump up to 0.1.1.
3710
3711 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
3712
3713         * riece-guess.el (riece-guess-channel-try-functions): Default to
3714         nil.
3715         (riece-default-guess-channel): Abolish.
3716         (riece-command-guess-switch-to-channel): Reconstruct
3717         riece-guess-candidates when it is empty.
3718
3719 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
3720
3721         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
3722         define.
3723         (riece-dialogue-notice-face): Ditto.
3724         (riece-dialogue-wallops-face): Ditto.
3725         (riece-dialogue-error-face): Ditto.
3726         (riece-dialogue-info-face): Ditto.
3727         (riece-dialogue-server-face): Ditto.
3728         (riece-dialogue-prefix-face): Ditto.
3729         (riece-channel-list-default-face): Ditto.
3730         (riece-channel-list-current-face): Ditto.
3731
3732         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
3733         define.
3734
3735 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
3736
3737         * riece-history.el (riece-history-insinuate): Don't set
3738         riece-guess-channel-try-functions here.
3739         (riece-history-requires): Don't require riece-guess.
3740
3741         * riece-unread.el (riece-unread-requires): Don't require
3742         riece-guess.
3743         (riece-unread-insinuate): Don't set
3744         riece-guess-channel-try-functions here.
3745
3746 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
3747
3748         * riece-unread.el (riece-unread-after-display-message-function):
3749         Rename from riece-unread-display-message-function.
3750         (riece-unread-after-switch-to-channel-function): Rename from
3751         riece-unread-channel-switch-hook.
3752         (riece-guess-channel-from-unread): New function.
3753         (riece-unread-requires): Require 'riece-guess and 'riece-history.
3754         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
3755
3756         * riece-options.el (riece-addons): Add riece-guess, riece-history,
3757         and riece-url.
3758
3759         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
3760         check riece-last-channel.
3761
3762         * riece-display.el (riece-switch-to-channel): Rename
3763         riece-channel-switch-hook to
3764         riece-after-switch-to-channel-functions.
3765         (riece-switch-to-nearest-channel): Ditto.
3766
3767         * riece-guess.el: New add-on.
3768         * COMPILE (riece-modules): Add riece-guess.
3769         * Makefile.am (EXTRA_DIST): Add riece-guess.el
3770
3771         * riece-history.el: New add-on.
3772         * COMPILE (riece-modules): Add riece-history.
3773         * Makefile.am (EXTRA_DIST): Add riece-history.el
3774
3775 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
3776
3777         * riece-options.el (riece-connection-timeout): Abolish.
3778
3779         * riece-server.el (riece-clear-system): Abolish.
3780         * riece.el (riece-exit): Merge riece-clear-system.
3781
3782 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
3783
3784         * riece-filter.el (riece-sentinel): Suppress status message when
3785         riece-debug is nil.
3786
3787 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
3788
3789         * riece-highlight.el (riece-channel-list-mark-current-channel):
3790         New function.
3791
3792         * riece-display.el (riece-channel-list-changed): New variable.
3793         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
3794         (riece-update-channel-list-indicator): Ditto.
3795
3796 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
3797
3798         * riece-options.el (riece-addons): Enable riece-unread by default.
3799
3800         * riece-highlight.el (riece-channel-list-current-face): New variable.
3801         (riece-channel-list-default-face): New face.
3802
3803         * riece-globals.el (riece-channel-list-buffer): Strip leading
3804         whitespace.
3805
3806 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
3807
3808         * riece-unread.el: Require 'riece-highlight when compiling.
3809         (riece-unread): New custom group.
3810         (riece-channel-list-unread-face): New variable.
3811         (riece-channel-list-unread-face): New face.
3812         (riece-unread-requires): New function.
3813         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
3814
3815         * riece-highlight.el: Highlight *Channels* buffer; rename
3816         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
3817         riece-dialogue-*.
3818         (riece-channel-list-font-lock-keywords): New variable.
3819         (riece-channel-list-mark-face-alist): New variable.
3820
3821 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
3822
3823         * riece-unread.el (riece-unread-update-channel-list-buffer):
3824         Restore channel marks if exist.
3825
3826         * riece-naming.el (riece-naming-assert-join): Don't set
3827         riece-redisplay-buffers.
3828         (riece-naming-assert-part): Ditto.
3829         (riece-naming-assert-rename): Ditto.
3830
3831         * riece-display.el (riece-redisplay-buffers): Abolish.
3832         (riece-update-user-list-buffer): Don't check
3833         riece-redisplay-buffers.
3834         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
3835         beginning of the current channel.
3836         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
3837         (riece-join-channel): Ditto.
3838         (riece-part-channel): Ditto.
3839
3840 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
3841
3842         * riece-display.el (riece-join-channel): Parse non-nil elements in
3843         riece-default-channel-binding.
3844
3845 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
3846
3847         * riece-identity.el (riece-format-identity): Add 'riece-identity
3848         property to the resulting string.
3849
3850         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
3851         topic is "".
3852
3853         * riece-300.el (riece-handle-322-message): Simplify message.
3854
3855         * riece-commands.el (riece-command-change-layout): Call
3856         riece-command-configure-windows; Use setq instead of
3857         custom-set-variables.
3858
3859 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
3860
3861         * Riece: Version 0.1.0 released.
3862         * riece-version.el (riece-version-number): Bump up to 0.1.0.
3863
3864 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
3865
3866         * COMPILE (riece-compile-modules): Ignore errors during byte
3867         compilation.
3868         (riece-install-modules): If there lacks a compiled module, don't
3869         attempt to install it.
3870
3871         * riece-options.el (riece-quit-timeout): Default to 10.
3872
3873         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
3874         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
3875
3876         * riece-unread.el: Require 'riece-commands.
3877
3878         * riece-server.el: Require 'riece-identity and 'riece-compat.
3879
3880         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
3881         'riece-display.
3882         (riece-handle-dcc-request): Use riece-channel-buffer-name.
3883
3884         * riece-identity.el: Don't require 'riece-server.
3885
3886         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
3887         'riece-message, and 'riece-server.
3888
3889         * riece-ctcp.el: Require 'riece-display.
3890
3891         * riece-commands.el: Require 'riece-layout.
3892         (riece-command-change-layout): New command.
3893
3894         * riece-alias.el: Require 'riece-identity.
3895
3896         * riece-layout.el: No longer provided as an add-on.
3897         * riece-display.el: Remove window configuration stuff.
3898
3899 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
3900
3901         * riece-rdcc.el (riece-command-dcc-send): Bind
3902         process-connection-type to nil.
3903
3904         * riece-300.el (riece-handle-319-message): New handler.
3905
3906         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
3907         (riece): Signal an error when a server is opened;
3908         No need to initialize riece-command-buffer specially.
3909
3910 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3911
3912         * riece-display.el (riece-configure-windows-top): Set
3913         `truncate-partial-width-windows' nil, when horizontal window
3914         split.
3915
3916 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3917
3918         * riece-display.el (riece-configure-windows-top): Change
3919         user-list-buffer and channel-list-buffer window create logic.
3920
3921         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
3922         require riece.el when compile.
3923
3924         * riece.el (riece): Use `riece-redisplay-buffers' instead of
3925         `riece-configure-windows'.
3926
3927 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3928
3929         * riece-display.el (riece-configure-windows-top): New function.
3930         * riece-layout.el (riece-layout-alist): Add top.
3931
3932         * riece-skk-kakutei.el: New add-on.
3933         * COMPILE (riece-modules): Add riece-skk-kakutei.
3934         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
3935
3936 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * riece-layout.el: New add-on.
3939         * COMPILE (riece-modules): Add riece-layout.
3940         * Makefile.am (EXTRA_DIST): Add riece-layout.el
3941
3942 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
3943
3944         * riece-options.el (riece-quit-timeout): New user option.
3945         * riece-server.el (riece-quit-server-process): New function.
3946         * riece-commands.el (riece-command-quit): Use it.
3947         (riece-command-close-server): Use it.
3948
3949 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
3950
3951         * riece-commands.el (riece-command-previous-channel): Skip nil in
3952         riece-current-channels.
3953
3954 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
3955
3956         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
3957         the ruby process.
3958
3959         * riece-xemacs.el: Don't require 'riece-compat.
3960
3961 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
3962
3963         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
3964         riece-parse-identity.
3965
3966 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
3967
3968         * riece-server.el (riece-find-server-name): Abolish.
3969
3970         * riece-alias.el: Add usage.
3971
3972 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
3973
3974         * riece-mini.el (riece-mini-send-message): Use
3975         riece-completing-read-identity; don't use riece-own-channel-message.
3976
3977         * riece-identity.el: Require 'riece-compat.
3978         (riece-identity-prefix-case-table): New variable.
3979         (riece-abbrev-identity-string-function): New variable.
3980         (riece-expand-identity-string-function): New variable.
3981         (riece-format-identity): Rename from riece-decode-identity.
3982         (riece-parse-identity): Rename from riece-encode-identity.
3983         (riece-with-identity-buffer): Abolish.
3984         (riece-identity-canonicalize-prefix): Use case-table.   
3985
3986         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
3987         (riece-handle-message): Ditto.
3988
3989         * riece-alias.el: New add-on.
3990         * COMPILE (riece-modules): Add riece-alias.
3991         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
3992
3993         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
3994         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
3995         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
3996
3997 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
3998
3999         * Riece: Version 0.0.4 released.
4000         * riece-version.el (riece-version-number): Bump up to 0.0.4.
4001
4002 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
4003
4004         * riece-unread.el (riece-unread-display-message-function): Don't check
4005         `selected-window'. It doesn't work as expected.
4006
4007 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
4008
4009         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
4010
4011         * riece-300.el: Rewrite using riece-decode-identity.
4012
4013         * riece-identity.el (riece-completing-read-identity): Signal an
4014         error when the encoded channel name is not matched with
4015         riece-channel-regexp.
4016
4017         * riece-globals.el (riece-channel-regexp): Moved from
4018         riece-channel.el.
4019         (riece-user-regexp): Moved form riece-user.el.
4020
4021 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
4022
4023         * riece-handle.el (riece-handle-join-message): Don't call
4024         riece-switch-to-channel.
4025         (riece-handle-part-message): Don't decode message if it is empty.
4026         (riece-handle-kick-message): Ditto.
4027         (riece-handle-quit-message): Ditto.
4028         (riece-handle-kill-message): Ditto.
4029
4030         * riece-commands.el (riece-command-part): Show the current channel
4031         as default candidate.
4032
4033         * riece-identity.el (riece-completing-read-identity): Accept
4034         optional 5th argument `initial'.
4035
4036         * riece-unread.el (riece-unread-update-channel-list-buffer):
4037         Simplified.
4038
4039         * riece-filter.el (riece-sentinel): Don't bind
4040         riece-inhibit-update-buffers.
4041
4042         * riece-display.el (riece-redisplay-buffer): New variable.
4043         (riece-inhibit-update-buffers): Abolish.
4044         (riece-update-channel-list-buffer): Memorize
4045         encoded identity as text property on each line. 
4046
4047         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
4048         buffer local.
4049         (riece-user-list-mode): Ditto.
4050
4051 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
4052
4053         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
4054         Fix example setting, don't use 3rd arg of add-to-list.
4055
4056         * riece-coding.el (riece-default-coding-system): Fix default value.
4057
4058 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
4059
4060         * riece-display.el (riece-inhibit-update-buffers): New variable.
4061         * riece-filter.el (riece-sentinel): Bind
4062         riece-inhibit-update-buffers while removing channels from
4063         riece-current-channels.
4064         * riece-unread.el (riece-unread-display-message-function): Don't
4065         update channel list buffer when riece-inhibit-update-buffers is
4066         non-nil.
4067         (riece-unread-channel-switch-hook): Ditto.
4068         (riece-unread-insinuate): Add
4069         riece-unread-update-channel-list-buffer to
4070         riece-update-buffer-functions.
4071
4072         * riece-commands.el (riece-command-switch-to-channel): Call
4073         riece-redisplay-buffers instead of riece-command-configure-windows.
4074
4075         * riece-identity.el (riece-completing-read-identity): Remove nil
4076         from riece-current-channels before converting it to an alist.
4077
4078 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
4079
4080         * riece-unread.el (riece-unread-display-message-function): Check a
4081         `selected-window'.
4082
4083         * riece-mini.el: New add-on.
4084         * COMPILE (riece-modules): Add `riece-mini'.
4085         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
4086
4087         * riece-display.el (riece-channel-buffer-create): Add new hook.
4088         * riece-log.el: New add-on for saving irc logs.
4089         * COMPILE (riece-modules): Add `riece-log'.
4090         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
4091
4092         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
4093         (riece-command-part): Ditto.
4094
4095 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
4096
4097         * riece-naming.el (riece-naming-assert-join): Call
4098         riece-update-buffers.
4099         (riece-naming-assert-part): Ditto.
4100
4101         * riece-filter.el (riece-sentinel): Don't bind
4102         riece-overriding-server-name; use riece-part-channel.
4103
4104         * riece-display.el (riece-switch-to-channel): Don't set
4105         riece-channel-buffer.
4106         (riece-update-buffers): Set riece-channel-buffer here.
4107
4108         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
4109         (riece-command-close-server): Fixed completion bug.
4110         (riece-command-universal-server-name-argument): Ditto.
4111
4112 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
4113
4114         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
4115         doctor-read-print.
4116
4117         * riece-handle.el (riece-handle-nick-message): Use
4118         riece-decode-identity to decode user.
4119         (riece-handle-join-message): Ditto.
4120         (riece-handle-part-message): Ditto.
4121         (riece-handle-kick-message): Ditto.
4122         (riece-handle-quit-message): Ditto.
4123         (riece-handle-kill-message): Ditto.
4124         (riece-handle-invite-message): Ditto.
4125         (riece-handle-topic-message): Ditto.
4126         (riece-handle-mode-message): Ditto.
4127
4128 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
4129
4130         * riece-message.el (riece-own-channel-message): Abolish.
4131
4132         * riece-commands.el (riece-command-send-message): Don't use
4133         riece-own-channel-message.
4134
4135         * riece-doctor.el (riece-doctor-reply): Don't use
4136         riece-own-channel-message.
4137         (riece-doctor-hello-regexp): New user option.
4138         (riece-doctor-bye-regexp): New user option.
4139
4140 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
4141
4142         * riece-identity.el (riece-identity-member-no-server): Abolish.
4143
4144         * riece-doctor.el (riece-doctor-patients): Make it global variable.
4145         (riece-doctor-after-privmsg-hook): Use riece-identity-member
4146         instead of riece-identity-member-no-server.
4147
4148 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
4149
4150         * riece-doctor.el: New add-on.
4151         * COMPILE (riece-modules): Add riece-doctor.
4152         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
4153
4154 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
4155
4156         * riece-handle.el (riece-handle-nick-message): Follow the change
4157         of riece-identity-member.
4158
4159         * riece-commands.el (riece-command-next-channel): Use
4160         riece-identity-member instead of riece-identity-member-no-server.
4161         (riece-command-previous-channel): Ditto.
4162
4163 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
4164
4165         * riece-identity.el (riece-completing-read-identity): Remove nil
4166         from channels before completing-read.
4167
4168         * riece-message.el (riece-message-make-name): Fix condition for priv.
4169         (riece-message-make-global-name): Ditto.
4170         (riece-message-buffer): Ditto.
4171
4172         * riece-misc.el (riece-current-nickname): Use
4173         riece-with-identity-buffer.
4174
4175 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
4176
4177         * riece-message.el (riece-message-parent-buffers): Regard message's
4178         speaker as target when priv mode.
4179
4180         * riece-display.el (riece-update-channel-indicator): Decode
4181         riece-current-channel even in priv mode.
4182
4183         * riece-identity.el (riece-decode-identity): Respect prefix-only.
4184         (riece-completing-read-identity): Check if illegal characters in
4185         channel name.
4186
4187 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
4188
4189         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
4190         * riece-globals.el (riece-user-buffer-format): Abolish.
4191         (riece-user-list-buffer): Default to " *Users*".
4192         * riece-display.el (riece-user-list-buffer-name): Abolish.
4193         (riece-user-list-buffer-create): Abolish.
4194
4195 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
4196
4197         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
4198         (riece-handle-message): Ditto.
4199         (riece-sentinel): Clear system here.
4200
4201         * riece-server.el (riece-server-process-name): New function.
4202         (riece-server-process): New function.
4203         (riece-close-server): Abolish.
4204
4205         * riece-identity.el: Adopt vector object representation for
4206         identity objects.
4207         (riece-with-identity-buffer): New macro.
4208         (riece-decode-identity): New function.
4209         (riece-encode-identity): New function.
4210
4211         * riece-globals.el (riece-process-list): New variable.
4212         (riece-server-process-alist): Abolish.
4213         (riece-channel-buffer-alist): Abolish.
4214         (riece-user-list-buffer-alist): Abolish.
4215         (riece-short-channel-indicator): New variable.
4216
4217         * riece-channel.el: Assume that we are already in the server buffer.
4218         * riece-user.el: Likewise.
4219
4220 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
4221
4222         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
4223
4224         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
4225         `add-to-list'.
4226
4227 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
4228
4229         * riece-channel.el (riece-forget-channel): Fixed.
4230         (riece-channel-modeless-regexp): Abolish.
4231         (riece-channel-modeless-p): Abolish.
4232
4233 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
4234
4235         * riece-unread.el (riece-unread-display-message-function): Delete the
4236         target before adding to list.
4237         (riece-unread-switch-to-channel): New function.
4238         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
4239         Bind "u" to riece-dialogue-mode-map.
4240         Bind "u" to riece-channel-list-mode-map.
4241
4242         * riece.el (riece-channel-list-mode-map): Don't bind
4243         `riece-command-unread-channel'.
4244
4245 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
4246
4247         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
4248         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
4249         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
4250         riece.el: Don't require riece-inlines since it has been removed.
4251
4252 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4253
4254         * riece-display.el (riece-update-user-list-buffer): Rename from
4255         riece-user-list-update-buffer.
4256         (riece-update-channel-list-buffer): Rename from
4257         riece-channel-list-update-buffer.
4258
4259 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4260
4261         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
4262         from riece-inlines.el; renamed from scandinavian-downcase.
4263         (riece-identity-equal-no-server): Moved from riece-inlines.el;
4264         renamed from scandinavian-equal-ignore-case.
4265         (riece-identity-equal-no-server-safe): New function.
4266         (riece-identity-member-no-server): Moved from riece-inlines.el;
4267         renamed from scandinavian-member-ignore-case.
4268         (riece-identity-member-no-server-safe): New function.
4269
4270         * riece-inlines.el: Removed.
4271         * COMPILE (riece-modules): Remove riece-inlines.
4272         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
4273
4274 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4275
4276         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
4277         explicitly.
4278         * riece-ndcc.el: Don't call delete-process explicitly.
4279         * riece-server.el (riece-close-server-process): Don't call
4280         delete-process explicitly unless riece-debug == t.
4281
4282 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4283
4284         * riece-inlines.el (scandinavian-downcase): New inline function.
4285         (scandinavian-equal-ignore-case): Rename from
4286         string-equal-ignore-case.
4287         (scandinavian-member-ignore-case): Rename from
4288         string-list-member-ignore-case.
4289
4290         * riece-identity.el (riece-identity-equal): Rename from
4291         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
4292         (riece-identity-equal-safe): Rename from riece-identity-equal.
4293         (riece-identity-member): Rename from riece-identity-member-no-server.
4294         (riece-identity-member-safe): Rename from riece-identity-member.
4295         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
4296         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
4297
4298 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4299
4300         * riece-rdcc.el: Require 'riece-ctcp.
4301         (riece-rdcc-insinuate): Add "DCC" to
4302         riece-ctcp-additional-clientinfo.
4303
4304         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
4305         (riece-command-ctcp-clientinfo): New command.
4306         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
4307         (riece-handle-ctcp-clientinfo-request): New handler.
4308         (riece-handle-ctcp-clientinfo-response): New handler.
4309
4310         * riece-server.el (riece-open-server): No need to use
4311         get-buffer-create to reuse process buffer.
4312
4313 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
4314
4315         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
4316         DCC process.
4317         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
4318
4319         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
4320         `:coding'.
4321         (riece-open-server): Follow the change.
4322
4323         * riece-ctcp.el (riece-command-ctcp-action): New command.
4324         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
4325         (riece-handle-ctcp-action-request): New handler.
4326
4327         * riece.el (riece-command-mode): Enclose status indicators with
4328         `{}'; show riece-user-indicator.
4329         (riece-channel-mode): Likewise.
4330         (riece-dialogue-mode): Enclose status indicators with `{}'.
4331         * riece-globals.el (riece-user-indicator): New indicator.
4332         (riece-freeze-indicator): Default to "-".
4333         * riece-display.el (riece-update-channel-indicator): Don't update
4334         modeline.
4335         (riece-update-status-indicators): Set riece-user-indicator.
4336         * riece-300.el (riece-handle-324-message): Update channel indicator.
4337
4338 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
4339
4340         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
4341         (riece-dialogue-mode): Call riece-update-status-indicators.
4342         (riece-channel-mode): Add riece-operator-indicator to
4343         mode-line-buffer-identification.
4344         * riece-user.el (riece-make-user): New attribute `operator'.
4345         (riece-user-operator): New function.
4346         (riece-user-set-operator): New function.
4347         (riece-user-toggle-away): New function.
4348         (riece-user-toggle-operator): New function.
4349         * riece-misc.el (riece-own-frozen): Revive.
4350         * riece-message.el (riece-display-message): Reset riece-freeze if
4351         riece-freeze == 'own && (riece-message-own-p message).
4352         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
4353         (riece-operator-indicator): New variable.
4354         * riece-display.el (riece-update-status-indicators): New function.
4355         (riece-update-buffer-functions): Add it.
4356         * riece-commands.el (riece-command-toggle-freeze): Don't call
4357         riece-freeze.
4358         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
4359         * riece-300.el (riece-handle-302-message): Use
4360         riece-user-toggle-away instead of riece-user-set-away.
4361         (riece-handle-301-message): Ditto.
4362         (riece-handle-305-message): Ditto.
4363         (riece-handle-306-message): Ditto.
4364         (riece-handle-352-message): Ditto.
4365
4366 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
4367
4368         * riece-commands.el (riece-command-next-channel): Circularly
4369         follow the channel list.
4370         (riece-command-previous-channel): Ditto.
4371
4372 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
4373
4374         * riece.el (riece-command-mode): Set default value of riece-freeze
4375         & riece-own-freeze.
4376         * riece-options.el (riece-away-message): New user option.
4377         * riece-commands.el (riece-command-toggle-away): Query user away
4378         message.
4379         * riece-300.el (riece-handle-301-message): Set user's away status.
4380         (riece-handle-305-message): Ditto.
4381         (riece-handle-306-message): Ditto.
4382         (riece-handle-302-message): Ditto.
4383         (riece-handle-352-message): Ditto.
4384
4385 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
4386
4387         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
4388         and riece-identity.
4389         (riece-command-dcc-receive): Check the existence of
4390         set-buffer-multibyte.
4391
4392 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
4393
4394         * Riece: Version 0.0.3 released.
4395         * riece-version.el (riece-version-number): Bump up to 0.0.3.
4396
4397         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
4398         in hooks.
4399         (riece-handle-ctcp-response): Ditto.
4400
4401 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
4402
4403         * riece-user.el (riece-rename-user): Don't modify entry when
4404         old-name == new-name.
4405
4406         * riece-display.el (riece-configure-windows): Use window-buffer
4407         instead of current-buffer.
4408
4409         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
4410         (riece-rdcc-ruby-command): New user option.
4411         (riece-rdcc-send-program): New user option.
4412         (riece-rdcc-decode-address-program): New user option.
4413         (riece-rdcc-substitute-variables): New function.
4414         (riece-command-dcc-send): Use it.
4415         (riece-rdcc-decode-address): Use it.
4416
4417 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
4418
4419         * riece-rdcc.el: New add-on.
4420
4421         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
4422
4423 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
4424
4425         * riece-ndcc.el: New add-on.
4426         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
4427
4428 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
4429
4430         * riece-server.el (riece-open-server): Simplify message.
4431
4432         * riece-commands.el (riece-command-open-server): Throw an error
4433         when the server is already opened.
4434
4435         * riece-filter.el (riece-sentinel): Simplified.
4436
4437         * riece-display.el (riece-user-list-update-buffer): Check the
4438         existence of riece-user-list-buffer.
4439         (riece-channel-list-update-buffer): Check the existence of
4440         riece-channel-list-buffer.
4441         (riece-set-window-points): Ditto.
4442
4443         * riece-commands.el (riece-command-open-server): Simplified.
4444         (riece-command-toggle-channel-buffer-mode): Set
4445         riece-save-variables-are-dirty to t.
4446         (riece-command-toggle-user-list-buffer-mode): Ditto.
4447         (riece-command-toggle-channel-list-buffer-mode): Ditto.
4448
4449         * riece-server.el (riece-start-server): Abolish.
4450         (riece-open-server): Set riece-server-process-alist and
4451         riece-server-process here.
4452
4453 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
4454
4455         * riece-filter.el (riece-sentinel): Close process even if
4456         riece-reconnect-with-password == t.
4457         (riece-handle-message): Catch errors occured in hooks.
4458
4459         * riece-server.el (riece-open-server): Reuse server buffer.
4460         (riece-close-server-process): Delete process even if process is
4461         not running.
4462
4463 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
4464
4465         * riece-server.el (riece-open-server): No need to reset
4466         riece-reconnect-with-password.
4467
4468         * riece-filter.el (riece-sentinel): Don't call riece when
4469         riece-reconnect-with-password = t and process !=
4470         riece-server-process.
4471
4472         * riece-url.el: Fix usage.
4473
4474         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
4475
4476         * riece-unread.el: New add-on.
4477         * COMPILE (riece-modules): Add riece-unread.
4478         * Makefile.am (EXTRA_DIST): Add riece-unread.el
4479
4480         * riece-300.el (riece-handle-322-message): New handler.
4481         (riece-handle-323-message): New handler.
4482
4483 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
4484
4485         * riece-display.el (riece-configure-windows): Select other window
4486         when minibuffer is active.
4487
4488         * riece-commands.el (riece-command-list): New command.
4489         (riece-command-enter-message-as-notice): New command.
4490         * riece.el (riece-command-mode-map): Bind
4491         riece-command-enter-message-as-notice and riece-command-list.
4492
4493         * riece-server.el (riece-close-server): Skip nil when leaving
4494         channels before closing server.
4495
4496 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
4497
4498         * Riece: Version 0.0.2 released.
4499         * riece-version.el (riece-version-number): Bump up to 0.0.2.
4500
4501         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
4502         * riece-url.el (riece-url-requires): Don't assert dependency on
4503         riece-highlight unless it appears in riece-addons.
4504
4505         * riece-url.el: New add-on.
4506         * COMPILE (riece-modules): Add riece-url.
4507
4508         * riece-message.el (riece-message-make-bracket): Abolish.
4509         * riece-highlight.el (riece-highlight-font-lock-keywords):
4510         Give up to fontify "-nick-" or "-nick server-".
4511
4512         * riece-highlight.el (riece-highlight-font-lock-keywords):
4513         Simplified regexp.
4514
4515         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
4516         (riece-handle-ctcp-response): Ditto.
4517
4518         * riece-highlight.el: Make it an add-on.
4519         (riece-highlight-insinuate): New function.
4520         * riece.el: Don't require 'riece-highlight.
4521         * riece-options.el (riece-addons): Turn on riece-highlight and
4522         riece-ctcp by default.
4523
4524         * riece-display.el (riece-configure-windows-predicate): New function.
4525         (riece-configure-windows-predicate): New user option.
4526         (riece-redisplay-buffers): Use it.
4527
4528         * riece-complete.el: Require 'cl for butlast.
4529
4530         * Makefile.am (elc): Renamed from "compile".
4531
4532         * riece.el (riece-dialogue-mode-map): Bind
4533         riece-command-toggle-channel-list-buffer-mode.
4534
4535         * riece-display.el (riece-configure-windows): Typo fixed.
4536
4537         * riece-user.el (riece-user-toggle-channel): Use member instead of
4538         memq.
4539
4540 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
4541
4542         * riece-ctcp.el (riece-ctcp-insinuate): New function.
4543
4544         * riece-options.el (riece-addons): New user option.
4545         (riece-addon-directory): New user option.
4546
4547         * riece.el (riece-load-and-build-addon-dependencies): New function.
4548         (riece-insinuate-addons): New function.
4549         (riece): Call riece-insinuate-addons.
4550
4551         * riece-misc.el (riece-get-users-on-server): Moved from
4552         riece-commands.el.
4553
4554         * riece-ctcp.el: New file.
4555         * COMPILE (riece-modules): Add riece-ctcp.
4556         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
4557
4558 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
4559
4560         * Riece: Version 0.0.1 released.
4561
4562         * riece-commands.el (riece-command-names): New command.
4563         (riece-command-who): New command.
4564
4565         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
4566         riece-command-who.
4567
4568         * riece-300.el (riece-handle-341-message): New handler.
4569         (riece-handle-352-message): New handler.
4570
4571         * riece-commands.el (riece-command-invite): Don't accept channel
4572         argument; throw an error when user is not on a channel.
4573         (riece-command-kick): New command.