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