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