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