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