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