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