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