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