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