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