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