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