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