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