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