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