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