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