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