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