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