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