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