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