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