* riece-commands.el (riece-command-topic): Use
[riece] / lisp / ChangeLog
1 2003-10-18  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-commands.el (riece-command-topic): Use
4         riece-check-channel-commands-are-usable.
5         (riece-command-invite): Ditto.
6         (riece-command-kick): Ditto.
7         (riece-command-change-mode): Ditto.
8         (riece-command-set-operators): Ditto.
9         (riece-command-set-speakers): Ditto.
10         (riece-command-send-message): Ditto.
11         (riece-command-part): Ditto.
12
13         * riece-misc.el (riece-get-users-on-server): If
14         riece-current-channel is not set, check the default server.
15         (riece-check-channel-commands-are-usable): New function.
16
17         * riece-globals.el (riece-channel-regexp): Accept channel names
18         beginning with "!!".
19
20 2003-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
21
22         * riece-commands.el (riece-command-universal-server-name-argument):
23         Fix parenthesis.
24
25 2003-10-16  Daiki Ueno  <ueno@unixuser.org>
26
27         * riece.el (riece-buffer-alist): Rename from
28         riece-buffer-mode-alist.
29
30         * riece-misc.el (riece-get-buffer-create): Takes an optional 2nd
31         argument, init-major-mode, which is used to assert the major-mode
32         of the created buffer.
33
34         * riece-naming.el (riece-naming-assert-rename): Merged buffer
35         renaming logic that riece-handle-nick-message was responsible for.
36
37         * riece-globals.el (riece-server-process-alist): Revive.
38         (riece-process-list): Abolish.
39         (riece-command-buffer): Set default to nil.
40         (riece-dialogue-buffer): Ditto.
41         (riece-others-buffer): Ditto.
42         (riece-channel-list-buffer): Ditto.
43         (riece-user-list-buffer): Ditto.
44         (riece-private-buffer): Abolish.
45         (riece-wallops-buffer): Abolish.
46
47         * riece-display.el (riece-channel-buffer-format): Moved from
48         riece-globals.
49         (riece-channel-buffer-alist): New variable.
50         (riece-channel-buffer-create): Assert the major-mode of the
51         created buffer is 'riece-channel-mode.
52         (riece-channel-buffer): New function.
53         (riece-switch-to-channel): Use riece-channel-buffer instead of
54         directly using get-buffer.
55
56 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
57
58         * riece-commands.el (riece-command-toggle-away): Check user away
59         status in the server buffer.
60         [cf. <Liece:00119>]
61         (riece-command-names): Use identity prefix
62         instead of formatted identity.
63         (riece-command-who): Ditto.
64
65 2003-10-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
66
67         * riece.el (riece-dialogue-mode-map): Bind "N" instead of "\C-n"
68         to `riece-command-name'.
69
70 2003-10-14  Daiki Ueno  <ueno@unixuser.org>
71
72         * riece-layout.el (riece-reconfigure-windows-predicate): Simplified.
73
74 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
75
76         * Riece: Version 0.1.3 released.
77         * riece-version.el (riece-version-number): Bump up to 0.1.3.
78
79 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
80
81         * riece-button.el (riece-button-map-identity-region): Abolish.
82         (riece-user-button-set-operators): Use riece-scan-property-region.
83         (riece-user-button-set-speakers): Ditto.
84         (riece-button-add-identity-button): Ditto.
85
86         * riece-keyword.el: Require 'riece-message.
87         (riece-keyword-map-region): Abolish.
88         (riece-keyword-scan-region): Use riece-scan-property-region.
89
90         * riece-misc.el (riece-scan-property-region): New function.
91
92 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
93
94         * riece-xemacs.el (riece-make-overlay): New alias.
95         (riece-overlay-put): New alias.
96         (riece-overlay-start): New alias.
97         (riece-overlay-buffer): New alias.
98
99         * riece-emacs.el (riece-make-overlay): New alias.
100         (riece-overlay-put): New alias.
101         (riece-overlay-start): New alias.
102         (riece-overlay-buffer): New alias.
103
104         * riece-keyword.el: New add-on.
105         * COMPILE (riece-modules): Add riece-keyword.
106         * Makefile.am (EXTRA_DIST): Add riece-keyword.el
107
108         * riece-message.el (riece-message-filter-functions): New user option.
109         (riece-display-message-1): New function.
110         (riece-display-message): Use it.
111
112 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
113
114         * riece.el (riece-channel-list-mode): Initialize
115         riece-update-buffer-functions.
116         (riece-user-list-mode): Ditto.
117
118         * riece-globals.el (riece-channel-indicator): Rename from
119         riece-short-channel-indicator.
120         (riece-long-channel-indicator): Rename from
121         riece-channel-indicator.
122
123         * riece-display.el (riece-update-buffer-functions): Default to
124         nil.
125         (riece-update-indicator-functions): New variable splitted from
126         riece-update-buffer-functions.
127         (riece-update-channel-indicator): Rename from
128         riece-update-short-channel-indicator.
129         (riece-update-long-channel-indicator): Rename from
130         riece-update-channel-indicator.
131         (riece-update-buffers): Don't set riece-channel-buffer.
132         (riece-switch-to-channel): Set riece-channel-buffer here.
133
134         * riece-button.el (riece-user-button-popup-menu): Change order.
135         (riece-button-update-buffer): Unify
136         riece-button-update-channel-list-buffer and
137         riece-button-update-user-list-buffer.
138
139 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
140
141         * riece-history.el (riece-history-insinuate): In
142         riece-after-switch-to-channel-functions, check whether the last
143         channel is nil.
144
145         * riece-xemacs.el (riece-event-buffer): New alias.
146         (riece-event-point): New alias.
147
148         * riece-emacs.el (riece-event-buffer): New function.
149         (riece-event-point): New function.
150
151         * riece-display.el (riece-update-user-list-buffer): Use
152         riece-format-identity to add 'riece-identity property to user
153         names.
154
155         * riece-button.el (riece-user-button-popup-menu): New variable.
156         (riece-identity-button): Rename from riece-channel-button.
157         (riece-button-switch-to-identity): Rename from
158         riece-channel-button-action.
159         (riece-identity-button-popup-menu): Rename from
160         riece-channel-button-popup-menu; set point to the position the
161         event occurred.
162         (riece-user-button-join-partner): New function.
163         (riece-user-button-set-operators): New function.
164         (riece-user-button-set-speakers): New function.
165         (riece-user-button-finger): New function.
166         (riece-make-identity-button-map): New function.
167         (riece-button-map-identity-region): New function; splitted from
168         riece-button-add-identity-button.
169         (riece-button-add-identity-button): Use it.
170         (riece-button-update-user-list-buffer): New function.
171         (riece-button-insinuate): Add riece-button-update-user-list-buffer
172         to riece-update-buffer-functions.
173
174 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
175
176         * riece-xemacs.el (riece-mouse-2): New variable.
177         (riece-popup-menu-popup): New function.
178
179         * riece-emacs.el (riece-mouse-2): New variable.
180         (riece-popup-menu-bogus-filter-constructor): New macro.
181         (riece-popup-menu-popup): New function.
182
183         * riece-commands.el (riece-command-list): Use identity prefix
184         instead of formatted identity.
185
186         * riece-button.el (riece-channel-button-popup-menu): New variable.
187         (riece-channel-button): Arrange help-echo.
188         (riece-channel-button-switch-to-channel): New function.
189         (riece-channel-button-part): New function.
190         (riece-channel-button-list): New function.
191         (riece-channel-button-map): New variable.
192         (riece-button-add-channel-buttons): Add 'local-map and 'keymap
193         properties on channel buttons.
194
195 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
196
197         * riece-button.el (riece-button-insinuate): Buttonize channel buffers.
198
199         * riece-history.el (riece-channel-list-history-face): New face.
200         (riece-history-format-channel-list-line): New function.
201         (riece-history-insinuate): Add ?+ to
202         riece-channel-list-mark-face-alist; add
203         riece-history-format-channel-list-line to
204         riece-format-channel-list-line-functions.
205
206         * riece-highlight.el (riece-channel-list-current-face): Arrange colors.
207
208 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
209
210         * riece-unread.el (riece-unread-after-display-message-function):
211         Do nothing when message-target is already in
212         riece-unread-channels; call riece-redisplay-buffers.
213         (riece-unread-update-channel-list-buffer): Abolish.
214         (riece-unread-after-switch-to-channel-function): Don't call
215         riece-unread-update-channel-list-buffer.
216         (riece-unread-format-channel-list-line): New function.
217         (riece-unread-insinuate): Add
218         riece-unread-format-channel-list-line to
219         riece-format-channel-list-line; don't add
220         riece-unread-update-channel-list-buffer to
221         riece-update-buffer-functions.
222
223         * riece-highlight.el (riece-channel-list-mark-current-channel):
224         Abolish; merged into riece-update-channel-list-buffer.
225         (riece-highlight-insinuate): Don't add
226         riece-channel-list-mark-current-channel to
227         riece-after-switch-to-channel-functions.
228
229         * riece-display.el (riece-channel-list-changed): Abolish.
230         (riece-update-channel-list-buffer): Always redisplay channel-list
231         buffer.
232         (riece-update-channel-list-indicator): Always redisplay
233         channel-list indicator.
234         (riece-format-channel-list-line): New function.
235         (riece-update-buffers): Don't clear riece-channel-list-changed.
236         (riece-join-channel): Don't set riece-channel-list-changed.
237         (riece-part-channel): Ditto.
238
239 2003-10-13  Daiki Ueno  <ueno@unixuser.org>
240
241         * riece-options.el (riece-addons): Add riece-button.
242
243         * riece-display.el (riece-update-channel-list-buffer): Avoid to
244         use format to preserve 'riece-identity property.
245
246         * riece-unread.el (riece-unread-update-channel-list-buffer):
247         Simplified.
248         (riece-unread-insinuate): Delay adding
249         riece-unread-update-channel-list-buffer to
250         riece-update-buffer-functions.
251
252         * riece-button.el: New add-on.
253         * COMPILE (riece-modules): Add riece-button.
254         * Makefile.am (EXTRA_DIST): Add riece-button.el
255
256 2003-10-08  Daiki Ueno  <ueno@unixuser.org>
257
258         * riece-server.el (riece-close-server-process): 
259         (riece-quit-server-process): Call riece-close-server-process
260         instead of kill-process; call riece-exit if no process is available.
261
262 2003-10-07  Daiki Ueno  <ueno@unixuser.org>
263
264         * riece-display.el (riece-channel-buffer-name): Check whether
265         IDENTITY is a member of riece-current-channels.
266
267 2003-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
268
269         * riece-commands.el (riece-command-kick): Fix completing-read
270         collection argument.
271
272 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
273
274         * riece-000.el: Require 'riece-commands.
275         * riece-200.el: Don't require 'riece-commands.
276         * riece-300.el: Ditto.
277
278 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
279
280         * Riece: Version 0.1.2 released.
281         * riece-version.el (riece-version-number): Bump up to 0.1.2.
282
283 2003-10-05  Daiki Ueno  <ueno@unixuser.org>
284
285         * riece-filter.el (riece-sentinel): Don't clear
286         riece-reconnect-with-password.
287         * riece-server.el (riece-open-server): Clear
288         riece-reconnect-with-password here.
289
290 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
291
292         * riece-globals.el (riece-join-channel-candidate): New variable.
293         * riece-commands.el (riece-command-join): Prompt
294         riece-join-channel-candidate.
295
296         * riece-handle.el (riece-handle-invite-message): Set
297         riece-join-channel-candidate when the user is invited.
298         * riece-naming.el (riece-naming-assert-join): Clear
299         riece-join-channel-candidate.
300
301 2003-10-04  Daiki Ueno  <ueno@unixuser.org>
302
303         * riece-identity.el (riece-completing-read-identity): Pass 6th &
304         7th arguments to completing-read.
305
306         * riece-commands.el (riece-command-part): Use 6th argument DEFAULT
307         of riece-completing-read-identity.
308
309         * riece-handle.el (riece-handle-invite-message): Fix parsing of
310         parameters.
311
312         * riece-display.el (riece-update-channel-list-buffer): Don't clear
313         riece-channel-list-changed.
314         (riece-update-buffers): Clear it.
315
316 2003-10-01  Daiki Ueno  <ueno@unixuser.org>
317
318         * riece-rdcc.el (riece-rdcc-save-directory): New user option.
319
320 2003-09-29  Daiki Ueno  <ueno@unixuser.org>
321
322         * riece-000.el (riece-handle-001-message): Parse elements in
323         riece-startup-channel-list.
324
325 2003-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
326
327         * riece-skk-kakutei.el
328         (riece-skk-kakutei-command-enter-message-as-notice): Fix typo.
329
330 2003-09-20  Daiki Ueno  <ueno@unixuser.org>
331
332         * riece-options.el (riece-startup-channel-list): Revive.
333         * riece-000.el (riece-handle-001-message): Process
334         riece-startup-channel-list.
335
336         * riece-server.el (riece-open-server): Display "Logging in to
337         XXX..." message.
338         * riece-000.el (riece-handle-001-message): Clear "Logging in to
339         XXX..." message; call riece-after-login-hook.
340
341 2003-09-07  Daiki Ueno  <ueno@unixuser.org>
342
343         * riece-unread.el (riece-unread-after-display-message-function):
344         Simplified.
345
346 2003-09-02  Daiki Ueno  <ueno@unixuser.org>
347
348         * riece-commands.el (riece-command-join): Extract target
349         identity-prefix before applying riece-channel-p; format target.
350
351 2003-08-30  Daiki Ueno  <ueno@unixuser.org>
352
353         * Riece: Version 0.1.1 released.
354         * riece-version.el (riece-version-number): Bump up to 0.1.1.
355
356 2003-08-29  Daiki Ueno  <ueno@unixuser.org>
357
358         * riece-guess.el (riece-guess-channel-try-functions): Default to
359         nil.
360         (riece-default-guess-channel): Abolish.
361         (riece-command-guess-switch-to-channel): Reconstruct
362         riece-guess-candidates when it is empty.
363
364 2003-08-28  Daiki Ueno  <ueno@unixuser.org>
365
366         * riece-highlight.el (riece-dialogue-change-face): Use defvar to
367         define.
368         (riece-dialogue-notice-face): Ditto.
369         (riece-dialogue-wallops-face): Ditto.
370         (riece-dialogue-error-face): Ditto.
371         (riece-dialogue-info-face): Ditto.
372         (riece-dialogue-server-face): Ditto.
373         (riece-dialogue-prefix-face): Ditto.
374         (riece-channel-list-default-face): Ditto.
375         (riece-channel-list-current-face): Ditto.
376
377         * riece-unread.el (riece-channel-list-unread-face): Use defvar to
378         define.
379
380 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
381
382         * riece-history.el (riece-history-insinuate): Don't set
383         riece-guess-channel-try-functions here.
384         (riece-history-requires): Don't require riece-guess.
385
386         * riece-unread.el (riece-unread-requires): Don't require
387         riece-guess.
388         (riece-unread-insinuate): Don't set
389         riece-guess-channel-try-functions here.
390
391 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
392
393         * riece-unread.el (riece-unread-after-display-message-function):
394         Rename from riece-unread-display-message-function.
395         (riece-unread-after-switch-to-channel-function): Rename from
396         riece-unread-channel-switch-hook.
397         (riece-guess-channel-from-unread): New function.
398         (riece-unread-requires): Require 'riece-guess and 'riece-history.
399         (riece-unread-insinuate): Setup riece-guess-channel-try-functions.
400
401         * riece-options.el (riece-addons): Add riece-guess, riece-history,
402         and riece-url.
403
404         * riece-layout.el (riece-reconfigure-windows-predicate): Don't
405         check riece-last-channel.
406
407         * riece-display.el (riece-switch-to-channel): Rename
408         riece-channel-switch-hook to
409         riece-after-switch-to-channel-functions.
410         (riece-switch-to-nearest-channel): Ditto.
411
412         * riece-guess.el: New add-on.
413         * COMPILE (riece-modules): Add riece-guess.
414         * Makefile.am (EXTRA_DIST): Add riece-guess.el
415
416         * riece-history.el: New add-on.
417         * COMPILE (riece-modules): Add riece-history.
418         * Makefile.am (EXTRA_DIST): Add riece-history.el
419
420 2003-08-27  Daiki Ueno  <ueno@unixuser.org>
421
422         * riece-options.el (riece-connection-timeout): Abolish.
423
424         * riece-server.el (riece-clear-system): Abolish.
425         * riece.el (riece-exit): Merge riece-clear-system.
426
427 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
428
429         * riece-filter.el (riece-sentinel): Suppress status message when
430         riece-debug is nil.
431
432 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
433
434         * riece-highlight.el (riece-channel-list-mark-current-channel):
435         New function.
436
437         * riece-display.el (riece-channel-list-changed): New variable.
438         (riece-update-channel-list-buffer): Check riece-channel-list-changed.
439         (riece-update-channel-list-indicator): Ditto.
440
441 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
442
443         * riece-options.el (riece-addons): Enable riece-unread by default.
444
445         * riece-highlight.el (riece-channel-list-current-face): New variable.
446         (riece-channel-list-default-face): New face.
447
448         * riece-globals.el (riece-channel-list-buffer): Strip leading
449         whitespace.
450
451 2003-08-26  Daiki Ueno  <ueno@unixuser.org>
452
453         * riece-unread.el: Require 'riece-highlight when compiling.
454         (riece-unread): New custom group.
455         (riece-channel-list-unread-face): New variable.
456         (riece-channel-list-unread-face): New face.
457         (riece-unread-requires): New function.
458         (riece-unread-insinuate): Add ?! to riece-channel-list-mark-face-alist.
459
460         * riece-highlight.el: Highlight *Channels* buffer; rename
461         riece-*-face -> riece-dialogue-*-face, riece-highlight-* ->
462         riece-dialogue-*.
463         (riece-channel-list-font-lock-keywords): New variable.
464         (riece-channel-list-mark-face-alist): New variable.
465
466 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
467
468         * riece-unread.el (riece-unread-update-channel-list-buffer):
469         Restore channel marks if exist.
470
471         * riece-naming.el (riece-naming-assert-join): Don't set
472         riece-redisplay-buffers.
473         (riece-naming-assert-part): Ditto.
474         (riece-naming-assert-rename): Ditto.
475
476         * riece-display.el (riece-redisplay-buffers): Abolish.
477         (riece-update-user-list-buffer): Don't check
478         riece-redisplay-buffers.
479         (riece-update-channel-list-buffer): Ditto; prefix "*" at the
480         beginning of the current channel.
481         (riece-switch-to-channel): Don't set riece-redisplay-buffers.
482         (riece-join-channel): Ditto.
483         (riece-part-channel): Ditto.
484
485 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
486
487         * riece-display.el (riece-join-channel): Parse non-nil elements in
488         riece-default-channel-binding.
489
490 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
491
492         * riece-identity.el (riece-format-identity): Add 'riece-identity
493         property to the resulting string.
494
495         * riece-misc.el (riece-concat-channel-topic): Don't append ":" if
496         topic is "".
497
498         * riece-300.el (riece-handle-322-message): Simplify message.
499
500         * riece-commands.el (riece-command-change-layout): Call
501         riece-command-configure-windows; Use setq instead of
502         custom-set-variables.
503
504 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
505
506         * Riece: Version 0.1.0 released.
507         * riece-version.el (riece-version-number): Bump up to 0.1.0.
508
509 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
510
511         * COMPILE (riece-compile-modules): Ignore errors during byte
512         compilation.
513         (riece-install-modules): If there lacks a compiled module, don't
514         attempt to install it.
515
516         * riece-options.el (riece-quit-timeout): Default to 10.
517
518         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
519         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
520
521         * riece-unread.el: Require 'riece-commands.
522
523         * riece-server.el: Require 'riece-identity and 'riece-compat.
524
525         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
526         'riece-display.
527         (riece-handle-dcc-request): Use riece-channel-buffer-name.
528
529         * riece-identity.el: Don't require 'riece-server.
530
531         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
532         'riece-message, and 'riece-server.
533
534         * riece-ctcp.el: Require 'riece-display.
535
536         * riece-commands.el: Require 'riece-layout.
537         (riece-command-change-layout): New command.
538
539         * riece-alias.el: Require 'riece-identity.
540
541         * riece-layout.el: No longer provided as an add-on.
542         * riece-display.el: Remove window configuration stuff.
543
544 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
545
546         * riece-rdcc.el (riece-command-dcc-send): Bind
547         process-connection-type to nil.
548
549         * riece-300.el (riece-handle-319-message): New handler.
550
551         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
552         (riece): Signal an error when a server is opened;
553         No need to initialize riece-command-buffer specially.
554
555 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
556
557         * riece-display.el (riece-configure-windows-top): Set
558         `truncate-partial-width-windows' nil, when horizontal window
559         split.
560
561 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
562
563         * riece-display.el (riece-configure-windows-top): Change
564         user-list-buffer and channel-list-buffer window create logic.
565
566         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
567         require riece.el when compile.
568
569         * riece.el (riece): Use `riece-redisplay-buffers' instead of
570         `riece-configure-windows'.
571
572 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
573
574         * riece-display.el (riece-configure-windows-top): New function.
575         * riece-layout.el (riece-layout-alist): Add top.
576
577         * riece-skk-kakutei.el: New add-on.
578         * COMPILE (riece-modules): Add riece-skk-kakutei.
579         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
580
581 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
582
583         * riece-layout.el: New add-on.
584         * COMPILE (riece-modules): Add riece-layout.
585         * Makefile.am (EXTRA_DIST): Add riece-layout.el
586
587 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
588
589         * riece-options.el (riece-quit-timeout): New user option.
590         * riece-server.el (riece-quit-server-process): New function.
591         * riece-commands.el (riece-command-quit): Use it.
592         (riece-command-close-server): Use it.
593
594 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
595
596         * riece-commands.el (riece-command-previous-channel): Skip nil in
597         riece-current-channels.
598
599 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
600
601         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
602         the ruby process.
603
604         * riece-xemacs.el: Don't require 'riece-compat.
605
606 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
607
608         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
609         riece-parse-identity.
610
611 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
612
613         * riece-server.el (riece-find-server-name): Abolish.
614
615         * riece-alias.el: Add usage.
616
617 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
618
619         * riece-mini.el (riece-mini-send-message): Use
620         riece-completing-read-identity; don't use riece-own-channel-message.
621
622         * riece-identity.el: Require 'riece-compat.
623         (riece-identity-prefix-case-table): New variable.
624         (riece-abbrev-identity-string-function): New variable.
625         (riece-expand-identity-string-function): New variable.
626         (riece-format-identity): Rename from riece-decode-identity.
627         (riece-parse-identity): Rename from riece-encode-identity.
628         (riece-with-identity-buffer): Abolish.
629         (riece-identity-canonicalize-prefix): Use case-table.   
630
631         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
632         (riece-handle-message): Ditto.
633
634         * riece-alias.el: New add-on.
635         * COMPILE (riece-modules): Add riece-alias.
636         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
637
638         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
639         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
640         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
641
642 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
643
644         * Riece: Version 0.0.4 released.
645         * riece-version.el (riece-version-number): Bump up to 0.0.4.
646
647 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
648
649         * riece-unread.el (riece-unread-display-message-function): Don't check
650         `selected-window'. It doesn't work as expected.
651
652 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
653
654         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
655
656         * riece-300.el: Rewrite using riece-decode-identity.
657
658         * riece-identity.el (riece-completing-read-identity): Signal an
659         error when the encoded channel name is not matched with
660         riece-channel-regexp.
661
662         * riece-globals.el (riece-channel-regexp): Moved from
663         riece-channel.el.
664         (riece-user-regexp): Moved form riece-user.el.
665
666 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
667
668         * riece-handle.el (riece-handle-join-message): Don't call
669         riece-switch-to-channel.
670         (riece-handle-part-message): Don't decode message if it is empty.
671         (riece-handle-kick-message): Ditto.
672         (riece-handle-quit-message): Ditto.
673         (riece-handle-kill-message): Ditto.
674
675         * riece-commands.el (riece-command-part): Show the current channel
676         as default candidate.
677
678         * riece-identity.el (riece-completing-read-identity): Accept
679         optional 5th argument `initial'.
680
681         * riece-unread.el (riece-unread-update-channel-list-buffer):
682         Simplified.
683
684         * riece-filter.el (riece-sentinel): Don't bind
685         riece-inhibit-update-buffers.
686
687         * riece-display.el (riece-redisplay-buffer): New variable.
688         (riece-inhibit-update-buffers): Abolish.
689         (riece-update-channel-list-buffer): Memorize
690         encoded identity as text property on each line. 
691
692         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
693         buffer local.
694         (riece-user-list-mode): Ditto.
695
696 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
697
698         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
699         Fix example setting, don't use 3rd arg of add-to-list.
700
701         * riece-coding.el (riece-default-coding-system): Fix default value.
702
703 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
704
705         * riece-display.el (riece-inhibit-update-buffers): New variable.
706         * riece-filter.el (riece-sentinel): Bind
707         riece-inhibit-update-buffers while removing channels from
708         riece-current-channels.
709         * riece-unread.el (riece-unread-display-message-function): Don't
710         update channel list buffer when riece-inhibit-update-buffers is
711         non-nil.
712         (riece-unread-channel-switch-hook): Ditto.
713         (riece-unread-insinuate): Add
714         riece-unread-update-channel-list-buffer to
715         riece-update-buffer-functions.
716
717         * riece-commands.el (riece-command-switch-to-channel): Call
718         riece-redisplay-buffers instead of riece-command-configure-windows.
719
720         * riece-identity.el (riece-completing-read-identity): Remove nil
721         from riece-current-channels before converting it to an alist.
722
723 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
724
725         * riece-unread.el (riece-unread-display-message-function): Check a
726         `selected-window'.
727
728         * riece-mini.el: New add-on.
729         * COMPILE (riece-modules): Add `riece-mini'.
730         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
731
732         * riece-display.el (riece-channel-buffer-create): Add new hook.
733         * riece-log.el: New add-on for saving irc logs.
734         * COMPILE (riece-modules): Add `riece-log'.
735         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
736
737         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
738         (riece-command-part): Ditto.
739
740 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
741
742         * riece-naming.el (riece-naming-assert-join): Call
743         riece-update-buffers.
744         (riece-naming-assert-part): Ditto.
745
746         * riece-filter.el (riece-sentinel): Don't bind
747         riece-overriding-server-name; use riece-part-channel.
748
749         * riece-display.el (riece-switch-to-channel): Don't set
750         riece-channel-buffer.
751         (riece-update-buffers): Set riece-channel-buffer here.
752
753         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
754         (riece-command-close-server): Fixed completion bug.
755         (riece-command-universal-server-name-argument): Ditto.
756
757 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
758
759         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
760         doctor-read-print.
761
762         * riece-handle.el (riece-handle-nick-message): Use
763         riece-decode-identity to decode user.
764         (riece-handle-join-message): Ditto.
765         (riece-handle-part-message): Ditto.
766         (riece-handle-kick-message): Ditto.
767         (riece-handle-quit-message): Ditto.
768         (riece-handle-kill-message): Ditto.
769         (riece-handle-invite-message): Ditto.
770         (riece-handle-topic-message): Ditto.
771         (riece-handle-mode-message): Ditto.
772
773 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
774
775         * riece-message.el (riece-own-channel-message): Abolish.
776
777         * riece-commands.el (riece-command-send-message): Don't use
778         riece-own-channel-message.
779
780         * riece-doctor.el (riece-doctor-reply): Don't use
781         riece-own-channel-message.
782         (riece-doctor-hello-regexp): New user option.
783         (riece-doctor-bye-regexp): New user option.
784
785 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
786
787         * riece-identity.el (riece-identity-member-no-server): Abolish.
788
789         * riece-doctor.el (riece-doctor-patients): Make it global variable.
790         (riece-doctor-after-privmsg-hook): Use riece-identity-member
791         instead of riece-identity-member-no-server.
792
793 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
794
795         * riece-doctor.el: New add-on.
796         * COMPILE (riece-modules): Add riece-doctor.
797         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
798
799 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
800
801         * riece-handle.el (riece-handle-nick-message): Follow the change
802         of riece-identity-member.
803
804         * riece-commands.el (riece-command-next-channel): Use
805         riece-identity-member instead of riece-identity-member-no-server.
806         (riece-command-previous-channel): Ditto.
807
808 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
809
810         * riece-identity.el (riece-completing-read-identity): Remove nil
811         from channels before completing-read.
812
813         * riece-message.el (riece-message-make-name): Fix condition for priv.
814         (riece-message-make-global-name): Ditto.
815         (riece-message-buffer): Ditto.
816
817         * riece-misc.el (riece-current-nickname): Use
818         riece-with-identity-buffer.
819
820 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
821
822         * riece-message.el (riece-message-parent-buffers): Regard message's
823         speaker as target when priv mode.
824
825         * riece-display.el (riece-update-channel-indicator): Decode
826         riece-current-channel even in priv mode.
827
828         * riece-identity.el (riece-decode-identity): Respect prefix-only.
829         (riece-completing-read-identity): Check if illegal characters in
830         channel name.
831
832 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
833
834         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
835         * riece-globals.el (riece-user-buffer-format): Abolish.
836         (riece-user-list-buffer): Default to " *Users*".
837         * riece-display.el (riece-user-list-buffer-name): Abolish.
838         (riece-user-list-buffer-create): Abolish.
839
840 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
841
842         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
843         (riece-handle-message): Ditto.
844         (riece-sentinel): Clear system here.
845
846         * riece-server.el (riece-server-process-name): New function.
847         (riece-server-process): New function.
848         (riece-close-server): Abolish.
849
850         * riece-identity.el: Adopt vector object representation for
851         identity objects.
852         (riece-with-identity-buffer): New macro.
853         (riece-decode-identity): New function.
854         (riece-encode-identity): New function.
855
856         * riece-globals.el (riece-process-list): New variable.
857         (riece-server-process-alist): Abolish.
858         (riece-channel-buffer-alist): Abolish.
859         (riece-user-list-buffer-alist): Abolish.
860         (riece-short-channel-indicator): New variable.
861
862         * riece-channel.el: Assume that we are already in the server buffer.
863         * riece-user.el: Likewise.
864
865 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
866
867         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
868
869         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
870         `add-to-list'.
871
872 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
873
874         * riece-channel.el (riece-forget-channel): Fixed.
875         (riece-channel-modeless-regexp): Abolish.
876         (riece-channel-modeless-p): Abolish.
877
878 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
879
880         * riece-unread.el (riece-unread-display-message-function): Delete the
881         target before adding to list.
882         (riece-unread-switch-to-channel): New function.
883         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
884         Bind "u" to riece-dialogue-mode-map.
885         Bind "u" to riece-channel-list-mode-map.
886
887         * riece.el (riece-channel-list-mode-map): Don't bind
888         `riece-command-unread-channel'.
889
890 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
893         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
894         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
895         riece.el: Don't require riece-inlines since it has been removed.
896
897 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
898
899         * riece-display.el (riece-update-user-list-buffer): Rename from
900         riece-user-list-update-buffer.
901         (riece-update-channel-list-buffer): Rename from
902         riece-channel-list-update-buffer.
903
904 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
905
906         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
907         from riece-inlines.el; renamed from scandinavian-downcase.
908         (riece-identity-equal-no-server): Moved from riece-inlines.el;
909         renamed from scandinavian-equal-ignore-case.
910         (riece-identity-equal-no-server-safe): New function.
911         (riece-identity-member-no-server): Moved from riece-inlines.el;
912         renamed from scandinavian-member-ignore-case.
913         (riece-identity-member-no-server-safe): New function.
914
915         * riece-inlines.el: Removed.
916         * COMPILE (riece-modules): Remove riece-inlines.
917         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
918
919 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
920
921         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
922         explicitly.
923         * riece-ndcc.el: Don't call delete-process explicitly.
924         * riece-server.el (riece-close-server-process): Don't call
925         delete-process explicitly unless riece-debug == t.
926
927 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
928
929         * riece-inlines.el (scandinavian-downcase): New inline function.
930         (scandinavian-equal-ignore-case): Rename from
931         string-equal-ignore-case.
932         (scandinavian-member-ignore-case): Rename from
933         string-list-member-ignore-case.
934
935         * riece-identity.el (riece-identity-equal): Rename from
936         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
937         (riece-identity-equal-safe): Rename from riece-identity-equal.
938         (riece-identity-member): Rename from riece-identity-member-no-server.
939         (riece-identity-member-safe): Rename from riece-identity-member.
940         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
941         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
942
943 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
944
945         * riece-rdcc.el: Require 'riece-ctcp.
946         (riece-rdcc-insinuate): Add "DCC" to
947         riece-ctcp-additional-clientinfo.
948
949         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
950         (riece-command-ctcp-clientinfo): New command.
951         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
952         (riece-handle-ctcp-clientinfo-request): New handler.
953         (riece-handle-ctcp-clientinfo-response): New handler.
954
955         * riece-server.el (riece-open-server): No need to use
956         get-buffer-create to reuse process buffer.
957
958 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
959
960         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
961         DCC process.
962         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
963
964         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
965         `:coding'.
966         (riece-open-server): Follow the change.
967
968         * riece-ctcp.el (riece-command-ctcp-action): New command.
969         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
970         (riece-handle-ctcp-action-request): New handler.
971
972         * riece.el (riece-command-mode): Enclose status indicators with
973         `{}'; show riece-user-indicator.
974         (riece-channel-mode): Likewise.
975         (riece-dialogue-mode): Enclose status indicators with `{}'.
976         * riece-globals.el (riece-user-indicator): New indicator.
977         (riece-freeze-indicator): Default to "-".
978         * riece-display.el (riece-update-channel-indicator): Don't update
979         modeline.
980         (riece-update-status-indicators): Set riece-user-indicator.
981         * riece-300.el (riece-handle-324-message): Update channel indicator.
982
983 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
984
985         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
986         (riece-dialogue-mode): Call riece-update-status-indicators.
987         (riece-channel-mode): Add riece-operator-indicator to
988         mode-line-buffer-identification.
989         * riece-user.el (riece-make-user): New attribute `operator'.
990         (riece-user-operator): New function.
991         (riece-user-set-operator): New function.
992         (riece-user-toggle-away): New function.
993         (riece-user-toggle-operator): New function.
994         * riece-misc.el (riece-own-frozen): Revive.
995         * riece-message.el (riece-display-message): Reset riece-freeze if
996         riece-freeze == 'own && (riece-message-own-p message).
997         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
998         (riece-operator-indicator): New variable.
999         * riece-display.el (riece-update-status-indicators): New function.
1000         (riece-update-buffer-functions): Add it.
1001         * riece-commands.el (riece-command-toggle-freeze): Don't call
1002         riece-freeze.
1003         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
1004         * riece-300.el (riece-handle-302-message): Use
1005         riece-user-toggle-away instead of riece-user-set-away.
1006         (riece-handle-301-message): Ditto.
1007         (riece-handle-305-message): Ditto.
1008         (riece-handle-306-message): Ditto.
1009         (riece-handle-352-message): Ditto.
1010
1011 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1012
1013         * riece-commands.el (riece-command-next-channel): Circularly
1014         follow the channel list.
1015         (riece-command-previous-channel): Ditto.
1016
1017 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1018
1019         * riece.el (riece-command-mode): Set default value of riece-freeze
1020         & riece-own-freeze.
1021         * riece-options.el (riece-away-message): New user option.
1022         * riece-commands.el (riece-command-toggle-away): Query user away
1023         message.
1024         * riece-300.el (riece-handle-301-message): Set user's away status.
1025         (riece-handle-305-message): Ditto.
1026         (riece-handle-306-message): Ditto.
1027         (riece-handle-302-message): Ditto.
1028         (riece-handle-352-message): Ditto.
1029
1030 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1031
1032         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
1033         and riece-identity.
1034         (riece-command-dcc-receive): Check the existence of
1035         set-buffer-multibyte.
1036
1037 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
1038
1039         * Riece: Version 0.0.3 released.
1040         * riece-version.el (riece-version-number): Bump up to 0.0.3.
1041
1042         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
1043         in hooks.
1044         (riece-handle-ctcp-response): Ditto.
1045
1046 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1047
1048         * riece-user.el (riece-rename-user): Don't modify entry when
1049         old-name == new-name.
1050
1051         * riece-display.el (riece-configure-windows): Use window-buffer
1052         instead of current-buffer.
1053
1054         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
1055         (riece-rdcc-ruby-command): New user option.
1056         (riece-rdcc-send-program): New user option.
1057         (riece-rdcc-decode-address-program): New user option.
1058         (riece-rdcc-substitute-variables): New function.
1059         (riece-command-dcc-send): Use it.
1060         (riece-rdcc-decode-address): Use it.
1061
1062 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1063
1064         * riece-rdcc.el: New add-on.
1065
1066         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
1067
1068 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
1069
1070         * riece-ndcc.el: New add-on.
1071         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
1072
1073 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1074
1075         * riece-server.el (riece-open-server): Simplify message.
1076
1077         * riece-commands.el (riece-command-open-server): Throw an error
1078         when the server is already opened.
1079
1080         * riece-filter.el (riece-sentinel): Simplified.
1081
1082         * riece-display.el (riece-user-list-update-buffer): Check the
1083         existence of riece-user-list-buffer.
1084         (riece-channel-list-update-buffer): Check the existence of
1085         riece-channel-list-buffer.
1086         (riece-set-window-points): Ditto.
1087
1088         * riece-commands.el (riece-command-open-server): Simplified.
1089         (riece-command-toggle-channel-buffer-mode): Set
1090         riece-save-variables-are-dirty to t.
1091         (riece-command-toggle-user-list-buffer-mode): Ditto.
1092         (riece-command-toggle-channel-list-buffer-mode): Ditto.
1093
1094         * riece-server.el (riece-start-server): Abolish.
1095         (riece-open-server): Set riece-server-process-alist and
1096         riece-server-process here.
1097
1098 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1099
1100         * riece-filter.el (riece-sentinel): Close process even if
1101         riece-reconnect-with-password == t.
1102         (riece-handle-message): Catch errors occured in hooks.
1103
1104         * riece-server.el (riece-open-server): Reuse server buffer.
1105         (riece-close-server-process): Delete process even if process is
1106         not running.
1107
1108 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
1109
1110         * riece-server.el (riece-open-server): No need to reset
1111         riece-reconnect-with-password.
1112
1113         * riece-filter.el (riece-sentinel): Don't call riece when
1114         riece-reconnect-with-password = t and process !=
1115         riece-server-process.
1116
1117         * riece-url.el: Fix usage.
1118
1119         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
1120
1121         * riece-unread.el: New add-on.
1122         * COMPILE (riece-modules): Add riece-unread.
1123         * Makefile.am (EXTRA_DIST): Add riece-unread.el
1124
1125         * riece-300.el (riece-handle-322-message): New handler.
1126         (riece-handle-323-message): New handler.
1127
1128 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1129
1130         * riece-display.el (riece-configure-windows): Select other window
1131         when minibuffer is active.
1132
1133         * riece-commands.el (riece-command-list): New command.
1134         (riece-command-enter-message-as-notice): New command.
1135         * riece.el (riece-command-mode-map): Bind
1136         riece-command-enter-message-as-notice and riece-command-list.
1137
1138         * riece-server.el (riece-close-server): Skip nil when leaving
1139         channels before closing server.
1140
1141 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
1142
1143         * Riece: Version 0.0.2 released.
1144         * riece-version.el (riece-version-number): Bump up to 0.0.2.
1145
1146         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
1147         * riece-url.el (riece-url-requires): Don't assert dependency on
1148         riece-highlight unless it appears in riece-addons.
1149
1150         * riece-url.el: New add-on.
1151         * COMPILE (riece-modules): Add riece-url.
1152
1153         * riece-message.el (riece-message-make-bracket): Abolish.
1154         * riece-highlight.el (riece-highlight-font-lock-keywords):
1155         Give up to fontify "-nick-" or "-nick server-".
1156
1157         * riece-highlight.el (riece-highlight-font-lock-keywords):
1158         Simplified regexp.
1159
1160         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
1161         (riece-handle-ctcp-response): Ditto.
1162
1163         * riece-highlight.el: Make it an add-on.
1164         (riece-highlight-insinuate): New function.
1165         * riece.el: Don't require 'riece-highlight.
1166         * riece-options.el (riece-addons): Turn on riece-highlight and
1167         riece-ctcp by default.
1168
1169         * riece-display.el (riece-configure-windows-predicate): New function.
1170         (riece-configure-windows-predicate): New user option.
1171         (riece-redisplay-buffers): Use it.
1172
1173         * riece-complete.el: Require 'cl for butlast.
1174
1175         * Makefile.am (elc): Renamed from "compile".
1176
1177         * riece.el (riece-dialogue-mode-map): Bind
1178         riece-command-toggle-channel-list-buffer-mode.
1179
1180         * riece-display.el (riece-configure-windows): Typo fixed.
1181
1182         * riece-user.el (riece-user-toggle-channel): Use member instead of
1183         memq.
1184
1185 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1186
1187         * riece-ctcp.el (riece-ctcp-insinuate): New function.
1188
1189         * riece-options.el (riece-addons): New user option.
1190         (riece-addon-directory): New user option.
1191
1192         * riece.el (riece-load-and-build-addon-dependencies): New function.
1193         (riece-insinuate-addons): New function.
1194         (riece): Call riece-insinuate-addons.
1195
1196         * riece-misc.el (riece-get-users-on-server): Moved from
1197         riece-commands.el.
1198
1199         * riece-ctcp.el: New file.
1200         * COMPILE (riece-modules): Add riece-ctcp.
1201         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
1202
1203 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
1204
1205         * Riece: Version 0.0.1 released.
1206
1207         * riece-commands.el (riece-command-names): New command.
1208         (riece-command-who): New command.
1209
1210         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
1211         riece-command-who.
1212
1213         * riece-300.el (riece-handle-341-message): New handler.
1214         (riece-handle-352-message): New handler.
1215
1216         * riece-commands.el (riece-command-invite): Don't accept channel
1217         argument; throw an error when user is not on a channel.
1218         (riece-command-kick): New command.