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