* riece-commands.el (riece-command-change-mode): Don't send ":".
[riece] / lisp / ChangeLog
1 2004-06-26  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-commands.el (riece-command-change-mode): Don't send ":".
4         [cf. <Liece:00191>]
5
6 2004-06-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * riece-display.el (riece-update-long-channel-indicator): Change
9         order to channel, mode, topic.
10
11         * riece-message.el (riece-message-make-open-bracket): Come in
12         first notice message.
13         (riece-message-make-close-bracket): Ditto.
14
15 2004-06-16  Daiki Ueno  <ueno@unixuser.org>
16
17         * riece-commands.el (riece-command-end-of-buffer): New command.
18         * riece.el (riece-dialogue-mode-map): Bind beginning-of-buffer to Home.
19         (riece-command-map): Bind riece-command-beginning-of-buffer to Home.
20
21 2004-06-15  Daiki Ueno  <ueno@unixuser.org>
22
23         * riece.el (riece-dialogue-mode-map): Bind end-of-buffer to End.
24         (riece-command-map): Bind riece-command-end-of-buffer to End.
25
26 2004-06-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * riece-commands.el (riece-command-send-message): Run
29         riece-command-send-message-hook.
30
31         * riece-foolproof.el (riece-foolproof-dmacro-override): Removed.
32         (riece-foolproof-command-send-message-function): New function.
33         (riece-foolproof-insinuate): Use hook instead of advice.
34         (riece-foolproof-enable, riece-foolproof-disable): Simplified.
35
36 2004-06-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37
38         * riece-foolproof.el (riece-foolproof-dmacro-override): New
39         function.
40         (riece-foolproof-insinuate): Check keyboard macro.
41
42 2004-06-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
43
44         * riece-foolproof.el: New add-on.
45         * COMPILE (riece-modules): Add riece-foolproof.
46         * Makefile.am (EXTRA_DIST): Add riece-foolproof.el.
47
48 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
49
50         * riece-commands.el (riece-command-change-mode): Don't send ":" to
51         query a channe mode.
52         * riece-mode.el (riece-parse-modes): Accept mode spec not
53         delimited with " " such as "-n+s".
54
55 2004-06-10  Daiki Ueno  <ueno@unixuser.org>
56
57         * riece-layout.el (riece-set-window-points): Restore window-point
58         of the channel buffer from riece-channel-buffer-window-point.
59
60         * riece-display.el (riece-switch-to-channel): Set
61         riece-channel-buffer-window-point.
62
63         * riece.el (riece-channel-mode): Make
64         riece-channel-buffer-window-point buffer local.
65
66         * riece-globals.el (riece-channel-buffer-window-point): New variable.
67
68 2004-06-06  Daiki Ueno  <ueno@unixuser.org>
69
70         * riece-rdcc.el (riece-command-dcc-send): Replace whitespace with
71         "_".
72         (riece-command-dcc-receive): Convert default filename with
73         convert-standard-filename.
74         (riece-handle-dcc-request): Handle filenames enclosed with "...".
75
76 2004-06-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * riece-hangman.el (riece-hangman-word): Check killed-buffer or
79         not.  Fix random number generation logic.
80
81 2004-06-03  Daiki Ueno  <ueno@unixuser.org>
82
83         * riece-server.el (riece-open-server): When password input is
84         quitted, delete the current server process manually.
85         (riece-close-server-process): Always kill process buffer.
86         (riece-quit-server-process): If the connection is timed out,
87         delete the current server process manually.
88
89 2004-06-02  Daiki Ueno  <ueno@unixuser.org>
90
91         * riece-unread.el: Use riece-facep to check existence of
92         'riece-modeline-unread-face.
93         * riece-history.el: Use riece-facep to check existence of
94         'riece-modeline-history-face.
95         * riece-highlight.el: Use riece-facep to check existence of
96         'riece-modeline-current-face.
97
98         * riece-xemacs.el (riece-facep): Define as an alias of 'find-face.
99         * riece-emacs.el (riece-facep): Define as an alias of 'facep.
100
101 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
102
103         * riece-button.el (riece-button-disable): On XEmacs, BUFFER arg of
104         widget-map-buttons is ignored.
105
106 2004-06-01  Daiki Ueno  <ueno@unixuser.org>
107
108         * riece-unread.el (riece-modeline-unread-face): New face;
109         setup the properties are inherited from 'modeline.
110         * riece-history.el (riece-modeline-history-face): New face;
111         setup the properties are inherited from 'modeline.
112         * riece-highlight.el (riece-modeline-current-face): New face;
113         setup the properties are inherited from 'modeline.
114
115         * riece-server.el (riece-close-server-process): Reset
116         process-filter/process-sentinel.
117
118 2004-05-31  Daiki Ueno  <ueno@unixuser.org>
119
120         * riece-hangman.el (riece-hangman-after-privmsg-hook): Display answer.
121         (riece-hangman-enable): Initialize random seed.
122
123 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
124
125         * Riece: Version 1.0.0 released.
126         * riece-version.el (riece-version-number): Bump up to 1.0.0.
127
128 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
129
130         * riece-commands.el (riece-command-finger): Complete user names
131         without server-name.
132         (riece-command-invite): Ditto.
133         (riece-command-change-mode): Ditto.
134         (riece-command-enter-message-to-user): Ditto.
135
136         * riece-identity.el (riece-completing-read-identity): Add extra
137         8th arg "no-server".
138
139 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
140
141         * riece-server.el: Move autoload setting for 'riece-exit before
142         riece-open-server.
143
144         * riece-message.el (riece-format-message): Use speaker's
145         server-name instead of the current server-name.
146
147         * riece-ignore.el: Autoload 'riece-dialogue-mode.
148
149         * riece-identity.el (riece-format-identity): Put
150         'riece-format-identity-prefix-only property.
151
152         * riece-icon.el: Require 'riece-globals and 'riece-signal.
153
154         * riece-history.el: Require 'riece-signal.
155
156         * riece-highlight.el: Require 'riece-misc.
157
158         * riece-alias.el: Require 'riece-signal.
159
160         * riece-addon.el: Require 'font-lock, 'riece-options,
161         'riece-compat, and 'riece-misc.
162
163 2004-05-29  Daiki Ueno  <ueno@unixuser.org>
164
165         * riece-commands.el (riece-command-switch-to-channel): Change prompt.
166         (riece-command-switch-to-channel-by-number): Ditto.
167         (riece-command-change-layout): Ditto.
168         (riece-command-finger): Ditto.
169         (riece-command-topic): Ditto.
170         (riece-command-invite): Ditto.
171         (riece-command-kick): Ditto.
172         (riece-command-names): Ditto.
173         (riece-command-who): Ditto.
174         (riece-command-list): Ditto.
175         (riece-command-change-mode): Ditto.
176         (riece-command-set-operators): Ditto.
177         (riece-command-set-speakers): Ditto.
178         (riece-command-enter-message-to-user): Ditto.
179         (riece-command-join): Ditto.
180         (riece-command-part): Ditto.
181         (riece-command-open-server): Ditto.
182         (riece-command-close-server): Ditto.
183
184 2004-05-28  OHASHI Akira  <bg66@koka-in.org>
185
186         * riece-biff.el (riece-biff-insinuate): Add riece-biff-disable to
187         riece-exit-hook.
188
189 2004-05-28  Daiki Ueno  <ueno@unixuser.org>
190
191         * riece-message.el (riece-message-set-speaker): New function.
192         (riece-message-set-target): New function.
193         (riece-message-set-text): New function.
194         (riece-message-set-type): New function.
195         (riece-message-set-own-p): New function.
196
197         * riece-kakasi.el: New add-on.
198         * COMPILE (riece-modules): Add riece-kakasi.
199         * Makefile.am (EXTRA_DIST): Add riece-kakasi.el.
200
201 2004-05-27  OHASHI Akira  <bg66@koka-in.org>
202
203         * riece-biff.el: New add-on.
204         * COMPILE (riece-modules): Add riece-biff.
205         * Makefile.am (EXTRA_DIST): Add riece-biff.el.
206
207 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
208
209         * riece.el (riece-exit): Don't disable addons.
210
211         * riece-commands.el (riece-command-quit): Don't query user to
212         input y/n if there is no server process.
213
214 2004-05-26  Daiki Ueno  <ueno@unixuser.org>
215
216         * riece-highlight.el: Require 'derived.
217         (riece-highlight-setup-dialogue): Turn on font-lock if
218         riece-highlight-enabled.
219         (riece-highlight-setup-channel-list): Ditto.
220
221 2004-05-24  Daiki Ueno  <ueno@unixuser.org>
222
223         * riece-addon.el (riece-command-list-addons): Sort add-ons.
224
225 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
226
227         * riece-menu.el: Don't put 'riece-addon-default-disabled property.
228
229         * riece-log.el (riece-log-flashback): Don't check riece-log-enabled.
230
231         * riece.el (riece): Enable add-ons after startup.
232
233 2004-05-23  Daiki Ueno  <ueno@unixuser.org>
234
235         * riece-unread.el (riece-unread-disable): Reset riece-unread-channels.
236
237 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
238
239         * riece-message.el (riece-format-message): Don't append
240         server-name if the 2nd arg is not specified.
241
242         * riece-hangman.el (riece-hangman-word): Fixed regexp.
243
244 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
245
246         * riece-xface.el: Support enable/disable.
247         (riece-xface-enabled): New flag.
248         (riece-xface-description): New variable.
249         (riece-xface-update-user-list-buffer): Check riece-xface-enabled.
250         (riece-xface-enable): New function.
251         (riece-xface-disable): New function.
252
253         * riece-url.el: Support enable/disable.
254         (riece-url-enabled): New flag.
255         (riece-url-description): New variable.
256         (riece-url-enable): New function; bind command keys here.
257         (riece-url-disable): New function.
258
259         * riece-unread.el: Support enable/disable.
260         (riece-unread-enabled): New flag.
261         (riece-unread-description): New variable.
262         (riece-unread-after-display-message-function): Check
263         riece-unread-enabled.
264         (riece-unread-after-switch-to-channel-function): Ditto.
265         (riece-unread-format-identity-for-channel-list-buffer): Ditto.
266         (riece-unread-format-identity-for-channel-list-indicator): Ditto.
267         (riece-unread-enable): New function; bind command keys here.
268         (riece-unread-disable): New function.
269
270         * riece-rdcc.el: Support enable/disable.
271         (riece-rdcc-enabled): New flag.
272         (riece-rdcc-description): New variable.
273         (riece-handle-dcc-request): Check riece-rdcc-enabled.
274         (riece-rdcc-enable): New function; bind command keys here.
275         (riece-rdcc-disable): New function.
276
277         * riece-ndcc.el: Support enable/disable.
278         (riece-ndcc-enabled): New flag.
279         (riece-ndcc-description): New variable.
280         (riece-handle-dcc-request): Check riece-ndcc-enabled.
281         (riece-ndcc-enable): New function; bind command keys here.
282         (riece-ndcc-disable): New function.
283
284         * riece-menu.el: Support enable/disable; put
285         riece-addon-default-disabled property.
286         (riece-menu-enabled): New flag.
287         (riece-menu-description): New variable.
288         (riece-menu-enable): New function.
289         (riece-menu-disable): New function.
290
291         * riece-lsdb.el: Support enable/disable.
292         (riece-lsdb-enabled): New flag.
293         (riece-lsdb-description): New variable.
294         (riece-lsdb-enable): New function; bind command keys here.
295         (riece-lsdb-disable): New function.
296
297         * riece-keyword.el: Support enable/disable.
298         (riece-keyword-enabled): New flag.
299         (riece-keyword-description): New variable.
300         (riece-keyword-message-filter): Check riece-keyword-enabled.
301         (riece-keyword-enable): New function.
302         (riece-keyword-disable): New function.
303
304         * riece-ignore.el: Support enable/disable.
305         (riece-ignore-enabled): New flag.
306         (riece-ignore-description): New variable.
307         (riece-ignore-message-filter): Check riece-ignore-enabled.
308         (riece-ignore-enable): New function; bind command keys here.
309         (riece-ignore-disable): New function.
310
311         * riece-icon.el: Support enable/disable.
312         (riece-icon-enabled): New flag.
313         (riece-icon-description): New variable.
314         (riece-icon-update-user-list-buffer): Check riece-icon-enabled.
315         (riece-icon-update-channel-list-buffer): Check riece-icon-enabled.
316         (riece-icon-enable): New function.
317         (riece-icon-disable): New function.
318
319         * riece-history.el: Support enable/disable.
320         (riece-history-enabled): New flag.
321         (riece-history-description): New variable.
322         (riece-history-format-identity-for-channel-list-buffer): Check
323         riece-history-enabled.
324         (riece-history-format-identity-for-channel-list-indicator): Ditto.
325         (riece-history-enable): New function.
326         (riece-history-disable): New function.
327
328         * riece-hangman.el: Support enable/disable; put
329         riece-addon-default-disabled property.
330         (riece-hangman-enabled): New flag.
331         (riece-hangman-description): New variable.
332         (riece-hangman-after-privmsg-hook): Check riece-hangman-enabled.
333         (riece-hangman-enable): New function.
334         (riece-hangman-disable): New function.
335
336         * riece-guess.el: Support enable/disable.
337         (riece-guess-enabled): New flag.
338         (riece-guess-description): New variable.
339         (riece-guess-insinuate): Nothing to do.
340         (riece-guess-enable): New function; bind command keys here.
341         (riece-guess-disable): New function.
342
343         * riece-doctor.el: Support enable/disable; put
344         'riece-addon-default-disabled property.
345         (riece-doctor-enabled): New flag.
346         (riece-doctor-description): New variable.
347         (riece-doctor-after-privmsg-hook): Check riece-doctor-enabled.
348         (riece-doctor-enable): New function.
349         (riece-doctor-disable): New function.
350
351         * riece-ctlseq.el: Support enable/disable.
352         (riece-ctlseq-enabled): New flag.
353         (riece-ctlseq-description): New variable.
354         (riece-ctlseq-message-filter): Check riece-ctlseq-enabled.
355         (riece-ctlseq-enable): New function.
356         (riece-ctlseq-disable): New function.
357
358         * riece-button.el: Support enable/disable.
359         (riece-button-enabled): New flag
360         (riece-button-description): New variable.
361         (riece-button-enable): New function.
362         (riece-button-disable): New function.
363
364         * riece-async.el (riece-async-description): New variable.
365
366         * riece-alias.el: Support enable/disable.
367         (riece-alias-enabled): New flag.
368         (riece-alias-description): New variable.
369         (riece-alias-insinuate): Nothing to do.
370         (riece-alias-enable): New function.
371         (riece-alias-disable): New function.
372
373         * riece-addon.el (riece-addon-list-mark-face-alist): Change mark
374         for addons which does not support enable/disable.
375         (riece-addon-list-font-lock-keywords): Follow the above change.
376         (riece-command-list-addons): Ditto.
377
378         * riece.el (riece): Check 'riece-addon-default-disabled property.
379         (riece-exit): Disable addons.
380
381 2004-05-22  Daiki Ueno  <ueno@unixuser.org>
382
383         * riece-addon.el (riece-addon-list-mode): Call font-lock-set-defaults.
384
385         * riece-highlight.el (riece-highlight-setup-dialogue): Call
386         font-lock-set-defaults.
387         (riece-highlight-setup-channel-list): Ditto.
388
389         * riece.el (riece): Enable add-ons after startup.
390
391 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
392
393         * riece.el (riece-dialogue-mode-map): Bind
394         riece-command-list-addons as "^".
395
396 2004-05-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
397
398         * riece-skk-kakutei.el (riece-skk-kakutei-enabled): New flag.
399         (riece-skk-kakutei-description): New variable.
400         (riece-skk-kakutei-insinuate): Nothing to do.
401         (riece-skk-kakutei-enable): New function.
402         (riece-skk-kakutei-disable): New function.
403
404 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
405
406         * riece-highlight.el (riece-highlight-setup-dialogue): Simplified.
407         (riece-highlight-setup-channel-list): Simplified.
408
409         * riece.el (riece): Enable add-ons just after insinuate them.
410
411         * riece-addon.el (riece-addon-list-enabled-face): New face.
412         (riece-addon-list-disabled-face): New face.
413         (riece-addon-list-unsupported-face): New face.
414         (riece-addon-list-unknown-face): New face.
415         (riece-addon-list-description-face): New face.
416         (riece-addon-list-mark-face-alist): New user option.
417         (riece-addon-list-font-lock-keywords): New variable.
418         (riece-addon-list-mode-map): Bind some keys.
419
420 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
421
422         * riece-addon.el (riece-insinuate-addon): Add optional 2nd
423         argument `verbose'
424         (riece-enable-addon): Ditto.
425         (riece-disable-addon): Ditto.
426         (riece-command-enable-addon): Call riece-enable-addon with the 2nd
427         arg.
428         (riece-command-disable-addon): Call riece-disable-addon with the
429         2nd arg.
430
431 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
432
433         * riece-addon.el (riece-command-list-addons): Change "no
434         description" -> "(no description)"; show key bindings.
435
436         * riece-ctcp.el (riece-ctcp-description): New variable.
437         * riece-highlight.el (riece-highlight-description): New variable
438         * riece-log.el (riece-log-description): New variable.
439         * riece-mini.el (riece-mini-description): New variable.
440
441 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
442
443         * riece-ctcp.el (riece-ctcp-enable): Fixed typo.
444
445         * riece-addon.el (riece-addon-list-mode-map): New keymap.
446         (riece-addon-list-mode): New function.
447         (riece-command-list-addons): New command.
448         (riece-command-enable-addon): New command.
449         (riece-command-disable-addon): New command.
450         (riece-disable-addon): Fixed typo.
451
452 2004-05-21  Daiki Ueno  <ueno@unixuser.org>
453
454         * riece-mini.el (riece-mini-enabled): New flag.
455         (riece-mini-display-message-function): Check riece-mini-enabled.
456         (riece-mini-enable): New function.
457         (riece-mini-disable): New function.
458
459         * riece-log.el (riece-log-enabled): New flag.
460         (riece-log-display-message-function): Check riece-log-enabled.
461         (riece-log-insinuate): Don't bind command key.
462         (riece-log-enable): New function.
463         (riece-log-disable): New function.
464
465         * riece-highlight.el (riece-highlight-enabled): New flag.
466         (riece-highlight-setup-dialogue): Renamed from
467         riece-dialogue-turn-on-font-lock; don't call turn-on-font-lock.
468         (riece-highlight-setup-channel-list): Renamed from
469         riece-channel-list-turn-on-font-lock; don't call
470         turn-on-font-lock.
471         (riece-highlight-hide-prefix): Renamed from
472         riece-dialogue-hide-prefix.
473         (riece-highlight-put-overlay-faces): Renamed from
474         riece-put-overlay-faces; check riece-highlight-enabled.
475         (riece-highlight-format-identity-for-channel-list-indicator):
476         Check riece-highlight-enabled.
477         (riece-highlight-insinuate): Follow the name changes.
478         (riece-highlight-enable): New function.
479         (riece-highlight-disable): New function.
480
481         * riece-ctcp.el (riece-ctcp-enabled): New flag.
482         (riece-ctcp-insinuate): Don't bind command keys.
483         (riece-ctcp-enable): New function.
484         (riece-ctcp-disable): New function.
485         (riece-handle-ctcp-request): Check riece-ctcp-enabled.
486         (riece-handle-ctcp-response): Ditto.
487
488         * riece.el: Moved add-on arrangement code to riece-addon.el.
489         (riece-addons-insinuated): New flag.
490         (riece): Don't (re)insinuate add-ons if at least an IRC server is
491         opened; enable add-ons after calling riece-startup-hook.
492
493         * riece-addon.el: New file.
494         * COMPILE (riece-modules): Add riece-addon.
495         * Makefile.am (EXTRA_DIST): Add riece-addon.el.
496
497 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
498
499         * riece-doctor.el (riece-doctor-buffer-name): Assume that the 1st
500         argument is nickname rather than identity object.
501         (riece-doctor-after-privmsg-hook): Don't send formatted identity
502         as a patient's nickname.
503
504 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
505
506         * riece-hangman.el (riece-hangman-player-context-alist): Renamed
507         from riece-hangman-players.
508         (riece-hangman-make-context): Add doc.
509         (riece-hangman-context-word): Add doc.
510         (riece-hangman-context-guessed): Add doc.
511         (riece-hangman-context-missed-count): Add doc.
512         (riece-hangman-context-set-guessed): Add doc.
513         (riece-hangman-context-set-missed-count): Add doc.
514         (riece-hangman-word): Add doc.
515         (riece-hangman-reply-with-context): Prefix user name.
516
517 2004-05-20  Daiki Ueno  <ueno@unixuser.org>
518
519         * riece-doctor.el (riece-doctor-after-privmsg-hook): Prefix user
520         name to reply.
521
522         * riece-hangman.el: New add-on.
523         * COMPILE (riece-modules): Add riece-hangman.
524         * Makefile.am (EXTRA_DIST): Add riece-hangman.el.
525
526 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
527
528         * riece-400.el (riece-handle-read-string): Append "Quit" to prompt
529         if user quits input.
530
531 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
532
533         * riece-commands.el (riece-command-complete-user): New command.
534         * riece.el: Bind riece-command-complete-user.
535
536 2004-05-19  Daiki Ueno  <ueno@unixuser.org>
537
538         * riece-400.el (riece-handle-read-string): New function.
539         (riece-handle-432-message): Use it.
540         (riece-handle-433-message): Use it.
541
542         * riece-server.el (riece-open-server): Don't inhibit quit and
543         catch it when reading server password.
544
545 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
546
547         * riece-ignore.el (riece-ignore-message-filter): Set the
548         major-mode of riece-ignore-buffer riece-dialogue-mode.
549
550 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
551
552         * riece-ignore.el (riece-ignore-buffer-name): New user option.
553         (riece-ignore-discard-message): Fixed custom spec to follow the
554         logging option.
555         (riece-ignore-buffer): New variable.
556
557         * riece-log.el (riece-log-display-message-function): Use
558         riece-format-message.
559
560         * riece-message.el (riece-format-message): New function splitted
561         from riece-display-message-1.
562         (riece-display-message-1): Use it.
563
564 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
565
566         * riece-ignore.el (riece-ignore-user): Renamed from
567         riece-ignore-by-user.
568
569 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
570
571         * riece-signal.el (riece-connect-signal): Fixed doc.
572         (riece-disconnect-signal): New function.
573
574         * riece-ignore.el (riece-ignore-discard-message): New user option.
575         (riece-ignored-user-list): Renamed from riece-ignored-user.
576         (riece-ignore-by-user): Support unignore.
577
578 2004-05-18  Daiki Ueno  <ueno@unixuser.org>
579
580         * riece-url.el (riece-url-regexp): Accept ";".
581
582         * riece-ignore.el: New add-on.
583         * COMPILE (riece-modules): Add riece-ignore.
584         * Makefile.am (EXTRA_DIST): Add riece-ignore.el.
585
586 2004-05-13  OHASHI Akira  <bg66@koka-in.org>
587
588         * riece-log.el (riece-log-get-directory): Follow the name change
589         of riece-channel-regexp.
590
591 2004-05-12  Daiki Ueno  <ueno@unixuser.org>
592
593         * riece-globals.el (riece-strict-channel-regexp): Renamed from
594         riece-channel-regexp.
595         (riece-strict-user-regexp): Renamed from riece-user-regexp.
596         (riece-laxed-channel-regexp): New constant.
597         (riece-laxed-user-regexp): New constant.
598         (riece-channel-regexp): Define as variable (its default value is
599         set to riece-laxed-channel-regexp).
600         (riece-user-regexp): Define as variable (its default value is set
601         to riece-laxed-user-regexp).
602
603 2004-05-10  Daiki Ueno  <ueno@unixuser.org>
604
605         * riece-ctlseq.el (riece-ctlseq-scan-region): Abolish.
606         (riece-ctlseq-requires): New function.
607         (riece-ctlseq-message-filter): Assume the existence of
608         riece-put-overlay-faces, add 'riece-overlay-face property.
609
610         * riece-keyword.el (riece-keyword-scan-region): Abolish.
611         (riece-keyword-message-filter): Assume the existence of
612         riece-put-overlay-faces, add 'riece-overlay-face property.
613
614         * riece-highlight.el (riece-put-overlay-faces): New function.
615         (riece-highlight-insinuate): Add riece-put-overlay-faces to
616         riece-after-insert-functions.
617
618 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
619
620         * riece-misc.el (riece-split-parameters): Don't remove a trailing
621         string even if it is empty.
622
623 2004-05-05  Daiki Ueno  <ueno@unixuser.org>
624
625         * riece-ctlseq.el: Require 'riece-message for riece-message-text;
626         require 'riece-misc for riece-scan-property-region.
627
628         * riece-ctcp.el: Require 'riece-display for riece-channel-buffer.
629
630 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
631
632         * riece-300.el (riece-handle-312-message): Use server name
633         returned by WHOIS instead of riece-real-server-name.
634         [cf. <Liece:00170>]
635
636 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
637
638         * Riece: Version 0.2.2 released.
639         * riece-version.el (riece-version-number): Bump up to 0.2.2.
640
641         * riece-ctlseq.el (riece-ctlseq-hide-controls): New user option.
642
643         * riece-keyword.el (riece-keyword): Fixed the parent custom group.
644         * riece-url.el (riece-url): Fixed the parent custom group.
645
646 2004-05-04  Daiki Ueno  <ueno@unixuser.org>
647
648         * riece-ctlseq.el: New add-on.
649         * COMPILE (riece-modules): Add riece-ctlseq.
650         * Makefile.am (EXTRA_DIST): Add riece-ctlseq.el.
651
652 2004-04-29  OHASHI Akira  <bg66@koka-in.org>
653
654         * riece-log.el (riece-log-get-directory): Use a canonicalized
655         channel name.
656         (riece-log-open-directory-function): New user option.
657         (riece-log-open-directory): Use it.
658         (riece-log-insinuate): Add new key bind.
659
660 2004-04-05  Daiki Ueno  <ueno@unixuser.org>
661
662         * riece-button.el (riece-button-requires): Abolish.
663
664 2004-03-29  Daiki Ueno  <ueno@unixuser.org>
665
666         * riece.el (riece-buffer-alist): Rename *Commands* -> *Command*.
667         (riece-command-mode): Rename Commands -> Command.
668
669 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
670
671         * riece-signal.el: Require 'riece-options for riece-debug.
672         * riece-async.el: Require 'riece-options for riece-debug.
673
674 2004-03-28  Daiki Ueno  <ueno@unixuser.org>
675
676         * riece.el (riece-command-mode): Don't display
677         riece-freeze-indicator on the modeline of the command buffer.
678         (riece-dialogue-mode): Make riece-freeze-indicator local to the
679         buffer whose major-mode is derived from riece-dialogue-mode.
680
681         * riece-display.el: Add autoload setting for derived-mode-class.
682         (riece-update-status-indicators): Check riece-freeze flag for each
683         buffer visible in the selected frame.
684
685         * riece-commands.el: Add autoload setting for derived-mode-class.
686         (riece-command-toggle-freeze): Don't switch to the channel buffer
687         if major-mode of the current buffer is derived from
688         riece-dialogue-mode.  Which allows to lock "*Others*" buffer.
689         (riece-command-toggle-own-freeze): Ditto.
690
691         * riece-globals.el (riece-freeze): Fix doc.
692         (riece-freeze-indicator): Add doc.
693         (riece-channel-indicator): Fix doc.
694         (riece-long-channel-indicator): Fix doc.
695         (riece-channel-list-indicator): Fix doc.
696         (riece-user-indicator): Fix doc.
697         (riece-away-indicator): Add doc.
698         (riece-operator-indicator): Add doc.
699
700 2004-03-24  Daiki Ueno  <ueno@unixuser.org>
701
702         * riece-unread.el (riece-unread-after-display-message-function):
703         Treat private messages as unread.
704
705 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
706
707         * riece.el (riece-exit): Don't clear riece-user-list-buffer and
708         riece-channel-list-buffer.
709
710 2004-03-21  Daiki Ueno  <ueno@unixuser.org>
711
712         * riece.el (riece-exit): Clear riece-channel-buffer,
713         riece-user-list-buffer, and riece-channel-list-buffer.
714
715 2004-03-20  Daiki Ueno  <ueno@unixuser.org>
716
717         * riece-server.el (riece-open-server): Append the server-name to
718         the prompt string.
719
720 2004-03-14  Daiki Ueno  <ueno@unixuser.org>
721
722         * riece-display.el (riece-display-connect-signals): Update
723         riece-long-channel-indicator on 'channel-modes-changed signal.
724
725         * riece-naming.el (riece-naming-assert-channel-modes): New
726         function renamed from riece-handle-channel-modes.
727
728         * riece-misc.el: Require 'riece-mode.
729         (riece-concat-channel-modes): Display mode parameter.
730
731         * riece-channel.el: Require 'riece-mode.
732         (riece-channel-toggle-mode): Store mode "objects" instead of mode
733         "flags".
734         * riece-user.el: Require 'riece-mode.
735         (riece-user-toggle-mode): Store mode "objects" instead of mode
736         "flags".
737
738         * riece-handle.el: Require 'riece-mode.
739         (riece-handle-mode-message): Use riece-parse-mode.
740         (riece-parse-mode): Moved to riece-mode.el.
741         (riece-handle-channel-modes): Moved to riece-naming.el.
742
743         * riece-300.el: Require 'riece-mode.
744         (riece-handle-324-message): Use riece-parse-mode.
745
746         * riece-mode.el: New file.
747         * Makefile.am (EXTRA_DIST): Add riece-mode.el.
748         * COMPILE (riece-modules): Add riece-mode.
749
750 2004-03-13  Daiki Ueno  <ueno@unixuser.org>
751
752         * riece-ctcp.el: "Error occurred in XXX" -> "Error in XXX".
753         * riece-filter.el: "Error occurred in XXX" -> "Error in XXX".
754         * riece-signal.el: "Error occurred in XXX" -> "Error in XXX".
755
756 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
757
758         * Riece: Version 0.2.1 released.
759         * riece-version.el (riece-version-number): Bump up to 0.2.1.
760
761 2004-03-09  Daiki Ueno  <ueno@unixuser.org>
762
763         * riece-emacs.el (riece-propertize-modeline-string): Fix arguments
764         for add-text-properties.
765
766 2004-03-08  Daiki Ueno  <ueno@unixuser.org>
767
768         * riece-xface.el (riece-xface-insinuate): Use
769         riece-user-list-mode-hook to setup riece-update-buffer-functions
770         in user-list buffer.
771
772 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
773
774         * Riece: Version 0.2.0 released.
775         * riece-version.el (riece-version-number): Bump up to 0.2.0.
776
777         * riece-ctcp.el (riece-handle-ctcp-version-request): Fixed bug in
778         formatting target identity.
779         (riece-handle-ctcp-ping-request): Ditto.
780         (riece-handle-ctcp-clientinfo-request): Ditto.
781
782 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
783
784         * riece-display.el: Rename some signals.
785
786         * riece-commands.el (riece-command-set-operators): Reverse user-list.
787         (riece-command-set-speakers): Ditto.
788
789 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
790
791         * riece-unread.el
792         (riece-unread-format-identity-for-channel-list-indicator): Escape
793         % -> %%; use riece-propertize-modeline-string.
794
795         * riece-history.el
796         (riece-history-format-identity-for-channel-list-indicator): Escape
797         % -> %%; use riece-propertize-modeline-string.
798
799         * riece-highlight.el
800         (riece-highlight-format-identity-for-channel-list-indicator):
801         Escape % -> %%; use riece-propertize-modeline-string.
802
803         * riece-display.el
804         (riece-format-identity-for-channel-list-indicator): Escape % ->
805         %%.
806         (riece-update-channel-list-indicator): Rewrite.
807
808         * riece-emacs.el (riece-propertize-modeline-string): New function.
809         * riece-xemacs.el (riece-propertize-modeline-string): New function.
810
811 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
812
813         * riece-unread.el
814         (riece-unread-format-identity-for-channel-list-indicator): New
815         function.
816         (riece-unread-insinuate): Setup
817         riece-format-identity-for-channel-list-indicator-functions.
818
819         * riece-history.el
820         (riece-history-format-identity-for-channel-list-buffer): New
821         function.
822         (riece-history-insinuate): Setup
823         riece-format-identity-for-channel-list-indicator-functions.
824
825         * riece-highlight.el
826         (riece-highlight-format-identity-for-channel-list-indicator): New
827         function.
828         (riece-highlight-insinuate): Setup
829         riece-format-identity-for-channel-list-indicator-functions.
830
831         * riece-display.el
832         (riece-format-identity-for-channel-list-buffer): Rename from
833         riece-format-channel-list-line.
834         (riece-format-identity-for-channel-list-indicator): New function.
835         (riece-update-channel-list-indicator): Use it.
836
837 2004-03-07  Daiki Ueno  <ueno@unixuser.org>
838
839         * riece-handle.el (riece-parse-modes): Make sure that mode params
840         are started at the beginning of the mode string.
841         (riece-handle-channel-modes): Fixed arguments passed to
842         riece-channel-toggle-*.
843
844 2004-03-06  Daiki Ueno  <ueno@unixuser.org>
845
846         * riece-xface.el (riece-xface-insinuate): Set
847         'riece-update-buffer-functions local to the user-list buffer.
848
849         * riece-unread.el: Require 'riece-signal instead of
850         'riece-display.
851         (riece-unread-after-display-message-function): Emit
852         'riece-update-buffer signal instead of
853         'riece-unread-channel-list-update signal.
854
855         * riece-ndcc.el: Don't require 'riece-display.
856
857         * riece-naming.el: Require 'riece-signal instead of
858         'riece-display.
859         (riece-naming-assert-rename): Don't rename buffer.
860
861         * riece-history.el (riece-history-format-channel-list-line): Don't
862         append "\n".
863
864         * riece-handle.el: Require 'riece-signal instead of
865         'riece-display.
866         (riece-parse-modes): Rename from riece-parse-channel-modes; don't
867         update channel modes.
868         (riece-handle-channel-modes): New function which processes the
869         result of riece-parse-modes.
870         (riece-handle-mode-message): Use it.
871
872         * riece-filter.el: Don't require 'riece-display.
873         * riece-display.el: Require 'riece-signal; connect
874         'riece-update-buffer signal.
875
876         * riece-ctcp.el: Don't require 'riece-display.
877
878         * riece-signal.el: New module splitted from riece-display.el.
879         * Makefile.am (EXTRA_DIST): Add riece-signal.
880         * COMPILE (riece-modules): Add riece-signal.
881
882 2004-03-05  Daiki Ueno  <ueno@unixuser.org>
883
884         * riece-unread.el (riece-unread-after-display-message-function):
885         Emit 'riece-unread-channel-list-update signal.
886         (riece-unread-insinuate): Connect the signal to the function which
887         updates channel-list buffer.
888
889         * riece-display.el (riece-display-connect-signals): Fix parenthesis.
890
891 2004-03-04  Daiki Ueno  <ueno@unixuser.org>
892
893         * riece-display.el (riece-emit-signal): Fixed bug that errors
894         during signal filter execution were not caught.
895         (riece-display-connect-signals): Check riece-current-channel is set.
896
897 2004-03-01  Daiki Ueno  <ueno@unixuser.org>
898
899         * riece-display.el (riece-display-connect-signals): Fixed bug in
900         signal filters.
901
902         * riece-handle.el (riece-handle-mode-message): Don't call
903         riece-parse-channel-modes if channel doesn't match with
904         riece-channel-regexp.
905
906 2004-02-28  Daiki Ueno  <ueno@unixuser.org>
907
908         * riece-display.el (riece-display-connect-signals): Connect some
909         signals.
910
911         * riece-naming.el (riece-naming-assert-join): Don't change the
912         current channel manually.
913         (riece-naming-assert-part): Ditto.
914         (riece-naming-assert-rename): Ditto.
915         (riece-naming-assert-channel-users): Ditto.
916
917 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
918
919         * riece-display.el (riece-emit-signal): Create signal object
920         internally.
921
922         * riece-message.el (riece-display-message-1): Emit
923         'riece-buffer-toggle-freeze signal.
924
925         * riece-commands.el (riece-command-toggle-freeze): Emit
926         'riece-buffer-toggle-freeze signal; don't update status indicators
927         manually.
928         (riece-command-toggle-own-freeze): Ditto.
929         
930         * riece-naming.el (riece-naming-assert-join): Rename signal 'join
931         -> 'riece-naming-assert-join.
932         (riece-naming-assert-part): Rename signal 'part ->
933         'riece-naming-assert-part.
934         (riece-naming-assert-rename): Rename signal 'rename ->
935         'riece-naming-assert-rename.
936         (riece-naming-assert-channel-users): Rename from
937         riece-naming-assert-users; rename signal 'users ->
938         'riece-naming-assert-channel-users.
939
940         * riece-handle.el (riece-handle-topic-message): Emit
941         'riece-channel-set-topic signal.
942         (riece-parse-channel-modes): Emit 'riece-channel-toggle-operator,
943         'riece-channel-toggle-speaker, and 'riece-channel-toggle-modes signals.
944
945         * riece-display.el (riece-display-connect-signals): Rename some
946         signals; connect more signals.
947
948         * riece-300.el (riece-handle-302-message): Emit
949         'riece-user-toggle-away, and 'riece-user-toggle-operator signals;
950         don't update status indicators manually.
951         (riece-handle-301-message): Emit 'riece-user-toggle-away signal;
952         don't update status indicators manually.
953         (riece-handle-305-message): Ditto.
954         (riece-handle-306-message): Ditto.
955         (riece-handle-353-message): Follow the name change of
956         riece-naming-assert-users.
957         (riece-handle-324-message): Emit 'riece-channel-toggle-modes
958         signal; don't update status indicators manually.
959         (riece-handle-set-topic): Emit 'riece-channel-set-topic signal;
960         don't update channel indicator manually.
961         (riece-handle-352-message): Emit 'riece-user-toggle-away, and
962         'riece-user-toggle-operator signals; don't update status
963         indicators manually.
964
965 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
966
967         * riece-display.el (riece-connect-signal): Create slot object
968         internally.
969
970 2004-02-27  Daiki Ueno  <ueno@unixuser.org>
971
972         * riece.el (riece): Setup signal slots.
973
974         * riece-unread.el (riece-unread-after-display-message-function):
975         Don't call riece-redisplay-buffers.
976
977         * riece-naming.el (riece-naming-assert-names): New function.
978         (riece-naming-assert-join): Emit 'join signal.
979         (riece-naming-assert-part): Emit 'part signal.
980         (riece-naming-assert-rename): Emit 'rename signal.
981
982         * riece-message.el (riece-message-buffer): Don't call
983         riece-redisplay-buffers.
984
985         * riece-handle.el (riece-handle-nick-message): Don't call
986         riece-redisplay-buffers.
987         (riece-handle-join-message): Ditto.
988         (riece-handle-part-message): Ditto.
989         (riece-handle-kick-message): Ditto.
990         (riece-handle-kill-message): Ditto.
991         (riece-handle-topic-message): Ditto.
992         (riece-parse-channel-modes): Ditto.
993
994         * riece-display.el (riece-update-user-list-buffer): Use
995         riece-with-server-buffer.
996         (riece-emit-signal): Notify if signal filter fails.
997         (riece-display-connect-signals): New function.
998         (riece-update-user-list-buffer): Don't switch to user-list buffer.
999         (riece-update-channel-list-buffer): Don't switch to channel-list
1000         buffer.
1001         (riece-switch-to-channel): Emit 'switch-to-channel signal.
1002         (riece-switch-to-nearest-channel): Ditto.
1003
1004         * riece-commands.el (riece-command-switch-to-channel): Don't call
1005         riece-redisplay-buffers.
1006         (riece-command-join-partner): Ditto.
1007         (riece-command-part): Ditto.
1008
1009         * riece-300.el (riece-handle-353-message): Save match data before
1010         calling riece-naming-assert-names; don't call riece-redisplay-buffers.
1011         (riece-handle-322-message): Don't call riece-redisplay-buffers.
1012
1013 2004-02-26  Daiki Ueno  <ueno@unixuser.org>
1014
1015         * riece-display.el: Introduce Qt like "signal-slot" abstraction
1016         for routing display events.
1017         (riece-signal-slot-obarray): New variable.
1018         (riece-make-slot): New function.
1019         (riece-slot-function): New function.
1020         (riece-slot-filter): New function.
1021         (riece-slot-handback): New function.
1022         (riece-make-signal): New function.
1023         (riece-signal-name): New function.
1024         (riece-signal-args): New function.
1025         (riece-connect-signal): New function.
1026         (riece-emit-signal): New function.
1027
1028 2004-02-19  Daiki Ueno  <ueno@unixuser.org>
1029
1030         * riece-300.el (riece-handle-353-message): Add 'riece-identity
1031         property on user list string.
1032
1033 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
1034
1035         * riece-lsdb.el: Add autoload setting for
1036         lsdb-rebuild-secondary-hash-tables to suppress warning.
1037
1038 2004-02-16  Daiki Ueno  <ueno@unixuser.org>
1039
1040         * riece-300.el (riece-handle-353-message): Print user list in
1041         channel buffer.
1042
1043 2004-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1044
1045         * riece-lsdb.el (riece-lsdb-lookup-records): Build
1046         riece-lsdb-cache if necessary.
1047
1048 2004-01-29  Daiki Ueno  <ueno@unixuser.org>
1049
1050         * riece-ctcp.el (riece-handle-ctcp-version-request): Format target
1051         identity before display.
1052         (riece-handle-ctcp-ping-request): Ditto.
1053         (riece-handle-ctcp-clientinfo-request): Ditto.
1054
1055 2004-01-28  Daiki Ueno  <ueno@unixuser.org>
1056
1057         * Riece: Version 0.1.8 released.
1058         * riece-version.el (riece-version-number): Bump up to 0.1.8.
1059
1060 2004-01-27  Daiki Ueno  <ueno@unixuser.org>
1061
1062         * riece-lsdb.el: Require 'riece-identity; add autoload setting for
1063         lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map.
1064
1065 2004-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1066
1067         * riece-handle.el (riece-handle-privmsg-message): Check own
1068         message from server. For deal with another client that connected
1069         same irc proxy (e.g. plum, pirc).
1070         (riece-handle-notice-message): Ditto.
1071
1072 2004-01-21  Daiki Ueno  <ueno@unixuser.org>
1073
1074         * riece-identity.el (riece-identity-canonicalize-prefix): Convert
1075         characters in prefix to lower case.
1076
1077 2004-01-18  Daiki Ueno  <ueno@unixuser.org>
1078
1079         * riece-misc.el (riece-concat-user-status): New function.
1080
1081         * riece-300.el (riece-handle-302-message): Simplify user status
1082         display.  (i.e. don't display "not operator", "not away", ...)
1083         (riece-handle-352-message): Ditto.
1084
1085 2004-01-04  Daiki Ueno  <ueno@unixuser.org>
1086
1087         * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical
1088         address for 'net entry.
1089
1090 2004-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1091
1092         * riece-300.el (riece-handle-317-message): Fix regexp for signon
1093         time extenstion.
1094
1095 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
1096
1097         * riece-lsdb.el: Add autoload setting for lsdb-maphash.
1098         (riece-lsdb-update-cache): Don't alter existing entry.
1099         (riece-lsdb-delete-cache): Ditto.
1100         (riece-lsdb-add-user): New command.
1101         (riece-lsdb-insinuate): Bind riece-lsdb-add-user.
1102
1103 2004-01-03  Daiki Ueno  <ueno@unixuser.org>
1104
1105         * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb.
1106
1107 2004-01-02  Daiki Ueno  <ueno@unixuser.org>
1108
1109         * riece-lsdb.el: New add-on.
1110         * COMPILE (riece-modules): Add riece-lsdb.
1111         * Makefile.am (EXTRA_DIST): Add riece-lsdb.el
1112
1113         * riece-xface.el: New add-on.
1114         * COMPILE (riece-modules): Add riece-xface.
1115         * Makefile.am (EXTRA_DIST): Add riece-xface.el
1116
1117 2003-12-25  Daiki Ueno  <ueno@unixuser.org>
1118
1119         * Riece: Version 0.1.7 released.
1120         * riece-version.el (riece-version-number): Bump up to 0.1.7.
1121
1122 2003-12-22  Daiki Ueno  <ueno@unixuser.org>
1123
1124         * riece-keyword.el (riece-notify-keyword-functions): Mark as
1125         obsolete.
1126         (riece-keyword-notify-functions): New user option.
1127         (riece-keyword-message-filter): Don't restore the match data when
1128         calling riece-notify-keyword-functions; call
1129         riece-keyword-notify-functions with the matched message object.
1130         Thanks to OHASHI Akira <bg66@koka-in.org>
1131         [cf. <Liece:00134>]
1132
1133 2003-12-17  Daiki Ueno  <ueno@unixuser.org>
1134
1135         * riece-log.el (riece-log-flashback): Use
1136         riece-match-string-no-properties instead of match-string-no-properties.
1137
1138         * riece-xemacs.el (riece-match-string-no-properties): New function.
1139         * riece-emacs.el (riece-match-string-no-properties): New alias.
1140
1141         * riece-identity.el: Don't require 'riece-compat.
1142         (riece-identity-prefix-case-table): Abolish.
1143         (riece-identity-prefix-case-pair-alist): New constant.
1144         (riece-identity-canonicalize-prefix): Don't use case-table.
1145
1146         * riece-emacs.el (riece-set-case-syntax-pair): Abolish.
1147         (riece-copy-case-table): Abolish.
1148         * riece-xmacs.el (riece-set-case-syntax-pair): Abolish.
1149         (riece-copy-case-table): Abolish.
1150
1151 2003-12-15  Daiki Ueno  <ueno@unixuser.org>
1152
1153         * riece-options.el: Require 'riece-version.
1154         (riece-quit-message): Set default to (riece-extended-version).
1155         (riece-away-message): Set default to "Gone".
1156
1157         * riece-commands.el: Don't require 'riece-version.
1158         (riece-command-quit): Don't check riece-quit-message.
1159         (riece-command-close-server): Ditto.
1160         (riece-command-toggle-away): Always supply a parameter to the AWAY
1161         command when the user is not away.  Thanks to Yuki Fujimura
1162         <fujimura@wakhok.ac.jp>
1163         [cf. <Liece:00139>]
1164
1165 2003-12-14  Daiki Ueno  <ueno@unixuser.org>
1166
1167         * riece.el (riece): Connect to servers in riece-startup-server-list.
1168
1169         * riece-000.el (riece-handle-001-message): Ignore entries in
1170         riece-startup-channel-list which doesn't match riece-server-name. 
1171
1172         * riece-options.el (riece-startup-server-list): New user option.
1173
1174         * riece-async.el (riece-async-max-buffer-size): New user option.
1175         (riece-async-server-program): Use io/nonblock & IO#syswrite to
1176         check whether the write end of pipe (i.e. input to emacs process)
1177         would block.
1178
1179 2003-12-13  Daiki Ueno  <ueno@unixuser.org>
1180
1181         * riece-options.el (riece-default-open-connection-function): New
1182         user option.
1183
1184         * riece-server.el (riece-server-keyword-map): Use
1185         riece-default-open-connection-function.
1186
1187         * riece-async.el: New add-on.
1188         * COMPILE (riece-modules): Add riece-async.
1189         * Makefile.am (EXTRA_DIST): Add riece-async.el
1190
1191 2003-12-09  OHASHI Akira  <bg66@koka-in.org>
1192
1193         * riece-mini.el (riece-mini-display-message-function): Don't set
1194         riece-mini-last-channel when message is not a privmsg.
1195
1196 2003-12-04  OHASHI Akira  <bg66@koka-in.org>
1197
1198         * riece-server.el (riece-with-server-buffer): Store 'edebug-form-spec
1199         property.
1200
1201 2003-12-03  OHASHI Akira  <bg66@koka-in.org>
1202
1203         * riece-log.el (riece-log-requires): New function.
1204         (riece-log-flashback): Revert 'riece-identity property and button.
1205
1206 2003-11-28  OHASHI Akira  <bg66@koka-in.org>
1207
1208         * riece-unread.el (riece-unread-after-display-message-function):
1209         Do nothing when message is not a privmsg.
1210
1211 2003-11-22  Daiki Ueno  <ueno@unixuser.org>
1212
1213         * riece-log.el (riece-log-coding-system): New user option.
1214         (riece-log-display-message-function): Bind
1215         coding-system-for-write; don't create temp buffer.
1216
1217         * riece-rdcc.el (riece-rdcc-filter): Use write-region instead of
1218         append-to-file to suppress "Wrote file" messages.
1219
1220 2003-11-10  Daiki Ueno  <ueno@unixuser.org>
1221
1222         * Riece: Version 0.1.6 released.
1223         * riece-version.el (riece-version-number): Bump up to 0.1.6.
1224
1225 2003-11-08  Daiki Ueno  <ueno@unixuser.org>
1226
1227         * riece-ctcp.el (riece-command-ctcp-action): Display channel names
1228         in "*Others*" buffer.
1229
1230 2003-11-05  OHASHI Akira  <bg66@koka-in.org>
1231
1232         * riece-unread.el (riece-unread-switch-to-channel): Protect
1233         switching to the channel not existing.
1234
1235 2003-10-29  OHASHI Akira  <bg66@koka-in.org>
1236
1237         * riece-log.el (riece-log-get-directory): Support riece-identity
1238         for mapping.
1239
1240 2003-10-28  Daiki Ueno  <ueno@unixuser.org>
1241
1242         * riece-layout.el (riece-set-window-points): Move point in
1243         the channel-buffer's window.
1244
1245         * riece-ctcp.el (riece-command-ctcp-version): Prompt to select
1246         an identity on the current server.
1247         (riece-command-ctcp-ping): Ditto.
1248         (riece-command-ctcp-clientinfo): Ditto.
1249         (riece-command-ctcp-action): Ditto.
1250
1251         * riece-commands.el (riece-command-change-mode): Prompt to select
1252         an identity on the current server.
1253         (riece-command-join): Ditto.
1254
1255 2003-10-27  Daiki Ueno  <ueno@unixuser.org>
1256
1257         * riece-keyword.el (riece-keywords): Change custom spec.
1258         (riece-keyword-message-filter): Normalize riece-keywords.
1259
1260         * riece-identity.el (riece-identity-prefix-case-table): Use
1261         riece-copy-case-table to define.
1262
1263         * riece-xemacs.el (riece-set-case-syntax-pair): Workaround for
1264         XEmacs 21.1.
1265         (riece-copy-case-table): Ditto.
1266
1267         * riece-emacs.el (riece-copy-case-table): New alias.
1268
1269         * riece-globals.el (riece-channel-regexp): Use
1270         riece-make-interval-regexp to define.
1271         (riece-user-regexp): Ditto.
1272
1273         * riece-compat.el (riece-make-interval-regexp): New function.
1274
1275         * riece-icon.el (riece-icon-available-p): Check
1276         the existence of image-type-available-p.
1277
1278 2003-10-27  OHASHI Akira  <bg66@koka-in.org>
1279
1280         * riece-log.el (riece-log-get-directory): Fix for server name and
1281         private messages handling.
1282
1283 2003-10-26  Daiki Ueno  <ueno@unixuser.org>
1284
1285         * riece-xemacs.el (riece-run-with-idle-timer): Pass an integer to
1286         the RESTART argument of start-itimer.
1287
1288         * riece-commands.el (riece-command-user-list-scroll-down): Rename
1289         from riece-command-nick-scroll-down.
1290         (riece-command-user-list-scroll-up): Rename from
1291         riece-command-nick-scroll-up.
1292         (riece-command-scroll-down): Check if riece-current-channel is bound.
1293         (riece-command-scroll-up): Ditto.
1294         (riece-command-quit): Clean up if no server process is available.
1295
1296 2003-10-25  Daiki Ueno  <ueno@unixuser.org>
1297
1298         * riece-rdcc.el: Bind temporary-file-directory.
1299         (riece-rdcc-send-program): Allow block-size to be controlled from
1300         elisp.
1301         (riece-rdcc-block-size): New user option.
1302         (riece-rdcc-temp-file): New variable.
1303         (riece-rdcc-received-size): New variable.
1304         (riece-rdcc-filter): Don't keep received bytes in the process
1305         buffer; use riece-rdcc-format-size to display progress.
1306         (riece-command-dcc-receive): Create a temporary directory which
1307         holds a received file.
1308
1309 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1310
1311         * riece-options.el (riece-gather-channel-modes): Default to nil.
1312         * riece-handle.el (riece-handle-join-message): Send MODE if
1313         riece-gather-channel-modes is non-nil.
1314
1315         * riece-url.el: Add autoload setting for 'browse-url.
1316
1317         * riece-menu.el: Require 'riece-options, 'riece-globals,
1318         'riece-identity, 'riece-layout, and 'riece-server; bind
1319         riece-command-mode-map.
1320
1321         * riece-history.el: Require 'riece-options, 'riece-globals,
1322         'riece-highlight, and 'riece-identity.
1323
1324         * riece-naming.el (riece-naming-assert-rename): Fixed.
1325
1326 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1327
1328         * Riece: Version 0.1.5 released.
1329         * riece-version.el (riece-version-number): Bump up to 0.1.5.
1330
1331 2003-10-24  Daiki Ueno  <ueno@unixuser.org>
1332
1333         * riece-ctcp.el (riece-command-ctcp-action): If the current
1334         command line is not empty, insert it into the minibuffer before
1335         reading input.  Thanks to Akinori MUSHA  <knu@iDaemons.org>
1336         [cf. <Liece:00123>]
1337
1338         * riece.el: Add autoload setting for derived-mode-class.
1339         (riece-shrink-buffer-idle-timer): New variable.
1340         (riece): Set idle timer to shrink channel buffers.
1341         (riece-shrink-buffer): New function.
1342
1343         * riece-xemacs.el (riece-overlays-in): New function.
1344         (riece-delete-overlay): New alias.
1345         (riece-kill-all-overlays): New function.
1346
1347         * riece-server.el (riece-quit-server-process): Don't set timer if
1348         riece-quit-timeout is nil.
1349
1350         * riece-options.el (riece-quit-timeout): Change custom type.
1351         (riece-shrink-buffer-idle-time-delay): New user option.
1352         (riece-max-buffer-size): New user option.
1353
1354         * riece-icon.el (riece-icon-add-image-region) [XEmacs]: Delete
1355         extents if already exists.
1356
1357         * riece-emacs.el (riece-overlays-in): New alias.
1358         (riece-delete-overlay): New alias.
1359         (riece-kill-all-overlays): New function.
1360         (riece-run-with-idle-timer): New alias.
1361         (riece-cancel-timer): New alias.
1362
1363         * riece-display.el (riece-update-user-list-buffer): Kill all
1364         overlays in buffer.
1365         (riece-update-channel-list-buffer): Ditto.
1366
1367         * riece-commands.el (riece-command-set-operators): Reset group.
1368         (riece-command-set-speakers): Ditto.
1369
1370 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
1371
1372         * riece-naming.el (riece-naming-assert-rename): Follow the
1373         change of riece-channel.el.
1374
1375         * riece-message.el (riece-message-external-p): Follow the
1376         change of riece-channel.el.
1377
1378         * riece-display.el (riece-update-user-list-buffer): Follow the
1379         change of riece-channel.el.
1380
1381         * riece-commands.el (riece-command-kick): Follow the change of
1382         riece-channel.el.
1383         (riece-command-set-operators): Ditto.
1384         (riece-command-set-speakers): Ditto.
1385
1386         * riece-button.el (riece-user-button-set-operators): Follow the
1387         change of riece-channel.el.
1388         (riece-user-button-set-speakers): Ditto.
1389
1390         * riece-channel.el (riece-make-channel): Abolish 2nd and 3rd
1391         arguments.
1392         (riece-get-channel): Follow the change of riece-make-channel.
1393         (riece-channel-operators): Abolish.
1394         (riece-channel-speakers): Abolish.
1395         (riece-channel-set-operators): Abolish.
1396         (riece-channel-set-speakers): Abolish.
1397         (riece-channel-get-operators): Abolish.
1398         (riece-channel-get-speakers): Abolish.
1399         (riece-channel-toggle-user): Follow the change of the return type
1400         of riece-channel-users.
1401         (riece-channel-toggle-operator): Ditto.
1402         (riece-channel-toggle-speaker): Ditto.
1403         (riece-channel-operator-p): Abolish.
1404         (riece-channel-speaker-p): Abolish.
1405         (riece-channel-intern-user): Abolish.
1406
1407 2003-10-23  Daiki Ueno  <ueno@unixuser.org>
1408
1409         * riece-identity.el (riece-identity-member): Take an optional 3rd
1410         argument to instruct to use riece-identity-equal-no-server.
1411         (riece-identity-assoc): Ditto.
1412
1413         * riece-display.el (riece-update-user-list-buffer): Use
1414         riece-channel-operator-p and riece-channel-speaker-p.
1415
1416         * riece-button.el (riece-user-button-set-operators): Use
1417         riece-channel-operator-p.
1418         (riece-user-button-set-speakers): Use riece-channel-speaker-p.
1419
1420         * riece-channel.el (riece-channel-intern-user): New function.
1421         (riece-channel-toggle-operator): Use it.
1422         (riece-channel-toggle-speaker): Use it.
1423         (riece-channel-operator-p): New function.
1424         (riece-channel-speaker-p): New function.
1425
1426 2003-10-23  OHASHI Akira  <bg66@koka-in.org>
1427
1428         * riece-log.el (riece-log-get-directory): Follow the change of
1429         `riece-channel-regexp'.
1430
1431 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
1432
1433         * riece-identity.el (riece-format-identity): Return copied strings.
1434
1435 2003-10-22  OHASHI Akira  <bg66@koka-in.org>
1436
1437         * riece.el (riece): When riece server was opened, Do
1438         `riece-command-configure-windows' instead of signaling.
1439
1440 2003-10-22  Daiki Ueno  <ueno@unixuser.org>
1441
1442         * riece-rdcc.el (riece-rdcc-send-program): Flush $stdout before
1443         accepting a connection.
1444         (riece-command-dcc-send): Use riece-completing-read-identity; take
1445         an identity object in the 1st argument.
1446         (riece-rdcc-format-size): New function.
1447         (riece-handle-dcc-request): Use it.
1448
1449         * riece-ndcc.el (riece-command-dcc-send): Use
1450         riece-completing-read-identity; take an identity object in the 1st
1451         argument.
1452
1453         * riece-display.el (riece-update-buffers): Run
1454         riece-update-buffer-hook.
1455
1456         * riece-button.el (riece-user-button-finger): Pass an identity
1457         object instead of the prefix.
1458
1459         * riece-ctcp.el: Require 'riece-highlight.
1460         (riece-ctcp-action-face): New face.
1461         (riece-ctcp-action-face): New variable.
1462         (riece-ctcp-action-prefix): New variable.
1463         (riece-ctcp-requires): Require 'riece-highlight if it is enabled.
1464         (riece-ctcp-insinuate): Modify riece-dialogue-font-lock-keywords
1465         if 'riece-highlight is enabled.
1466         (riece-handle-ctcp-action-request): Prepend
1467         riece-ctcp-action-prefix instead of riece-change-prefix.
1468         (riece-command-ctcp-action): Ditto.
1469
1470         * riece-server.el (riece-quit-server-process): Use riece-run-at-time.
1471         * riece-xemacs.el (riece-run-at-time): New function.
1472         * riece-emacs.el (riece-run-at-time): New alias.
1473
1474         * riece-misc.el (riece-get-identities-on-server): New function.
1475         (riece-get-users-on-server): Use it.
1476
1477         * riece-ctcp.el (riece-ctcp-completing-read-identity): Abolish.
1478         (riece-command-ctcp-version): Use riece-completing-read-identity
1479         and riece-get-identities-on-server.
1480         (riece-command-ctcp-ping): Ditto.
1481         (riece-command-ctcp-clientinfo): Ditto.
1482         (riece-command-ctcp-action): Ditto.
1483
1484         * riece-commands.el (riece-command-finger): Pass the current
1485         server name to riece-get-users-on-server; use
1486         riece-completing-read-identity.
1487         (riece-command-invite): Ditto.
1488         (riece-command-enter-message-to-user): Ditto.
1489
1490         * riece-000.el (riece-handle-001-message): Register myself with
1491         riece-obarray.
1492
1493 2003-10-21  Daiki Ueno  <ueno@unixuser.org>
1494
1495         * riece-ctcp.el (riece-ctcp-completing-read-identity): New
1496         function.
1497         (riece-command-ctcp-version): Use it.
1498         (riece-command-ctcp-ping): Ditto.
1499         (riece-command-ctcp-clientinfo): Ditto.
1500         (riece-command-ctcp-action): Ditto; don't encode CHANNEL identity
1501         twice.
1502
1503 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
1504
1505         * riece-xemacs.el (riece-xemacs-mode-line-buffer-identification):
1506         Abolish.
1507         (riece-mode-line-buffer-identification): Don't define alias.
1508
1509         * riece-server.el (riece-open-server): Handle errors occurred
1510         during reading password.
1511
1512         * riece-options.el (riece-addons): Add riece-icon.
1513
1514         * riece-layout.el (riece-configure-windows-top): Collect arguments.
1515
1516         * riece-icon.el: New add-on.
1517         * COMPILE (riece-modules): Add riece-icon.
1518         * Makefile.am (EXTRA_DIST): Add riece-icon.el
1519
1520 2003-10-20  Daiki Ueno  <ueno@unixuser.org>
1521
1522         * riece-options.el (riece-saved-forms): Add riece-layout.
1523
1524         * riece-layout.el (riece-layout-alist): Change format.
1525         (riece-configure-windows): Take 2 args to specify the position of
1526         the command buffer window.
1527
1528         * riece-commands.el (riece-command-change-layout): Set
1529         riece-save-variables-are-dirty.
1530
1531 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1532
1533         * Riece: Version 0.1.4 released.
1534         * riece-version.el (riece-version-number): Bump up to 0.1.4.
1535
1536 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1537
1538         * riece-server.el (riece-server-process-opened): Return t.
1539
1540         * riece.el (riece-dialogue-mode-map): Bind "p" to
1541         riece-command-enter-message-to-user.
1542
1543         * riece-misc.el (riece-current-nickname): Use
1544         riece-current-server-name.
1545         (riece-get-users-on-server): Ditto.
1546
1547         * riece-server.el (riece-current-server-name): New function.
1548         (riece-send-string): Use it.
1549
1550         * riece-commands.el (riece-command-enter-message-to-user): New command.
1551
1552 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1553
1554         * riece-menu.el (riece-menu-create-layouts-menu): New function.
1555         (riece-menu-items): Use it.
1556
1557         * riece-server.el (riece-server-process-opened): New function.
1558         (riece-server-opened): Use it.
1559
1560         * riece-url.el: Require 'riece-menu.
1561         (riece-url-insinuate): Add "Open URL..." menu in
1562         riece-command-mode-hook.
1563
1564         * riece-options.el (riece-addons): Add riece-menu.
1565
1566         * riece-menu.el: New add-on.
1567         * COMPILE (riece-modules): Add riece-menu.
1568         * Makefile.am (EXTRA_DIST): Add riece-menu.el
1569
1570 2003-10-19  Daiki Ueno  <ueno@unixuser.org>
1571
1572         * riece-version.el (riece-extended-version): Remove interactive spec.
1573         (riece-version): New command.
1574         * riece.el (riece-command-map): Bind "V" to riece-version.
1575
1576         * riece-options.el (riece-command-prefix): New user option.
1577         (riece-tab-stop-list): Abolish.
1578
1579         * riece.el (riece-define-keys-1): If keymap is a list, eval the
1580         2nd element of it.
1581         (riece-select-keys): Use riece-command-prefix instead of "\C-c".
1582         (riece-command-map): Ditto.
1583         (riece-dialogue-mode): Don't set tab-stop-list.
1584
1585 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
1586
1587         * riece-keyword.el (riece-keyword-message-filter): Ignore messages
1588         which belongs to myself.
1589
1590         * riece-commands.el (riece-command-topic): Use
1591         riece-check-channel-commands-are-usable.
1592         (riece-command-invite): Ditto.
1593         (riece-command-kick): Ditto.
1594         (riece-command-change-mode): Ditto.
1595         (riece-command-set-operators): Ditto.
1596         (riece-command-set-speakers): Ditto.
1597         (riece-command-send-message): Ditto.
1598         (riece-command-part): Ditto.
1599
1600         * riece-misc.el (riece-get-users-on-server): If
1601         riece-current-channel is not set, check the default server.
1602         (riece-check-channel-commands-are-usable): New function.
1603
1604         * riece-globals.el (riece-channel-regexp): Accept channel names
1605         beginning with "!!".
1606
1607 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1608
1609         * riece-commands.el (riece-command-universal-server-name-argument):
1610         Fix parenthesis.
1611
1612 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
1613
1614         * riece.el (riece-buffer-alist): Rename from
1615         riece-buffer-mode-alist.
1616
1617         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
1618         argument, init-major-mode, which is used to assert the major-mode
1619         of the created buffer.
1620
1621         * riece-naming.el (riece-naming-assert-rename): Merged buffer
1622         renaming logic that riece-handle-nick-message was responsible for.
1623
1624         * riece-globals.el (riece-server-process-alist): Revive.
1625         (riece-process-list): Abolish.
1626         (riece-command-buffer): Set default to nil.
1627         (riece-dialogue-buffer): Ditto.
1628         (riece-others-buffer): Ditto.
1629         (riece-channel-list-buffer): Ditto.
1630         (riece-user-list-buffer): Ditto.
1631         (riece-private-buffer): Abolish.
1632         (riece-wallops-buffer): Abolish.
1633
1634         * riece-display.el (riece-channel-buffer-format): Moved from
1635         riece-globals.
1636         (riece-channel-buffer-alist): New variable.
1637         (riece-channel-buffer-create): Assert the major-mode of the
1638         created buffer is 'riece-channel-mode.
1639         (riece-channel-buffer): New function.
1640         (riece-switch-to-channel): Use riece-channel-buffer instead of
1641         directly using get-buffer.
1642
1643 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
1644
1645         * riece-commands.el (riece-command-toggle-away): Check user away
1646         status in the server buffer.
1647         [cf. <Liece:00119>]
1648         (riece-command-names): Use identity prefix
1649         instead of formatted identity.
1650         (riece-command-who): Ditto.
1651
1652 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1653
1654         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
1655         to `riece-command-name'.
1656
1657 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
1658
1659         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
1660
1661 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1662
1663         * Riece: Version 0.1.3 released.
1664         * riece-version.el (riece-version-number): Bump up to 0.1.3.
1665
1666 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1667
1668         * riece-button.el (riece-button-map-identity-region): Abolish.
1669         (riece-user-button-set-operators): Use riece-scan-property-region.
1670         (riece-user-button-set-speakers): Ditto.
1671         (riece-button-add-identity-button): Ditto.
1672
1673         * riece-keyword.el: Require 'riece-message.
1674         (riece-keyword-map-region): Abolish.
1675         (riece-keyword-scan-region): Use riece-scan-property-region.
1676
1677         * riece-misc.el (riece-scan-property-region): New function.
1678
1679 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1680
1681         * riece-xemacs.el (riece-make-overlay): New alias.
1682         (riece-overlay-put): New alias.
1683         (riece-overlay-start): New alias.
1684         (riece-overlay-buffer): New alias.
1685
1686         * riece-emacs.el (riece-make-overlay): New alias.
1687         (riece-overlay-put): New alias.
1688         (riece-overlay-start): New alias.
1689         (riece-overlay-buffer): New alias.
1690
1691         * riece-keyword.el: New add-on.
1692         * COMPILE (riece-modules): Add riece-keyword.
1693         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
1694
1695         * riece-message.el (riece-message-filter-functions): New user option.
1696         (riece-display-message-1): New function.
1697         (riece-display-message): Use it.
1698
1699 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1700
1701         * riece.el (riece-channel-list-mode): Initialize
1702         riece-update-buffer-functions.
1703         (riece-user-list-mode): Ditto.
1704
1705         * riece-globals.el (riece-channel-indicator): Rename from
1706         riece-short-channel-indicator.
1707         (riece-long-channel-indicator): Rename from
1708         riece-channel-indicator.
1709
1710         * riece-display.el (riece-update-buffer-functions): Default to
1711         nil.
1712         (riece-update-indicator-functions): New variable splitted from
1713         riece-update-buffer-functions.
1714         (riece-update-channel-indicator): Rename from
1715         riece-update-short-channel-indicator.
1716         (riece-update-long-channel-indicator): Rename from
1717         riece-update-channel-indicator.
1718         (riece-update-buffers): Don't set riece-channel-buffer.
1719         (riece-switch-to-channel): Set riece-channel-buffer here.
1720
1721         * riece-button.el (riece-user-button-popup-menu): Change order.
1722         (riece-button-update-buffer): Unify
1723         riece-button-update-channel-list-buffer and
1724         riece-button-update-user-list-buffer.
1725
1726 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1727
1728         * riece-history.el (riece-history-insinuate): In
1729         riece-after-switch-to-channel-functions, check whether the last
1730         channel is nil.
1731
1732         * riece-xemacs.el (riece-event-buffer): New alias.
1733         (riece-event-point): New alias.
1734
1735         * riece-emacs.el (riece-event-buffer): New function.
1736         (riece-event-point): New function.
1737
1738         * riece-display.el (riece-update-user-list-buffer): Use
1739         riece-format-identity to add 'riece-identity property to user
1740         names.
1741
1742         * riece-button.el (riece-user-button-popup-menu): New variable.
1743         (riece-identity-button): Rename from riece-channel-button.
1744         (riece-button-switch-to-identity): Rename from
1745         riece-channel-button-action.
1746         (riece-identity-button-popup-menu): Rename from
1747         riece-channel-button-popup-menu; set point to the position the
1748         event occurred.
1749         (riece-user-button-join-partner): New function.
1750         (riece-user-button-set-operators): New function.
1751         (riece-user-button-set-speakers): New function.
1752         (riece-user-button-finger): New function.
1753         (riece-make-identity-button-map): New function.
1754         (riece-button-map-identity-region): New function; splitted from
1755         riece-button-add-identity-button.
1756         (riece-button-add-identity-button): Use it.
1757         (riece-button-update-user-list-buffer): New function.
1758         (riece-button-insinuate): Add riece-button-update-user-list-buffer
1759         to riece-update-buffer-functions.
1760
1761 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1762
1763         * riece-xemacs.el (riece-mouse-2): New variable.
1764         (riece-popup-menu-popup): New function.
1765
1766         * riece-emacs.el (riece-mouse-2): New variable.
1767         (riece-popup-menu-bogus-filter-constructor): New macro.
1768         (riece-popup-menu-popup): New function.
1769
1770         * riece-commands.el (riece-command-list): Use identity prefix
1771         instead of formatted identity.
1772
1773         * riece-button.el (riece-channel-button-popup-menu): New variable.
1774         (riece-channel-button): Arrange help-echo.
1775         (riece-channel-button-switch-to-channel): New function.
1776         (riece-channel-button-part): New function.
1777         (riece-channel-button-list): New function.
1778         (riece-channel-button-map): New variable.
1779         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
1780         properties on channel buttons.
1781
1782 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1783
1784         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
1785
1786         * riece-history.el (riece-channel-list-history-face): New face.
1787         (riece-history-format-channel-list-line): New function.
1788         (riece-history-insinuate): Add ?+ to
1789         riece-channel-list-mark-face-alist; add
1790         riece-history-format-channel-list-line to
1791         riece-format-channel-list-line-functions.
1792
1793         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
1794
1795 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1796
1797         * riece-unread.el (riece-unread-after-display-message-function):
1798         Do nothing when message-target is already in
1799         riece-unread-channels; call riece-redisplay-buffers.
1800         (riece-unread-update-channel-list-buffer): Abolish.
1801         (riece-unread-after-switch-to-channel-function): Don't call
1802         riece-unread-update-channel-list-buffer.
1803         (riece-unread-format-channel-list-line): New function.
1804         (riece-unread-insinuate): Add
1805         riece-unread-format-channel-list-line to
1806         riece-format-channel-list-line; don't add
1807         riece-unread-update-channel-list-buffer to
1808         riece-update-buffer-functions.
1809
1810         * riece-highlight.el (riece-channel-list-mark-current-channel):
1811         Abolish; merged into riece-update-channel-list-buffer.
1812         (riece-highlight-insinuate): Don't add
1813         riece-channel-list-mark-current-channel to
1814         riece-after-switch-to-channel-functions.
1815
1816         * riece-display.el (riece-channel-list-changed): Abolish.
1817         (riece-update-channel-list-buffer): Always redisplay channel-list
1818         buffer.
1819         (riece-update-channel-list-indicator): Always redisplay
1820         channel-list indicator.
1821         (riece-format-channel-list-line): New function.
1822         (riece-update-buffers): Don't clear riece-channel-list-changed.
1823         (riece-join-channel): Don't set riece-channel-list-changed.
1824         (riece-part-channel): Ditto.
1825
1826 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
1827
1828         * riece-options.el (riece-addons): Add riece-button.
1829
1830         * riece-display.el (riece-update-channel-list-buffer): Avoid to
1831         use format to preserve 'riece-identity property.
1832
1833         * riece-unread.el (riece-unread-update-channel-list-buffer):
1834         Simplified.
1835         (riece-unread-insinuate): Delay adding
1836         riece-unread-update-channel-list-buffer to
1837         riece-update-buffer-functions.
1838
1839         * riece-button.el: New add-on.
1840         * COMPILE (riece-modules): Add riece-button.
1841         * Makefile.am (EXTRA_DIST): Add riece-button.el
1842
1843 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
1844
1845         * riece-server.el (riece-close-server-process): 
1846         (riece-quit-server-process): Call riece-close-server-process
1847         instead of kill-process; call riece-exit if no process is available.
1848
1849 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
1850
1851         * riece-display.el (riece-channel-buffer-name): Check whether
1852         IDENTITY is a member of riece-current-channels.
1853
1854 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1855
1856         * riece-commands.el (riece-command-kick): Fix completing-read
1857         collection argument.
1858
1859 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1860
1861         * riece-000.el: Require 'riece-commands.
1862         * riece-200.el: Don't require 'riece-commands.
1863         * riece-300.el: Ditto.
1864
1865 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1866
1867         * Riece: Version 0.1.2 released.
1868         * riece-version.el (riece-version-number): Bump up to 0.1.2.
1869
1870 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
1871
1872         * riece-filter.el (riece-sentinel): Don't clear
1873         riece-reconnect-with-password.
1874         * riece-server.el (riece-open-server): Clear
1875         riece-reconnect-with-password here.
1876
1877 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
1878
1879         * riece-globals.el (riece-join-channel-candidate): New variable.
1880         * riece-commands.el (riece-command-join): Prompt
1881         riece-join-channel-candidate.
1882
1883         * riece-handle.el (riece-handle-invite-message): Set
1884         riece-join-channel-candidate when the user is invited.
1885         * riece-naming.el (riece-naming-assert-join): Clear
1886         riece-join-channel-candidate.
1887
1888 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
1889
1890         * riece-identity.el (riece-completing-read-identity): Pass 6th &
1891         7th arguments to completing-read.
1892
1893         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
1894         of riece-completing-read-identity.
1895
1896         * riece-handle.el (riece-handle-invite-message): Fix parsing of
1897         parameters.
1898
1899         * riece-display.el (riece-update-channel-list-buffer): Don't clear
1900         riece-channel-list-changed.
1901         (riece-update-buffers): Clear it.
1902
1903 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
1904
1905         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
1906
1907 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
1908
1909         * riece-000.el (riece-handle-001-message): Parse elements in
1910         riece-startup-channel-list.
1911
1912 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1913
1914         * riece-skk-kakutei.el
1915         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
1916
1917 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
1918
1919         * riece-options.el (riece-startup-channel-list): Revive.
1920         * riece-000.el (riece-handle-001-message): Process
1921         riece-startup-channel-list.
1922
1923         * riece-server.el (riece-open-server): Display "Logging in to
1924         XXX..." message.
1925         * riece-000.el (riece-handle-001-message): Clear "Logging in to
1926         XXX..." message; call riece-after-login-hook.
1927
1928 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
1929
1930         * riece-unread.el (riece-unread-after-display-message-function):
1931         Simplified.
1932
1933 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
1934
1935         * riece-commands.el (riece-command-join): Extract target
1936         identity-prefix before applying riece-channel-p; format target.
1937
1938 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
1939
1940         * Riece: Version 0.1.1 released.
1941         * riece-version.el (riece-version-number): Bump up to 0.1.1.
1942
1943 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
1944
1945         * riece-guess.el (riece-guess-channel-try-functions): Default to
1946         nil.
1947         (riece-default-guess-channel): Abolish.
1948         (riece-command-guess-switch-to-channel): Reconstruct
1949         riece-guess-candidates when it is empty.
1950
1951 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
1952
1953         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
1954         define.
1955         (riece-dialogue-notice-face): Ditto.
1956         (riece-dialogue-wallops-face): Ditto.
1957         (riece-dialogue-error-face): Ditto.
1958         (riece-dialogue-info-face): Ditto.
1959         (riece-dialogue-server-face): Ditto.
1960         (riece-dialogue-prefix-face): Ditto.
1961         (riece-channel-list-default-face): Ditto.
1962         (riece-channel-list-current-face): Ditto.
1963
1964         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
1965         define.
1966
1967 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
1968
1969         * riece-history.el (riece-history-insinuate): Don't set
1970         riece-guess-channel-try-functions here.
1971         (riece-history-requires): Don't require riece-guess.
1972
1973         * riece-unread.el (riece-unread-requires): Don't require
1974         riece-guess.
1975         (riece-unread-insinuate): Don't set
1976         riece-guess-channel-try-functions here.
1977
1978 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
1979
1980         * riece-unread.el (riece-unread-after-display-message-function):
1981         Rename from riece-unread-display-message-function.
1982         (riece-unread-after-switch-to-channel-function): Rename from
1983         riece-unread-channel-switch-hook.
1984         (riece-guess-channel-from-unread): New function.
1985         (riece-unread-requires): Require 'riece-guess and 'riece-history.
1986         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
1987
1988         * riece-options.el (riece-addons): Add riece-guess, riece-history,
1989         and riece-url.
1990
1991         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
1992         check riece-last-channel.
1993
1994         * riece-display.el (riece-switch-to-channel): Rename
1995         riece-channel-switch-hook to
1996         riece-after-switch-to-channel-functions.
1997         (riece-switch-to-nearest-channel): Ditto.
1998
1999         * riece-guess.el: New add-on.
2000         * COMPILE (riece-modules): Add riece-guess.
2001         * Makefile.am (EXTRA_DIST): Add riece-guess.el
2002
2003         * riece-history.el: New add-on.
2004         * COMPILE (riece-modules): Add riece-history.
2005         * Makefile.am (EXTRA_DIST): Add riece-history.el
2006
2007 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
2008
2009         * riece-options.el (riece-connection-timeout): Abolish.
2010
2011         * riece-server.el (riece-clear-system): Abolish.
2012         * riece.el (riece-exit): Merge riece-clear-system.
2013
2014 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2015
2016         * riece-filter.el (riece-sentinel): Suppress status message when
2017         riece-debug is nil.
2018
2019 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2020
2021         * riece-highlight.el (riece-channel-list-mark-current-channel):
2022         New function.
2023
2024         * riece-display.el (riece-channel-list-changed): New variable.
2025         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
2026         (riece-update-channel-list-indicator): Ditto.
2027
2028 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2029
2030         * riece-options.el (riece-addons): Enable riece-unread by default.
2031
2032         * riece-highlight.el (riece-channel-list-current-face): New variable.
2033         (riece-channel-list-default-face): New face.
2034
2035         * riece-globals.el (riece-channel-list-buffer): Strip leading
2036         whitespace.
2037
2038 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
2039
2040         * riece-unread.el: Require 'riece-highlight when compiling.
2041         (riece-unread): New custom group.
2042         (riece-channel-list-unread-face): New variable.
2043         (riece-channel-list-unread-face): New face.
2044         (riece-unread-requires): New function.
2045         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
2046
2047         * riece-highlight.el: Highlight *Channels* buffer; rename
2048         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
2049         riece-dialogue-*.
2050         (riece-channel-list-font-lock-keywords): New variable.
2051         (riece-channel-list-mark-face-alist): New variable.
2052
2053 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2054
2055         * riece-unread.el (riece-unread-update-channel-list-buffer):
2056         Restore channel marks if exist.
2057
2058         * riece-naming.el (riece-naming-assert-join): Don't set
2059         riece-redisplay-buffers.
2060         (riece-naming-assert-part): Ditto.
2061         (riece-naming-assert-rename): Ditto.
2062
2063         * riece-display.el (riece-redisplay-buffers): Abolish.
2064         (riece-update-user-list-buffer): Don't check
2065         riece-redisplay-buffers.
2066         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
2067         beginning of the current channel.
2068         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
2069         (riece-join-channel): Ditto.
2070         (riece-part-channel): Ditto.
2071
2072 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2073
2074         * riece-display.el (riece-join-channel): Parse non-nil elements in
2075         riece-default-channel-binding.
2076
2077 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2078
2079         * riece-identity.el (riece-format-identity): Add 'riece-identity
2080         property to the resulting string.
2081
2082         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
2083         topic is "".
2084
2085         * riece-300.el (riece-handle-322-message): Simplify message.
2086
2087         * riece-commands.el (riece-command-change-layout): Call
2088         riece-command-configure-windows; Use setq instead of
2089         custom-set-variables.
2090
2091 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2092
2093         * Riece: Version 0.1.0 released.
2094         * riece-version.el (riece-version-number): Bump up to 0.1.0.
2095
2096 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2097
2098         * COMPILE (riece-compile-modules): Ignore errors during byte
2099         compilation.
2100         (riece-install-modules): If there lacks a compiled module, don't
2101         attempt to install it.
2102
2103         * riece-options.el (riece-quit-timeout): Default to 10.
2104
2105         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
2106         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
2107
2108         * riece-unread.el: Require 'riece-commands.
2109
2110         * riece-server.el: Require 'riece-identity and 'riece-compat.
2111
2112         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
2113         'riece-display.
2114         (riece-handle-dcc-request): Use riece-channel-buffer-name.
2115
2116         * riece-identity.el: Don't require 'riece-server.
2117
2118         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
2119         'riece-message, and 'riece-server.
2120
2121         * riece-ctcp.el: Require 'riece-display.
2122
2123         * riece-commands.el: Require 'riece-layout.
2124         (riece-command-change-layout): New command.
2125
2126         * riece-alias.el: Require 'riece-identity.
2127
2128         * riece-layout.el: No longer provided as an add-on.
2129         * riece-display.el: Remove window configuration stuff.
2130
2131 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
2132
2133         * riece-rdcc.el (riece-command-dcc-send): Bind
2134         process-connection-type to nil.
2135
2136         * riece-300.el (riece-handle-319-message): New handler.
2137
2138         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
2139         (riece): Signal an error when a server is opened;
2140         No need to initialize riece-command-buffer specially.
2141
2142 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2143
2144         * riece-display.el (riece-configure-windows-top): Set
2145         `truncate-partial-width-windows' nil, when horizontal window
2146         split.
2147
2148 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2149
2150         * riece-display.el (riece-configure-windows-top): Change
2151         user-list-buffer and channel-list-buffer window create logic.
2152
2153         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
2154         require riece.el when compile.
2155
2156         * riece.el (riece): Use `riece-redisplay-buffers' instead of
2157         `riece-configure-windows'.
2158
2159 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2160
2161         * riece-display.el (riece-configure-windows-top): New function.
2162         * riece-layout.el (riece-layout-alist): Add top.
2163
2164         * riece-skk-kakutei.el: New add-on.
2165         * COMPILE (riece-modules): Add riece-skk-kakutei.
2166         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
2167
2168 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
2169
2170         * riece-layout.el: New add-on.
2171         * COMPILE (riece-modules): Add riece-layout.
2172         * Makefile.am (EXTRA_DIST): Add riece-layout.el
2173
2174 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
2175
2176         * riece-options.el (riece-quit-timeout): New user option.
2177         * riece-server.el (riece-quit-server-process): New function.
2178         * riece-commands.el (riece-command-quit): Use it.
2179         (riece-command-close-server): Use it.
2180
2181 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
2182
2183         * riece-commands.el (riece-command-previous-channel): Skip nil in
2184         riece-current-channels.
2185
2186 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
2187
2188         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
2189         the ruby process.
2190
2191         * riece-xemacs.el: Don't require 'riece-compat.
2192
2193 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
2194
2195         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
2196         riece-parse-identity.
2197
2198 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
2199
2200         * riece-server.el (riece-find-server-name): Abolish.
2201
2202         * riece-alias.el: Add usage.
2203
2204 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
2205
2206         * riece-mini.el (riece-mini-send-message): Use
2207         riece-completing-read-identity; don't use riece-own-channel-message.
2208
2209         * riece-identity.el: Require 'riece-compat.
2210         (riece-identity-prefix-case-table): New variable.
2211         (riece-abbrev-identity-string-function): New variable.
2212         (riece-expand-identity-string-function): New variable.
2213         (riece-format-identity): Rename from riece-decode-identity.
2214         (riece-parse-identity): Rename from riece-encode-identity.
2215         (riece-with-identity-buffer): Abolish.
2216         (riece-identity-canonicalize-prefix): Use case-table.   
2217
2218         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
2219         (riece-handle-message): Ditto.
2220
2221         * riece-alias.el: New add-on.
2222         * COMPILE (riece-modules): Add riece-alias.
2223         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
2224
2225         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
2226         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
2227         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
2228
2229 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
2230
2231         * Riece: Version 0.0.4 released.
2232         * riece-version.el (riece-version-number): Bump up to 0.0.4.
2233
2234 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
2235
2236         * riece-unread.el (riece-unread-display-message-function): Don't check
2237         `selected-window'. It doesn't work as expected.
2238
2239 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
2240
2241         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
2242
2243         * riece-300.el: Rewrite using riece-decode-identity.
2244
2245         * riece-identity.el (riece-completing-read-identity): Signal an
2246         error when the encoded channel name is not matched with
2247         riece-channel-regexp.
2248
2249         * riece-globals.el (riece-channel-regexp): Moved from
2250         riece-channel.el.
2251         (riece-user-regexp): Moved form riece-user.el.
2252
2253 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
2254
2255         * riece-handle.el (riece-handle-join-message): Don't call
2256         riece-switch-to-channel.
2257         (riece-handle-part-message): Don't decode message if it is empty.
2258         (riece-handle-kick-message): Ditto.
2259         (riece-handle-quit-message): Ditto.
2260         (riece-handle-kill-message): Ditto.
2261
2262         * riece-commands.el (riece-command-part): Show the current channel
2263         as default candidate.
2264
2265         * riece-identity.el (riece-completing-read-identity): Accept
2266         optional 5th argument `initial'.
2267
2268         * riece-unread.el (riece-unread-update-channel-list-buffer):
2269         Simplified.
2270
2271         * riece-filter.el (riece-sentinel): Don't bind
2272         riece-inhibit-update-buffers.
2273
2274         * riece-display.el (riece-redisplay-buffer): New variable.
2275         (riece-inhibit-update-buffers): Abolish.
2276         (riece-update-channel-list-buffer): Memorize
2277         encoded identity as text property on each line. 
2278
2279         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
2280         buffer local.
2281         (riece-user-list-mode): Ditto.
2282
2283 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
2286         Fix example setting, don't use 3rd arg of add-to-list.
2287
2288         * riece-coding.el (riece-default-coding-system): Fix default value.
2289
2290 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
2291
2292         * riece-display.el (riece-inhibit-update-buffers): New variable.
2293         * riece-filter.el (riece-sentinel): Bind
2294         riece-inhibit-update-buffers while removing channels from
2295         riece-current-channels.
2296         * riece-unread.el (riece-unread-display-message-function): Don't
2297         update channel list buffer when riece-inhibit-update-buffers is
2298         non-nil.
2299         (riece-unread-channel-switch-hook): Ditto.
2300         (riece-unread-insinuate): Add
2301         riece-unread-update-channel-list-buffer to
2302         riece-update-buffer-functions.
2303
2304         * riece-commands.el (riece-command-switch-to-channel): Call
2305         riece-redisplay-buffers instead of riece-command-configure-windows.
2306
2307         * riece-identity.el (riece-completing-read-identity): Remove nil
2308         from riece-current-channels before converting it to an alist.
2309
2310 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
2311
2312         * riece-unread.el (riece-unread-display-message-function): Check a
2313         `selected-window'.
2314
2315         * riece-mini.el: New add-on.
2316         * COMPILE (riece-modules): Add `riece-mini'.
2317         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
2318
2319         * riece-display.el (riece-channel-buffer-create): Add new hook.
2320         * riece-log.el: New add-on for saving irc logs.
2321         * COMPILE (riece-modules): Add `riece-log'.
2322         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
2323
2324         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
2325         (riece-command-part): Ditto.
2326
2327 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2328
2329         * riece-naming.el (riece-naming-assert-join): Call
2330         riece-update-buffers.
2331         (riece-naming-assert-part): Ditto.
2332
2333         * riece-filter.el (riece-sentinel): Don't bind
2334         riece-overriding-server-name; use riece-part-channel.
2335
2336         * riece-display.el (riece-switch-to-channel): Don't set
2337         riece-channel-buffer.
2338         (riece-update-buffers): Set riece-channel-buffer here.
2339
2340         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
2341         (riece-command-close-server): Fixed completion bug.
2342         (riece-command-universal-server-name-argument): Ditto.
2343
2344 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2345
2346         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
2347         doctor-read-print.
2348
2349         * riece-handle.el (riece-handle-nick-message): Use
2350         riece-decode-identity to decode user.
2351         (riece-handle-join-message): Ditto.
2352         (riece-handle-part-message): Ditto.
2353         (riece-handle-kick-message): Ditto.
2354         (riece-handle-quit-message): Ditto.
2355         (riece-handle-kill-message): Ditto.
2356         (riece-handle-invite-message): Ditto.
2357         (riece-handle-topic-message): Ditto.
2358         (riece-handle-mode-message): Ditto.
2359
2360 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
2361
2362         * riece-message.el (riece-own-channel-message): Abolish.
2363
2364         * riece-commands.el (riece-command-send-message): Don't use
2365         riece-own-channel-message.
2366
2367         * riece-doctor.el (riece-doctor-reply): Don't use
2368         riece-own-channel-message.
2369         (riece-doctor-hello-regexp): New user option.
2370         (riece-doctor-bye-regexp): New user option.
2371
2372 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2373
2374         * riece-identity.el (riece-identity-member-no-server): Abolish.
2375
2376         * riece-doctor.el (riece-doctor-patients): Make it global variable.
2377         (riece-doctor-after-privmsg-hook): Use riece-identity-member
2378         instead of riece-identity-member-no-server.
2379
2380 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2381
2382         * riece-doctor.el: New add-on.
2383         * COMPILE (riece-modules): Add riece-doctor.
2384         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
2385
2386 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2387
2388         * riece-handle.el (riece-handle-nick-message): Follow the change
2389         of riece-identity-member.
2390
2391         * riece-commands.el (riece-command-next-channel): Use
2392         riece-identity-member instead of riece-identity-member-no-server.
2393         (riece-command-previous-channel): Ditto.
2394
2395 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2396
2397         * riece-identity.el (riece-completing-read-identity): Remove nil
2398         from channels before completing-read.
2399
2400         * riece-message.el (riece-message-make-name): Fix condition for priv.
2401         (riece-message-make-global-name): Ditto.
2402         (riece-message-buffer): Ditto.
2403
2404         * riece-misc.el (riece-current-nickname): Use
2405         riece-with-identity-buffer.
2406
2407 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
2408
2409         * riece-message.el (riece-message-parent-buffers): Regard message's
2410         speaker as target when priv mode.
2411
2412         * riece-display.el (riece-update-channel-indicator): Decode
2413         riece-current-channel even in priv mode.
2414
2415         * riece-identity.el (riece-decode-identity): Respect prefix-only.
2416         (riece-completing-read-identity): Check if illegal characters in
2417         channel name.
2418
2419 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
2420
2421         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
2422         * riece-globals.el (riece-user-buffer-format): Abolish.
2423         (riece-user-list-buffer): Default to " *Users*".
2424         * riece-display.el (riece-user-list-buffer-name): Abolish.
2425         (riece-user-list-buffer-create): Abolish.
2426
2427 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
2428
2429         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
2430         (riece-handle-message): Ditto.
2431         (riece-sentinel): Clear system here.
2432
2433         * riece-server.el (riece-server-process-name): New function.
2434         (riece-server-process): New function.
2435         (riece-close-server): Abolish.
2436
2437         * riece-identity.el: Adopt vector object representation for
2438         identity objects.
2439         (riece-with-identity-buffer): New macro.
2440         (riece-decode-identity): New function.
2441         (riece-encode-identity): New function.
2442
2443         * riece-globals.el (riece-process-list): New variable.
2444         (riece-server-process-alist): Abolish.
2445         (riece-channel-buffer-alist): Abolish.
2446         (riece-user-list-buffer-alist): Abolish.
2447         (riece-short-channel-indicator): New variable.
2448
2449         * riece-channel.el: Assume that we are already in the server buffer.
2450         * riece-user.el: Likewise.
2451
2452 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
2453
2454         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
2455
2456         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
2457         `add-to-list'.
2458
2459 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
2460
2461         * riece-channel.el (riece-forget-channel): Fixed.
2462         (riece-channel-modeless-regexp): Abolish.
2463         (riece-channel-modeless-p): Abolish.
2464
2465 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
2466
2467         * riece-unread.el (riece-unread-display-message-function): Delete the
2468         target before adding to list.
2469         (riece-unread-switch-to-channel): New function.
2470         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
2471         Bind "u" to riece-dialogue-mode-map.
2472         Bind "u" to riece-channel-list-mode-map.
2473
2474         * riece.el (riece-channel-list-mode-map): Don't bind
2475         `riece-command-unread-channel'.
2476
2477 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2478
2479         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
2480         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
2481         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
2482         riece.el: Don't require riece-inlines since it has been removed.
2483
2484 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2485
2486         * riece-display.el (riece-update-user-list-buffer): Rename from
2487         riece-user-list-update-buffer.
2488         (riece-update-channel-list-buffer): Rename from
2489         riece-channel-list-update-buffer.
2490
2491 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2492
2493         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
2494         from riece-inlines.el; renamed from scandinavian-downcase.
2495         (riece-identity-equal-no-server): Moved from riece-inlines.el;
2496         renamed from scandinavian-equal-ignore-case.
2497         (riece-identity-equal-no-server-safe): New function.
2498         (riece-identity-member-no-server): Moved from riece-inlines.el;
2499         renamed from scandinavian-member-ignore-case.
2500         (riece-identity-member-no-server-safe): New function.
2501
2502         * riece-inlines.el: Removed.
2503         * COMPILE (riece-modules): Remove riece-inlines.
2504         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
2505
2506 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
2509         explicitly.
2510         * riece-ndcc.el: Don't call delete-process explicitly.
2511         * riece-server.el (riece-close-server-process): Don't call
2512         delete-process explicitly unless riece-debug == t.
2513
2514 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2515
2516         * riece-inlines.el (scandinavian-downcase): New inline function.
2517         (scandinavian-equal-ignore-case): Rename from
2518         string-equal-ignore-case.
2519         (scandinavian-member-ignore-case): Rename from
2520         string-list-member-ignore-case.
2521
2522         * riece-identity.el (riece-identity-equal): Rename from
2523         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
2524         (riece-identity-equal-safe): Rename from riece-identity-equal.
2525         (riece-identity-member): Rename from riece-identity-member-no-server.
2526         (riece-identity-member-safe): Rename from riece-identity-member.
2527         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
2528         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
2529
2530 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2531
2532         * riece-rdcc.el: Require 'riece-ctcp.
2533         (riece-rdcc-insinuate): Add "DCC" to
2534         riece-ctcp-additional-clientinfo.
2535
2536         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
2537         (riece-command-ctcp-clientinfo): New command.
2538         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
2539         (riece-handle-ctcp-clientinfo-request): New handler.
2540         (riece-handle-ctcp-clientinfo-response): New handler.
2541
2542         * riece-server.el (riece-open-server): No need to use
2543         get-buffer-create to reuse process buffer.
2544
2545 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
2546
2547         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
2548         DCC process.
2549         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
2550
2551         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
2552         `:coding'.
2553         (riece-open-server): Follow the change.
2554
2555         * riece-ctcp.el (riece-command-ctcp-action): New command.
2556         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
2557         (riece-handle-ctcp-action-request): New handler.
2558
2559         * riece.el (riece-command-mode): Enclose status indicators with
2560         `{}'; show riece-user-indicator.
2561         (riece-channel-mode): Likewise.
2562         (riece-dialogue-mode): Enclose status indicators with `{}'.
2563         * riece-globals.el (riece-user-indicator): New indicator.
2564         (riece-freeze-indicator): Default to "-".
2565         * riece-display.el (riece-update-channel-indicator): Don't update
2566         modeline.
2567         (riece-update-status-indicators): Set riece-user-indicator.
2568         * riece-300.el (riece-handle-324-message): Update channel indicator.
2569
2570 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2571
2572         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
2573         (riece-dialogue-mode): Call riece-update-status-indicators.
2574         (riece-channel-mode): Add riece-operator-indicator to
2575         mode-line-buffer-identification.
2576         * riece-user.el (riece-make-user): New attribute `operator'.
2577         (riece-user-operator): New function.
2578         (riece-user-set-operator): New function.
2579         (riece-user-toggle-away): New function.
2580         (riece-user-toggle-operator): New function.
2581         * riece-misc.el (riece-own-frozen): Revive.
2582         * riece-message.el (riece-display-message): Reset riece-freeze if
2583         riece-freeze == 'own && (riece-message-own-p message).
2584         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
2585         (riece-operator-indicator): New variable.
2586         * riece-display.el (riece-update-status-indicators): New function.
2587         (riece-update-buffer-functions): Add it.
2588         * riece-commands.el (riece-command-toggle-freeze): Don't call
2589         riece-freeze.
2590         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
2591         * riece-300.el (riece-handle-302-message): Use
2592         riece-user-toggle-away instead of riece-user-set-away.
2593         (riece-handle-301-message): Ditto.
2594         (riece-handle-305-message): Ditto.
2595         (riece-handle-306-message): Ditto.
2596         (riece-handle-352-message): Ditto.
2597
2598 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
2599
2600         * riece-commands.el (riece-command-next-channel): Circularly
2601         follow the channel list.
2602         (riece-command-previous-channel): Ditto.
2603
2604 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2605
2606         * riece.el (riece-command-mode): Set default value of riece-freeze
2607         & riece-own-freeze.
2608         * riece-options.el (riece-away-message): New user option.
2609         * riece-commands.el (riece-command-toggle-away): Query user away
2610         message.
2611         * riece-300.el (riece-handle-301-message): Set user's away status.
2612         (riece-handle-305-message): Ditto.
2613         (riece-handle-306-message): Ditto.
2614         (riece-handle-302-message): Ditto.
2615         (riece-handle-352-message): Ditto.
2616
2617 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2618
2619         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
2620         and riece-identity.
2621         (riece-command-dcc-receive): Check the existence of
2622         set-buffer-multibyte.
2623
2624 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
2625
2626         * Riece: Version 0.0.3 released.
2627         * riece-version.el (riece-version-number): Bump up to 0.0.3.
2628
2629         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
2630         in hooks.
2631         (riece-handle-ctcp-response): Ditto.
2632
2633 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2634
2635         * riece-user.el (riece-rename-user): Don't modify entry when
2636         old-name == new-name.
2637
2638         * riece-display.el (riece-configure-windows): Use window-buffer
2639         instead of current-buffer.
2640
2641         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
2642         (riece-rdcc-ruby-command): New user option.
2643         (riece-rdcc-send-program): New user option.
2644         (riece-rdcc-decode-address-program): New user option.
2645         (riece-rdcc-substitute-variables): New function.
2646         (riece-command-dcc-send): Use it.
2647         (riece-rdcc-decode-address): Use it.
2648
2649 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2650
2651         * riece-rdcc.el: New add-on.
2652
2653         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
2654
2655 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
2656
2657         * riece-ndcc.el: New add-on.
2658         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
2659
2660 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2661
2662         * riece-server.el (riece-open-server): Simplify message.
2663
2664         * riece-commands.el (riece-command-open-server): Throw an error
2665         when the server is already opened.
2666
2667         * riece-filter.el (riece-sentinel): Simplified.
2668
2669         * riece-display.el (riece-user-list-update-buffer): Check the
2670         existence of riece-user-list-buffer.
2671         (riece-channel-list-update-buffer): Check the existence of
2672         riece-channel-list-buffer.
2673         (riece-set-window-points): Ditto.
2674
2675         * riece-commands.el (riece-command-open-server): Simplified.
2676         (riece-command-toggle-channel-buffer-mode): Set
2677         riece-save-variables-are-dirty to t.
2678         (riece-command-toggle-user-list-buffer-mode): Ditto.
2679         (riece-command-toggle-channel-list-buffer-mode): Ditto.
2680
2681         * riece-server.el (riece-start-server): Abolish.
2682         (riece-open-server): Set riece-server-process-alist and
2683         riece-server-process here.
2684
2685 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2686
2687         * riece-filter.el (riece-sentinel): Close process even if
2688         riece-reconnect-with-password == t.
2689         (riece-handle-message): Catch errors occured in hooks.
2690
2691         * riece-server.el (riece-open-server): Reuse server buffer.
2692         (riece-close-server-process): Delete process even if process is
2693         not running.
2694
2695 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
2696
2697         * riece-server.el (riece-open-server): No need to reset
2698         riece-reconnect-with-password.
2699
2700         * riece-filter.el (riece-sentinel): Don't call riece when
2701         riece-reconnect-with-password = t and process !=
2702         riece-server-process.
2703
2704         * riece-url.el: Fix usage.
2705
2706         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
2707
2708         * riece-unread.el: New add-on.
2709         * COMPILE (riece-modules): Add riece-unread.
2710         * Makefile.am (EXTRA_DIST): Add riece-unread.el
2711
2712         * riece-300.el (riece-handle-322-message): New handler.
2713         (riece-handle-323-message): New handler.
2714
2715 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
2716
2717         * riece-display.el (riece-configure-windows): Select other window
2718         when minibuffer is active.
2719
2720         * riece-commands.el (riece-command-list): New command.
2721         (riece-command-enter-message-as-notice): New command.
2722         * riece.el (riece-command-mode-map): Bind
2723         riece-command-enter-message-as-notice and riece-command-list.
2724
2725         * riece-server.el (riece-close-server): Skip nil when leaving
2726         channels before closing server.
2727
2728 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
2729
2730         * Riece: Version 0.0.2 released.
2731         * riece-version.el (riece-version-number): Bump up to 0.0.2.
2732
2733         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
2734         * riece-url.el (riece-url-requires): Don't assert dependency on
2735         riece-highlight unless it appears in riece-addons.
2736
2737         * riece-url.el: New add-on.
2738         * COMPILE (riece-modules): Add riece-url.
2739
2740         * riece-message.el (riece-message-make-bracket): Abolish.
2741         * riece-highlight.el (riece-highlight-font-lock-keywords):
2742         Give up to fontify "-nick-" or "-nick server-".
2743
2744         * riece-highlight.el (riece-highlight-font-lock-keywords):
2745         Simplified regexp.
2746
2747         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
2748         (riece-handle-ctcp-response): Ditto.
2749
2750         * riece-highlight.el: Make it an add-on.
2751         (riece-highlight-insinuate): New function.
2752         * riece.el: Don't require 'riece-highlight.
2753         * riece-options.el (riece-addons): Turn on riece-highlight and
2754         riece-ctcp by default.
2755
2756         * riece-display.el (riece-configure-windows-predicate): New function.
2757         (riece-configure-windows-predicate): New user option.
2758         (riece-redisplay-buffers): Use it.
2759
2760         * riece-complete.el: Require 'cl for butlast.
2761
2762         * Makefile.am (elc): Renamed from "compile".
2763
2764         * riece.el (riece-dialogue-mode-map): Bind
2765         riece-command-toggle-channel-list-buffer-mode.
2766
2767         * riece-display.el (riece-configure-windows): Typo fixed.
2768
2769         * riece-user.el (riece-user-toggle-channel): Use member instead of
2770         memq.
2771
2772 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
2773
2774         * riece-ctcp.el (riece-ctcp-insinuate): New function.
2775
2776         * riece-options.el (riece-addons): New user option.
2777         (riece-addon-directory): New user option.
2778
2779         * riece.el (riece-load-and-build-addon-dependencies): New function.
2780         (riece-insinuate-addons): New function.
2781         (riece): Call riece-insinuate-addons.
2782
2783         * riece-misc.el (riece-get-users-on-server): Moved from
2784         riece-commands.el.
2785
2786         * riece-ctcp.el: New file.
2787         * COMPILE (riece-modules): Add riece-ctcp.
2788         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
2789
2790 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
2791
2792         * Riece: Version 0.0.1 released.
2793
2794         * riece-commands.el (riece-command-names): New command.
2795         (riece-command-who): New command.
2796
2797         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
2798         riece-command-who.
2799
2800         * riece-300.el (riece-handle-341-message): New handler.
2801         (riece-handle-352-message): New handler.
2802
2803         * riece-commands.el (riece-command-invite): Don't accept channel
2804         argument; throw an error when user is not on a channel.
2805         (riece-command-kick): New command.