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