* riece-commands.el (riece-command-names): Use identity prefix
[riece] / lisp / ChangeLog
1 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-commands.el (riece-command-toggle-away): Check user away
4         status in the server buffer.
5         [cf. <Liece:00119>]
6         (riece-command-names): Use identity prefix
7         instead of formatted identity.
8         (riece-command-who): Ditto.
9
10 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11
12         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
13         to `riece-command-name'.
14
15 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
16
17         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
18
19 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
20
21         * Riece: Version 0.1.3 released.
22         * riece-version.el (riece-version-number): Bump up to 0.1.3.
23
24 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
25
26         * riece-button.el (riece-button-map-identity-region): Abolish.
27         (riece-user-button-set-operators): Use riece-scan-property-region.
28         (riece-user-button-set-speakers): Ditto.
29         (riece-button-add-identity-button): Ditto.
30
31         * riece-keyword.el: Require 'riece-message.
32         (riece-keyword-map-region): Abolish.
33         (riece-keyword-scan-region): Use riece-scan-property-region.
34
35         * riece-misc.el (riece-scan-property-region): New function.
36
37 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
38
39         * riece-xemacs.el (riece-make-overlay): New alias.
40         (riece-overlay-put): New alias.
41         (riece-overlay-start): New alias.
42         (riece-overlay-buffer): New alias.
43
44         * riece-emacs.el (riece-make-overlay): New alias.
45         (riece-overlay-put): New alias.
46         (riece-overlay-start): New alias.
47         (riece-overlay-buffer): New alias.
48
49         * riece-keyword.el: New add-on.
50         * COMPILE (riece-modules): Add riece-keyword.
51         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
52
53         * riece-message.el (riece-message-filter-functions): New user option.
54         (riece-display-message-1): New function.
55         (riece-display-message): Use it.
56
57 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
58
59         * riece.el (riece-channel-list-mode): Initialize
60         riece-update-buffer-functions.
61         (riece-user-list-mode): Ditto.
62
63         * riece-globals.el (riece-channel-indicator): Rename from
64         riece-short-channel-indicator.
65         (riece-long-channel-indicator): Rename from
66         riece-channel-indicator.
67
68         * riece-display.el (riece-update-buffer-functions): Default to
69         nil.
70         (riece-update-indicator-functions): New variable splitted from
71         riece-update-buffer-functions.
72         (riece-update-channel-indicator): Rename from
73         riece-update-short-channel-indicator.
74         (riece-update-long-channel-indicator): Rename from
75         riece-update-channel-indicator.
76         (riece-update-buffers): Don't set riece-channel-buffer.
77         (riece-switch-to-channel): Set riece-channel-buffer here.
78
79         * riece-button.el (riece-user-button-popup-menu): Change order.
80         (riece-button-update-buffer): Unify
81         riece-button-update-channel-list-buffer and
82         riece-button-update-user-list-buffer.
83
84 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
85
86         * riece-history.el (riece-history-insinuate): In
87         riece-after-switch-to-channel-functions, check whether the last
88         channel is nil.
89
90         * riece-xemacs.el (riece-event-buffer): New alias.
91         (riece-event-point): New alias.
92
93         * riece-emacs.el (riece-event-buffer): New function.
94         (riece-event-point): New function.
95
96         * riece-display.el (riece-update-user-list-buffer): Use
97         riece-format-identity to add 'riece-identity property to user
98         names.
99
100         * riece-button.el (riece-user-button-popup-menu): New variable.
101         (riece-identity-button): Rename from riece-channel-button.
102         (riece-button-switch-to-identity): Rename from
103         riece-channel-button-action.
104         (riece-identity-button-popup-menu): Rename from
105         riece-channel-button-popup-menu; set point to the position the
106         event occurred.
107         (riece-user-button-join-partner): New function.
108         (riece-user-button-set-operators): New function.
109         (riece-user-button-set-speakers): New function.
110         (riece-user-button-finger): New function.
111         (riece-make-identity-button-map): New function.
112         (riece-button-map-identity-region): New function; splitted from
113         riece-button-add-identity-button.
114         (riece-button-add-identity-button): Use it.
115         (riece-button-update-user-list-buffer): New function.
116         (riece-button-insinuate): Add riece-button-update-user-list-buffer
117         to riece-update-buffer-functions.
118
119 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
120
121         * riece-xemacs.el (riece-mouse-2): New variable.
122         (riece-popup-menu-popup): New function.
123
124         * riece-emacs.el (riece-mouse-2): New variable.
125         (riece-popup-menu-bogus-filter-constructor): New macro.
126         (riece-popup-menu-popup): New function.
127
128         * riece-commands.el (riece-command-list): Use identity prefix
129         instead of formatted identity.
130
131         * riece-button.el (riece-channel-button-popup-menu): New variable.
132         (riece-channel-button): Arrange help-echo.
133         (riece-channel-button-switch-to-channel): New function.
134         (riece-channel-button-part): New function.
135         (riece-channel-button-list): New function.
136         (riece-channel-button-map): New variable.
137         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
138         properties on channel buttons.
139
140 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
141
142         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
143
144         * riece-history.el (riece-channel-list-history-face): New face.
145         (riece-history-format-channel-list-line): New function.
146         (riece-history-insinuate): Add ?+ to
147         riece-channel-list-mark-face-alist; add
148         riece-history-format-channel-list-line to
149         riece-format-channel-list-line-functions.
150
151         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
152
153 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
154
155         * riece-unread.el (riece-unread-after-display-message-function):
156         Do nothing when message-target is already in
157         riece-unread-channels; call riece-redisplay-buffers.
158         (riece-unread-update-channel-list-buffer): Abolish.
159         (riece-unread-after-switch-to-channel-function): Don't call
160         riece-unread-update-channel-list-buffer.
161         (riece-unread-format-channel-list-line): New function.
162         (riece-unread-insinuate): Add
163         riece-unread-format-channel-list-line to
164         riece-format-channel-list-line; don't add
165         riece-unread-update-channel-list-buffer to
166         riece-update-buffer-functions.
167
168         * riece-highlight.el (riece-channel-list-mark-current-channel):
169         Abolish; merged into riece-update-channel-list-buffer.
170         (riece-highlight-insinuate): Don't add
171         riece-channel-list-mark-current-channel to
172         riece-after-switch-to-channel-functions.
173
174         * riece-display.el (riece-channel-list-changed): Abolish.
175         (riece-update-channel-list-buffer): Always redisplay channel-list
176         buffer.
177         (riece-update-channel-list-indicator): Always redisplay
178         channel-list indicator.
179         (riece-format-channel-list-line): New function.
180         (riece-update-buffers): Don't clear riece-channel-list-changed.
181         (riece-join-channel): Don't set riece-channel-list-changed.
182         (riece-part-channel): Ditto.
183
184 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
185
186         * riece-options.el (riece-addons): Add riece-button.
187
188         * riece-display.el (riece-update-channel-list-buffer): Avoid to
189         use format to preserve 'riece-identity property.
190
191         * riece-unread.el (riece-unread-update-channel-list-buffer):
192         Simplified.
193         (riece-unread-insinuate): Delay adding
194         riece-unread-update-channel-list-buffer to
195         riece-update-buffer-functions.
196
197         * riece-button.el: New add-on.
198         * COMPILE (riece-modules): Add riece-button.
199         * Makefile.am (EXTRA_DIST): Add riece-button.el
200
201 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
202
203         * riece-server.el (riece-close-server-process): 
204         (riece-quit-server-process): Call riece-close-server-process
205         instead of kill-process; call riece-exit if no process is available.
206
207 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
208
209         * riece-display.el (riece-channel-buffer-name): Check whether
210         IDENTITY is a member of riece-current-channels.
211
212 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * riece-commands.el (riece-command-kick): Fix completing-read
215         collection argument.
216
217 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
218
219         * riece-000.el: Require 'riece-commands.
220         * riece-200.el: Don't require 'riece-commands.
221         * riece-300.el: Ditto.
222
223 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
224
225         * Riece: Version 0.1.2 released.
226         * riece-version.el (riece-version-number): Bump up to 0.1.2.
227
228 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
229
230         * riece-filter.el (riece-sentinel): Don't clear
231         riece-reconnect-with-password.
232         * riece-server.el (riece-open-server): Clear
233         riece-reconnect-with-password here.
234
235 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
236
237         * riece-globals.el (riece-join-channel-candidate): New variable.
238         * riece-commands.el (riece-command-join): Prompt
239         riece-join-channel-candidate.
240
241         * riece-handle.el (riece-handle-invite-message): Set
242         riece-join-channel-candidate when the user is invited.
243         * riece-naming.el (riece-naming-assert-join): Clear
244         riece-join-channel-candidate.
245
246 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
247
248         * riece-identity.el (riece-completing-read-identity): Pass 6th &
249         7th arguments to completing-read.
250
251         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
252         of riece-completing-read-identity.
253
254         * riece-handle.el (riece-handle-invite-message): Fix parsing of
255         parameters.
256
257         * riece-display.el (riece-update-channel-list-buffer): Don't clear
258         riece-channel-list-changed.
259         (riece-update-buffers): Clear it.
260
261 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
262
263         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
264
265 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
266
267         * riece-000.el (riece-handle-001-message): Parse elements in
268         riece-startup-channel-list.
269
270 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
271
272         * riece-skk-kakutei.el
273         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
274
275 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
276
277         * riece-options.el (riece-startup-channel-list): Revive.
278         * riece-000.el (riece-handle-001-message): Process
279         riece-startup-channel-list.
280
281         * riece-server.el (riece-open-server): Display "Logging in to
282         XXX..." message.
283         * riece-000.el (riece-handle-001-message): Clear "Logging in to
284         XXX..." message; call riece-after-login-hook.
285
286 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
287
288         * riece-unread.el (riece-unread-after-display-message-function):
289         Simplified.
290
291 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
292
293         * riece-commands.el (riece-command-join): Extract target
294         identity-prefix before applying riece-channel-p; format target.
295
296 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
297
298         * Riece: Version 0.1.1 released.
299         * riece-version.el (riece-version-number): Bump up to 0.1.1.
300
301 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
302
303         * riece-guess.el (riece-guess-channel-try-functions): Default to
304         nil.
305         (riece-default-guess-channel): Abolish.
306         (riece-command-guess-switch-to-channel): Reconstruct
307         riece-guess-candidates when it is empty.
308
309 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
310
311         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
312         define.
313         (riece-dialogue-notice-face): Ditto.
314         (riece-dialogue-wallops-face): Ditto.
315         (riece-dialogue-error-face): Ditto.
316         (riece-dialogue-info-face): Ditto.
317         (riece-dialogue-server-face): Ditto.
318         (riece-dialogue-prefix-face): Ditto.
319         (riece-channel-list-default-face): Ditto.
320         (riece-channel-list-current-face): Ditto.
321
322         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
323         define.
324
325 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
326
327         * riece-history.el (riece-history-insinuate): Don't set
328         riece-guess-channel-try-functions here.
329         (riece-history-requires): Don't require riece-guess.
330
331         * riece-unread.el (riece-unread-requires): Don't require
332         riece-guess.
333         (riece-unread-insinuate): Don't set
334         riece-guess-channel-try-functions here.
335
336 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
337
338         * riece-unread.el (riece-unread-after-display-message-function):
339         Rename from riece-unread-display-message-function.
340         (riece-unread-after-switch-to-channel-function): Rename from
341         riece-unread-channel-switch-hook.
342         (riece-guess-channel-from-unread): New function.
343         (riece-unread-requires): Require 'riece-guess and 'riece-history.
344         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
345
346         * riece-options.el (riece-addons): Add riece-guess, riece-history,
347         and riece-url.
348
349         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
350         check riece-last-channel.
351
352         * riece-display.el (riece-switch-to-channel): Rename
353         riece-channel-switch-hook to
354         riece-after-switch-to-channel-functions.
355         (riece-switch-to-nearest-channel): Ditto.
356
357         * riece-guess.el: New add-on.
358         * COMPILE (riece-modules): Add riece-guess.
359         * Makefile.am (EXTRA_DIST): Add riece-guess.el
360
361         * riece-history.el: New add-on.
362         * COMPILE (riece-modules): Add riece-history.
363         * Makefile.am (EXTRA_DIST): Add riece-history.el
364
365 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
366
367         * riece-options.el (riece-connection-timeout): Abolish.
368
369         * riece-server.el (riece-clear-system): Abolish.
370         * riece.el (riece-exit): Merge riece-clear-system.
371
372 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
373
374         * riece-filter.el (riece-sentinel): Suppress status message when
375         riece-debug is nil.
376
377 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
378
379         * riece-highlight.el (riece-channel-list-mark-current-channel):
380         New function.
381
382         * riece-display.el (riece-channel-list-changed): New variable.
383         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
384         (riece-update-channel-list-indicator): Ditto.
385
386 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
387
388         * riece-options.el (riece-addons): Enable riece-unread by default.
389
390         * riece-highlight.el (riece-channel-list-current-face): New variable.
391         (riece-channel-list-default-face): New face.
392
393         * riece-globals.el (riece-channel-list-buffer): Strip leading
394         whitespace.
395
396 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
397
398         * riece-unread.el: Require 'riece-highlight when compiling.
399         (riece-unread): New custom group.
400         (riece-channel-list-unread-face): New variable.
401         (riece-channel-list-unread-face): New face.
402         (riece-unread-requires): New function.
403         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
404
405         * riece-highlight.el: Highlight *Channels* buffer; rename
406         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
407         riece-dialogue-*.
408         (riece-channel-list-font-lock-keywords): New variable.
409         (riece-channel-list-mark-face-alist): New variable.
410
411 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
412
413         * riece-unread.el (riece-unread-update-channel-list-buffer):
414         Restore channel marks if exist.
415
416         * riece-naming.el (riece-naming-assert-join): Don't set
417         riece-redisplay-buffers.
418         (riece-naming-assert-part): Ditto.
419         (riece-naming-assert-rename): Ditto.
420
421         * riece-display.el (riece-redisplay-buffers): Abolish.
422         (riece-update-user-list-buffer): Don't check
423         riece-redisplay-buffers.
424         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
425         beginning of the current channel.
426         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
427         (riece-join-channel): Ditto.
428         (riece-part-channel): Ditto.
429
430 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
431
432         * riece-display.el (riece-join-channel): Parse non-nil elements in
433         riece-default-channel-binding.
434
435 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
436
437         * riece-identity.el (riece-format-identity): Add 'riece-identity
438         property to the resulting string.
439
440         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
441         topic is "".
442
443         * riece-300.el (riece-handle-322-message): Simplify message.
444
445         * riece-commands.el (riece-command-change-layout): Call
446         riece-command-configure-windows; Use setq instead of
447         custom-set-variables.
448
449 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
450
451         * Riece: Version 0.1.0 released.
452         * riece-version.el (riece-version-number): Bump up to 0.1.0.
453
454 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
455
456         * COMPILE (riece-compile-modules): Ignore errors during byte
457         compilation.
458         (riece-install-modules): If there lacks a compiled module, don't
459         attempt to install it.
460
461         * riece-options.el (riece-quit-timeout): Default to 10.
462
463         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
464         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
465
466         * riece-unread.el: Require 'riece-commands.
467
468         * riece-server.el: Require 'riece-identity and 'riece-compat.
469
470         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
471         'riece-display.
472         (riece-handle-dcc-request): Use riece-channel-buffer-name.
473
474         * riece-identity.el: Don't require 'riece-server.
475
476         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
477         'riece-message, and 'riece-server.
478
479         * riece-ctcp.el: Require 'riece-display.
480
481         * riece-commands.el: Require 'riece-layout.
482         (riece-command-change-layout): New command.
483
484         * riece-alias.el: Require 'riece-identity.
485
486         * riece-layout.el: No longer provided as an add-on.
487         * riece-display.el: Remove window configuration stuff.
488
489 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
490
491         * riece-rdcc.el (riece-command-dcc-send): Bind
492         process-connection-type to nil.
493
494         * riece-300.el (riece-handle-319-message): New handler.
495
496         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
497         (riece): Signal an error when a server is opened;
498         No need to initialize riece-command-buffer specially.
499
500 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
501
502         * riece-display.el (riece-configure-windows-top): Set
503         `truncate-partial-width-windows' nil, when horizontal window
504         split.
505
506 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
507
508         * riece-display.el (riece-configure-windows-top): Change
509         user-list-buffer and channel-list-buffer window create logic.
510
511         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
512         require riece.el when compile.
513
514         * riece.el (riece): Use `riece-redisplay-buffers' instead of
515         `riece-configure-windows'.
516
517 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
518
519         * riece-display.el (riece-configure-windows-top): New function.
520         * riece-layout.el (riece-layout-alist): Add top.
521
522         * riece-skk-kakutei.el: New add-on.
523         * COMPILE (riece-modules): Add riece-skk-kakutei.
524         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
525
526 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
527
528         * riece-layout.el: New add-on.
529         * COMPILE (riece-modules): Add riece-layout.
530         * Makefile.am (EXTRA_DIST): Add riece-layout.el
531
532 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
533
534         * riece-options.el (riece-quit-timeout): New user option.
535         * riece-server.el (riece-quit-server-process): New function.
536         * riece-commands.el (riece-command-quit): Use it.
537         (riece-command-close-server): Use it.
538
539 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
540
541         * riece-commands.el (riece-command-previous-channel): Skip nil in
542         riece-current-channels.
543
544 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
545
546         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
547         the ruby process.
548
549         * riece-xemacs.el: Don't require 'riece-compat.
550
551 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
552
553         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
554         riece-parse-identity.
555
556 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
557
558         * riece-server.el (riece-find-server-name): Abolish.
559
560         * riece-alias.el: Add usage.
561
562 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
563
564         * riece-mini.el (riece-mini-send-message): Use
565         riece-completing-read-identity; don't use riece-own-channel-message.
566
567         * riece-identity.el: Require 'riece-compat.
568         (riece-identity-prefix-case-table): New variable.
569         (riece-abbrev-identity-string-function): New variable.
570         (riece-expand-identity-string-function): New variable.
571         (riece-format-identity): Rename from riece-decode-identity.
572         (riece-parse-identity): Rename from riece-encode-identity.
573         (riece-with-identity-buffer): Abolish.
574         (riece-identity-canonicalize-prefix): Use case-table.   
575
576         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
577         (riece-handle-message): Ditto.
578
579         * riece-alias.el: New add-on.
580         * COMPILE (riece-modules): Add riece-alias.
581         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
582
583         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
584         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
585         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
586
587 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
588
589         * Riece: Version 0.0.4 released.
590         * riece-version.el (riece-version-number): Bump up to 0.0.4.
591
592 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
593
594         * riece-unread.el (riece-unread-display-message-function): Don't check
595         `selected-window'. It doesn't work as expected.
596
597 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
598
599         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
600
601         * riece-300.el: Rewrite using riece-decode-identity.
602
603         * riece-identity.el (riece-completing-read-identity): Signal an
604         error when the encoded channel name is not matched with
605         riece-channel-regexp.
606
607         * riece-globals.el (riece-channel-regexp): Moved from
608         riece-channel.el.
609         (riece-user-regexp): Moved form riece-user.el.
610
611 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
612
613         * riece-handle.el (riece-handle-join-message): Don't call
614         riece-switch-to-channel.
615         (riece-handle-part-message): Don't decode message if it is empty.
616         (riece-handle-kick-message): Ditto.
617         (riece-handle-quit-message): Ditto.
618         (riece-handle-kill-message): Ditto.
619
620         * riece-commands.el (riece-command-part): Show the current channel
621         as default candidate.
622
623         * riece-identity.el (riece-completing-read-identity): Accept
624         optional 5th argument `initial'.
625
626         * riece-unread.el (riece-unread-update-channel-list-buffer):
627         Simplified.
628
629         * riece-filter.el (riece-sentinel): Don't bind
630         riece-inhibit-update-buffers.
631
632         * riece-display.el (riece-redisplay-buffer): New variable.
633         (riece-inhibit-update-buffers): Abolish.
634         (riece-update-channel-list-buffer): Memorize
635         encoded identity as text property on each line. 
636
637         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
638         buffer local.
639         (riece-user-list-mode): Ditto.
640
641 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
642
643         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
644         Fix example setting, don't use 3rd arg of add-to-list.
645
646         * riece-coding.el (riece-default-coding-system): Fix default value.
647
648 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
649
650         * riece-display.el (riece-inhibit-update-buffers): New variable.
651         * riece-filter.el (riece-sentinel): Bind
652         riece-inhibit-update-buffers while removing channels from
653         riece-current-channels.
654         * riece-unread.el (riece-unread-display-message-function): Don't
655         update channel list buffer when riece-inhibit-update-buffers is
656         non-nil.
657         (riece-unread-channel-switch-hook): Ditto.
658         (riece-unread-insinuate): Add
659         riece-unread-update-channel-list-buffer to
660         riece-update-buffer-functions.
661
662         * riece-commands.el (riece-command-switch-to-channel): Call
663         riece-redisplay-buffers instead of riece-command-configure-windows.
664
665         * riece-identity.el (riece-completing-read-identity): Remove nil
666         from riece-current-channels before converting it to an alist.
667
668 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
669
670         * riece-unread.el (riece-unread-display-message-function): Check a
671         `selected-window'.
672
673         * riece-mini.el: New add-on.
674         * COMPILE (riece-modules): Add `riece-mini'.
675         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
676
677         * riece-display.el (riece-channel-buffer-create): Add new hook.
678         * riece-log.el: New add-on for saving irc logs.
679         * COMPILE (riece-modules): Add `riece-log'.
680         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
681
682         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
683         (riece-command-part): Ditto.
684
685 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
686
687         * riece-naming.el (riece-naming-assert-join): Call
688         riece-update-buffers.
689         (riece-naming-assert-part): Ditto.
690
691         * riece-filter.el (riece-sentinel): Don't bind
692         riece-overriding-server-name; use riece-part-channel.
693
694         * riece-display.el (riece-switch-to-channel): Don't set
695         riece-channel-buffer.
696         (riece-update-buffers): Set riece-channel-buffer here.
697
698         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
699         (riece-command-close-server): Fixed completion bug.
700         (riece-command-universal-server-name-argument): Ditto.
701
702 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
703
704         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
705         doctor-read-print.
706
707         * riece-handle.el (riece-handle-nick-message): Use
708         riece-decode-identity to decode user.
709         (riece-handle-join-message): Ditto.
710         (riece-handle-part-message): Ditto.
711         (riece-handle-kick-message): Ditto.
712         (riece-handle-quit-message): Ditto.
713         (riece-handle-kill-message): Ditto.
714         (riece-handle-invite-message): Ditto.
715         (riece-handle-topic-message): Ditto.
716         (riece-handle-mode-message): Ditto.
717
718 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
719
720         * riece-message.el (riece-own-channel-message): Abolish.
721
722         * riece-commands.el (riece-command-send-message): Don't use
723         riece-own-channel-message.
724
725         * riece-doctor.el (riece-doctor-reply): Don't use
726         riece-own-channel-message.
727         (riece-doctor-hello-regexp): New user option.
728         (riece-doctor-bye-regexp): New user option.
729
730 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
731
732         * riece-identity.el (riece-identity-member-no-server): Abolish.
733
734         * riece-doctor.el (riece-doctor-patients): Make it global variable.
735         (riece-doctor-after-privmsg-hook): Use riece-identity-member
736         instead of riece-identity-member-no-server.
737
738 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
739
740         * riece-doctor.el: New add-on.
741         * COMPILE (riece-modules): Add riece-doctor.
742         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
743
744 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
745
746         * riece-handle.el (riece-handle-nick-message): Follow the change
747         of riece-identity-member.
748
749         * riece-commands.el (riece-command-next-channel): Use
750         riece-identity-member instead of riece-identity-member-no-server.
751         (riece-command-previous-channel): Ditto.
752
753 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
754
755         * riece-identity.el (riece-completing-read-identity): Remove nil
756         from channels before completing-read.
757
758         * riece-message.el (riece-message-make-name): Fix condition for priv.
759         (riece-message-make-global-name): Ditto.
760         (riece-message-buffer): Ditto.
761
762         * riece-misc.el (riece-current-nickname): Use
763         riece-with-identity-buffer.
764
765 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
766
767         * riece-message.el (riece-message-parent-buffers): Regard message's
768         speaker as target when priv mode.
769
770         * riece-display.el (riece-update-channel-indicator): Decode
771         riece-current-channel even in priv mode.
772
773         * riece-identity.el (riece-decode-identity): Respect prefix-only.
774         (riece-completing-read-identity): Check if illegal characters in
775         channel name.
776
777 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
778
779         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
780         * riece-globals.el (riece-user-buffer-format): Abolish.
781         (riece-user-list-buffer): Default to " *Users*".
782         * riece-display.el (riece-user-list-buffer-name): Abolish.
783         (riece-user-list-buffer-create): Abolish.
784
785 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
786
787         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
788         (riece-handle-message): Ditto.
789         (riece-sentinel): Clear system here.
790
791         * riece-server.el (riece-server-process-name): New function.
792         (riece-server-process): New function.
793         (riece-close-server): Abolish.
794
795         * riece-identity.el: Adopt vector object representation for
796         identity objects.
797         (riece-with-identity-buffer): New macro.
798         (riece-decode-identity): New function.
799         (riece-encode-identity): New function.
800
801         * riece-globals.el (riece-process-list): New variable.
802         (riece-server-process-alist): Abolish.
803         (riece-channel-buffer-alist): Abolish.
804         (riece-user-list-buffer-alist): Abolish.
805         (riece-short-channel-indicator): New variable.
806
807         * riece-channel.el: Assume that we are already in the server buffer.
808         * riece-user.el: Likewise.
809
810 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
811
812         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
813
814         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
815         `add-to-list'.
816
817 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
818
819         * riece-channel.el (riece-forget-channel): Fixed.
820         (riece-channel-modeless-regexp): Abolish.
821         (riece-channel-modeless-p): Abolish.
822
823 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
824
825         * riece-unread.el (riece-unread-display-message-function): Delete the
826         target before adding to list.
827         (riece-unread-switch-to-channel): New function.
828         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
829         Bind "u" to riece-dialogue-mode-map.
830         Bind "u" to riece-channel-list-mode-map.
831
832         * riece.el (riece-channel-list-mode-map): Don't bind
833         `riece-command-unread-channel'.
834
835 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
838         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
839         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
840         riece.el: Don't require riece-inlines since it has been removed.
841
842 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
843
844         * riece-display.el (riece-update-user-list-buffer): Rename from
845         riece-user-list-update-buffer.
846         (riece-update-channel-list-buffer): Rename from
847         riece-channel-list-update-buffer.
848
849 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
850
851         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
852         from riece-inlines.el; renamed from scandinavian-downcase.
853         (riece-identity-equal-no-server): Moved from riece-inlines.el;
854         renamed from scandinavian-equal-ignore-case.
855         (riece-identity-equal-no-server-safe): New function.
856         (riece-identity-member-no-server): Moved from riece-inlines.el;
857         renamed from scandinavian-member-ignore-case.
858         (riece-identity-member-no-server-safe): New function.
859
860         * riece-inlines.el: Removed.
861         * COMPILE (riece-modules): Remove riece-inlines.
862         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
863
864 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
865
866         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
867         explicitly.
868         * riece-ndcc.el: Don't call delete-process explicitly.
869         * riece-server.el (riece-close-server-process): Don't call
870         delete-process explicitly unless riece-debug == t.
871
872 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
873
874         * riece-inlines.el (scandinavian-downcase): New inline function.
875         (scandinavian-equal-ignore-case): Rename from
876         string-equal-ignore-case.
877         (scandinavian-member-ignore-case): Rename from
878         string-list-member-ignore-case.
879
880         * riece-identity.el (riece-identity-equal): Rename from
881         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
882         (riece-identity-equal-safe): Rename from riece-identity-equal.
883         (riece-identity-member): Rename from riece-identity-member-no-server.
884         (riece-identity-member-safe): Rename from riece-identity-member.
885         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
886         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
887
888 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
889
890         * riece-rdcc.el: Require 'riece-ctcp.
891         (riece-rdcc-insinuate): Add "DCC" to
892         riece-ctcp-additional-clientinfo.
893
894         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
895         (riece-command-ctcp-clientinfo): New command.
896         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
897         (riece-handle-ctcp-clientinfo-request): New handler.
898         (riece-handle-ctcp-clientinfo-response): New handler.
899
900         * riece-server.el (riece-open-server): No need to use
901         get-buffer-create to reuse process buffer.
902
903 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
904
905         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
906         DCC process.
907         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
908
909         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
910         `:coding'.
911         (riece-open-server): Follow the change.
912
913         * riece-ctcp.el (riece-command-ctcp-action): New command.
914         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
915         (riece-handle-ctcp-action-request): New handler.
916
917         * riece.el (riece-command-mode): Enclose status indicators with
918         `{}'; show riece-user-indicator.
919         (riece-channel-mode): Likewise.
920         (riece-dialogue-mode): Enclose status indicators with `{}'.
921         * riece-globals.el (riece-user-indicator): New indicator.
922         (riece-freeze-indicator): Default to "-".
923         * riece-display.el (riece-update-channel-indicator): Don't update
924         modeline.
925         (riece-update-status-indicators): Set riece-user-indicator.
926         * riece-300.el (riece-handle-324-message): Update channel indicator.
927
928 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
929
930         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
931         (riece-dialogue-mode): Call riece-update-status-indicators.
932         (riece-channel-mode): Add riece-operator-indicator to
933         mode-line-buffer-identification.
934         * riece-user.el (riece-make-user): New attribute `operator'.
935         (riece-user-operator): New function.
936         (riece-user-set-operator): New function.
937         (riece-user-toggle-away): New function.
938         (riece-user-toggle-operator): New function.
939         * riece-misc.el (riece-own-frozen): Revive.
940         * riece-message.el (riece-display-message): Reset riece-freeze if
941         riece-freeze == 'own && (riece-message-own-p message).
942         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
943         (riece-operator-indicator): New variable.
944         * riece-display.el (riece-update-status-indicators): New function.
945         (riece-update-buffer-functions): Add it.
946         * riece-commands.el (riece-command-toggle-freeze): Don't call
947         riece-freeze.
948         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
949         * riece-300.el (riece-handle-302-message): Use
950         riece-user-toggle-away instead of riece-user-set-away.
951         (riece-handle-301-message): Ditto.
952         (riece-handle-305-message): Ditto.
953         (riece-handle-306-message): Ditto.
954         (riece-handle-352-message): Ditto.
955
956 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * riece-commands.el (riece-command-next-channel): Circularly
959         follow the channel list.
960         (riece-command-previous-channel): Ditto.
961
962 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
963
964         * riece.el (riece-command-mode): Set default value of riece-freeze
965         & riece-own-freeze.
966         * riece-options.el (riece-away-message): New user option.
967         * riece-commands.el (riece-command-toggle-away): Query user away
968         message.
969         * riece-300.el (riece-handle-301-message): Set user's away status.
970         (riece-handle-305-message): Ditto.
971         (riece-handle-306-message): Ditto.
972         (riece-handle-302-message): Ditto.
973         (riece-handle-352-message): Ditto.
974
975 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
976
977         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
978         and riece-identity.
979         (riece-command-dcc-receive): Check the existence of
980         set-buffer-multibyte.
981
982 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
983
984         * Riece: Version 0.0.3 released.
985         * riece-version.el (riece-version-number): Bump up to 0.0.3.
986
987         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
988         in hooks.
989         (riece-handle-ctcp-response): Ditto.
990
991 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
992
993         * riece-user.el (riece-rename-user): Don't modify entry when
994         old-name == new-name.
995
996         * riece-display.el (riece-configure-windows): Use window-buffer
997         instead of current-buffer.
998
999         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1000         (riece-rdcc-ruby-command): New user option.
1001         (riece-rdcc-send-program): New user option.
1002         (riece-rdcc-decode-address-program): New user option.
1003         (riece-rdcc-substitute-variables): New function.
1004         (riece-command-dcc-send): Use it.
1005         (riece-rdcc-decode-address): Use it.
1006
1007 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1008
1009         * riece-rdcc.el: New add-on.
1010
1011         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1012
1013 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1014
1015         * riece-ndcc.el: New add-on.
1016         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1017
1018 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1019
1020         * riece-server.el (riece-open-server): Simplify message.
1021
1022         * riece-commands.el (riece-command-open-server): Throw an error
1023         when the server is already opened.
1024
1025         * riece-filter.el (riece-sentinel): Simplified.
1026
1027         * riece-display.el (riece-user-list-update-buffer): Check the
1028         existence of riece-user-list-buffer.
1029         (riece-channel-list-update-buffer): Check the existence of
1030         riece-channel-list-buffer.
1031         (riece-set-window-points): Ditto.
1032
1033         * riece-commands.el (riece-command-open-server): Simplified.
1034         (riece-command-toggle-channel-buffer-mode): Set
1035         riece-save-variables-are-dirty to t.
1036         (riece-command-toggle-user-list-buffer-mode): Ditto.
1037         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1038
1039         * riece-server.el (riece-start-server): Abolish.
1040         (riece-open-server): Set riece-server-process-alist and
1041         riece-server-process here.
1042
1043 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1044
1045         * riece-filter.el (riece-sentinel): Close process even if
1046         riece-reconnect-with-password == t.
1047         (riece-handle-message): Catch errors occured in hooks.
1048
1049         * riece-server.el (riece-open-server): Reuse server buffer.
1050         (riece-close-server-process): Delete process even if process is
1051         not running.
1052
1053 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1054
1055         * riece-server.el (riece-open-server): No need to reset
1056         riece-reconnect-with-password.
1057
1058         * riece-filter.el (riece-sentinel): Don't call riece when
1059         riece-reconnect-with-password = t and process !=
1060         riece-server-process.
1061
1062         * riece-url.el: Fix usage.
1063
1064         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1065
1066         * riece-unread.el: New add-on.
1067         * COMPILE (riece-modules): Add riece-unread.
1068         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1069
1070         * riece-300.el (riece-handle-322-message): New handler.
1071         (riece-handle-323-message): New handler.
1072
1073 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * riece-display.el (riece-configure-windows): Select other window
1076         when minibuffer is active.
1077
1078         * riece-commands.el (riece-command-list): New command.
1079         (riece-command-enter-message-as-notice): New command.
1080         * riece.el (riece-command-mode-map): Bind
1081         riece-command-enter-message-as-notice and riece-command-list.
1082
1083         * riece-server.el (riece-close-server): Skip nil when leaving
1084         channels before closing server.
1085
1086 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1087
1088         * Riece: Version 0.0.2 released.
1089         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1090
1091         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1092         * riece-url.el (riece-url-requires): Don't assert dependency on
1093         riece-highlight unless it appears in riece-addons.
1094
1095         * riece-url.el: New add-on.
1096         * COMPILE (riece-modules): Add riece-url.
1097
1098         * riece-message.el (riece-message-make-bracket): Abolish.
1099         * riece-highlight.el (riece-highlight-font-lock-keywords):
1100         Give up to fontify "-nick-" or "-nick server-".
1101
1102         * riece-highlight.el (riece-highlight-font-lock-keywords):
1103         Simplified regexp.
1104
1105         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1106         (riece-handle-ctcp-response): Ditto.
1107
1108         * riece-highlight.el: Make it an add-on.
1109         (riece-highlight-insinuate): New function.
1110         * riece.el: Don't require 'riece-highlight.
1111         * riece-options.el (riece-addons): Turn on riece-highlight and
1112         riece-ctcp by default.
1113
1114         * riece-display.el (riece-configure-windows-predicate): New function.
1115         (riece-configure-windows-predicate): New user option.
1116         (riece-redisplay-buffers): Use it.
1117
1118         * riece-complete.el: Require 'cl for butlast.
1119
1120         * Makefile.am (elc): Renamed from "compile".
1121
1122         * riece.el (riece-dialogue-mode-map): Bind
1123         riece-command-toggle-channel-list-buffer-mode.
1124
1125         * riece-display.el (riece-configure-windows): Typo fixed.
1126
1127         * riece-user.el (riece-user-toggle-channel): Use member instead of
1128         memq.
1129
1130 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1131
1132         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1133
1134         * riece-options.el (riece-addons): New user option.
1135         (riece-addon-directory): New user option.
1136
1137         * riece.el (riece-load-and-build-addon-dependencies): New function.
1138         (riece-insinuate-addons): New function.
1139         (riece): Call riece-insinuate-addons.
1140
1141         * riece-misc.el (riece-get-users-on-server): Moved from
1142         riece-commands.el.
1143
1144         * riece-ctcp.el: New file.
1145         * COMPILE (riece-modules): Add riece-ctcp.
1146         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1147
1148 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1149
1150         * Riece: Version 0.0.1 released.
1151
1152         * riece-commands.el (riece-command-names): New command.
1153         (riece-command-who): New command.
1154
1155         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1156         riece-command-who.
1157
1158         * riece-300.el (riece-handle-341-message): New handler.
1159         (riece-handle-352-message): New handler.
1160
1161         * riece-commands.el (riece-command-invite): Don't accept channel
1162         argument; throw an error when user is not on a channel.
1163         (riece-command-kick): New command.