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