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