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