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