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