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