* riece-300.el (riece-handle-322-message): Simplify message.
[riece] / lisp / ChangeLog
1 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
2
3         * riece-300.el (riece-handle-322-message): Simplify message.
4
5         * riece-commands.el (riece-command-change-layout): Call
6         riece-command-configure-windows; Use setq instead of
7         custom-set-variables.
8
9 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
10
11         * Riece: Version 0.1.0 released.
12         * riece-version.el (riece-version-number): Bump up to 0.1.0.
13
14 2003-08-25  Daiki Ueno  <ueno@unixuser.org>
15
16         * COMPILE (riece-compile-modules): Ignore errors during byte
17         compilation.
18         (riece-install-modules): If there lacks a compiled module, don't
19         attempt to install it.
20
21         * riece-options.el (riece-quit-timeout): Default to 10.
22
23         * riece.el (riece-dialogue-mode-map): Bind riece-command-change-layout.
24         (riece): Switch to riece-command-buffer before riece-redisplay-buffers.
25
26         * riece-unread.el: Require 'riece-commands.
27
28         * riece-server.el: Require 'riece-identity and 'riece-compat.
29
30         * riece-ndcc.el: Require 'riece-globals, 'riece-options,
31         'riece-display.
32         (riece-handle-dcc-request): Use riece-channel-buffer-name.
33
34         * riece-identity.el: Don't require 'riece-server.
35
36         * riece-doctor.el: Require 'riece-globals, 'riece-identity,
37         'riece-message, and 'riece-server.
38
39         * riece-ctcp.el: Require 'riece-display.
40
41         * riece-commands.el: Require 'riece-layout.
42         (riece-command-change-layout): New command.
43
44         * riece-alias.el: Require 'riece-identity.
45
46         * riece-layout.el: No longer provided as an add-on.
47         * riece-display.el: Remove window configuration stuff.
48
49 2003-08-24  Daiki Ueno  <ueno@unixuser.org>
50
51         * riece-rdcc.el (riece-command-dcc-send): Bind
52         process-connection-type to nil.
53
54         * riece-300.el (riece-handle-319-message): New handler.
55
56         * riece.el (riece-buffer-mode-alist): Add riece-command-buffer.
57         (riece): Signal an error when a server is opened;
58         No need to initialize riece-command-buffer specially.
59
60 2003-08-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * riece-display.el (riece-configure-windows-top): Set
63         `truncate-partial-width-windows' nil, when horizontal window
64         split.
65
66 2003-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
67
68         * riece-display.el (riece-configure-windows-top): Change
69         user-list-buffer and channel-list-buffer window create logic.
70
71         * riece-skk-kakutei.el (riece-skk-kakutei-insinuate): Add
72         require riece.el when compile.
73
74         * riece.el (riece): Use `riece-redisplay-buffers' instead of
75         `riece-configure-windows'.
76
77 2003-08-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
78
79         * riece-display.el (riece-configure-windows-top): New function.
80         * riece-layout.el (riece-layout-alist): Add top.
81
82         * riece-skk-kakutei.el: New add-on.
83         * COMPILE (riece-modules): Add riece-skk-kakutei.
84         * Makefile.am (EXTRA_DIST): Add riece-skk-kakutei.el
85
86 2003-08-19  Daiki Ueno  <ueno@unixuser.org>
87
88         * riece-layout.el: New add-on.
89         * COMPILE (riece-modules): Add riece-layout.
90         * Makefile.am (EXTRA_DIST): Add riece-layout.el
91
92 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
93
94         * riece-options.el (riece-quit-timeout): New user option.
95         * riece-server.el (riece-quit-server-process): New function.
96         * riece-commands.el (riece-command-quit): Use it.
97         (riece-command-close-server): Use it.
98
99 2003-08-17  Daiki Ueno  <ueno@unixuser.org>
100
101         * riece-commands.el (riece-command-previous-channel): Skip nil in
102         riece-current-channels.
103
104 2003-08-09  Daiki Ueno  <ueno@unixuser.org>
105
106         * riece-rdcc.el (riece-command-dcc-send): Accept output only from
107         the ruby process.
108
109         * riece-xemacs.el: Don't require 'riece-compat.
110
111 2003-08-06  Daiki Ueno  <ueno@unixuser.org>
112
113         * riece-unread.el (riece-unread-update-channel-list-buffer): Call
114         riece-parse-identity.
115
116 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
117
118         * riece-server.el (riece-find-server-name): Abolish.
119
120         * riece-alias.el: Add usage.
121
122 2003-08-04  Daiki Ueno  <ueno@unixuser.org>
123
124         * riece-mini.el (riece-mini-send-message): Use
125         riece-completing-read-identity; don't use riece-own-channel-message.
126
127         * riece-identity.el: Require 'riece-compat.
128         (riece-identity-prefix-case-table): New variable.
129         (riece-abbrev-identity-string-function): New variable.
130         (riece-expand-identity-string-function): New variable.
131         (riece-format-identity): Rename from riece-decode-identity.
132         (riece-parse-identity): Rename from riece-encode-identity.
133         (riece-with-identity-buffer): Abolish.
134         (riece-identity-canonicalize-prefix): Use case-table.   
135
136         * riece-filter.el (riece-handle-numeric-reply): Decode messages.
137         (riece-handle-message): Ditto.
138
139         * riece-alias.el: New add-on.
140         * COMPILE (riece-modules): Add riece-alias.
141         * Makefile.am (EXTRA_DIST): Add riece-alias.el.
142
143         * riece-emacs.el (riece-set-case-syntax-pair): New alias.
144         * riece-xemacs.el (riece-set-case-syntax-pair): New alias.
145         * riece-identity.el (riece-identity-canonicalize-prefix): Simplified.
146
147 2003-08-03  Daiki Ueno  <ueno@unixuser.org>
148
149         * Riece: Version 0.0.4 released.
150         * riece-version.el (riece-version-number): Bump up to 0.0.4.
151
152 2003-06-24  OHASHI Akira  <bg66@koka-in.org>
153
154         * riece-unread.el (riece-unread-display-message-function): Don't check
155         `selected-window'. It doesn't work as expected.
156
157 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
158
159         * riece-misc.el (riece-channel-p): Moved from riece-channel.el.
160
161         * riece-300.el: Rewrite using riece-decode-identity.
162
163         * riece-identity.el (riece-completing-read-identity): Signal an
164         error when the encoded channel name is not matched with
165         riece-channel-regexp.
166
167         * riece-globals.el (riece-channel-regexp): Moved from
168         riece-channel.el.
169         (riece-user-regexp): Moved form riece-user.el.
170
171 2003-06-23  Daiki Ueno  <ueno@unixuser.org>
172
173         * riece-handle.el (riece-handle-join-message): Don't call
174         riece-switch-to-channel.
175         (riece-handle-part-message): Don't decode message if it is empty.
176         (riece-handle-kick-message): Ditto.
177         (riece-handle-quit-message): Ditto.
178         (riece-handle-kill-message): Ditto.
179
180         * riece-commands.el (riece-command-part): Show the current channel
181         as default candidate.
182
183         * riece-identity.el (riece-completing-read-identity): Accept
184         optional 5th argument `initial'.
185
186         * riece-unread.el (riece-unread-update-channel-list-buffer):
187         Simplified.
188
189         * riece-filter.el (riece-sentinel): Don't bind
190         riece-inhibit-update-buffers.
191
192         * riece-display.el (riece-redisplay-buffer): New variable.
193         (riece-inhibit-update-buffers): Abolish.
194         (riece-update-channel-list-buffer): Memorize
195         encoded identity as text property on each line. 
196
197         * riece.el (riece-channel-list-mode): Make riece-redisplay-buffer
198         buffer local.
199         (riece-user-list-mode): Ditto.
200
201 2003-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * riece-log.el, riece-mini.el, riece-unread.el, riece-url.el:
204         Fix example setting, don't use 3rd arg of add-to-list.
205
206         * riece-coding.el (riece-default-coding-system): Fix default value.
207
208 2003-06-22  Daiki Ueno  <ueno@unixuser.org>
209
210         * riece-display.el (riece-inhibit-update-buffers): New variable.
211         * riece-filter.el (riece-sentinel): Bind
212         riece-inhibit-update-buffers while removing channels from
213         riece-current-channels.
214         * riece-unread.el (riece-unread-display-message-function): Don't
215         update channel list buffer when riece-inhibit-update-buffers is
216         non-nil.
217         (riece-unread-channel-switch-hook): Ditto.
218         (riece-unread-insinuate): Add
219         riece-unread-update-channel-list-buffer to
220         riece-update-buffer-functions.
221
222         * riece-commands.el (riece-command-switch-to-channel): Call
223         riece-redisplay-buffers instead of riece-command-configure-windows.
224
225         * riece-identity.el (riece-completing-read-identity): Remove nil
226         from riece-current-channels before converting it to an alist.
227
228 2003-06-17  OHASHI Akira  <bg66@koka-in.org>
229
230         * riece-unread.el (riece-unread-display-message-function): Check a
231         `selected-window'.
232
233         * riece-mini.el: New add-on.
234         * COMPILE (riece-modules): Add `riece-mini'.
235         * Makefile.am (EXTRA_DIST): Add `riece-mini.el'.
236
237         * riece-display.el (riece-channel-buffer-create): Add new hook.
238         * riece-log.el: New add-on for saving irc logs.
239         * COMPILE (riece-modules): Add `riece-log'.
240         * Makefile.am (EXTRA_DIST): Add `riece-log.el'.
241
242         * riece-commands.el (riece-command-join): Use `let*' instead of `let'.
243         (riece-command-part): Ditto.
244
245 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
246
247         * riece-naming.el (riece-naming-assert-join): Call
248         riece-update-buffers.
249         (riece-naming-assert-part): Ditto.
250
251         * riece-filter.el (riece-sentinel): Don't bind
252         riece-overriding-server-name; use riece-part-channel.
253
254         * riece-display.el (riece-switch-to-channel): Don't set
255         riece-channel-buffer.
256         (riece-update-buffers): Set riece-channel-buffer here.
257
258         * riece-commands.el (riece-command-switch-to-channel-by-number): Fixed.
259         (riece-command-close-server): Fixed completion bug.
260         (riece-command-universal-server-name-argument): Ditto.
261
262 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
263
264         * riece-doctor.el: Don't require 'doctor; autoload doctor-mode and
265         doctor-read-print.
266
267         * riece-handle.el (riece-handle-nick-message): Use
268         riece-decode-identity to decode user.
269         (riece-handle-join-message): Ditto.
270         (riece-handle-part-message): Ditto.
271         (riece-handle-kick-message): Ditto.
272         (riece-handle-quit-message): Ditto.
273         (riece-handle-kill-message): Ditto.
274         (riece-handle-invite-message): Ditto.
275         (riece-handle-topic-message): Ditto.
276         (riece-handle-mode-message): Ditto.
277
278 2003-06-12  Daiki Ueno  <ueno@unixuser.org>
279
280         * riece-message.el (riece-own-channel-message): Abolish.
281
282         * riece-commands.el (riece-command-send-message): Don't use
283         riece-own-channel-message.
284
285         * riece-doctor.el (riece-doctor-reply): Don't use
286         riece-own-channel-message.
287         (riece-doctor-hello-regexp): New user option.
288         (riece-doctor-bye-regexp): New user option.
289
290 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
291
292         * riece-identity.el (riece-identity-member-no-server): Abolish.
293
294         * riece-doctor.el (riece-doctor-patients): Make it global variable.
295         (riece-doctor-after-privmsg-hook): Use riece-identity-member
296         instead of riece-identity-member-no-server.
297
298 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
299
300         * riece-doctor.el: New add-on.
301         * COMPILE (riece-modules): Add riece-doctor.
302         * Makefile.am (EXTRA_DIST): Add riece-doctor.el
303
304 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
305
306         * riece-handle.el (riece-handle-nick-message): Follow the change
307         of riece-identity-member.
308
309         * riece-commands.el (riece-command-next-channel): Use
310         riece-identity-member instead of riece-identity-member-no-server.
311         (riece-command-previous-channel): Ditto.
312
313 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
314
315         * riece-identity.el (riece-completing-read-identity): Remove nil
316         from channels before completing-read.
317
318         * riece-message.el (riece-message-make-name): Fix condition for priv.
319         (riece-message-make-global-name): Ditto.
320         (riece-message-buffer): Ditto.
321
322         * riece-misc.el (riece-current-nickname): Use
323         riece-with-identity-buffer.
324
325 2003-06-11  Daiki Ueno  <ueno@unixuser.org>
326
327         * riece-message.el (riece-message-parent-buffers): Regard message's
328         speaker as target when priv mode.
329
330         * riece-display.el (riece-update-channel-indicator): Decode
331         riece-current-channel even in priv mode.
332
333         * riece-identity.el (riece-decode-identity): Respect prefix-only.
334         (riece-completing-read-identity): Check if illegal characters in
335         channel name.
336
337 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
338
339         * riece.el (riece-buffer-mode-alist): Add riece-user-list-buffer.
340         * riece-globals.el (riece-user-buffer-format): Abolish.
341         (riece-user-list-buffer): Default to " *Users*".
342         * riece-display.el (riece-user-list-buffer-name): Abolish.
343         (riece-user-list-buffer-create): Abolish.
344
345 2003-06-08  Daiki Ueno  <ueno@unixuser.org>
346
347         * riece-filter.el (riece-handle-numeric-reply): Don't decode messages.
348         (riece-handle-message): Ditto.
349         (riece-sentinel): Clear system here.
350
351         * riece-server.el (riece-server-process-name): New function.
352         (riece-server-process): New function.
353         (riece-close-server): Abolish.
354
355         * riece-identity.el: Adopt vector object representation for
356         identity objects.
357         (riece-with-identity-buffer): New macro.
358         (riece-decode-identity): New function.
359         (riece-encode-identity): New function.
360
361         * riece-globals.el (riece-process-list): New variable.
362         (riece-server-process-alist): Abolish.
363         (riece-channel-buffer-alist): Abolish.
364         (riece-user-list-buffer-alist): Abolish.
365         (riece-short-channel-indicator): New variable.
366
367         * riece-channel.el: Assume that we are already in the server buffer.
368         * riece-user.el: Likewise.
369
370 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
371
372         * riece-ndcc.el (riece-ndcc-server-sentinel): Close a parenthesis.
373
374         * riece-rdcc.el (riece-rdcc-insinuate): Don't use the 3rd argument of
375         `add-to-list'.
376
377 2003-06-06  Daiki Ueno  <ueno@unixuser.org>
378
379         * riece-channel.el (riece-forget-channel): Fixed.
380         (riece-channel-modeless-regexp): Abolish.
381         (riece-channel-modeless-p): Abolish.
382
383 2003-06-06  OHASHI Akira  <bg66@koka-in.org>
384
385         * riece-unread.el (riece-unread-display-message-function): Delete the
386         target before adding to list.
387         (riece-unread-switch-to-channel): New function.
388         (riece-unread-insinuate): Bind "\C-c\C-u" to riece-command-mode-map.
389         Bind "u" to riece-dialogue-mode-map.
390         Bind "u" to riece-channel-list-mode-map.
391
392         * riece.el (riece-channel-list-mode-map): Don't bind
393         `riece-command-unread-channel'.
394
395 2003-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * riece-000.el,riece-200.el,riece-300.el,riece-400.el,riece-500.el,
398         riece-commands.el,riece-filter.el,riece-handle.el,riece-highlight.el
399         riece-identity.el,riece-message.el,riece-misc.el,riece-naming.el,
400         riece.el: Don't require riece-inlines since it has been removed.
401
402 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
403
404         * riece-display.el (riece-update-user-list-buffer): Rename from
405         riece-user-list-update-buffer.
406         (riece-update-channel-list-buffer): Rename from
407         riece-channel-list-update-buffer.
408
409 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
410
411         * riece-identity.el (riece-identity-canonicalize-prefix): Moved
412         from riece-inlines.el; renamed from scandinavian-downcase.
413         (riece-identity-equal-no-server): Moved from riece-inlines.el;
414         renamed from scandinavian-equal-ignore-case.
415         (riece-identity-equal-no-server-safe): New function.
416         (riece-identity-member-no-server): Moved from riece-inlines.el;
417         renamed from scandinavian-member-ignore-case.
418         (riece-identity-member-no-server-safe): New function.
419
420         * riece-inlines.el: Removed.
421         * COMPILE (riece-modules): Remove riece-inlines.
422         * Makefile.am (EXTRA_DIST): Remove riece-inlines.el.
423
424 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
425
426         * riece-rdcc.el (riece-rdcc-sentinel): Don't call delete-process
427         explicitly.
428         * riece-ndcc.el: Don't call delete-process explicitly.
429         * riece-server.el (riece-close-server-process): Don't call
430         delete-process explicitly unless riece-debug == t.
431
432 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
433
434         * riece-inlines.el (scandinavian-downcase): New inline function.
435         (scandinavian-equal-ignore-case): Rename from
436         string-equal-ignore-case.
437         (scandinavian-member-ignore-case): Rename from
438         string-list-member-ignore-case.
439
440         * riece-identity.el (riece-identity-equal): Rename from
441         riece-identity-equal-no-server; use scandinavian-equal-ignore-case.
442         (riece-identity-equal-safe): Rename from riece-identity-equal.
443         (riece-identity-member): Rename from riece-identity-member-no-server.
444         (riece-identity-member-safe): Rename from riece-identity-member.
445         (riece-identity-assoc): Rename from riece-identity-assoc-no-server.
446         (riece-identity-assoc-safe): Rename from riece-identity-assoc.
447
448 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
449
450         * riece-rdcc.el: Require 'riece-ctcp.
451         (riece-rdcc-insinuate): Add "DCC" to
452         riece-ctcp-additional-clientinfo.
453
454         * riece-ctcp.el (riece-ctcp-additional-clientinfo): New variable.
455         (riece-command-ctcp-clientinfo): New command.
456         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
457         (riece-handle-ctcp-clientinfo-request): New handler.
458         (riece-handle-ctcp-clientinfo-response): New handler.
459
460         * riece-server.el (riece-open-server): No need to use
461         get-buffer-create to reuse process buffer.
462
463 2003-06-03  Daiki Ueno  <ueno@unixuser.org>
464
465         * riece-rdcc.el (riece-command-dcc-send): Generate new buffer for
466         DCC process.
467         (riece-command-dcc-receive): Likewise; don't set buffer-file-name.
468
469         * riece-server.el (riece-server-keyword-map): `:coding-system' ->
470         `:coding'.
471         (riece-open-server): Follow the change.
472
473         * riece-ctcp.el (riece-command-ctcp-action): New command.
474         (riece-ctcp-insinuate): Bind it in riece-dialogue-mode-map.
475         (riece-handle-ctcp-action-request): New handler.
476
477         * riece.el (riece-command-mode): Enclose status indicators with
478         `{}'; show riece-user-indicator.
479         (riece-channel-mode): Likewise.
480         (riece-dialogue-mode): Enclose status indicators with `{}'.
481         * riece-globals.el (riece-user-indicator): New indicator.
482         (riece-freeze-indicator): Default to "-".
483         * riece-display.el (riece-update-channel-indicator): Don't update
484         modeline.
485         (riece-update-status-indicators): Set riece-user-indicator.
486         * riece-300.el (riece-handle-324-message): Update channel indicator.
487
488 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
489
490         * riece.el (riece-command-mode): Don't set riece-freeze-indicator.
491         (riece-dialogue-mode): Call riece-update-status-indicators.
492         (riece-channel-mode): Add riece-operator-indicator to
493         mode-line-buffer-identification.
494         * riece-user.el (riece-make-user): New attribute `operator'.
495         (riece-user-operator): New function.
496         (riece-user-set-operator): New function.
497         (riece-user-toggle-away): New function.
498         (riece-user-toggle-operator): New function.
499         * riece-misc.el (riece-own-frozen): Revive.
500         * riece-message.el (riece-display-message): Reset riece-freeze if
501         riece-freeze == 'own && (riece-message-own-p message).
502         * riece-globals.el (riece-own-freeze): Abolish; use riece-freeze.
503         (riece-operator-indicator): New variable.
504         * riece-display.el (riece-update-status-indicators): New function.
505         (riece-update-buffer-functions): Add it.
506         * riece-commands.el (riece-command-toggle-freeze): Don't call
507         riece-freeze.
508         (riece-command-toggle-own-freeze): Don't call riece-own-freeze.
509         * riece-300.el (riece-handle-302-message): Use
510         riece-user-toggle-away instead of riece-user-set-away.
511         (riece-handle-301-message): Ditto.
512         (riece-handle-305-message): Ditto.
513         (riece-handle-306-message): Ditto.
514         (riece-handle-352-message): Ditto.
515
516 2003-06-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
517
518         * riece-commands.el (riece-command-next-channel): Circularly
519         follow the channel list.
520         (riece-command-previous-channel): Ditto.
521
522 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
523
524         * riece.el (riece-command-mode): Set default value of riece-freeze
525         & riece-own-freeze.
526         * riece-options.el (riece-away-message): New user option.
527         * riece-commands.el (riece-command-toggle-away): Query user away
528         message.
529         * riece-300.el (riece-handle-301-message): Set user's away status.
530         (riece-handle-305-message): Ditto.
531         (riece-handle-306-message): Ditto.
532         (riece-handle-302-message): Ditto.
533         (riece-handle-352-message): Ditto.
534
535 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
536
537         * riece-rdcc.el: Require riece-globals, riece-misc, riece-channel,
538         and riece-identity.
539         (riece-command-dcc-receive): Check the existence of
540         set-buffer-multibyte.
541
542 2003-06-02  Daiki Ueno  <ueno@unixuser.org>
543
544         * Riece: Version 0.0.3 released.
545         * riece-version.el (riece-version-number): Bump up to 0.0.3.
546
547         * riece-ctcp.el (riece-handle-ctcp-request): Catch errors occured
548         in hooks.
549         (riece-handle-ctcp-response): Ditto.
550
551 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
552
553         * riece-user.el (riece-rename-user): Don't modify entry when
554         old-name == new-name.
555
556         * riece-display.el (riece-configure-windows): Use window-buffer
557         instead of current-buffer.
558
559         * riece-rdcc.el (riece-rdcc-server-address): Default to nil.
560         (riece-rdcc-ruby-command): New user option.
561         (riece-rdcc-send-program): New user option.
562         (riece-rdcc-decode-address-program): New user option.
563         (riece-rdcc-substitute-variables): New function.
564         (riece-command-dcc-send): Use it.
565         (riece-rdcc-decode-address): Use it.
566
567 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
568
569         * riece-rdcc.el: New add-on.
570
571         * Makefile.am (EXTRA_DIST): Add riece-rdcc.el
572
573 2003-06-01  Daiki Ueno  <ueno@unixuser.org>
574
575         * riece-ndcc.el: New add-on.
576         * Makefile.am (EXTRA_DIST): Add riece-ndcc.el
577
578 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
579
580         * riece-server.el (riece-open-server): Simplify message.
581
582         * riece-commands.el (riece-command-open-server): Throw an error
583         when the server is already opened.
584
585         * riece-filter.el (riece-sentinel): Simplified.
586
587         * riece-display.el (riece-user-list-update-buffer): Check the
588         existence of riece-user-list-buffer.
589         (riece-channel-list-update-buffer): Check the existence of
590         riece-channel-list-buffer.
591         (riece-set-window-points): Ditto.
592
593         * riece-commands.el (riece-command-open-server): Simplified.
594         (riece-command-toggle-channel-buffer-mode): Set
595         riece-save-variables-are-dirty to t.
596         (riece-command-toggle-user-list-buffer-mode): Ditto.
597         (riece-command-toggle-channel-list-buffer-mode): Ditto.
598
599         * riece-server.el (riece-start-server): Abolish.
600         (riece-open-server): Set riece-server-process-alist and
601         riece-server-process here.
602
603 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
604
605         * riece-filter.el (riece-sentinel): Close process even if
606         riece-reconnect-with-password == t.
607         (riece-handle-message): Catch errors occured in hooks.
608
609         * riece-server.el (riece-open-server): Reuse server buffer.
610         (riece-close-server-process): Delete process even if process is
611         not running.
612
613 2003-05-31  Daiki Ueno  <ueno@unixuser.org>
614
615         * riece-server.el (riece-open-server): No need to reset
616         riece-reconnect-with-password.
617
618         * riece-filter.el (riece-sentinel): Don't call riece when
619         riece-reconnect-with-password = t and process !=
620         riece-server-process.
621
622         * riece-url.el: Fix usage.
623
624         * riece-inlines.el (string-list-member-ignore-case): Remove docstring.
625
626         * riece-unread.el: New add-on.
627         * COMPILE (riece-modules): Add riece-unread.
628         * Makefile.am (EXTRA_DIST): Add riece-unread.el
629
630         * riece-300.el (riece-handle-322-message): New handler.
631         (riece-handle-323-message): New handler.
632
633 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
634
635         * riece-display.el (riece-configure-windows): Select other window
636         when minibuffer is active.
637
638         * riece-commands.el (riece-command-list): New command.
639         (riece-command-enter-message-as-notice): New command.
640         * riece.el (riece-command-mode-map): Bind
641         riece-command-enter-message-as-notice and riece-command-list.
642
643         * riece-server.el (riece-close-server): Skip nil when leaving
644         channels before closing server.
645
646 2003-05-30  Daiki Ueno  <ueno@unixuser.org>
647
648         * Riece: Version 0.0.2 released.
649         * riece-version.el (riece-version-number): Bump up to 0.0.2.
650
651         * riece.el (riece-load-and-build-addon-dependencies): Fixed.
652         * riece-url.el (riece-url-requires): Don't assert dependency on
653         riece-highlight unless it appears in riece-addons.
654
655         * riece-url.el: New add-on.
656         * COMPILE (riece-modules): Add riece-url.
657
658         * riece-message.el (riece-message-make-bracket): Abolish.
659         * riece-highlight.el (riece-highlight-font-lock-keywords):
660         Give up to fontify "-nick-" or "-nick server-".
661
662         * riece-highlight.el (riece-highlight-font-lock-keywords):
663         Simplified regexp.
664
665         * riece-ctcp.el (riece-handle-ctcp-request): Don't bind user.
666         (riece-handle-ctcp-response): Ditto.
667
668         * riece-highlight.el: Make it an add-on.
669         (riece-highlight-insinuate): New function.
670         * riece.el: Don't require 'riece-highlight.
671         * riece-options.el (riece-addons): Turn on riece-highlight and
672         riece-ctcp by default.
673
674         * riece-display.el (riece-configure-windows-predicate): New function.
675         (riece-configure-windows-predicate): New user option.
676         (riece-redisplay-buffers): Use it.
677
678         * riece-complete.el: Require 'cl for butlast.
679
680         * Makefile.am (elc): Renamed from "compile".
681
682         * riece.el (riece-dialogue-mode-map): Bind
683         riece-command-toggle-channel-list-buffer-mode.
684
685         * riece-display.el (riece-configure-windows): Typo fixed.
686
687         * riece-user.el (riece-user-toggle-channel): Use member instead of
688         memq.
689
690 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
691
692         * riece-ctcp.el (riece-ctcp-insinuate): New function.
693
694         * riece-options.el (riece-addons): New user option.
695         (riece-addon-directory): New user option.
696
697         * riece.el (riece-load-and-build-addon-dependencies): New function.
698         (riece-insinuate-addons): New function.
699         (riece): Call riece-insinuate-addons.
700
701         * riece-misc.el (riece-get-users-on-server): Moved from
702         riece-commands.el.
703
704         * riece-ctcp.el: New file.
705         * COMPILE (riece-modules): Add riece-ctcp.
706         * Makefile.am (EXTRA_DIST): Add riece-ctcp.el
707
708 2003-05-29  Daiki Ueno  <ueno@unixuser.org>
709
710         * Riece: Version 0.0.1 released.
711
712         * riece-commands.el (riece-command-names): New command.
713         (riece-command-who): New command.
714
715         * riece.el (riece-dialogue-mode-map): Bind riece-command-names and
716         riece-command-who.
717
718         * riece-300.el (riece-handle-341-message): New handler.
719         (riece-handle-352-message): New handler.
720
721         * riece-commands.el (riece-command-invite): Don't accept channel
722         argument; throw an error when user is not on a channel.
723         (riece-command-kick): New command.