* liece-channel.el (liece-channel-change): Run
[elisp/liece.git] / lisp / ChangeLog
1 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
2
3         * liece-channel.el (liece-channel-change): Run
4         `liece-redisplay-buffer-functions' only when
5         `liece-current-channel' is non-nil.
6
7         * liece-commands.el (liece-command-who): Check
8         `liece-current-channel'.
9         (liece-command-names): Ditto.
10         Suggested by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>.
11
12 2000-08-30  Akira Ohashi <bg66@luck.gr.jp>
13
14         * liece-vars.el (liece-channel-unread-list): New variable.
15
16         * liece-channel.el (liece-channel-unread-p): New function.
17         (liece-channel-redisplay-buffer): Use it.
18
19         * liece-handle.el (liece-handle-privmsg-message): Ditto.
20
21 2000-08-29  Akira Ohashi  <bg66@luck.gr.jp>
22
23         * liece-channel.el (liece-channel-change): Run
24         `liece-redisplay-buffer-functions'.
25
26 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
27
28         * liece-handle.el (liece-handle-privmsg-message): Use
29         `liece-pick-buffer-1' to construct channel buffer name.
30
31 2000-08-23  Akira Ohashi  <bg66@luck.gr.jp>
32
33         * liece-xemacs.el (liece-xemacs-channel-balloon): New function.
34         Show balloon icon to `liece-cahnnel-list-buffer' as XEmacs glyphs
35         when non-current channel message is received.
36         (liece-xemacs-channel-balloon-kill): New function.
37         Kill the balloon icon.
38         
39 2000-08-17   Daiki Ueno  <ueno@unixuser.org>
40
41         * liece.el (liece-server-keyword-map): Bind connection type.
42
43 2000-08-16   Daiki Ueno  <ueno@unixuser.org>
44
45         * liece.el (liece-open-server-internal): Use
46         `liece-open-network-stream'; bind liece-tcp-connection-type.
47
48         * liece-tcp.el (liece-tcp-open-program-stream-as-binary): Abolish.
49         (liece-tcp-open-ssl-stream-as-binary): Abolish.
50         (liece-tcp-open-rlogin-stream-as-binary): Abolish.
51         (liece-tcp-wait-for-string): Abolish.
52         (liece-tcp-stream-alist): New variable.
53         (liece-open-network-stream): Abolish 5th argument `type'.
54
55 2000-08-01  Yoshiki Hayashi  <yoshiki@xemacs.org>
56
57         * liece-xemacs.el (liece-toolbar-position): Use
58         function defaul-toolbar-position instead of variable.
59
60 2000-07-17   Daiki Ueno  <ueno@unixuser.org>
61
62         * liece-emacs.el (create-image): Don't advise.
63         (liece-widget-keymap): Remove checking about 'button3.
64         (liece-emacs-widget-button-click): Save point in window explicitly.
65
66         * liece-ctcp.el (liece-command-ctcp-generic): Fix format string.
67
68 2000-07-16  Akira Ohashi  <bg66@luck.gr.jp>
69
70         * liece-commands.el (liece-command-beep): New function.
71         Toggle the automatic beep notice when the channel message is received.
72
73         * liece.el (liece-dialogue-mode-map):
74         Bind "\C-B" to liece-dialogue-beep.
75
76         * liece-vars.el (liece-default-beep): New variable.
77         (liece-beep-when-invited): Ditto.
78         (liece-beep-when-privmsg): Ditto.
79         (liece-beep-words-list): Ditto.
80
81 2000-05-07   Daiki Ueno  <ueno@unixuser.org>
82
83         * liece-tcp.el
84         (liece-tcp-rlogin-parameters): Use `socket' instead of `telnet'.
85         (liece-tcp-open-rlogin-stream): Don't wait for a connection.
86         (liece-tcp-open-rlogin-stream-as-binary): Simply wrap
87         `liece-tcp-open-rlogin-stream'.
88
89 2000-04-21   Daiki Ueno  <ueno@unixuser.org>
90
91         * liece-ctcp.el
92         (liece-ctcp-make-menu-command-wrapper): Quote CTCP subcommands.
93
94         * liece-mail.el (liece-maintainer-address): New ML address.
95
96 2000-04-12   Daiki Ueno  <ueno@unixuser.org>
97
98         * liece-url.el: Don't require browse-url when compiling.
99         (liece-url-browser-name): Abolish.
100         (liece-url-prepare-browser-function): Abolish.
101         (liece-url-mail-regexp): Abolish.
102         (liece-url-browser-function): Abolish.
103         (liece-url-link-action): Use browse-url directly.
104         (liece-command-browse-url): Ditto.
105         (liece-url-add-buttons): Remove local variable `url-start',
106         `url-end' and `url'.
107         Suggested by: Kenichi OKADA <okada@opaopa.org>
108
109         * liece-xemacs.el
110         (liece-toolbar-position): Check feature 'toolbar was provided.
111
112 2000-04-08   Daiki Ueno  <ueno@unixuser.org>
113
114         * liece-xemacs.el (liece-xemacs-setup-toolbar): Run
115         `liece-xemacs-setup-toolbar-hook' only once.
116         (liece-setup-toolbar): Don't check return value
117         of `liece-xemacs-setup-toolbar'.
118         Reported by: Yosuke MITSUMASU <werdna@ntn.org>
119
120 2000-04-05   Daiki Ueno  <ueno@unixuser.org>
121
122         * liece-commands.el: Add autoload for liece-command-ctcp-version,
123         liece-command-ctcp-userinfo,liece-command-ctcp-clientinfo,
124         liece-command-ctcp-ping,liece-command-ctcp-time,
125         liece-command-ctcp-x-face,liece-command-ctcp-comment,
126         liece-command-ctcp-help.
127         Suggested by: HARUYAMA Seigo <haruyama@unixuser.org>.
128
129         * liece-ctcp.el
130         (liece-ctcp-make-menu-command-wrapper): Don't use `#'.
131         (liece-ctcp-make-command-wrapper): Ditto.
132
133 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
134
135         * liece.el (liece-client-query-keys): Rename all commands.
136
137         * liece-vars.el
138         (liece-ctcp-userinfo): Rename from `liece-client-userinfo'.
139         (liece-ctcp-x-face): Ditto.
140
141         * liece-ctcp.el (liece-ctcp-message): Abolish macro.
142         (liece-ctcp-file-message): Ditto.
143
144 2000-03-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
145
146         * liece-emacs.el: Require `derived'.
147
148 2000-03-24   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
149
150         * liece-inlines.el (liece-locate-path): Use
151         `liece-locate-data-directory' instead of `locate-data-directory'.
152
153 2000-03-23   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
154
155         * liece-q-ccl.el (ccl-set-register-right): Abolish.
156         (liece-quote-ccl-decode): Simplified.
157
158         * liece-compat.el (liece-suppress-mode-line-format): Copy original
159         `mode-line-format' before modification.
160         (locate-data-directory): Abolish.
161         (liece-locate-data-directory): New function.
162
163         * liece-xemacs.el (liece-xemacs-suppress-modeline-format): Ditto.
164         (liece-locate-data-directory): Override with `locate-data-directory'.
165
166         * liece.el
167         (liece-command-mode): Define `mode-line-format' as buffer local.
168         (liece-dialogue-mode): Exchange `mode-line-modified' position.
169         (liece-clear-system): Check buffer status.
170
171         * liece-ctcp.el (liece-ctcp-xyzzy-message): Abolish.
172         (liece-command-send-file): Don't narrowing buffer.
173         (liece-ctcp-file-save-directory): Default to `liece-directory'.
174         (liece-register-file-handler): New macro.
175         (liece-ctcp-notice): Rewrite.
176         (liece-ctcp-message): Rewrite.
177         (liece-query-client-insert-to-generic): Abolish.
178         (liece-query-client-version): Abolish.
179         (liece-query-client-userinfo): Abolish.
180         (liece-query-client-help): Abolish.
181         (liece-query-client-clientinfo): Abolish.
182         (liece-query-client-ping): Abolish.
183         (liece-query-client-time): Abolish.
184         (liece-query-client-x-face): Abolish.
185         (liece-query-client-last-command): Rename from
186         `liece-query-client-lastcommand'.
187         (liece-query-client-alist): Abolish.
188         (liece-ctcp-last-nick): Rename from `liece-query-client-nick'.
189         (liece-command-ctcp-x-face-from-minibuffer): Abolish.
190         (liece-command-ctcp-x-face-from-commandbuffer): Abolish.
191         (liece-command-ctcp-userinfo-from-commandbuffer): Abolish.
192
193 2000-03-22   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
194
195         * liece-xemacs.el (liece-xemacs-icon-path): Abolish.
196         (liece-toolbar-position): Default to `default-toolbar-position'.
197         (liece-xemacs-setup-toolbar): Remove directory checking.
198         (liece-xemacs-modeline-glyph): Suppress glyph specs.
199         (liece-xemacs-create-nick-glyph): Ditto.
200
201         * liece-emacs.el (liece-emacs-icon-path): Abolish.
202
203         * liece-intl.el (liece-intl-load-catalogue): Rewrite with
204         `liece-locate-path'; remove local binding.
205
206         * liece-window.el (liece-window-load-style-file): Rewrite with
207         `liece-locate-path'; remove local binding.
208
209         * liece-compat.el (locate-data-directory): New function.
210
211         * liece-inlines.el (liece-find-data-directory): Abolish.
212         (liece-locate-path): Rename from `liece-find-path'; use
213         `locate-data-directory'; reorder arguments.
214         (liece-locate-icon-file): New function.
215
216 2000-03-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
217
218         * liece-globals.el
219         (liece-command-buffer,liece-dialogue-buffer,liece-private-buffer,
220         liece-others-buffer,liece-channel-buffer,
221         liece-channel-buffer-format,liece-channel-list-buffer,
222         liece-nick-buffer,liece-nick-buffer-format,
223         liece-KILLS-buffer,liece-IGNORED-buffer,liece-WALLOPS-buffer,
224         liece-CRYPT-buffer,liece-server-buffer): Remove preceding `*IRC*'.
225
226         * liece-xemacs.el
227         (liece-xemacs-splash-at-point): Bind
228         `liece-insert-environment-version' to nil.
229         (liece-xemacs-splash): Ditto.
230         (liece-xemacs-suppress-modeline-format): New function.
231         (liece-suppress-mode-line-format): Override with
232         `liece-xemacs-suppress-modeline-format'.
233         (liece-xemacs-mode-line-buffer-identification): Decorate 1st
234         element and modify whole identification by side effect.
235
236         * liece-compat.el (current-language-environment): Abolish.
237         (frame-title-format): Abolish.
238         (enable-multibyte-characters): Abolish.
239         (liece-suppress-mode-line-format): New function.
240
241         * liece-version.el: Use product.el.
242         (liece-version): New function.
243         (liece-user-interface-product): Abolish.
244         (liece-product-name): Abolish.
245         (liece-product-version): Abolish.
246         (liece-product-code-name): Abolish.
247         (liece-user-agent-value): Abolish.
248         (liece-command-version): Abolish.
249         (liece-environment-version): Rename from
250         `liece-emacs-user-agent-value'.
251
252         * bitmap-stipple.el
253         (bitmap-stipple-insert-pixmap): Don't set point to `point-min'.
254
255         * liece-xbm.el: Update.
256
257         * liece-emacs.el (liece-emacs-splash): Display version number;
258         bind `liece-insert-environment-version' to nil.
259         (liece-emacs-mode-line-buffer-identification): Decorate 1st
260         element and modify whole identification by side effect.
261
262         * liece-vars.el (liece-nick-max-length): New variable.
263         (liece-insert-environment-version): New variable.
264
265         * liece.el (liece-truncate-nickname): Abolish.
266         (liece-client-query-keys,liece-dialogue-keys,
267         liece-select-keys,liece-crypt-keys): Define as a plist.
268         (liece-local-set-keys): New function borrowed from gnus-util.el.
269         (liece-define-keys): Ditto.
270         (liece-define-keys-safe): Ditto.
271         (liece-define-keys-1): Ditto.
272         (liece-command-map): Bind "\C-m" to liece-command-modec.
273         (liece-command-mode): Don't set `mode-line-format' directly;
274         exchange `mode-line-modified' position;
275         (liece-dialogue-mode): Ditto.
276         (liece-others-mode): Ditto.
277         (liece-channel-mode): Ditto.
278         (liece-nick-mode): Ditto.
279         (liece-channel-list-mode): Ditto.
280
281 2000-03-19   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
282
283         * gettext.el (bind-text-domain): Don't refer "PATHNAME/DOMAIN.mo"
284         directly.
285
286         * bitmap-stipple.el,gettext.el,liece-000.el,liece-200.el,
287         liece-300.el,liece-400.el,liece-500.el,liece-commands.el,
288         liece-config.el,liece-crypt.el,liece-ctcp.el,liece-dcc.el,
289         liece-filter.el,liece-globals.el,liece-handle.el,liece-hilit.el,
290         liece-inlines.el,liece-intl.el,liece-mail.el,liece-make.el,
291         liece-menu.el,liece-message.el,liece-minibuf.el,liece-misc.el,
292         liece-nick.el,liece-q-ccl.el,liece-q-el.el,liece-tcp.el,
293         liece-version.el,liece-window.el,liece-x-face.el: Checkdoc.
294
295         * liece-menu.el (liece-nick-popup-menu): Use copy-sequence instead
296         of copy-tree.
297
298         * liece-modules.el (liece-modules-to-compile): Modify for
299         `liece-clfns' and `liece-handler'.
300
301         * liece-handler.el: Rename from llunf.el.
302
303         * liece-clfns.el: New file.
304
305         * liece-channel.el (liece-channel-add-buttons): Fix regexp.
306         (liece-channel-add-ban): Use add-to-list instead of pushnew.
307
308         * liece-coding.el
309         (liece-default-coding-system): Abolish.
310         (liece-mime-charset-for-write): Rename from
311         `liece-default-mime-charset'.
312         (liece-mime-charset-for-read): Rename from
313         `liece-default-mime-charset-for-read'.
314
315         * liece.el (liece-client-query-map,liece-dcc-map,
316         liece-crypt-map,liece-friends-map,liece-channel-list-mode-map,
317         liece-nick-mode-map,): Use make-sparse-keymap when initialising.
318         (liece-command-mode): Don't set liece-display-frame-title to nil.
319         (liece-dialogue-mode-map): Bind `L' to liece-command-load-vars
320         instead of `C-l'; bind `S' to liece-command-save-vars instead of
321         `s'; bind `M' to liece-command-modec instead of `C-m'; bind `O' to
322         liece-dialogue-own-freeze instead of `M'.
323         (liece-buffer-last-check-time): Rename from
324         `liece-last-checkbuffer-time'.
325         (liece-check-buffers): Define as function.
326         (liece-check-buffers-if-interval-expired): Simplified.
327
328         * liece-vars.el
329         (liece-buffer-max-size): Rename from `liece-buffer-maxsize'.
330         (liece-buffer-default-size): Rename from `liece-buffer-defsize'.
331         (liece-buffer-check-interval): Rename from
332         `liece-checkbuffer-interval'.
333
334         * liece-emacs.el (liece-emacs-widget-button-click): Don't use
335         `event-buffer'.
336
337         * liece-xemacs.el
338         (liece-xemacs-get-buffer-window-list): Abolish.
339         (liece-xemacs-run-at-time): Abolish.
340         (liece-xemacs-put-text-property): Abolish.
341         (liece-xemacs-add-text-property): Abolish.
342
343         * liece-minibuf.el (liece-minibuffer-map): Use `set-keymap-parent'
344         instead of `liece-set-keymap-parents'.
345
346         * liece-compat.el: Don't require emu, broken, alist.
347         (remassoc): Abolish.
348         (remassq): Abolish.
349         (liece-run-at-time): Abolish.
350         (liece-cancel-timer): Abolish.
351         (with-timeout): Abolish.
352         (with-timeout-handler): Abolish.
353         (liece-get-buffer-window-list): Abolish.
354         (liece-set-keymap-parents): Abolish.
355         (event-buffer): Abolish.
356         (event-point): Abolish.
357         (truncate-string-to-width): Abolish.
358         (plist-get): Abolish.
359         (read-passwd): Abolish.
360         (colon-keyword-usable): Abolish.
361         (turn-on-font-lock): Abolish.
362         (liece-make-overlay): Abolish.
363         (liece-delete-overlay): Abolish.
364         (liece-overlay-put): Abolish.
365         (liece-move-overlay): Abolish.
366         (liece-overlay-end): Abolish.
367         (liece-overlay-get): Abolish.
368         (liece-overlays-at): Abolish.
369         (liece-put-text-property): Abolish.
370         (liece-add-text-property): Abolish.
371         (buffer-disable-undo): Abolish.
372         (valid-plist-p): Abolish.
373
374         * liece-url.el (liece-url-browser-netscape): Abolish.
375
376 2000-03-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
377
378         * liece-compat.el (liece-get-buffer-window): Search all frames.
379
380 2000-02-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
381
382         * liece.el (liece-command-mode): Set frame-title-format when
383         running on window-system environment.
384
385 2000-02-18   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
386
387         * liece-emacs.el (liece-emacs-splash): Use `frame-char-width' and
388         `frame-char-height' when calculating logo centering.
389
390 2000-02-17   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
391
392         * liece-400.el (liece-handle-443-message): Check channel name.
393
394 2000-02-13   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
395
396         * liece-coding.el
397         (liece-coding-encode-charset-region): Define as function.
398         (liece-coding-encode-charset-string): Define as function.
399
400         * liece-dcc.el
401         (liece-dcc-chat-send): Switch to liece-command-buffer.
402         (liece-dcc-enqueue-request): Rename.
403         (liece-dcc-dequeue-request): Ditto.
404
405         * liece-misc.el (liece-send-as-binary): Abolish.
406         (liece-repair-crlf): Abolish.
407         (liece-send): Switch to liece-command-buffer.
408
409         * liece-emacs.el (liece-emacs-splash): Use `font-info' if 'font
410         parameter of the selected frame is not a fontset name.
411
412         * liece.el (liece-open-server-internal): Set process-buffer of
413         open-network-stream as unibyte.
414
415 2000-02-10   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
416
417         * liece-xemacs.el (liece-toolbar-icon-convert-1): New function.
418         (liece-toolbar-icon-states): New variable.
419
420         * liece-emacs.el (liece-emacs-widget-button-click): Don't preserve
421         previously selected window.
422
423 2000-01-23   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
424
425         * liece-emacs.el: Require `image' when compiling.
426         (create-image): Add optional argument `data-p'.
427
428 2000-01-22   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
429
430         * liece-message.el (liece-message-empty-predicate): New variable.
431
432         * liece-commands.el
433         (liece-command-message): Use `liece-message-empty-predicate'.
434
435 2000-01-16   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
436
437         * liece-modules.el (liece-modules): Don't install `queue-m'.
438
439         * liece-dcc.el: Don't require `queue-m' at runtime.
440
441         * liece-hilit.el:
442         Add autoload setting for `liece-channel-add-buttons' and
443         `liece-nick-add-buttons'.
444         (liece-highlight-maybe-turn-on-font-lock): Activate
445         `liece-channel-add-buttons' and `liece-nick-add-buttons' when
446         inserting every line.
447
448         * liece-compat.el (liece-map-overlays): New function.
449         (liece-kill-all-overlays): Use it.
450
451         * liece-xemacs.el (liece-xemacs-map-extents): New function.
452         (liece-xemacs-kill-all-overlays): Use it.
453         (liece-map-overlays): New alias to `liece-xemacs-map-extents'.
454
455         * liece-nick.el (liece-nick-redisplay-buffer): New function.
456         (liece-nick-add-buttons): New function.
457
458         * liece-channel.el
459         (liece-channel-redisplay-buffer): New function.
460         (liece-channel-list-redisplay-buffer): New function.
461         (liece-channel-buffer-invisible-p): Remove redundant cond.
462         (liece-channel-part-internal): Remove redundant `function'.
463         (liece-channel-list-add-button): Rename from
464         `liece-channel-add-button'.
465         (liece-channel-push-button-action): Use `liece-command-join'
466         instead of `liece-switch-to-channel'.
467
468         * liece-commands.el (liece-switch-to-channel-1): Abolish.
469         (liece-redisplay-buffer-functions): New variable.
470
471 2000-01-07   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
472
473         * liece-commands.el
474         (liece-command-next-channel): Traverse channel list circularly.
475         (liece-command-previous-channel): Likewise.
476
477 1999-12-26   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
478
479         * liece-commands.el
480         (liece-command-previous-channel): Remove nil from channel list.
481         (liece-command-next-channel): Ditto.
482
483 1999-12-24   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
484
485         * liece-emacs.el (liece-emacs-splash): Check whether logo height
486         is larger than frame height.
487
488         * liece-crypt.el (liece-crypt-maybe-encrypt-message): Simplified.
489
490         * liece-commands.el
491         (liece-command-enter-message-encrypted): Abolish.
492         (liece-command-enter-message-cleartext): Abolish.
493         (liece-command-enter-message-opposite-crypt-mode): Abolish.
494         (liece-command-enter-message-with-key): Abolish.
495
496 1999-12-23   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
497
498         * liece-version.el (liece-user-agent-value): Add APEL version.
499
500         * liece-inlines.el (liece-next-line): New macro.
501
502         * liece-ctcp.el
503         (liece-command-client-action): Use `liece-next-line'.
504         (liece-command-client-userinfo-from-commandbuffer): Ditto.
505
506         * liece-channel.el (liece-channel-member): Use `member-if' instead
507         of `find-if'.
508
509         * liece.el (liece): Don't use `liece-command-describe-briefly'.
510         (liece-command-mode): Don't bind `next-line-add-newlines'.
511         (liece-dialogue-keys): Don't bind `C-u'.
512
513         * liece-commands.el (liece-command-topic): If called with prefix
514         argument insert the current topic as default.
515         (liece-command-finger): Add documentation about optional 2nd
516         argument.
517         (liece-command-describe-briefly): Abolish.
518         (liece-enter-message): Abolish local variable `message'.
519         (liece-command-join-channel): Fix paren style.
520         (liece-command-join-partner): Ditto.
521         (liece-command-join): Ditto.
522         (liece-command-part): Ditto.
523         (liece-switch-to-channel-no): Ditto.
524         (liece-command-complete): Ditto.
525         (liece-command-next-channel): Rewrite with using
526         `liece-channel-member'.
527         (liece-command-previous-channel):
528         (liece-command-push): Abolish local variable `rest-sym' and
529         `item'; don't use `liece-channel-remove'.
530         (liece-command-pop): Abolish local variable `rest-sym'.
531         (liece-command-tag-region): Don't create temp buffer.
532
533 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
534
535         * liece-misc.el (liece-set-channel-indicator): Switch to
536         `liece-command-buffer' when updating modeline.
537
538 1999-12-19   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
539
540         * liece-minibuf.el (liece-minibuffer-map): Don't use
541         `set-keymap-parents'.
542
543         * liece-compat.el (liece-set-keymap-parents): Rename from
544         `set-keymap-parents'.
545         (turn-on-font-lock,event-buffer,event-point,region-active-p,
546         remassoc,remassq,valid-plist-p,plist-get): Add document.
547
548 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
549
550         * liece.el (liece-insert-internal): Don't bind `tab-stop-list'.
551         (liece-dialogue-mode): Declare `tab-stop-list' as buffer local.
552
553 1999-12-01   Daiki Ueno  <ueno@unixuser.org>
554
555         * liece-message.el (liece-message-parent-buffer): Add condtion.
556
557 1999-11-13   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
558
559         * liece.el (liece-read-variables-files): Make the `~/.liece/'
560         directory if there is no initialization file.
561
562 1999-11-10   Kenichi OKADA  <okada@opaopa.org>
563
564         * liece-xemacs.el (liece-xemacs-splash-at-point): Calculate
565         horizontal position of the splash logo.
566
567 1999-11-10   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
568
569         * liece-emacs.el (liece-emacs-splash): Check the number of
570         the arguments of `insert-image'.
571
572 1999-11-07   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
573
574         * liece-coding.el (detect-coding-string): Remove.
575         (liece-detect-coding-string): Don't define if
576         `detect-coding-string' does not exist.
577
578 1999-11-05   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
579
580         * liece-url.el (liece-url-add-buttons): Accept optional arguments
581         `start' and `end'.
582
583         * liece.el (liece-save-point): New macro; borrowed from SKK.
584         (liece-before-insert-hook): New variable.
585         (liece-insert-internal): Refine.
586
587 1999-11-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
588
589         * liece-misc.el (liece-get-buffer-create): Use memq instead of
590         member to search over buffers list.
591
592 1999-10-29  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
593
594         * liece-handle.el (liece-handle-ping-message): Return the
595         argument correctly.
596
597         * liece.el (liece-insert-internal): Remove `inline'.
598
599 1999-10-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
600
601         * liece-commands.el (liece-command-nick-scroll-down): Fix
602         argument list.
603         (liece-command-nick-scroll-up): Ditto.
604
605         * liece-hilit.el (liece-highlight-turn-on-font-lock): Set
606         `liece-highlight-maybe-play-jingle' as local hook.
607         (liece-highlight-font-lock-keywords): Undo last change.
608
609 1999-10-26   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
610
611         * liece.el (liece-refresh-windows): Remove.
612         (liece-refresh-buffer-window): New function `liece-refresh-windows'.
613         (liece-insert-internal): Preserve old point unconditionally when
614         the buffer is frozen.
615
616 1999-10-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
617
618         * liece-misc.el (liece-freeze): Rename from `liece-freeze-toggle'.
619         (liece-own-freeze): Rename from `liece-own-freeze-toggle'.
620
621         * liece.el: Add autoload for `liece-command-submit-bug-report'.
622         (liece-overriding-command-keys): Rename.
623         (liece-dialogue-keys): Bind `liece-command-submit-bug-report'.
624
625         * liece-commands.el (liece-command-scroll-down): Use
626         `scroll-other-window'; accept prefix value.
627         (liece-command-scroll-up): Ditto.
628         (liece-command-nick-scroll-down): Ditto.
629         (liece-command-nick-scroll-up): Ditto.
630         (liece-command-freeze): Accept prefix argument.
631         (liece-command-own-freeze): Ditto.
632         (liece-command-quit): Refine.
633
634 1999-10-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
635
636         * liece-commands.el (liece-command-display-friends): Remove
637         `save-excursion'.
638
639         * liece.el (liece-read-variables-files): Prepare startup
640         directory if it does not exist.
641
642         * liece-vars.el (liece-directory): New variable.
643         (liece-variables-file): Relocate under `liece-directory'.
644
645         * liece-ctcp.el (liece-ctcp-version-message): Refer
646         `liece-user-agent-value'.
647
648         * liece-menu.el: Check features about menubars.
649
650         * liece-xemacs.el (liece-xemacs-hide-scrollbars): Set
651         `scrollbar-height' to 0 if `horizontal-scrollbar-visible-p' is not
652         available.
653
654         * liece-mail.el (liece-command-submit-bug-report): New function.
655         (liece-maintainer-address): New variable.
656
657         * gettext.el (gettext-load-message-catalogue): Enclose with
658         `as-binary-input-file' instead of using `set-buffer-multibyte' twice.
659         (gettext-load-portable-message-catalogue): Likewise.
660         (dgettext): Check the cdr of catalogue entry.
661         (gettext-gmo-read-32bit-word): Mask each byte with 255.
662
663         * liece-compat.el (truncate-string-to-width): New alias.
664
665         * liece.el (liece-server-keyword-bind): Quote colon keywords.
666
667         * liece-make.el (make-liece-info-files): Check if
668         `set-language-environment' exists.
669
670         * liece-misc.el (liece-server-host): Quote colon keyword.
671
672 1999-10-19   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
673
674         * liece-hilit.el (liece-highlight-font-lock-keywords): Undo last
675         change; accept partial matcher as the value of
676         `liece-highlight-pattern'.
677         (liece-highlight-maybe-play-jingle): New function.
678         (liece-highlight-maybe-turn-on-font-lock): Add
679         `liece-highlight-maybe-play-jingle' to `after-change-functions'.
680
681 1999-10-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
682
683         * gettext.el (gettext-load-message-catalogue): Use hashtable.
684         (gettext-load-portable-message-catalogue): Likewise.
685
686 1999-10-13  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
687
688         * liece-misc.el (next-visible-point): Don't advise.
689         (liece-remove-properties-region): Enclose by `save-restriction'.
690
691 1999-10-12   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
692
693         * liece-commands.el (liece-command-send-action): Remove.
694
695         * liece-ctcp.el (liece-command-client-action): Move from
696         `liece-commands.el'; mark `liece-command-send-action' as obsolete.
697         (liece-client-x-face-notice): Remove whitespaces.
698
699         * liece-handle.el (liece-handle-kick-message): Fix message.
700
701 1999-10-11  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
702
703         * gettext.el (gettext-default-mime-charset): New variable.
704         (gettext-parse-Content-Type): Use it.
705
706 1999-10-07  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
707
708         * liece-misc.el (liece-message): Fix message prefix.
709
710         * liece-compat.el (liece-find-data-directory): Move to
711         `liece-inlines'.
712
713         * liece-xemacs.el (liece-xemacs-icon-path): Use `liece-find-path'.
714
715         * liece-emacs.el (liece-emacs-icon-path): Use `liece-find-path'.
716
717         * liece-inlines.el (liece-find-path): New function.
718
719 1999-10-05  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
720
721         * liece-version.el (liece-user-interface-product): Renamed from
722         `liece-client-product'.
723         (liece-client-version-major): Abolish.
724         (liece-client-version-minor): Abolish.
725         (liece-client-version-beta): Abolish.
726         (liece-client-version-alpha): Abolish.
727         (liece-client-version-codename): Abolish.
728         (liece-product-name): New macro.
729         (liece-product-version): New macro.
730         (liece-product-code-name): New macro.
731
732 1999-10-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
733
734         * liece-hilit.el (liece-highlight-jingle-function): New variable.
735         (liece-highlight-font-lock-keywords): If liece-highlight-pattern
736         matches, play jingle.
737
738 1999-10-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
739
740         * liece-message.el (liece-message-parent-buffer): Check the
741         message direction in private conversation.
742
743 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
744
745         * liece-version.el (liece-emacs-user-agent-value): Include
746         `emacs-patch-level'.  It exists in XEmacs 21.1.1 or later.
747
748 1999-09-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
749
750         * liece.el (liece-channel-mode): Make `truncate-lines' local.
751         (liece-others-mode): Ditto.
752         (liece-channel-list-mode): Ditto.
753         (liece-nick-mode): Ditto.
754
755 1999-09-18   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
756
757         * liece.el (liece-open-server): Set `liece-status-message-string'
758         when timeout is expired.
759
760 1999-09-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
761
762         * liece-menu.el (liece-use-localized-menu): New variable.
763         (liece-command-define-menus): Use it.
764         (liece-command-define-menus-1): New function; to raverse menu
765         items recursively.
766
767         * liece.el (liece): Call `liece-intl-load-catalogue' before switch
768         to the command buffer.
769
770         * liece-dcc.el: Refine.
771
772         * liece-ctcp.el (liece-client-x-face-notice): Do not decode empty
773         `X-Face'.
774
775 1999-09-11   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
776
777         * liece-vars.el (liece-dcc-program): Rename to `ldcc'.
778
779         * liece-tcp.el (liece-tcp-program): Rename to `ltcp'.
780
781         * gettext.el (gettext-parse-Content-Type): Require `path-util'.
782
783         * liece-x-face.el: Require `path-util'.
784
785 1999-09-10   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
786
787         * Makefile.am (SOURCES): Add `gettext.el'.
788
789         * liece-modules.el (liece-modules-to-compile): Add `gettext.el'.
790
791         * liece-intl.el: Use `gettext.el'.
792         (liece-intl-domains-alist): Abolish.
793         (liece-intl-domain-to-mime-charset-alist): Abolish.
794         (liece-intl-prepare-prefix): Abolish.
795         (liece-intl-parse-Content-Type): Abolish.
796         (liece-intl-convert-string): Abolish.
797         (liece-intl-catalogue-path): Abolish.
798
799         * gettext.el: New file.
800
801         * liece-ctcp.el: Add autoload setting for `liece-ctcp-dcc-message'.
802
803         * liece.el (liece): Save window splitting only when called
804         interactively.
805         (liece-clear-system): Do not restore window splitting.
806         (liece-command-mode): Set syntax table explicitly; make
807         `frame-title-format' buffer local.
808
809         * liece-window.el (liece-window-configuration-push): Do not save
810         `frame-title-format'.
811         (liece-window-configuration-pop): Likewise.
812
813         * liece-commands.el (liece-command-quit): Restore window splitting
814         only when called interactively.
815
816 1999-09-09   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
817
818         * liece.el (liece-server-keyword-map): New variable.
819         (liece-server-keyword-bind): New macro modified version of
820         `mail-source-bind' from `mail-source.el'.
821         (liece-server-parse-string): New function.
822         (liece-open-server): Use them.
823
824 1999-09-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
825
826         * liece-300.el (liece-handle-353-message): Reverse reply list.
827
828         * All files are renamed from `irchat-*' to `liece-*'.
829         All symbols are renamed too.
830
831         * irchat-vars.el (irchat-connection-timeout): Default to 60.
832
833         * irchat-nick.el (irchat-nick-insert): Handle reverse order
834         sorting.
835
836 1999-09-07  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
837
838         * irchat.el (irchat): Call `irchat-command-mode' just once.
839         (irchat-initialize-buffers): Likewise.
840
841         * irchat-channel.el (irchat-channel-buffer-create): Call
842         `irchat-channel-mode' just once.
843
844         * irchat-nick.el (irchat-nick-buffer-create): Call
845         `irchat-nick-mode' just once.
846
847         * irchat-message.el (irchat-message-parent-buffer): Fix condition.
848
849 1999-09-06  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
850
851         * irchat-nick.el (irchat-nick-sort-nicks): New variable.
852
853         * irchat-intl.el (irchat-intl-load-catalogue): Ignore all errors
854         when reading catalogue file.
855
856         * irchat-menu.el: Do not require `irchat-ctcp'; add autoload
857         settings for `irchat-menu-callback-ctcp-version',
858         `irchat-menu-callback-ctcp-userinfo',
859         `irchat-menu-callback-ctcp-help',
860         `irchat-menu-callback-ctcp-clientinfo' and
861         `irchat-menu-callback-ctcp-ping'; add `irchat-menu-add-url' to
862         `irchat-url-add-hook'.
863
864         * irchat-url.el (irchat-url-add-buttons): Enclose with
865         `save-excursion'; run `irchat-url-add-hook'.
866
867 1999-09-06  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
868
869         * Liece 1.3.7.
870
871         * irchat-xemacs.el (irchat-xemacs-setup-menu): Abolish.
872
873         * irchat-intl.el (irchat-intl-get-msgstr-if): Abolish.
874
875         * irchat-vars.el: Remove defconst for colon keyword.
876
877 1999-09-05  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
878
879         * irchat-menu.el: All the menu specs are expanded immediately.
880         (irchat-menu-prepare-menus): Abolish.
881         (irchat-menu-define): New function.
882         (irchat-menu-alist): New variable.
883
884         * irchat-handle.el (irchat-handle-topic-message): Check empty
885         topic line.
886
887         * irchat.el (irchat): When `irchat-startup-channel-list' contains
888         list element send cadr as a channel key.
889
890         * irchat-emacs.el (irchat-emacs-widget-convert-button): Make the
891         keymap `irchat-widget-keymap' parented from current local map.
892
893         * irchat-nick.el (irchat-nick-sort-predicate): New variable.
894         (irchat-nick-update): Sort nicknames with
895         `irchat-nick-sort-predicate'.
896         (irchat-nick-insert): Search sorted position before insertion.
897         (irchat-nick-replace): Call `irchat-nick-insert' when
898         `irchat-nick-sort-predicate' is valid.
899
900         * irchat-message.el (irchat-message-parent-buffer): Add condition
901         for private conversation.
902
903         * irchat-make.el (make-irchat-info-files): Set language
904         environment to `Japanese'.
905
906         * irchat-dcc.el (irchat-dcc-channel-representation-format):
907         Remove.
908
909         * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
910         Use `string-list-member-ignore-case' instead of
911         `string-list-ci-member'.
912
913         * irchat-url.el: Remove `irchat-insert-hook'.
914
915         * irchat-hilit.el (irchat-highlight-maybe-turn-on-font-lock):
916         Add `irchat-url-add-buttons' to `irchat-insert-hook'.
917
918         * irchat.el (irchat-initialize-buffers): Fix last change.
919
920         * irchat-300.el: Enclose autoloads by `eval-and-compile'.
921
922         * irchat-channel.el: Declare variable
923         `irchat-dcc-channel-representation-format'.
924
925 1999-09-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
926
927         * Liece 1.3.6.
928
929         * irchat.el: Add autoload for `irchat-command-browse-url'; do not
930         require `irchat-url' and `irchat-dcc'; add autoload for
931         `irchat-command-mail-compose'.
932         (irchat-initialize-timers): Rewrite with `dolist'; do
933         not check `irchat-timers-list-initialized-p'.
934         (irchat-truncate-nickname): Use `truncate-string-to-width' instead
935         of `truncate-string'.
936         (irchat-buffer-mode-alist): New variable.
937         (irchat-dialogue-setup-buffer): Abolish.
938         (irchat-others-setup-buffer): Abolish.
939         (irchat-channel-list-setup-buffer): Abolish.
940         (irchat-private-setup-buffer): Abolish.
941         (irchat-KILLS-setup-buffer): Abolish.
942         (irchat-IGNORED-setup-buffer): Abolish.
943         (irchat-WALLOPS-setup-buffer): Abolish.
944         (irchat-CRYPT-setup-buffer): Abolish.
945         (irchat-initialize-buffers): Rewrite.
946
947         * irchat-ctcp.el (irchat-client-version-insert): Do not indent
948         explicitly.
949         (irchat-client-message-no-lf): Abolish.
950
951         * irchat-300.el, irchat-xemacs.el, irchat-commands.el: Do not
952         require `irchat-dcc' and `irchat-mail'.
953
954         * irchat-dcc.el (irchat-command-dcc-send): Remove autoload cookie.
955
956 1999-09-03  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
957
958         * irchat-inlines.el (forward-line): Do not advise.
959
960         * irchat-intl.el: Do not require `alist'; require `mcharset',
961         `static' and `cl' during compilation.
962         (irchat-intl-msgid-regexp): Fix regexp.
963         (irchat-intl-msgstr-regexp): Ditto.
964         (irchat-intl-set-msgstr): Abolish.
965         (irchat-intl-load-catalogue): Optimize with side-effects.
966
967         * irchat.el (irchat): Load message catalogue only once.
968
969 1999-08-31  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
970
971         * irchat.el (irchat-close-server-internal): Use
972         `irchat-server-opened'.
973
974         * irchat-hilit.el (irchat-highlight-maybe-turn-on-widget):
975         Abolish.
976
977         * irchat-channel.el (irchat-channel-add-button): Use
978         `irchat-widget-convert-button'.
979
980         * irchat-nick.el (irchat-nick-insert): Use
981         `irchat-widget-convert-button'.
982         (irchat-nick-replace): Ditto.
983
984         * irchat-compat.el (irchat-widget-convert-button): New alias.
985         (irchat-widget-button-click): Alias to `widget-button-click'.
986
987         * irchat-emacs.el (irchat-widget-keymap): New variable.
988         (irchat-emacs-widget-convert-button): New function.
989         (irchat-emacs-widget-button-click): New function.
990         (irchat-widget-convert-button): Redefine here.
991         (irchat-widget-button-click): Redefine here.
992
993         * irchat-url.el (irchat-url-add-buttons): Use
994         `irchat-widget-convert-button'.
995
996 1999-08-23  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
997
998         * irchat-emacs.el (irchat-emacs-splash): Use `fontset-pixel-size'.
999
1000 1999-08-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1001
1002         * irchat-compat.el: Do not require `wid-browse' during
1003         compilation.
1004         (irchat-widget-button-click): New function.
1005
1006         * irchat-emacs.el: Enclose autoloads with `eval-and-compile'.
1007         (irchat-emacs-create-mode-line-image): Specify
1008         `:ascent' property when creating the image.
1009         (irchat-emacs-create-nick-image): Ditto.
1010
1011 1999-08-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1012
1013         * Makefile.am (EXTRA_DIST): Add `irchat-emacs.el'.
1014
1015         * irchat-xemacs.el (irchat-xemacs-glyph-nick-buffer): Abolish.
1016         (irchat-xemacs-glyph-nick-region): Remove interactive spec.
1017
1018         * irchat-intl.el: Do not require `mime-parse'.
1019
1020         * irchat-tcp.el: Bind `ssl-program-arguments'.
1021
1022 1999-08-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1023
1024         * irchat-modules.el (irchat-modules-to-compile): Add
1025         `irchat-emacs'.
1026
1027         * irchat-xemacs.el (irchat-xemacs-glyph-nick-buffer): Refine.
1028
1029         * irchat-vars.el (irchat-icon-directory): Move from
1030         `irchat-xemacs.el'.; To be used under FSF Emacs 20.4.91.
1031         (irchat-nick-image-alist): Move from `irchat-xemacs.el'.
1032
1033         * irchat-emacs.el: New file.; Most of FSF Emacs specific routines
1034         are stored here.
1035         (irchat-emacs-icon-path): New macro.
1036         (irchat-emacs-mode-line-buffer-identification): New function.
1037         (irchat-emacs-mode-line-buffer-identification): New variable.
1038
1039 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1040
1041         * liece.xpm: Reduce colors.
1042
1043 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1044
1045         * irchat-x-face.el (irchat-x-face-insert-function): Don't use
1046         `eval-when-compile' while checking bitmap-mule.
1047
1048 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1049
1050         * irchat.el (irchat-splash-pixmap): Renamed from
1051         `irchat-stipple-pixmap'; use the XPM data under FSF Emacs 20.4.91.
1052         (irchat-x-splash): Likewise.
1053
1054         * irchat-channel.el (irchat-channel-virtual): Undo last change.
1055
1056 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1057
1058         * irchat-400.el (irchat-handle-400-messages): Do not pass empty
1059         channel names to `irchat-channel-virtual'.
1060
1061         * irchat-channel.el (irchat-channel-virtual): Make channel ID for
1062         `!' channels invisible from user.
1063
1064         * irchat-vars.el (irchat-channel-id-length): Default to 5.
1065
1066 1999-08-14  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1067
1068         * irchat-300.el (irchat-353-channel): Abolish.
1069         (irchat-handle-366-message): Do not use `irchat-353-channel'.
1070
1071 1999-08-13  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1072
1073         * irchat-200.el (irchat-handle-218-message): Do not indent
1074         explicitly.
1075
1076 1999-08-08  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1077
1078         * irchat-compat.el (with-timeout): New macro for compatibility.
1079
1080         * irchat-xemacs.el: Check `horizontal-scrollbar-visible-p' for
1081         XEmacs 20.4.
1082
1083         * irchat.el (irchat-open-server): Do not truncate trailing `_'.
1084
1085         * Liece 1.3.5.
1086
1087         * irchat-handle.el (irchat-handle-mode-message): Handle channel
1088         invite list.
1089         (irchat-handle-join-message): Pass optional argument to
1090         `match-string'.
1091
1092         * irchat-channel.el (irchat-channel-get-invites): New macro.
1093         (irchat-channel-add-invite): New macro.
1094         (irchat-channel-remove-invite): New macro.
1095         (irchat-channel-set-invite): New macro.
1096
1097         * irchat-300.el: Handle channel invite list.
1098         (irchat-handle-346-message) <RPL_INVITELIST>: New handler.
1099         (irchat-handle-347-message) <RPL_ENDOFINVITE>: New handler
1100
1101 1999-08-07  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1102
1103         * irchat-200.el: Register 200 handler again.
1104         (irchat-handle-200-message): Do not indent explicitly.
1105         (irchat-handle-201-message): Likewise.
1106         (irchat-handle-213-message): Likewise.
1107         (irchat-handle-214-message): Likewise.
1108         (irchat-handle-262-message) <RPL_ENDOFTRACE>: New handler.
1109
1110         * irchat-300.el (irchat-handle-365-message): Turn hops count into
1111         string.
1112
1113         * irchat-xemacs.el (irchat-toolbar-map-button-list): Fix typo.
1114
1115 1999-08-06  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1116
1117         * irchat-intl.el (irchat-intl-load-catalogue): Add nil check.
1118         (irchat-intl-catalogue-path): Fix last change.
1119
1120 1999-08-06  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1121
1122         * irchat-window.el (irchat-window-load-style-file): Cache
1123         `irchat-window-style-directory'.
1124
1125         * irchat-xemacs.el (irchat-xemacs-icon-path): Cache
1126         `irchat-icon-directory'.
1127
1128         * irchat-intl.el (irchat-intl-catalogue-path): New macro.
1129         (irchat-intl-load-catalogue): Use it.
1130
1131         * irchat-make.el (install-update-manifest-file): Fix for data
1132         directories.
1133         (config-irchat-package-directory): Splitt into
1134         `config-irchat-package'.
1135
1136         * irchat-xemacs.el: Do not require `smiley'.
1137         (irchat-xemacs-icon-path): New macro.
1138         (irchat-toolbar-icon-plist-get): Use it.
1139         (irchat-xemacs-setup-toolbar): Use it.
1140         (irchat-xemacs-create-nick-glyph): Use it.
1141         (irchat-xemacs-modeline-glyph): Use it.
1142
1143         * irchat-vars.el (irchat-use-smiley): Abolish.
1144
1145         * irchat-hilit.el (irchat-maybe-smiley-region): Abolish. If you
1146         want to use this functionality, please setup `irchat-insert-hook'.
1147
1148 1999-08-05  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1149
1150         * liece.xpm: New splash logo.
1151
1152         * irchat-xemacs.el (irchat-xemacs-splash-at-point): Use
1153         `glyph-width', `glyph-height' and `window-pixel-height' to
1154         calculate position of the splash logo.
1155
1156 1999-08-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1157
1158         * irchat-compat.el (irchat-find-data-directory): Move from
1159         `irchat-misc'.
1160
1161         * irchat-intl.el: Use new style macros.
1162         (irchat-intl-parse-Content-Type): Check statically if
1163         `mime-content-type-parameter' is available.
1164         (irchat-intl-load-catalogue): Use `irchat-find-data-directory'.
1165
1166         * irchat.el (irchat-open-server): Add server parameter `relay'.
1167
1168         * irchat-window.el (irchat-window-set-default-style): Use
1169         `irchat-find-data-directory'.
1170
1171         * irchat-tcp.el: Fix comment string.
1172         (irchat-tcp-open-rlogin-stream): New function.
1173         (irchat-tcp-open-rlogin-stream-as-binary): New function.
1174         (irchat-tcp-default-connection-type): Add rlogin to custom spec.
1175         (irchat-tcp-rlogin-program): New variable.
1176         (irchat-tcp-relay-host): New variable.
1177         (irchat-tcp-rlogin-parameters): New variable.
1178         (irchat-tcp-rlogin-user-name): New variable.
1179
1180 1999-08-03  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1181
1182         * irchat-config.el (irchat-config-info-file-regexp): New variable.
1183
1184         * irhcat-hilit.el: Require font-lock during compilation.
1185
1186         * irchat-vars.el (irchat-tab-stop-list): New variable.
1187
1188         * irhcat-000.el, irchat-200.el, irchat-300.el, irchat-400.el,
1189         irchat-ctcp.el: Do not use `mapcar' when registering handlers.
1190
1191         * irchat-misc.el (irchat-find-etc-directory): New function.
1192
1193         * irchat.el: Add autoloads for
1194         `bitmap-stipple-xbm-file-to-stipple' and
1195         `bitmap-stipple-insert-pixmap'.
1196
1197         * irchat-xemacs.el (irchat-x-face-insert-with-xemacs): Use xface
1198         glyph if this feature has been provided and `console-type' returns
1199         'tty or 'pc, or otherwise make string glyph.
1200         [Rename from overriding function `irchat-x-face-insert']
1201         (irchat-xemacs-create-nick-glyph): Call `console-type' instead of
1202         referring `window-system'.
1203         (irchat-xemacs-modeline-glyph): Check current console type.
1204         (irchat-xemacs-splash-at-point): Ditto.
1205         (irchat-find-etc-directory): Advise it.
1206
1207         * irchat-compat.el (irchat-static-autoload): New macro.
1208         (colon-keyword-usable): New facility checking.
1209
1210         * irchat-x-face.el: Add autoloads for `x-face-encode',
1211         `x-face-read-existing-file-name', `bitmap-insert-xbm-buffer',
1212         `bitmap-decode-xbm', `bitmap-read-xbm-buffer' and `bitmap-compose'.
1213         (irchat-x-face-insert-function): New variable.
1214         (irchat-x-face-insert-with-bitmap): Rename from overriding
1215         function `irchat-x-face-insert'.
1216
1217         * irchat-url.el: Do not check with requiring browse-url. Assume
1218         that function `browse-url' have already been autoloaded.
1219
1220 1999-08-01  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1221
1222         * irchat.el (irchat-command-mode): Set local value of
1223         `next-line-add-newlines' 't.
1224         (irchat-wait-for-response): Use `with-timeout'.
1225         (irchat): Do not use `make-variable-buffer-local' when
1226         `irchat-freeze' and `irchat-own-freeze' are initialized.
1227         (irchat-dialogue-mode): Define `irchat-freeze' and
1228         `irchat-own-freeze' here.
1229
1230         * irchat-misc.el (next-line): Abolish.
1231
1232         * irchat-handle.el (irchat-handle-nick-message): Fix typo.
1233
1234 1999-07-30  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1235
1236         * irchat-inlines.el (string-list-modify-ignore-case): Fix typo.
1237
1238 1999-07-29  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1239
1240         * irchat-make.el: Generate file `MANIFEST.liece'.
1241         (install-update-manifest-file): New function.
1242
1243 1999-07-28  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1244
1245         * irchat-commands.el (irchat-command-end-of-buffer): Do not use
1246         `set-window-point'.
1247
1248         * irchat-300.el (irchat-handle-367-message): Use
1249         `irchat-channel-add-ban' instead of temp variable.
1250         (irchat-367-channel): Abolish.
1251         (irchat-367-regexps): Abolish.
1252         (irchat-handle-348-message): New handler for handling channel
1253         exception list.
1254         (irchat-handle-349-message): New handler for handling channel
1255         exception list.
1256
1257 1999-07-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1258
1259         * irchat-handle.el (irchat-handle-mode-message): Handle channel
1260         exception list.
1261
1262         * irchat-channel.el: (irchat-channel-get-exceptions): New macro.
1263         (irchat-channel-add-exception): New macro.
1264         (irchat-channel-remove-exception): New macro.
1265         (irchat-channel-set-exception): New macro.
1266
1267 1999-07-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1268
1269         * irchat-commands.el (irchat-command-end-of-buffer): Do not use
1270         `pop-to-buffer'.
1271         (irchat-command-describe-briefly): Do not use backquote.
1272
1273 1999-07-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1274
1275         * irchat-compat.el: Do not refer `widget-minor-mode-map'.
1276
1277         * irchat-hilit.el (irchat-highlight-maybe-turn-on-widget): Use
1278         `current-local-map' instead of `widget-minor-mode-map'.
1279
1280         * Liece 1.3.4.
1281
1282         * irchat-q-ccl.el (irchat-quote-ccl-encode-region): Fix typo.
1283
1284         * irchat-crypt.el: Add autoload for `crc32-string'.
1285         (irchat-crypt-hash-crc32-string): New function.
1286         (irchat-crypt-default-hash-function): New variable.
1287         (irchat-crypt-key-fingerprint): Rewrite with above functions.
1288
1289         * irchat-handle.el (irchat-handle-topic-message): Fix argument
1290         order of `irchat-channel-set-topic'.
1291
1292         * irchat-misc.el (irchat-maybe-update-channel-indicator): Abolish.
1293         Call `irchat-set-channel-indicator' directly.
1294
1295         * irchat-nick.el (irchat-nick-replace): Remove widgets.
1296
1297         * irchat-menu.el (irchat-nick-popup-menu): Move "Kick" menu to the
1298         bottom of menu entries.
1299
1300         * irchat-xemacs.el (irchat-xemacs-setup-menu): Ditto.
1301
1302 1999-07-23  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1303
1304         * irchat-globals.el (irchat-frame-title-format-last): Abolish.
1305
1306         * irchat.el (irchat-accept-response): Call `irchat' with no
1307         arguments. Here's the point that take care of growing tail.
1308         (irchat): Call `irchat-window-configuration-pop' and
1309         `irchat-window-configuration-push' consequently.
1310
1311         * irchat-commands.el (irchat-command-keepalive): Call `irchat'
1312         with no arguments.
1313
1314         * irchat-filter.el (irchat-sentinel): Call `irchat' with no
1315         arguments.
1316
1317         * irchat-window.el: Add window configuration stack utility.
1318         (irchat-window-configuration-push): New function.
1319         (irchat-window-configuration-pop): New function.
1320         (irchat-window-configuration-stack): New variable.
1321
1322         * irchat-compat.el: Require wid-edit and wid-browse during
1323         compilation.
1324         (widget-minor-mode-map): Bind `mouse-button-3'.
1325         (irchat-dont-set-event-point): New advice against
1326         `widget-button-click' for FSF Emacs.
1327         (irchat-save-current-buffer): New advice against
1328         `widget-button-click' for FSF Emacs.
1329         (remassq): New function.
1330
1331         * irchat-channel.el (irchat-channel-push-button): Abolish.
1332         (irchat-channel-list-insert): Abolish.
1333         (irchat-channel-button): New widget.
1334         (irchat-channel-add-button): New function.
1335         (irchat-channel-button-action): New function.
1336
1337         * irchat-url.el: Use widget.
1338         (irchat-url-link): New widget.
1339         (irchat-url-add-button): New function.
1340         (irchat-url-iterate-buffer): Abolish.
1341         (irchat-url-search-forward): Abolish.
1342         (irchat-url-add-to-completion): Abolish
1343         (irchat-url-link-action): Renamed from irchat-url-push-button.
1344
1345         * irchat-hilit.el: Renamed from irchat-hilight.el.
1346         (irchat-highlight-overlay-put-mouse-face): Abolish.
1347         (irchat-highlight-insert-with-mouse-face): Abolish.
1348         (irchat-highlight-insert-line-with-mouse-face): Abolish.
1349         (irchat-highlight-with-widget): Abolish.
1350         (irchat-url-face): Abolish.
1351         (irchat-mouse-face): Abolish.
1352         (irchat-highlight-maybe-turn-on-widget): New function.
1353         This function turns on `widget-minor-mode' in
1354         `irchat-nick-mode', `irchat-channel-list-mode' or
1355         `irchat-dialogue-mode'.
1356
1357 1999-07-21  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1358
1359         * Liece 1.3.3.
1360
1361         * irchat.el (irchat-override-command-keys): Bind "\C-c\C-a" to
1362         `irchat-command-previous-channel'.
1363
1364         * irchat-crypt.el: Add routines for encapsulate cipher algorithms.
1365         (irchat-crypt-import-cipher-algorithm): New function.
1366         (irchat-crypt-key-fingerprint): New function.
1367         (irchat-crypt-build-decryption-key): New function.
1368         (irchat-crypt-build-encryption-key): New function.
1369         (irchat-crypt-encrypt-string): New function.
1370         (irchat-crypt-decrypt-string): New function.
1371         (irchat-crypt-algorithm-major-version): New function.
1372         (irchat-crypt-algorithm-minor-version): New function.
1373         (irchat-crypt-secure-passphrase-read): Abolish.
1374         (irchat-crypt-ignore-suspicious): Abolish.
1375         (irchat-crypt-ignore-defected): Abolish.
1376         (irchat-get-idea-decryption-key): Abolish.
1377         (irchat-command-set-default-key): Check if this function was
1378         called interactively.
1379         (irchat-command-add-decryption-key): Renamed from
1380         `irchat-command-add-new-key'.
1381         (irchat-command-delete-decryption-key): Renamed from
1382         `irchat-command-delete-key'.
1383         (irchat-crypt-decryption-keys): Renamed from
1384         `irchat-crypt-known-keys'.
1385         (irchat-crypt-encryption-keys): Renamed from
1386         `irchat-crypt-default-keys'.
1387
1388         * irchat-coding.el (irchat-default-mime-charset-for-read): New
1389         variable. Default to 'x-ctext.
1390
1391         * irchat-compat.el: Do not require 'defface.
1392         (irchat-compat-enable-to-read-multibyte): Abolish.
1393
1394         * irchat-modules.el (irchat-modules-to-compile): Remove
1395         `irchat-ck-*' and `defface'. Use `japanese-zenkaku-*' with hook.
1396
1397         * irchat-vars.el (irchat-convert-hankaku-katakana): Abolished.
1398
1399         * irchat-inlines.el: All string functions are rewritten.
1400
1401 1999-07-05  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1402
1403         * irchat-ctcp.el: Register ACTION handler.
1404
1405 1999-07-04  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1406
1407         * irchat-version.el (irchat-emacs-user-agent-value): Modify for
1408         XEmacs UTF-2000-MULE.
1409
1410         * irchat-crypt.el: Do not use IDEA as the default cipher algorithm.
1411         (irchat-crypt-cipher-algorithm): New variable.
1412         (irchat-crypt-encrypt-message-format): Add version field of
1413         the cipher algorithm.
1414         (irchat-crypt-current-keys): Always restore the computed keys into
1415         this variable. [Renamed from irchat-default-idea-key-list]
1416
1417 1999-06-26  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1418
1419         * irchat-xemacs.el (irchat-use-toolbar): Add custom spec.
1420         (irchat-toolbar-toggle-crypt): Check irchat-use-toolbar.
1421         (irchat-setup-toolbar): Ditto.
1422
1423 1999-06-14  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1424
1425         * Liece 1.3.2.
1426
1427         * irchat.el (irchat-define-keys): Rewrite.
1428         (irchat-truncate-nickname): Rewrite; rename from irchat-read-nickname.
1429
1430         * irchat-handle.el, irchat-400.el, irchat-300.el, irchat-200.el,
1431         irchat-000.el:
1432         Declarations of hook variables are splitted into each file.
1433
1434         * irchat-300.el: Register 322 reply handler.
1435
1436 1999-06-11  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1437
1438         * irchat.el (irchat-dialogue-mode-map): Bind mouse-button-2 to
1439         irchat-url-push-button.
1440
1441         * irchat-url.el (irchat-url-push-button): Check all overlays
1442         around event point.
1443
1444         * irchat-filter.el (irchat-handle-message): Ignore errors which
1445         occurs during hook evaluation.
1446
1447         * irchat-ctcp.el (irchat-ctcp-message): Ignore errors which
1448         occurrs during hook evaluation.
1449         (irchat-ctcp-notice): Likewise.
1450         (irchat-ctcp-file-notice): Likewise.
1451
1452         * irchat-channel.el (irchat-channel-push-button): Use
1453         irchat-overlays-at instead of overlays-at.
1454
1455 1999-06-10  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1456
1457         * irchat-hilight.el (irchat-quoted-colors-mirc):
1458         Rename from irchat-quoted-colors.
1459         (irchat-quoted-colors-ircle): New color table.
1460         (irchat-highlight-maybe-hide-prefix): Fix regexp.
1461         (irchat-highlight-colorize-quote): Check vender specific extension.
1462
1463         * irchat-channel.el (irchat-channel-push-button):
1464         Check all overlays under the point.
1465
1466         * irchat-filter.el: Rename default backend name to "generic".
1467
1468         * irchat-handle.el: Use multiple values bindings.
1469         (irchat-handle-notice-message): Fix argument against
1470         irchat-ctcp-notice.
1471
1472         *irchat-misc.el (irchat-compose-time-string): Use
1473         format-time-string. Now only accepts encoded time.
1474
1475         * irchat-misc.el (irchat-pick-buffer): Check if chnl is string and
1476         apropriate buffer does not exist.
1477         (irchat-pick-buffer-1): Do not return buffer list.
1478
1479 1999-06-10  Daiki Ueno  <ueno@unixuser.org>
1480
1481         * irchat.el (irchat-debug-mode-map): Abolish.
1482         (irchat-debug-keys): Abolish.
1483         (irchat-command-keys): Fix return key code.
1484
1485         * irchat-window.el (irchat-window-to-buffer):
1486         Remove irchat-debug-buffer.
1487
1488         * irchat-vars.el (irchat-debug-mode-hook): Abolish.
1489         (irchat-debug-prefix): Abolish.
1490
1491         * irchat-nick.el (irchat-nick-equal): New alias to string-ci-equal.
1492         (irchat-nick-member): New function.
1493         (irchat-command-toggle-nick-buffer-mode): Do not toggle when
1494         irchat-nick-buffer has not been created.
1495
1496         * llhandler.el, irchat-modules.el (irchat-modules-to-compile):
1497         Remove llhandler.
1498
1499         * irchat-misc.el (irchat-split-line): New function.
1500         (irchat-split-rest): Abolish.
1501         (irchat-with-split-rest): Abolish.
1502         (irchat-maybe-update-channel-indicator): Do not use backquote.
1503         (irchat-freeze-toggle): Use irchat-nick-equal.
1504         (irchat-message-from-ignored): Rename from irchat-msg-from-ignored.
1505
1506         * irchat-message.el (irchat-message-parent-buffer):
1507         Use irchat-nick-equal.
1508
1509         * irchat-make.el (compile-irchat): Add comments.
1510
1511         * irchat-intl.el (irchat-intl-prepare-prefix):
1512         Do not treat irchat-debug-prefix.
1513
1514         * irchat-inlines.el (filter-elements): Move from irchat-compat.
1515
1516         * irchat-globals.el (irchat-debug-buffer): Remove.
1517
1518         * irchat-crypt.el (irchat-idea-encrypt-message-format): Rename from
1519         irchat-idea-encrypt-msg-format.
1520         (irchat-crypt-maybe-decrypt-message): Use irchat-nick-equal.
1521
1522         * irchat-compat.el: Require cl at load time.
1523         (buffer-or-string-p): Remove.
1524         (irchat-get-buffer-window): Enclose with eval-and-compile.
1525         (irchat-get-buffer-window-list): Ditto.
1526         (irchat-mode-line-buffer-identification): New alias to 'identity.
1527         (mapvector): Remove.
1528
1529         * irchat-commands.el (irchat-command-debug): Abolished.
1530         (irchat-command-join-channel): Use irchat-channel-equal.
1531         (irchat-command-join): Use force-mode-line-update.
1532         (irchat-command-private-conversation): Ditto.
1533         (irchat-command-list): Check if 1st argument is empty string.
1534         (irchat-command-who): Ditto.
1535         (irchat-command-names): Ditto.
1536         (irchat-command-mode+o): Use irchat-nick-member.
1537
1538         * irchat-channel.el (irchat-command-toggle-channel-buffer-mode):
1539         Do not toggle when
1540         irchat-channel-buffer has not been created.
1541
1542         * irchat-handle.el, irchat-filter.el, irchat-dcc.el,
1543         irchat-ctcp.el, irchat-500.el, irchat-400.el, irchat-300.el,
1544         irchat-200.el, irchat-000.el: Use llunf instead of llhandler.
1545
1546         * llunf.el: New file.
1547
1548         * idea.el, b64.el (>>): Move from irchat-compat.
1549         (<<): Ditto.
1550
1551 1999-06-06  Daiki Ueno  <ueno@unixuser.org>
1552
1553         * irchat-misc.el (irchat-freeze-toggle): Use force-mode-line-update.
1554         (irchat-own-freeze-toggle): Ditto.
1555
1556         * irchat-dcc.el: Require irchat-minibuf.el.
1557         (irchat-command-dcc-send): Use
1558         irchat-minibuffer-completing-default-read.
1559         (irchat-command-dcc-chat-listen): Ditto.
1560
1561 1999-06-04  Daiki Ueno  <ueno@unixuser.org>
1562
1563         * irchat.el (irchat-override-command-keys): Add "\C-v" and "l".
1564         (irchat-dialogue-keys): Remove "\C-v" and "\C-f".
1565
1566         * irchat.el (irchat-override-command-keys):
1567         Add "\C-n", "\C-p" and "\C-a".
1568         (irchat-dialogue-keys): Remove "\C-n" and "\C-p".
1569
1570         * irchat-nick.el (irchat-nick-set-user-at-host): New macro.
1571         (irchat-nick-mark-as-apart): New macro.
1572         (irchat-nick-unmark-as-apart): New macro.
1573
1574         * irchat-version.el (irchat-emacs-user-agent-value):
1575          Ignore parenthesis in
1576         `emacs-version' for XEmacs 21.2.15.
1577
1578 1999-06-03  Daiki Ueno  <ueno@unixuser.org>
1579
1580         * irchat-handle.el, irchat-dcc.el, irchat-500.el, irchat-300.el,
1581         irchat-200.el: Do not check "strange" reply.
1582
1583         * irchat-message.el (irchat-message-parent-buffer):
1584         Check if irchat-current-channel exists.
1585
1586         * irchat-coding.el: Do not require irchat-vars.
1587
1588         * irchat-menu.el (irchat-nick-popup-menu):
1589         Enclose save-selected-window.
1590
1591         * irchat-misc.el (irchat-get-buffer-create): Do not use unless.
1592
1593         * irchat-nick.el (irchat-nick-change): Set chnl property internally.
1594
1595         * irchat-dcc.el (irchat-command-dcc-chat-listen):
1596         Use irchat-get-buffer-create instead
1597         of get-buffer-create.
1598         (irchat-command-dcc-chat-connect): Ditto.
1599         (irchat-dcc-compare-hostnames): Ditto.
1600
1601         * irchat-ctcp.el (irchat-file-start):
1602         Use irchat-get-buffer-create instead of
1603         get-buffer-create.
1604         (irchat-file-cont): Ditto.
1605         (irchat-file-end): Ditto.
1606         (irchat-ctcp-client-notice): Ditto.
1607
1608         * irchat.el (irchat-open-server-internal):
1609         Use irchat-get-buffer-create instead of
1610         get-buffer-create.
1611         (irchat-dialogue-setup-buffer): Ditto.
1612         (irchat-others-setup-buffer): Ditto.
1613         (irchat-channel-list-setup-buffer): Ditto.
1614         (irchat-private-setup-buffer): Ditto.
1615         (irchat-KILLS-setup-buffer): Ditto.
1616
1617 1999-06-02  Daiki Ueno  <ueno@unixuser.org>
1618
1619         * irchat-xemacs.el (irchat-xemacs-nick-popup-menu):
1620         Remove save-excursion.
1621
1622         * irchat-channel.el (irchat-channel-push-button):
1623         Remove save-excursion, just use save-selected-window instead.
1624         (irchat-channel-real): Remove save-match-data.
1625
1626         * irchat.el (irchat-clear-system):
1627         Check irchat-obarray has been initialized.
1628
1629         * Makefile.am (SOURCES): Add irchat-message.el and irchat-coding.el.
1630         (EXTRA_DIST): Add liece.xbm.
1631
1632 1999-06-02  Daiki Ueno  <ueno@unixuser.org>
1633
1634         * Liece 1.3.1.
1635
1636         * irchat-url.el (url-irc-liece): New function.
1637         [should be called from url-irc.el]
1638
1639         * Makefile.am (EXTRA_DIST): Add bitmap-stipple.
1640
1641 1999-06-02  Daiki Ueno  <ueno@unixuser.org>
1642
1643         * irchat-coding.el (irchat-detect-coding-region): New function.
1644         (irchat-detect-coding-region-function): Use above.
1645
1646         * irchat-coding.el (irchat-detect-coding-string): New function.
1647         (irchat-detect-coding-string-function): Use above.
1648
1649         * irchat-channel.el (irchat-channel-push-button):
1650         Switch to channel list buffer.
1651
1652 1999-06-02  Daiki Ueno  <ueno@unixuser.org>
1653
1654         * irchat-nick.el (irchat-nick-update-region): Undo last change.
1655
1656         * irchat-menu.el (irchat-nick-popup-menu): Switch to nick buffer.
1657
1658         * irchat-filter.el: fix comments.
1659         (irchat-filter): Split multiple lines without string matching.
1660         (irchat-handle-message): Renamed from irchat-handle-message-2.
1661         (irchat-parse-user-at-host): New function.
1662
1663         * irchat-coding.el (irchat-detect-coding-region-function): Renamed from
1664         irchat-custom-detect-coding-region-function.
1665         (irchat-detect-coding-string-function): Renamed from
1666         irchat-custom-detect-coding-string-function.
1667
1668 1999-06-01  Daiki Ueno  <ueno@unixuser.org>
1669
1670         * irchat.el (irchat-command-mode): Do not use mapvector.
1671
1672         * irchat-handle.el (irchat-handle-notice-msg): Fix arguments against
1673         with-irchat-decryption.
1674         (irchat-handle-privmsg-msg): Likewise.
1675
1676         * irchat-commands.el (irchat-command-send-message): Fix arguments of
1677         with-irchat-encryption.
1678         (irchat-command-message): Likewise.
1679
1680         * irchat-crypt.el (irchat-crypt-maybe-decrypt-message):
1681         Exchange car with cdr in arglist.
1682         (with-irchat-encryption): Accept flat arglist.
1683         (with-irchat-decryption): Likewise.
1684
1685         * irchat.el (irchat-nick-mode-map): Define as prefix commands.
1686
1687         * irchat.el (irchat-channel-mode): Eliminate channel indicator.
1688         (irchat-others-mode): Likewise.
1689         (irchat-dialogue-mode): Likewise.
1690
1691         * irchat-misc.el (irchat-set-channel-indicator):
1692         Eliminate channel indicator.
1693
1694         * irchat-ctcp.el (irchat-ctcp-action-msg):
1695         Use irchat-display-message.
1696
1697 1999-06-01  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1698
1699         * irchat-400.el: Remove redundancies on regexps.
1700         (irchat-handle-432-msg) <ERR_ERRONEUSNICKNAME>: Rewrite.
1701         (irchat-handle-433-msg) <ERR_NICKNAMEINUSE>: Resend NICK command only
1702         if irchat-auto-iterate-nick is non-nil.
1703
1704         * irchat.el (irchat-command-keys): Add irchat-command-mode+o,
1705         irchat-command-mode-o, irchat-command-mode+v, irchat-command-mode-v.
1706         XXX: Should be prefixed commands?
1707
1708 1999-05-31  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1709
1710         * irchat-message.el (irchat-message-predicate):
1711         Normalize irchat-message-blackets-predicate.
1712
1713         * irchat-inlines.el (irchat-eval-form): New function.
1714
1715         * irchat-message.el (irchat-message-predicate):
1716         Rename specifier typep to type.
1717
1718         * irchat-misc.el (irchat-own-channel-message):
1719         Bind irchat-message-direction 'outgoing.
1720         (irchat-own-private-message): Ditto.
1721
1722         * irchat-message.el (irchat-message-tags): New variable.
1723         (irchat-message-tags-function): New function.
1724         (irchat-message-private-buffer): Abolished.
1725         Use irchat-message-buffer-function.
1726
1727 1999-05-31  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1728
1729         * irchat-nick.el (irchat-nick-update-region):
1730         Move opening save-excursion.
1731
1732         * irchat-channel.el (irchat-channel-push-button):
1733         Move point to event ocurred position before calling
1734         irchat-nick-update-region.
1735
1736         * irchat-nick.el (irchat-nick-update-region):
1737         Remove argument event from arglist.
1738
1739         * irchat-menu.el (irchat-nick-popup-menu):
1740         Move point to event ocurred position before calling
1741         irchat-nick-update-region.
1742
1743         * irchat-xemacs.el (irchat-xemacs-setup-menu):
1744         Remove argument event from arglist.
1745         (irchat-xemacs-nick-popup-menu): Move point to event ocurred
1746         position before calling irchat-nick-update-region.
1747
1748         * irchat.el: Use modern key sequence expression.
1749         (irchat-command-map): New keymap which override
1750         irchat-dialogue-keys with prefix command ("\C-c").
1751         (irchat-friends-map): New keymap. [prefix command for friends]
1752         (irchat-dialogue-keys): Import some useful command keys.
1753
1754         * irchat-channel.el (irchat-channel-parse-representation):
1755         To remove let, construct representation object directly.
1756
1757         * irchat-channel.el (irchat-channel-list-insert): Remove format.
1758
1759         * irchat-vars.el: Do not require mcharset.
1760
1761         * irchat.el (irchat-nick-mode-map): Do not check xemacs.
1762
1763         * irchat-xemacs.el (irchat-nick-popup-menu): New alias to
1764         irchat-xemacs-nick-popup-menu which override original one.
1765
1766         * irchat-compat.el: Use emu's mouse-button emulation.
1767         (irchat-button2): Abolished.
1768         (irchat-button3): Abolished.
1769
1770         * irchat-vars.el (irchat-variables-files): Do not load
1771         `~/.irchat3_vars.el' at startup time.
1772
1773         * irchat-vars.el (irchat-debug-prefix): Clear.
1774
1775         * irchat.el: Do not check `set-face-stipple' is bound.
1776         (irchat-x-splash): Add interactive spec.
1777
1778 1999-05-30  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1779
1780         * irchat.el (irchat-x-splash): Do centering.
1781
1782         * bitmap-stipple.el (bitmap-stipple-insert-pixmap):
1783         Add optional argument center.
1784
1785         * liece.xbm: New file.
1786
1787         * irchat.el: Check if liece.xbm exists.
1788
1789         * irchat.el (irchat-stipple-pixmap): New variable.
1790         (irchat-x-splash): New function.
1791
1792         * bitmap-stipple.el: New file.
1793
1794         * irchat-modules.el (irchat-modules-to-compile): Add bitmap-stipple.
1795
1796         * irchat-commands.el (irchat-command-send-action): Fix typo.
1797
1798         * irchat-hilight.el (irchat-highlight-font-lock-keywords):
1799         Fix regexp.
1800
1801         * irchat-inlines.el (irchat-or): New function.
1802         (irchat-and): New function.
1803
1804         * irchat-filter.el (irchat-handle-msg-msg): Abolished.
1805
1806         * irchat-crypt.el (irchat-message-encrypted-p): Move into
1807         irchat-message.
1808         (irchat-message-suspicious-p): Ditto.
1809         (irchat-message-garbled-p): Ditto.
1810         (irchat-message-fingerprint): Ditto.
1811         (irchat-message-timestamp): Ditto.
1812
1813         * irchat-vars.el: All format strings are removed.
1814         (irchat-format-string): Abolished.
1815
1816         * irchat-modules.el (irchat-modules-to-compile): Add
1817         irchat-message.
1818
1819         * irchat-dcc.el (irchat-dcc-chat-filter): Use
1820         irchat-display-message.
1821
1822         * irchat-commands.el (irchat-command-send-action):
1823         Bind irchat-message-type.
1824
1825         * irchat-handle.el (irchat-handle-privmsg-msg):
1826         Use irchat-display-message.
1827         (irchat-handle-privmsglike-msg): Abolished.
1828
1829         * irchat-misc.el (irchat-own-channel-message):
1830         Use irchat-display-message.
1831         (irchat-own-private-message): Likewise.
1832
1833         * irchat-message.el: New file.
1834
1835 1999-05-29  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1836
1837         * irchat.el, irchat-vars.el (irchat-before-kill-emacs-hook): New hook.
1838
1839 1999-05-29  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1840
1841         * irchat-vars.el (irchat-signoff-message):
1842         Renamed from irchat-signoff-msg.
1843
1844         * irchat.el (irchat-obarray-size): Moved from irchat-globals.el.
1845
1846         * irchat-globals.el: Remove obsolete variables.
1847
1848         * irchat-ctcp.el (irchat-client-error-message):
1849         Moved from irchat-globals.el.
1850
1851         * irchat-commands.el (irchat-save-variables-are-dirty): Renamed
1852         from irchat-save-vars-is-dirty.
1853         (irchat-command-send-action): Add prefix.
1854
1855         * irchat-400.el (irchat-nickname-last): Renamed from
1856         irchat-old-nickname.
1857
1858         * irchat-000.el (irchat-servername): Abolished.
1859
1860 1999-05-28  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1861
1862         * irchat-crypt.el: Do not require 'idea.
1863
1864         * irchat-commands.el (irchat-command-message): Treat channel target.
1865
1866         * irchat-300.el (irchat-handle-317-msg) <RPL_WHOISIDLE>:
1867         Add argument rest to match-string.
1868
1869 1999-05-28  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1870
1871         * Liece 1.2.8.25.
1872
1873         * irchat.el (irchat-command-keys): Do not bind lisp-complete-symbol.
1874
1875         * irchat-commands.el (irchat-command-load-vars): Enclose body with
1876         unwind-protect.
1877         (irchat-command-complete): Use irchat-minibuffer-finalize-completion.
1878         (get-word-left): Abolished.
1879         (irchat-switch-to-channel-1): New function.
1880         (irchat-switch-to-channel): Use irchat-switch-to-channel-1.
1881         (irchat-switch-to-channel-no): Likewise.
1882         (irchat-command-message): Check crypt-type.
1883
1884         * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
1885         Complete ban patterns.
1886         (irchat-minibuffer-parse-modes): Rename property 'uah to 'ban.
1887
1888         * irchat-handle.el (irchat-handle-mode-msg):
1889         Use irchat-channel-set-ban.
1890
1891         * irchat-channel.el (irchat-channel-add-ban): New macro.
1892         (irchat-channel-remove-ban): New macro.
1893         (irchat-channel-set-ban): New macro.
1894         (irchat-channel-get-bans): New function.
1895
1896         * irchat-300.el:
1897         (irchat-handle-317-msg) <RPL_WHOISIDLE>: Remove condtionals for
1898         obsolete servers. [2.5 or 2.6].
1899         (irchat-handle-367-msg) <RPL_BANLIST>: Treat it as generic long
1900         reply handler.
1901         (irchat-367-channel): New variable.
1902         (irchat-367-regexps): New variable.
1903         (irchat-handle-368-msg) <RPL_ENDOF_BANLIST>: Save ban patterns as
1904         'ban property.
1905
1906 1999-05-26  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1907
1908         * irchat.el (irchat-clear-system):
1909         Use dotimes when initializing irchat-obarray.
1910
1911 1999-05-26  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1912
1913         * irchat.el (irchat-command-keys):
1914         Bind irchat-command-display-friends.
1915
1916         * irchat-commands.el (irchat-command-display-friends): New command.
1917
1918         * irchat-vars.el (irchat-display-friends-function): New variable.
1919
1920         * irchat-300.el (irchat-303-display-friends): New function.
1921         (irchat-303-display-all-friends): New function.
1922
1923         * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
1924         Complete nickname using operators and voices.
1925         (irchat-minibuffer-parse-modes): Likewise.
1926         (irchat-minibuffer-finalize-completion): Notice no match found.
1927
1928         * Makefile.am: New file.
1929
1930 1999-05-25  UENO Daiki  <daiki@kiss.kake.info.waseda.ac.jp>
1931
1932         * irchat.el (irchat-others-mode): Set parent mode explicitly.
1933         (irchat-channel-mode): Ditto.
1934
1935 1999-05-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1936
1937         * irchat-minibuf.el (irchat-minibuffer-parse-modes): Parse ban
1938         pattern.
1939
1940         * irchat-200.el (irchat-handle-206-msg) <RPL_TRACESERVER>:
1941         Use multiline display format.
1942         (irchat-handle-214-msg) <RPL_STATSNLINE>: Likewise.
1943         (irchat-handle-213-msg) <RPL_STATSCLINE>: Likewise.
1944
1945         * irchat-ctcp.el (irchat-client-insert): Quote format string.
1946
1947 1999-05-23  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1948
1949         * Liece 1.2.8.24.
1950
1951         * irchat-ctcp.el (irchat-minibuffer-complete-client-query): Use
1952         `irchat-minibuffer-finalize-completion'.
1953
1954         * irchat-minibuf.el (irchat-minibuffer-finalize-completion): New
1955         function.
1956         (irchat-minibuffer-complete-channel-modes): Use above.
1957
1958         * irchat.el (irchat-check-buffers): Fix loop condition.
1959
1960 1999-05-23  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1961
1962         * irchat-dcc.el (irchat-dcc-message): New function.
1963
1964         * irchat-nick.el (irchat-nick-join-1): Check dups.
1965
1966         * irchat-ctcp.el (irchat-client-insert): New function.
1967
1968         * irchat-commands.el (irchat-command-prepare-message-prefix):
1969         Abolished.
1970         (irchat-command-prepare-own-message-prefix): Ditto.
1971
1972         * irchat-misc.el (irchat-own-private-message): Generate prefix
1973         string automatically.
1974         (irchat-own-channel-message): Likewise.
1975
1976 1999-05-22  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1977
1978         * irchat-compat.el (run-hook-with-args-until-success): Abolished.
1979
1980         * irchat.el (irchat-command-mode): Change mode-line-format.
1981         (irchat-open-server): Save password.
1982         (irchat-insert-internal): Rewrite.
1983
1984         * irchat-200.el (irchat-handle-215-msg) <RPL_STATSILINE>:
1985         Fix regexp.
1986         (irchat-handle-242-msg) <RPL_STATSUPTIME>: Cut off preceding `:'.
1987         (irchat-handle-205-msg) <RPL_TRACEUSER>: Fix typo.
1988         (irchat-handle-218-msg) <RPL_STATSYLINE>: Fix display format.
1989
1990 1999-05-13  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
1991
1992         * irchat-inlines.el (format-quote): Abolished.
1993
1994         * irchat-ctcp.el (irchat-ctcp-action-msg): Pass arguments to
1995         PRIVMSG handler.
1996
1997         * irchat-hilight.el (irchat-highlight-turn-on-font-lock): Make
1998         `after-change-hook' local.
1999
2000 1999-05-12  sphere      <sphere@pop12.odn.ne.jp>
2001
2002         * irchat-url.el (irchat-command-browse-url): Fix typo.
2003
2004 1999-05-11  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2005
2006         * irchat-crypt.el (irchat-command-set-default-key): Fix typo.
2007
2008         * irchat-window.el (irchat-command-set-window-style): Fix typo.
2009
2010         * irchat-url.el (irchat-command-browse-url): Fix typo.
2011
2012         * irchat-channel.el (irchat-channel-set-voice): Quote regexp.
2013
2014 1999-05-09  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2015
2016         * irchat-ctcp.el (irchat-command-client-time): Fix typo.
2017
2018         * irchat.el (irchat-channel-mode): Explicitly define as
2019         it derives from `irchat-dialogue-mode'.
2020         (irchat-others-mode): Ditto.
2021
2022         * irchat-compat.el (irchat-kill-all-overlays): New function.
2023
2024         * irchat-nick.el (irchat-nick-update): Do not switch to buffer.
2025         (irchat-nick-join): Do not check whether nickname has been inserted.
2026         (irchat-nick-update): Kill all overlays.
2027
2028         * irchat-mail.el: Follow the value of `mail-user-agent'.
2029         (irchat-mail-pop-to-buffer): Abolished.
2030         (irchat-mail-compose-with-mail): Abolished.
2031         (irchat-mail-compose-with-gnus): Abolished.
2032
2033         * irchat-inlines.el (nth1, nth1cdr):Abolished.
2034         (matching-substring): Abolished.
2035         (irchat-greater-flags): Abolished.
2036
2037 1999-05-08  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2038
2039         * irchat-300.el (irchat-353-scan-channels): New macro.
2040
2041         * irchat-minibuf.el (irchat-minibuffer-completing-default-read):
2042         Renamed from `irchat-completing-default-read'.
2043         (irchat-minibuffer-completing-sequential-read): Renamed from
2044         `irchat-completing-sequential-read'.
2045
2046         * irchat-channel.el (irchat-channel-set-operator-1): Renamed from
2047         `irchat-set-channel-operator' within irchat-misc.el.
2048         Restrict its use to internal only.
2049         (irchat-channel-set-voice-1): Likewise.
2050
2051         * irchat-commands.el (irchat-command-wait): Abolished.
2052
2053         * irchat-nick.el (irchat-nick-update): Assume that the 2nd
2054         argument CHNL is one of channels we've already joined.
2055
2056         * irchat-misc.el (irchat-change-nick-of): Change nicks, opers and
2057         voices properties properly.
2058         (irchat-change-nick-of-1): New function. Modify nick alist by
2059         side effect.
2060         (irchat-change-nick-of-2): New function which resembles above,
2061         but it acts on singular list.
2062         (irchat-greet-user): Abolished.
2063         (irchat-user-on-my-channel): Abolished.
2064         (irchat-user-on-this-channel): Abolished.
2065
2066         * irchat-handle.el (irchat-handle-channel-msg): Do not use
2067         `irchat-change-nick-of' directly.
2068         (irchat-handle-nick-msg): Likewise.
2069         (irchat-handle-quit-msg): Likewise.
2070
2071 1999-05-07  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2072
2073         * irchat-commands.el (irchat-command-nickname): Do not set
2074         `irchat-real-nickname'.
2075
2076 1999-05-06  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2077
2078         * Liece 1.2.8.23.
2079
2080         * irchat-hilight.el (irchat-quoted-colors): New variable.
2081         (irchat-highlight-colorize-quote): New function.
2082         (irchat-highlight-turn-on-font-lock): Add buffer locality to
2083         some members of `after-change-hook'.
2084
2085         * Makefile (install): Do not depend on `dcc'.
2086
2087 1999-05-05  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2088
2089         * irchat-handle.el (irchat-handle-part-msg): Call
2090         `irchat-channel-part' and `irchat-nick-part' exclusively.
2091         (irchat-handle-kick-msg): Likewise.
2092
2093         * irchat-channel.el (irchat-channel-equal): New alias.
2094         (irchat-channel-member): Renamed from `irchat-channel-memberp'.
2095         (irchat-channel-join-internal): New function.
2096         (irchat-channel-part-internal): New function.
2097
2098         * irchat-ctcp.el (irchat-ctcp-client-msg): Fix reply string.
2099
2100         * irchat-minibuf.el (irchat-minibuffer-parse-modes): Completion
2101         fixed for ban pattern.
2102
2103         * irchat-nick.el (irchat-nick-normalize): New macro.
2104         (irchat-nick-strip): New macro.
2105         (irchat-nick-parse-nick-after): New function.
2106
2107         * irchat-handle.el (irchat-handle-silence-msg): New handler.
2108
2109 1999-05-04  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2110
2111         * irchat-handle.el (irchat-handle-part-msg): Fix quotation of part
2112         message.
2113
2114         * irchat-400.el: Fix unconsistent user data returned from pirc.
2115         (irchat-handle-442-msg): `ERR_NOTONCHANNEL'.
2116         (irchat-handle-443-msg): `ERR_USERONCHANNEL'.
2117
2118         * irchat-misc.el (irchat-update-thischannel): Abolished.
2119
2120         * irchat-commands.el (irchat-channel-virtual): Save matched data.
2121         (irchat-channel-real): Likewise.
2122
2123         * irchat-300.el (irchat-handle-364-msg): `RPL_LINKS'. Fix regexp.
2124         (irchat-handle-333-msg): New hander for `RPL_TOPICWHOTIME'.
2125         (irchat-handle-namereply-msg): Abolished.
2126         (irchat-handle-whoreply-msg): Abolished.
2127
2128         * irchat-000.el (irchat-handle-005-msg): `RPL_MAP'.
2129         Support for ircu server mapping facility.
2130         (irchat-handle-006-msg): New handler for `RPL_MAPMORE'.
2131         (irchat-handle-007-msg): New handler for `RPL_MAPEND'.
2132
2133 1999-05-03  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2134
2135         * irchat-handle.el (irchat-handle-part-msg): Handle left message.
2136
2137         * irchat-custom.el (irchat-connection-timeout): New variable.
2138
2139         * irchat.el (irchat-accept-response): Add optional arg timeout.
2140         (irchat-accept-process-output): New function.
2141         (irchat-clear-system): Reset `irchat-timers-list-initialized-p'.
2142         (irchat-initialize-timers): Fix secs parameter.
2143
2144         * irchat-xemacs.el (irchat-xemacs-run-at-time): New function.
2145
2146         * irchat-compat.el (irchat-run-at-time): New alias.
2147         (irchat-cancel-timer): New alias.
2148
2149         * irchat-commands.el (irchat-command-start-ison-timer): Abolished.
2150         (irchat-command-cancel-ison-timer): Abolished.
2151
2152         * irchat-timer.el: Removed.
2153 \f
2154 1999-04-29  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2155
2156         * irchat.el (irchat-initialize-timers): New function.
2157
2158         * irchat-q-ccl.el (irchat-quote-ccl-decode-region): New function.
2159         (irchat-quote-ccl-encode-region): New function.
2160
2161         * irchat-q-el.el (irchat-quote-el-decode-region): New function.
2162         (irchat-quote-el-encode-region): New function.
2163
2164         * irchat-ctcp.el (irchat-complete-client): New macro.
2165         (irchat-complete-query): New macro.
2166         (irchat-command-client-time): New command.
2167         (irchat-ctcp-client-msg): Rename each *-msg-hook to *-hook.
2168         (irchat-minibuffer-complete-client-query): New function.
2169
2170         * irchat-commands.el (irchat-command-activate-friends): Fix
2171         completion.
2172
2173         * irchat-compat.el (filter-elements): Add `lisp-indent-function'
2174         property with value 2.
2175
2176 1999-04-28  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2177
2178         * irchat-dcc.el (irchat-dcc-object): Implement as cl-struct.
2179
2180         * irchat-compat.el (irchat-static-require): New macro.
2181         (irchat-static-require-if): New macro.
2182         (irchat-static-defun-if): New macro.
2183
2184         * Liece 1.2.8.22.
2185
2186 1999-04-27  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2187
2188         * README-styles.ja, TODO.ja, sample.dot.liece.ja: Removed.
2189
2190 1999-04-26  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2191
2192         * irchat-inlines.el: Require irchat-setup.
2193
2194         * irchat-x-face.el: Use `static.el'.
2195
2196         * irchat-handle.el (irchat-handle-join-msg): Set user-at-host
2197         information after calling `irchat-nick-join'.
2198
2199         * irchat-globals.el (irchat-default-channel-candidate): New
2200         variable.
2201
2202 1999-04-22  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2203
2204         * irchat-handle.el (irchat-handle-324-msg): Fix regexp.
2205
2206 1999-04-16  Daiki Ueno  <ueno@bleu.ueda.info.waseda.ac.jp>
2207
2208         * irchat-xemacs.el: Add hooks to hide modelines.
2209
2210 1999-04-12  Daiki Ueno  <ueno@bleu.ueda.info.waseda.ac.jp>
2211
2212         * irchat.el (irchat-refresh-windows): New function.
2213
2214         * irchat-300.el: Remove all occurrences of `matching-substring'.
2215         (irchat-handle-352-msg): Do not pick-up channel buffer.
2216
2217         * irchat-config.el, irchat-modules.el: New files.
2218
2219 1999-04-07  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2220
2221         * irchat.el (irchat-switch-to-channel-no-*): Use `dotimes' on the
2222         definitions of themselves.
2223
2224         * irchat-vars.el (irchat-ignore-spec-convert): Fix tag.
2225
2226 1999-04-06  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2227
2228         * dcc.c (send_file): Use `get_address_externally'.
2229         (chat_listen): Likewise.
2230
2231 1999-04-05  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2232
2233         * getaddrinfo.c: Include `stdlib.h'.
2234
2235 1999-04-04  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2236
2237         * Liece 1.2.8.21.
2238
2239         * irchat-handle.el (irchat-handle-mode-msg): Fix channel mode parser.
2240
2241         * irchat-commands.el (irchat-command-ban-kick): New command.
2242         (irchat-command-ban): New command.
2243
2244         * irchat-ctcp.el (irchat-ctcp-version-msg): Eliminate the client
2245         version string.
2246         (irchat-client-version-notice): Fix regexp.
2247         (irchat-client-version-insert): New function.
2248
2249         * irchat-misc.el (irchat-repair-crlf): Fixed.
2250
2251 1999-04-01  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2252
2253         * tcp.c (NI_MAXHOST): Add check if it has been already defined.
2254
2255         * irchat.el (irchat-command-keys): Bind `C-c C-j'.
2256 \f
2257 1999-03-31  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2258
2259         * irchat-handle.el (irchat-handle-mode-msg): Fix regexp.
2260
2261         * irchat-commands.el (irchat-command-finger): Add prefix arg.
2262
2263 1999-03-30  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2264
2265         * irchat-filter.el (irchat-handle-message): Fix regexp.
2266
2267         * irchat-handle.el (irchat-handle-join-msg): Fix regexp.
2268         (irchat-handle-nick-msg): Fix regexp.
2269
2270 1999-03-24  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2271
2272         * irchat-commands.el (irchat-command-finger): Specify nick twice.
2273
2274         * liece-faq.texinfo: Fix URI of APEL's ftp sites.
2275
2276 1999-03-17  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2277
2278         * Liece 1.2.8.20.
2279
2280         * irchat-crypt.el (with-irchat-encryption): New macro.
2281         (with-irchat-decryption): New macro.
2282
2283         * irchat-compat.el (valid-plist-p): Fixed.
2284
2285         * irchat-tcp.el (irchat-tcp-default-connection-type): Renamed from
2286         `irchat-tcp-connection-type'.
2287         (irchat-open-network-stream-as-binary): Add optional arg `type'.
2288         (irchat-open-network-stream): Likewise.
2289
2290         * irchat-vars.el (irchat-server-alist): Add `:prescript' and
2291         `:type' keywords.
2292
2293 1999-03-16  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2294
2295         * irchat-compat.el: Require `pcustom'.
2296         (point-at-bol): Abolished. Use `line-beginning-position'.
2297         (point-at-eol): Abolished. Use `line-end-position'.
2298
2299         * tcp.c: New file.
2300
2301         * irchat-tcp.el: New file; TCP/IP emulation using external program.
2302
2303         * irchat-compat.el (read-passwd): New function to keep compatibility.
2304         (passwd-echo): New variable to keep compatibility.
2305
2306         * irchat-commands.el (irchat-command-who): Confirm really send WHO
2307         command with no arguments.
2308         (irchat-command-list): Likewise.
2309         (irchat-command-names): Likewise.
2310
2311         * irchat-misc.el (irchat-set-crypt-indicator): Activate crypt mode
2312         also in private mode.
2313         (irchat-read-passwd): Abolished. Use `read-passwd'.
2314
2315         * irchat-crypt.el (irchat-crypt-maybe-encrypt-message): Renamed
2316         from `irchat-crypt-with-encrypt-message'.
2317         (irchat-crypt-maybe-decrypt-message): Likewise.
2318
2319 1999-03-15  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2320
2321         * irchat-handle.el (irchat-handle-join-msg): Fix regexp.
2322
2323         * irchat-hilight.el (irchat-highlight-maybe-hide-quote): Fixed.
2324
2325 1999-03-14  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2326
2327         * Liece 1.2.8.19.
2328
2329         * irchat-commands.el (irchat-command-poll-names): Check if
2330         `irchat-server-opened' returns t.
2331         (irchat-command-poll-friends): Likewise.
2332
2333         * irchat-hilight.el (irchat-highlight-turn-on-font-lock): Remove
2334         all hooks before calling `turn-on-font-lock'.
2335
2336         * irchat-compat.el (run-hook-with-args-until-success): Do not use
2337         `run-hook-with-args'.
2338
2339         * irchat-filter.el (irchat-handle-message-2): Use
2340         `run-hook-with-args-until-success' instead of
2341         `run-hook-with-args'.
2342
2343         * irchat-handle.el (irchat-handle-with-running-cleartext-hook):
2344         Use `run-hook-with-args-until-success' instead of
2345         `run-hook-with-args'.
2346         (irchat-handle-run-cleartext-hook): Likewise.
2347         (irchat-handle-run-hook-with-args): Likewise.
2348
2349         * irchat-timer.el (irchat-start-timer): Use `run-at-time' with 1st
2350         argument 0 instead of nil.
2351
2352         * irchat-ctcp.el (irchat-query-client-nick-maybe-change): Return
2353         with nil explicitly.
2354
2355         * irchat-vars.el (irchat-service-spec): New widget.
2356         (irchat-service-spec-convert): New function; widget-converter.
2357         (irchat-server-spec): New widget.
2358         (irchat-server-spec-convert): New function; widget-converter.
2359         (irchat-ignore-spec): New widget.
2360         (irchat-ignore-spec-convert): New function; widget-converter.
2361
2362         * irchat-url.el (irchat-command-browse-url): Use the URL added
2363         most recently, if `current-prefix' equals `-'.
2364         (irchat-url-browser-netscape): Do not bind the process buffer.
2365
2366         * irchat-menu.el (irchat-menu-add-button): Add 3rd argument.
2367
2368 1999-03-13  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2369
2370         * irchat-xemacs.el: Use extents instead of overlays.
2371         (irchat-xemacs-put-text-property): New function.
2372         (irchat-xemacs-get-text-property): New function.
2373         (irchat-xemacs-kill-all-overlays): New function.
2374         (irchat-xemacs-overlays-at): New function.
2375
2376         * irchat-compat.el (irchat-make-overlay): New emulation function.
2377         (irchat-delete-overlay): Ditto.
2378         (irchat-overlay-put): Ditto.
2379         (irchat-move-overlay): Ditto.
2380         (irchat-overlay-end): Ditto.
2381         (irchat-overlay-get): Ditto.
2382         (irchat-overlays-at): Ditto.
2383         (irchat-kill-all-overlays): Ditto.
2384
2385 1999-03-12  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2386
2387         * irchat-xemacs.el (irchat-toolbar-toggle-crypt): New function.
2388         (irchat-toolbar-icon-convert): New function; widget-converter.
2389         (irchat-toolbar-icon): New widget.
2390         (irchat-toolbar-icon-plist-get): New function.
2391         (irchat-toolbar-map-button-list): New function.
2392         (irchat-xemacs-setup-toolbar): Renamed from
2393         `irchat-xemacs-setup-toolbar-list'.
2394         (irchat-toolbar-setup-crypt-glyph): New function.
2395         (irchat-toolbar-toggle-crypt): New function.
2396         (irchat-use-toolbar): New customizable variable.
2397
2398         * irchat-compat.el (irchat-put-text-property): Implemented as
2399         function.
2400
2401         * irchat.el (irchat-after-load-startup-hook): New hook variable.
2402
2403         * irchat-hilight.el (irchat-highlight-maybe-turn-on-font-lock):
2404         New function.
2405
2406         * Liece 1.2.8.18.
2407
2408         * irchat-channel.el (irchat-channel-create-buffer): Use
2409         `irchat-format-time-function'.
2410
2411         * irchat-hilight.el: Use font-lock.el.
2412
2413 1999-03-11  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2414
2415         * irchat-debug.el (irchat-debug-enter-handler): Moved from
2416         llhandler.el.
2417         (irchat-debug-leave-handler): Ditto.
2418
2419         * llhandler.el (llhandler-debug-enter): Abolished.
2420         (llhandler-debug-leave): Abolished.
2421
2422         * irchat-version.el (irchat-emacs-user-agent-value): New variable
2423         imported from `mime-edit-user-agent-value' of SEMI.
2424         (irchat-user-agent-value): New variable.
2425         (irchat-make-user-agent-string): Abolished.
2426         (irchat-make-emacs-user-agent-string): Abolished.
2427         (irchat-command-version): New command.
2428
2429         * irchat-hilight.el (irchat-maybe-highlight-region): New function.
2430         (irchat-maybe-smiley-region): New function.
2431         (irchat-maybe-highlight-url-region): New function.
2432         (irchat-highlight-put-url-properties-region): New function.
2433
2434         * irchat-ctcp.el: Add hooks in order to let
2435         `irchat-query-client-nick' follow the changes.
2436         (irchat-query-client-nick-maybe-change): New function.
2437         (irchat-query-client-nick-maybe-reset): New function.
2438
2439         * irchat-url.el (irchat-url-gather-hook): New hook variable.
2440         (irchat-command-browse-url): Use `_'.
2441         (irchat-url-gather-urls-region): New function.
2442         (irchat-url-search-forward): New function.
2443
2444         * irchat-compat.el (easy-menu-add-item): New alias.
2445
2446         * irchat-xemacs.el (easy-menu-add-item): New advice.
2447
2448 1999-03-10 Tsunehiko Baba <tbaba@mtl.t.u-tokyo.ac.jp>
2449
2450         * dcc.c (main): Add cast against return value of basename(3).
2451
2452 1999-03-10  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2453
2454         * irchat-menu.el (irchat-menu-url-menu): New variable.
2455
2456         * Liece 1.2.8.17.
2457
2458         * irchat-misc.el (irchat-compose-time-string): Renamed from
2459         `irchat-compose-servertimestring'.
2460
2461         * irchat-compat.el (plist-get): New function for compatibility.
2462
2463         * irchat-ctcp.el (irchat-client-time-notice): New handler.
2464         (irchat-ctcp-time-msg): Ditto.
2465
2466         * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
2467         Also display candidates when `irchat-minibuffer-parse-modes'
2468         returns 'flag.
2469
2470         * irchat-400.el (irchat-handle-433-msg): `ERR_NICKNAMEINUSE'.
2471         Do grow-tail iteration on `irchat-real-nickname' only if
2472         `irchat-auto-iterate-nick' is specified.
2473
2474         * irchat-vars.el (irchat-server-alist): Enable to specify keywords
2475         (:host, :service, :password, etc.).
2476         (irchat-auto-iterate-nick): New customizable variable.
2477
2478         * irchat-menu.el (irchat-menu-add-url): New function.
2479         (irchat-command-mode-url-menu): New menu entry.
2480
2481         * irchat.el (irchat): Do not ping to server.
2482         (irchat-open-server): Use new format of `irchat-server-alist'.
2483
2484 1999-03-02  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2485
2486         * irchat-handle.el (irchat-handle-privmsglike-msg): Define as subst.
2487
2488         * irchat-make.el (install-just-print-p): New function
2489         imported from APEL 9.13's `APEL-MK'.
2490         (config-irchat-package): Likewise.
2491         (compile-irchat-package): Likewise.
2492         (install-irchat-package): Likewise.
2493         (install-update-package-files): Likewise.
2494         (make-irchat-sample-files): New function imported from packaged
2495         version of Liece.
2496         (make-irchat-info-files): Ditto.
2497
2498         * irchat-300.el (irchat-handle-366-msg): Do not update nicks when
2499         `irchat-353-nameslist' holds no element.
2500
2501 1999-03-01  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2502
2503         * irchat-handle.el (irchat-handle-quit-msg,
2504         irchat-handle-mode-msg, irchat-handle-join-msg,
2505         irchat-handle-part-msg): Quote regexp.
2506
2507 1999-02-28  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2508
2509         * irchat.el (irchat-clear-system): Fix backquotes.
2510
2511 1999-02-25  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2512
2513         * irchat-300.el (irchat-handle-303-msg): Fix. Add check for empty
2514         reply.
2515
2516 1999-02-24  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2517
2518         * irchat-handle.el (irchat-handle-notice-msg): Fix. Call handler
2519         with `funcall'.
2520
2521         * irchat.el (irchat-channel-mode-map): Make keymap as sparse.
2522         (irchat-others-mode-map): Likewise.
2523
2524         * irchat-commands.el (irchat-command-deactivate-friends):
2525         Fix argument.
2526
2527         * Liece 1.2.8.16.
2528
2529         * irchat-globals.el (irchat-who-expression): New variable.
2530
2531         * irchat-misc.el (irchat-toggle-command-buffer-mode): Change
2532         `irchat-private-indicator'.
2533
2534         * irchat-300.el (irchat-handle-315-msg): `RPL_ENDOFWHO'.
2535         Display `no matches found' message
2536         (irchat-handle-{322,323,353,366}-msg): Count iterations.
2537
2538         * irchat.el (irchat-command-mode): Do not save
2539         `frame-title-format' twice. Use `irchat-current-channel' in place
2540         of `irchat-channel-indicator'.
2541
2542         * llhandler.el (llhandler-debug-enter): New function.
2543         (llhandler-debug-leave): New function.
2544         (llhandler-define-handler): New macro.
2545         (llhandler-eval-args): Abolished.
2546
2547         * irchat-crypt.el (irchat-encrypt-message): Encode messages.
2548         (irchat-decrypt-message): Likewise. Decode messages.
2549         (irchat-crypt-with-encrypted-message): Do not encode message which
2550         has type `cleartext'.
2551
2552 1999-02-23  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2553
2554         * irchat-misc.el (irchat-send-pong): New macro.
2555         (irchat-increment-long-reply-count): New macro.
2556         (irchat-reset-long-reply-count): New macro.
2557         (irchat-check-long-reply-count): New macro.
2558
2559         * irchat-globals.el (irchat-long-reply-count) New variable.
2560         (irchat-long-reply-max): New variable.
2561
2562         * irchat-commands.el (irchat-command-save-vars): Fix. Set marker
2563         at output position.
2564
2565 1999-02-21  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2566
2567         * irchat-300.el (irchat-handle-303-msg): Add differential IsON.
2568
2569         * irchat-commands.el (irchat-command-start-ison-timer,
2570         irchat-command-cancel-ison-timer, irchat-command-activate-friends,
2571         irchat-command-deactivate-friends): Do completion case
2572         insensitively.
2573
2574         * irchat-vars.el (irchat-saved-forms): Add symbol `irchat-friends'
2575         to be saved its value.
2576
2577 1999-02-20  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2578
2579         * Liece 1.2.8.15.
2580
2581         * irchat-filter.el (irchat-sentinel): Do not throw signal, just
2582         clear whole system.
2583         (irchat-sentinel-error): Ditto.
2584
2585         * irchat-vars.el (irchat-friends): New user customizable variable.
2586         (irchat-poll-friends-interval): New user customizable variable.
2587         (irchat-poll-names-interval): New user customizable variable.
2588
2589         * irchat-commands.el (irchat-command-poll-names): Renamed from
2590         `irchat-command-pollnames'; implemented as function.
2591         (irchat-command-keepalive): Implemented as function.
2592         (irchat-command-poll-friends): New function.
2593         (irchat-command-activate-friends): New command.
2594         (irchat-command-deactivate-friends): New command.
2595
2596         * irchat-300.el (irchat-handle-331-msg): Call
2597         `irchat-set-channel-indicator'.
2598         (irchat-handle-332-msg): Ditto.
2599
2600         * irchat-globals.el (irchat-channel-status-indicator): New
2601         variable; default value of `frame-title-format'.
2602         (irchat-friends-last): New variable.
2603         (irchat-frame-title-format-last): New variable.
2604
2605         * irchat-misc.el (irchat-set-frame-title-format): Do not calculate
2606         `frame-title-format' directly.
2607         (irchat-maybe-update-channel-indicator): New macro.
2608
2609 1999-02-20  P.F.FrontJr. <pff@softai.co.jp>:
2610
2611         * irchat-misc.el (irchat-set-channel-indicator): Display channel
2612         status on mode line.
2613
2614         * irchat-vars.el (irchat-display-status-on-channel-indicator):
2615         New user customizable variable.
2616
2617 1999-02-15  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2618
2619         * irchat.el (irchat-read-variables-files): Set alternative
2620         startup file as primary one.
2621
2622         * irchat-timer.el (irchat-start-timer): Do not require `timer' or
2623         `itimer'; autoload timer functions.
2624         (irchat-cancel-timer): Ditto.
2625
2626 1999-02-14  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2627
2628         * irchat-ck-ccl (irchat-ck-ccl): Remove.
2629         (irchat-ck-ccl-cj-to-ck-string): Use `ccl-execute-on-string'.
2630         (irchat-ck-ccl-ck-to-cj-string): Ditto.
2631
2632         * irchat-xemacs.el (irchat-xemacs-setup-toolbar): New function.
2633
2634         * irchat-menu.el (irchat-command-add-menus): New function; add
2635         menubar menus explicitly.
2636
2637         * irchat-coding.el (irchat-coding-custom-detect-coding-region):
2638         New variable; set user customizable function to detect coding system.
2639         (irchat-coding-custom-detect-coding-string): Likewise.
2640         (irchat-detect-coding-string-tcljp): Transported from
2641         `tclKanjiUtil.c'; trivial encoding detection routine.
2642         (irchat-default-coding-system): Moved from `irchat-vars.el'.
2643         (irchat-default-mime-charset): Ditto.
2644         (irchat-detect-coding-system): Ditto.
2645
2646         * crc32.el (crc32-region): Remove `mark-active'.
2647
2648         * irchat-timer.el (irchat-cancel-timer): Fix for XEmacs's
2649         `itimer'.
2650
2651         * Liece 1.2.8.14.
2652
2653         * irchat-dcc.el (irchat-dcc-requests): Rename from
2654         `irchat-dcc-request-list'; implemented as actually a queue.
2655
2656         * queue-m.el: New file; imported from elib.
2657
2658         * irchat-filter.el (irchat-filter): Remove checking whether
2659         process output line contains LF; remove duplicated LF checking
2660         likewise; enclose with `save-match-data'.
2661         (irchat-handle-message): Add checking user-at-host cookie with
2662         restricted line.
2663
2664         * irchat-window.el (irchat-window-functionp): Remove; use
2665         `irchat-functionp'.
2666
2667         * irchat-channel.el (irchat-channel-get-nicks): Fix; apply car
2668         against each elements.
2669
2670 1999-02-13  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2671
2672         * irchat-commands.el (irchat-command-mode+o,
2673         irchat-command-mode+v): Build completion list using
2674         `filter-elements'.
2675
2676         * irchat-vars.el (irchat-exit-hook): Rename from
2677         `irchat-Exit-hook'.
2678
2679         * irchat-inlines.el (irchat-functionp): New macro.
2680
2681         * irchat-compat.el (mapvector): New macro.
2682
2683         * irchat-misc.el (irchat-greet-author): Remove.
2684         (irchat-split-rest): Fix arguments.
2685         (irchat-completing-default-read): 3rd and later arguments become
2686         optional.
2687         (irchat-completing-sequential-read): Evaluate completion table
2688         consequently; Add optional argument `multiple-candidate', if this
2689         arg is non-nil always create new table with its initial state.
2690
2691         * llhandler.el (llhandler-define-entry-point): Add debugging
2692         triger in frount of function definition.
2693         (llhandler-define-with-return): Ditto.
2694         (llhandler-define): Ditto.
2695         (llhandler-enter-format-string): New constant; for debugging use.
2696         (llhandler-leave-format-string): Ditto.
2697         (llhandler-eval-args): New macro.
2698
2699         * irchat.el (irchat-open-server-internal): Use
2700         `open-network-stream-as-binary'.
2701         (irchat-startup-hook): Rename from `irchat-Startup-hook'.
2702
2703 1999-02-07  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2704
2705         * Liece 1.2.8.13.
2706
2707         * idea.el (idea-ecb-decrypt-string): Enclose Base64 decoded string
2708         with `string-as-unibyte'.
2709         (idea-cbc-decrypt-string): Ditto.
2710
2711         * idea.el: Sync up with Irchat-980625-2.
2712
2713         * crc32.el: Ditto.
2714
2715         * irchat-300.el (irchat-handle-303-msg): Fix matched string.
2716
2717         * irchat-handle.el (irchat-handle-privmsg-msg): Check whether
2718         private message has come from entirely outer.
2719
2720         * irchat-filter.el (irchat-handle-message): Remove all occurence
2721         of CR out of inputs :(
2722
2723 1999-02-06  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2724
2725         * irchat.el (irchat-read-variables-files): Save alternatively
2726         specified startup file name into `irchat-variables-files'.
2727
2728 1999-02-04  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2729
2730         * irchat-dcc.el (irchat-command-dcc-accept): Remove destructive
2731         checking.
2732
2733         * irchat-make.el: Do not use `add-to-list' for Emacs19.
2734
2735         * irchat-nick.el (irchat-nick-replace): Fixed regexp.
2736
2737 1999-02-03  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2738
2739         * irchat-coding.el (irchat-coding-detect-coding-region)
2740         (irchat-coding-detect-coding-string): New function.
2741         (irchat-coding-decode-mime-charset-region): Use above directly.
2742         (irchat-coding-decode-mime-charset-string): Ditto.
2743
2744 1999-02-02  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2745
2746         * irchat-commands.el (irchat-command-who): Fixed setting
2747         `irchat-channel-alist.
2748
2749         * Liece 1.2.8.12.
2750
2751         * irchat-nick.el (irchat-nick-get-user-at-host): New macro.
2752
2753         * irchat-compat.el (temp-minibuffer-message): New function.
2754
2755         * irchat-minibuf.el: New file; custom minibuffer completion.
2756
2757         * irchat.el (irchat-open-server-internal): Add check for dotless
2758         IP or IPv6 address representation.
2759
2760         * irchat-channel.el (irchat-channel-set-voice): Replace with
2761         regexp.
2762
2763 1999-02-01  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2764
2765         * irchat-300.el (irchat-handle-319-msg): Fixed channel conversion.
2766
2767         * irchat-commands.el (irchat-command-modec): Fixed completion.
2768         (irchat-command-mode-o,irchat-command-mode+v,irchat-command-mode-v):
2769         Fix format string.
2770
2771         * dcc.c (chat_listen): Print connection result.
2772
2773         * irchat-dcc.el (irchat-command-dcc-chat-listen): Add dummy
2774         argument `chat' for compatibility.
2775
2776         * irchat-channel.el (irchat-channel-remove-mode): Use `delq'.
2777         (irchat-nick-remove-mode): Ditto.
2778
2779         * Liece 1.2.8.11.
2780
2781         * irchat-menu.el (irchat-menu-popup-menu): Check whether XEmacs or
2782         not compile time.
2783 \f
2784 1999-01-31  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2785
2786         * irchat-compat.el (set-keymap-parents): New macro.
2787
2788         * irchat-commands.el (irchat-command-join-channel): Add flag
2789         whether `irchat-command-buffer-mode' is toggled.
2790         (irchat-command-join-partner): Ditto.
2791
2792         * irchat-300.el (irchat-count-words-from-string): Count postfix
2793         white spaces.
2794
2795         * irchat-q-el.el: Splited from `irchat-ctcp.el'; binary data
2796         quotation in emacs-lisp.
2797         * irchat-q-ccl.el: Same functionality as above but implemented in
2798         Emacs CCL.
2799
2800         * b64.el (b64-encode-string, b64-decode-string): Add autoload
2801         cookie.
2802
2803         * irchat.el (irchat-channel-list-keys): New variable.
2804         (irchat-define-keys): Add lisp-mode indentation.
2805         (irchat-channel-mode-map, irchat-others-mode-map): Set
2806         `irchat-dialogue-mode-map' as its keymap parent.
2807
2808 1999-01-28  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2809
2810         * Liece 1.2.8.10.
2811
2812         * dcc.c: Rewritten but this is obsoleted.
2813
2814         * irchat-commands.el (irchat-command-end-of-buffer): Renamed from
2815         `irchat-command-eod-buffer'; this works also in `irchat-{channel,
2816         others}-buffer-mode'.
2817
2818         * dcc.ml (getaddr_ext): New function.
2819
2820         * irchat-dcc.el (irchat-dcc-send-filter): Fix regexp.
2821         (irchat-dcc-add-to-process-alist): Add process key as symbol.
2822         (irchat-dcc-get-process-object): Likewise.
2823         (irchat-command-dcc-receive): Fixed arguments of
2824         `irchat-dcc-add-to-process-alist'.
2825         (irchat-command-dcc-send): Likewise.
2826         (irchat-command-dcc-accept): Fix typo.
2827
2828 1999-01-27  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2829
2830         * irchat.el (irchat-others-mode-map): Add key binding of
2831         `irchat-command-tag-region'
2832
2833         * irchat-commands.el (irchat-command-join-channel): Use
2834         `irchat-channel-memberp'.
2835         (irchat-command-modec): Make completion from supported mode list.
2836         (irchat-channel-real): Try match with
2837         `irchat-channel-conversion-map' case insensitively.
2838         (irchat-channel-virtual): Ditto.
2839
2840 1999-01-26  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2841
2842         * irchat-globals.el (irchat-supported-channel-mode-alist):
2843         (irchat-supported-user-mode-alist): New variable
2844
2845         * irchat-nick.el (irchat-nick-get-modes): New macro.
2846         (irchat-nick-add-mode): New macro.
2847         (irchat-nick-remove-mode): New macro.
2848         (irchat-nick-set-mode): New macro.
2849
2850         * irchat-000.el (irchat-handle-004-msg): Save server supported
2851         modes.
2852
2853         * Liece 1.2.8.9.
2854
2855         * irchat-make.el: Add local copy of APEL to `load-path'.
2856         (autoload-irchat): New function to generate autoload file.
2857
2858         * irchat.el (irchat-command-keys): Add key definition of
2859         `irchat-command-set-window-style' (C-c s).
2860         (irchat): Parse `irchat-variables-files' specified in command
2861         line.
2862         (irchat-read-variables-files): Add optional argument `file'.
2863
2864         * irchat-window.el (irchat-window-set-default-style): Fallback
2865         style used when encountered an error at style-file loading time.
2866
2867         * irchat-handle.el (irchat-handle-mode-msg): Gather channel modes
2868         correctly.
2869
2870         * irchat-channel.el (irchat-channel-get-modes): New macro.
2871         (irchat-channel-set-mode): New macro.
2872         (irchat-channel-add-mode): New macro.
2873         (irchat-channel-remove-mode): New macro.
2874
2875         * irchat-menu.el (irchat-menu-prepare-menus): Fix typo in
2876         `irchat-command-previous-channel'.
2877         (irchat-menu-IRC-menu): Add menu items.
2878
2879 1999-01-23  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2880
2881         * irchat-misc.el (irchat-change-nick-of): Fixed.
2882
2883 1999-01-22  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2884
2885         * llhandler.el: New file.
2886
2887         * Liece 1.2.8.8.
2888
2889         * irchat-handle.el (irchat-handler-defun-*): Abolished.
2890         (irchat-handler-defsubst-*): Abolished.
2891         (irchat-handler-obarray): New variable.
2892         (irchat-handle-error-msg): New handler.
2893         Handler API has been rewritten with `irchat-handler-obarray',
2894         which enables faster handler lookup from hash.
2895
2896 1999-01-21  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2897
2898         * irchat-ctcp.el: Rewritten with new handler API.
2899         (irchat-ctcp-file-save-directory): New user variable.
2900         (irchat-client-message): New macro.
2901         (irchat-client-file-message): New macro.
2902
2903         * irchat-vars.el (irchat-gather-channel-modes): New user variable.
2904         (irchat-*-buffer): Moved into `irchat-globals.el'.
2905
2906         * irchat-misc.el: Require `invisible'.
2907         (irchat-remove-properties-region): Use
2908         `next-single-property-change' instead of `next-property-change'.
2909         (next-visible-point): Add advice to pass optional argument
2910         `limit'.
2911         (irchat-change-nick-of): Fixed.
2912
2913 1999-01-20  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2914
2915         * irchat-compat.el (filter-elements): Renamed from `filtercar'.
2916         Rewritten as macro with referring to `dabbrev-filter-elements'.
2917
2918         * defface.el (defface-set-face-inverse): New function.
2919         (defface-face-inverse): Ditto.
2920         (defface-set-face-bold): Abolished. Use `face-set-bold-p'.
2921         (defface-face-bold): Abolished. Use `face-bold-p'.
2922         (defface-set-face-italic): Abolished. Use `face-set-italic-p'.
2923         (defface-face-italic): Abolished. Use `face-italic-p'.
2924
2925 1999-01-19  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2926
2927         * irchat-commands.el (irchat-command-tag-region): Renamed from
2928         `irchat-dialogue-tag-line'. Add removing 'face and 'invisible
2929         properties from text moved into kill ring.
2930
2931         * sample.dot.liece{,.ja}: Fixed documentation about window
2932         configuration.
2933
2934         * irchat-misc.el (irchat-pick-buffer): Assume that channel names
2935         are associated to channel buffers case insensitively.
2936         (irchat-remove-properties-region): New macro.
2937
2938 1999-01-18  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2939
2940         * irchat-compat.el (keymap-accept-event-array): Abolished.
2941
2942         * Liece 1.2.8.7.
2943
2944         * irchat-misc.el (matching-substring): Became an alias for
2945         `match-string'.
2946
2947         * irchat.el (irchat-open-server): Fixed.
2948         (irchat-open-server-internal): Fixed.
2949         Do not require `smiley'.
2950
2951 1999-01-17  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2952
2953         * irchat-300.el (irchat-handle-364-msg): Fixed.
2954
2955         * irchat-200.el (irchat-handle-213-msg): Fixed.
2956
2957         * irchat-intl.el (irchat-intl-load-catalogue): Do not bind `lang'
2958         to `current-language-environment'.
2959
2960         * irchat-window.el (irchat-configure-windows): Switch to
2961         `irchat-command-buffer' before calling function
2962         `irchat-window-configure-frame'.
2963
2964         * irchat-timer.el: Enclose statement which has newly styled macros
2965         with `eval'.
2966
2967         * irchat-compat.el (run-hook-with-args-until-success): New macro
2968         for compatibility.
2969
2970         * irchat-misc.el (irchat-convert-received-input): New macro.
2971         No longer require `irchat-filter'.
2972
2973 1999-01-16  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2974
2975         * irchat-caesar.el: Abolished.
2976
2977         * irchat-compat.el (function-documentation): New macro.
2978
2979         * irchat-commands.el (irchat-command-point-back-to-command-buffer):
2980         New command. Bind key to `c'.
2981         (irchat-command-caesar-line): Abolished. Use `mule-caesar-region'.
2982
2983         * irchat-misc.el (irchat-is-message-ignored): Moved from
2984         `irchat.el'.
2985         (irchat-maybe-poll): Ditto.
2986         (irchat-set-crypt-indicator): Ditto.
2987         (irchat-get-buffer-create): Ditto.
2988         (irchat-hex-char-to-integer): Imported from `misty1.el'.
2989         (irchat-hex-string-to-integer): Ditto.
2990
2991 1999-01-15  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
2992
2993         * irchat.el (irchat-read-variables-files): New function.
2994         (irchat-command-read-variables-files): New alias to
2995         `irchat-read-variables-files'.
2996         (irchat-initialize-buffers): New wrapper function.
2997         (irchat-replace-internal): New macro.
2998         (irchat-insert-internal): New macro.
2999
3000         * irchat-compat.el (ccl-enable-to-read-multibyte): New broken
3001         facility.
3002         (buffer-or-string-p): New macro.
3003
3004         * irchat-misc.el (irchat-send-as-binary): New macro.
3005         (irchat-send): Add `string-as-unibyte' while checking length of
3006         string.
3007         (irchat-replace-in-string): Abolished.
3008
3009         * irchat-ck-ccl.el: CCL version of `ck' to `cj' converter.
3010
3011         * irchat-ck-el.el: Renamed from `irchat-hankana.el'.
3012
3013         * irchat-make.el: irchat-make.el: Add checking whether CCL accepts
3014         `read-multibyte-character'.
3015
3016 1999-01-14  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3017
3018         * irchat-misc.el (irchat-nickname): New macro.
3019
3020         * irchat-window.el (irchat-configure-windows): Enclose
3021         calling function `irchat-window-configure-frame' with
3022         `save-excursion'.
3023
3024         * irchat-crypt.el (irchat-crypt-with-decrypt-message):
3025         Renamed from `irchat-crypt-with-encrypted-message'.
3026         (irchat-crypt-with-encrypt-message): New macro.
3027
3028         * irchat-commands.el (irchat-command-join-partner): Fixed.
3029         (irchat-command-timestamp): Fixed.
3030         (irchat-command-send-message): Fixed.
3031         (irchat-command-message): Fixed.
3032         (irchat-command-prepare-message-prefix): New macro.
3033         (irchat-command-prepare-own-message-prefix): New macro.
3034
3035         * Liece 1.2.8.6.
3036
3037         * irchat-channel.el (irchat-channel-join): Fixed.
3038
3039         * irchat-url.el (irchat-url-prepare-browser-function): New macro.
3040         (irchat-url-command-browse-url): Add checking
3041         `irchat-url-browser-name' prior to `irchat-url-browser-function'.
3042
3043 1999-01-13  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3044
3045         * README-styles.ja: New file.
3046
3047         * irchat-channel.el (irchat-channel-change): Enclose with
3048         `save-excursion'.
3049
3050 1999-01-11  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3051
3052         * irchat.el (irchat): Fixed bug in XEmacs toolbar specification.
3053
3054 1999-01-10  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3055
3056         * irchat-nick.el (irchat-nick-get-joined-channels): New macro.
3057
3058         * irchat-channel.el (irchat-channel-get-nicks): New macro.
3059         (irchat-channel-get-opers): Ditto.
3060         (irchat-channel-get-voices): Ditto.
3061         (irchat-channel-get-topic): Ditto.
3062
3063         * styles/{top,bottom}: Fixed command buffer lines.
3064
3065         * Liece 1.2.8.5.
3066
3067         * irchat.el (irchat-insert): Remove checking "(featurep 'custom)".
3068
3069         * defface.el: New file.
3070
3071 1999-01-09  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3072
3073         * irchat-handle.el (irchat-handler-define-entry-point): New alias.
3074         (irchat-handler-defun-with-return): New macro.
3075         (irchat-handler-defsubst-with-return): New macro.
3076
3077         * irchat-{000,200,300,400,500}.el: Rewritten with new handler API.
3078
3079         * irchat-handle.el (irchat-handler-entry-point-defun): New macro.
3080         (irchat-handler-entry-point-defsubst): New macro.
3081
3082         * irchat-handle.el (irchat-handle-with-running-cleartext-hook):
3083         Renamed from `irchat-handle-with-cleartext-hook'.
3084         (irchat-handle-run-cleartext-hook):
3085         Renamed from `irchat-handle-cleartext-hook'.
3086
3087 1999-01-08  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3088
3089         * styles/top: New file.
3090
3091         * irchat-misc.el (irchat-message): New macro.
3092
3093         * Liece 1.2.8.4.
3094
3095         * styles/{bottom,middle}: New file.
3096
3097         * irchat-window.el (irchat-configure-windows): Moved from
3098         `irchat'.
3099
3100         * irchat-window.el: New file for style-based window configuration.
3101
3102         * irchat-nick.el (irchat-nick-replace): Fixed moving point to
3103         highlight mouse face.
3104
3105 1999-01-05  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3106
3107         * irchat-nick.el (irchat-nick-update-region): Set point to mouse
3108         clicked position.
3109
3110         * Liece 1.2.8.3.
3111
3112         * irchat.el (irchat-nick-mode-map): Add popup menu.
3113
3114         * irchat-menu.el (irchat-nick-popup-menu): New function.
3115         (irchat-menu-popup-menu): New macro.
3116
3117         * irchat-intl.el (irchat-intl-get-msgstr-if): New macro.
3118
3119         * irchat-nick.el (irchat-nick-update-region): New function.
3120         (irchat-nick-region-nicks): Moved from `irchat-xemacs'.
3121         (irchat-nick-region-opers): Ditto.
3122         (irchat-nick-region-voices): Ditto.
3123
3124         * irchat-menu.el (irchat-menu-callback-*): Moved from
3125         `irchat-xemacs'.
3126         (irchat-menu-define-menus): Moved to defadviced block.
3127
3128         * irchat-xemacs.el (irchat-xemacs-setup-menu): Shared
3129         `irchat-nick-update-region'.
3130
3131         * irchat-channel.el (irchat-channel-set-operator): Fixed regexp.
3132
3133         * irchat-nick.el (irchat-nick-replace): Fixed regexp.
3134
3135 1999-01-04  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3136
3137         * irchat-nick.el (irchat-nick-replace): Fixed execution order.
3138
3139         * irchat-nick.el (irchat-nick-replace): Fixed regexp.
3140         And enclose `save-restriction'.
3141
3142         * irchat-menu.el: Add easymenu support.
3143
3144         * Liece 1.2.8.2.
3145
3146         * irchat-crypt.el (irchat-crypt-with-encrypted-message):
3147         New macro.
3148
3149         * irchat-handle.el (irchat-handler-defsubst): New macro.
3150         (irchat-handler-defun): Ditto.
3151         (irchat-handler-return): Ditto.
3152         All handler routines are defined with new form.
3153         (irchat-handle-with-cleartext-hook): New macro.
3154         (irchat-handle-cleartext-hook): Ditto.
3155         (irchat-handle-run-hook-with-args): Ditto.
3156         Handler code eliminated by global jump.
3157         (irchat-handle-set-channel-prefix): New macro.
3158         (irchat-handle-set-dialogue-prefix): Ditto.
3159         (irchat-handle-set-private-prefix): Ditto.
3160
3161         * irchat-misc.el (irchat-insert-change): New macro.
3162         (irchat-insert-notice): Ditto.
3163         (irchat-insert-broadcast): Ditto.
3164         (irchat-insert-wallops): Ditto.
3165         (irchat-insert-error): Ditto.
3166         (irchat-insert-info): Ditto.
3167         (irchat-insert-timestamp): Ditto.
3168         (irchat-insert-dcc): Ditto.
3169         (irchat-insert-client): Ditto.
3170
3171 1999-01-03  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3172
3173         * irchat-commands.el (irchat-switch-to-channel-no): Fixed.
3174
3175         * irchat-hilight.el (irchat-highlight-region): Check
3176         `irchat-display-prefix-tag'.
3177
3178         * irchat-vars.el (irchat-display-prefix-tag): New variable.
3179
3180         * irchat-hilight.el (irchat-highlight-hide-prefix-region):
3181         New function.
3182
3183         * irchat-version.el (irchat-version-user-agent-style): Abolished.
3184         (liece-client-product): New variable.
3185         (liece-client-name): New macro.
3186         (liece-client-version-major): Ditto.
3187         (liece-client-version-minor): Ditto.
3188         (liece-client-version-beta): Ditto.
3189         (liece-client-version-alpha): Ditto.
3190         (liece-client-codename): Ditto.
3191
3192         * irchat-version.el (irchat-make-emacs-user-agent-string): New
3193         function.
3194
3195         * irchat.el (irchat-insert): Renamed from `irchat-w-insert'.
3196         (irchat-replace): Renamed from `irchat-w-replace'.
3197
3198         * irchat-intl.el (irchat-intl-domain-to-mime-charset-alist): New
3199         variable.
3200
3201         * irchat-intl.el (irchat-intl-parse-Content-Type): Do not use
3202         `mime-parse-Content-Type' when `mime-parse' is not loaded.
3203
3204         * irchat.el: Remove extra calls of `suppress-keymap'.
3205
3206         * irchat-compat.el: Remove all CL emulation.
3207
3208         * Liece 1.2.8.1.
3209
3210         * irchat-intl.el (irchat-intl-use-localized-messages): New
3211         variable.
3212
3213 1999-01-02  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3214
3215         * irchat-intl.el (irchat-intl-parse-Content-Type): Parse
3216         "Content-Type:" header to recognize coding used in PO files.
3217
3218 1999-01-01  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3219
3220         * irchat-intl.el (irchat-intl-domains-to-coding-system-alist):
3221         Abolished.
3222
3223         * irchat-commands.el (irchat-command-find-timestamp): Regexp fixed.
3224 \f
3225 1998-12-30  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3226
3227         * Add experimental i18n feature.
3228
3229         * po/ja.po: New file.
3230
3231         * irchat-intl.el: New file.
3232
3233         * irchat-ctcp.el (irchat-ctcp-msg): Message format fixed.
3234
3235         * irchat-channel.el (irchat-channel-join): Fixed.
3236         (irchat-channel-create-buffer): Fixed.
3237
3238 1998-12-29  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3239
3240         * irchat-commands.el (irchat-switch-to-channel{,-no}):
3241         Do not reconfigure windows.
3242
3243         * TODO.ja: New file.
3244
3245         * Liece 1.2.6.13/1.2.8.0.
3246
3247         * irchat-commands.el (irchat-switch-to-channel): Fixed.
3248         (irchat-switch-to-channel-no): Fixed.
3249
3250         * irchat-misc.el (irchat-toggle-command-buffer-mode): When hiding
3251         state of nick buffer is toggled, reconfigure windows every time.
3252
3253         * irchat-handle.el (irchat-handle-join-msg): Check whether joined
3254         channel is modeless.
3255
3256         * irchat-misc.el (irchat-channel-modeless-p): New macro.
3257         (irchat-channel-modeless-regexp): New variable.
3258
3259         * irchat-handle.el (irchat-handle-{join,quit,mode,part}-msg):
3260         Compression of changes reworked.
3261
3262         * irchat-vars.el (irchat-display-time): Rename from
3263         `irchat-print-time'.
3264         (irchat-time-prefix-regexp): Regexp for time prefix.
3265
3266         * irchat-mail.el: Add autoloads instead of all requires
3267         (`gnus-msg', `sendmail', `mime-edit').
3268         (irchat-mail-compose-with-mail): Add evals to silence
3269         byte-compiler.
3270         (irchat-command-mail-compose): Fix completion.
3271
3272         * irchat-channel.el (irchat-channel-buffer-create):
3273         Rewritten as a macro.
3274
3275         * irchat-nick.el (irchat-nick-buffer-create): Ditto.
3276
3277         * irchat-compat.el: `<<' and `>>' are become aliases of lsh.
3278
3279         * irchat.el: Rename `irchat-Select-keys' to `irchat-select-keys'.
3280
3281         * sample.liece{,.ja}: Add sample setting of
3282         `irchat-startup-channel-list'.
3283
3284         * irchat.el (irchat-command-keys): Bind `C-c b' and `C-c N b' to
3285         `irchat-command{,-nick}-scroll-down' (synced up with irchat-2.4jp24f).
3286         (irchat-nick-keys): Bind scrolling functions.
3287
3288         * irchat.el (irchat-command-mode): Display `minor-mode-alist' on
3289         mode-line.
3290
3291         * irchat-globals.el (irchat-obarray):
3292         Set initial array length to 1.
3293
3294         * irchat.el: Remove preparation code of `irchat-obarray'.
3295
3296         * liece-faq.texinfo: Change formatting style.
3297
3298 1998-12-10  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3299
3300         * irchat-commands.el (irchat-command-nick-scroll-down): Add check
3301         whether `irchat-nick-buffer' is visible.
3302         (irchat-command-nick-scroll-up): Ditto.
3303
3304         * irchat-commands.el (irchat-command-scroll-down): Add check
3305         whether `irchat-channel-buffer' is visible.
3306         (irchat-command-scroll-up): Ditto.
3307
3308 1998-12-09  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3309
3310         * irchat-misc.el (irchat-set-channel-indicator): Add check for
3311         `irchat-display-frame-title'.
3312
3313         * irchat.el (irchat-configure-windows): Bind
3314         `irchat-channel-buffer-mode' and `irchat-nick-buffer-mode' at the
3315         entry point.
3316
3317         * irchat-channel.el (irchat-channel-switch-to-last): New macro.
3318
3319         * Liece 1.2.6.12.
3320
3321         * irchat-commands.el (irchat-channel-real): Fix spelling.
3322         (irchat-channel-virtual): Ditto.
3323
3324         * irchat-channel.el (irchat-channel-switch-to-last): New function.
3325
3326         * irchat-channel.el (irchat-channel-last): New macro.
3327
3328         * irchat-misc.el (irchat-change-nick-of): Fixed.
3329
3330 1998-12-04  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3331
3332         * irchat-misc.el (irchat-own-channel-message):
3333         (ircaht-own-private-message): Remove dialogue buffer from target
3334         buffers.
3335
3336         * liece-faq.texinfo: Fix hook for auto invisible.
3337
3338 1998-12-03  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3339
3340         * irchat-handle.el (irchat-pick-buffer): Moved to `irchat-misc.el'.
3341
3342         * irchat-highlit.el (irchat-highlight-pattern-alist): Fix regexp
3343         for DCC chatting line.
3344
3345         * irchat-commands.el (irchat-command-modec): Select target channel.
3346
3347         * irchat-dcc.el (irchat-command-dcc-chat-listen):
3348         (irchat-command-dcc-chat-listen): Use `as-binary-process'
3349         block.
3350
3351         * irchat.el (irchat-open-server-internal): Ditto.
3352
3353         * irchat-vars.el (irchat-binary-coding-system): Abolished.
3354
3355         * irchat.el (irchat-open-server-internal): Bind
3356         `file-coding-system-for-{read|write}' for Mule 2.3.
3357
3358         * irchat.el: `irchat-switch-to-channel-no-*' registered automatically.
3359
3360 1998-12-02  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3361
3362         * irchat-vars.el: Require `mcharset'.
3363
3364         * Liece 1.2.6.11.
3365
3366         * irchat-vars.el (irchat-default-mime-charset): New variable.
3367
3368         * irchat-coding.el: Use `mcharset' instead of
3369         `{encode|decode}-coding-*'.
3370         (irchat-coding-encode-charset-region):
3371         (irchat-coding-encode-charset-string): New macro.
3372
3373         * irchat-dcc.el (irchat-dcc-pop-request-object): Fixed.
3374
3375         * irchat-compat.el (caar): New macro.
3376
3377         * irchat-misc.el (irchat-repair-crlf): New function.
3378
3379         * Liece 1.2.6.10.
3380
3381         * irchat.el (irchat-dcc-map): New keymap.
3382
3383         * irchat-dcc.el (irchat-command-dcc-accept): New function.
3384         (irchat-dcc-get-*): Access method for request object.
3385         (irchat-dcc-pop-request-object): New macro.
3386
3387         * Liece 1.2.6.9.
3388
3389         * irchat-dcc.el: Very experimental DCC chat support added.
3390         (irchat-command-dcc-chat-listen): New function.
3391         (irchat-command-dcc-chat-connect): Ditto.
3392         (irchat-dcc-chat-listen-filter): Ditto.
3393         (irchat-dcc-chat-connect-filter): Ditto.
3394         (irchat-dcc-chat-filter): Ditto.
3395         (irchat-dcc-channel-representation-format): New variable.
3396
3397         * irchat-channel.el: Very experimental multiple server support
3398         added.
3399         (irchat-default-channel-representation-format): New variable. This
3400         is unified channel locater. Set default as
3401         "@<server abbreviation>+<channel name>".
3402         (irchat-channel-parse-representation): New function.
3403         (irchat-channel-prepare-representation): Ditto.
3404
3405         * irchat-misc.el (irchat-own-channel-message): New function.
3406
3407         * irchat-misc.el (irchat-own-message): New macro.
3408
3409         * dcc.ml: Explicitly return with code 0.
3410
3411         * irchat-dcc.el (irchat-dcc-send-filter): Fixed.
3412         (irchat-dcc-receive-filter): Fixed.
3413
3414 1998-12-01  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3415
3416         * irchat-vars.el (irchat-dcc-prefix): New variable.
3417
3418         * irchat-compat.el (cdddr): New macro.
3419
3420         * irchat-dcc.el (irchat-dcc-add-to-receive-list): New macro.
3421         (irchat-dcc-add-to-process-alist): Ditto.
3422         (irchat-dcc-get-process-object): Ditto.
3423         (irchat-dcc-sentinel): New sentinel function.
3424         (irchat-dcc-prepare-directory): New function.
3425         (irchat-ctcp-dcc-msg): Add handler for DCC chat.
3426         (irchat-command-dcc-send): Rewritten.
3427         (irchat-command-dcc-receive): Ditto.
3428         (irchat-command-dcc-list): Ditto.
3429
3430         * Liece 1.2.6.8.
3431
3432         * dcc.ml: New file.
3433
3434         * naddr.mli: Ditto.
3435
3436         * naddr.ml: Ditto.
3437
3438         * irchat-misc.el (irchat-own-message):
3439         (irchat-own-private-message): Add check whether channel buffer has
3440         been created.
3441
3442         * sample.dot.liece: Fix typo.
3443
3444         * sample.dot.liece.ja: Ditto.
3445
3446         * irchat-url.el (irchat-url-browser-netscape): Use builtin
3447         composer when encounted `mailto:'.
3448
3449         * irchat-commands.el (irchat-dialogue-insert): Abolished.
3450 \f
3451 1998-11-28  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3452
3453         * irchat-misc.el (irchat-own-private-message): Check if
3454         `irchat-command-buffer-mode' is not 'chat.
3455
3456         * Liece 1.2.6.7.
3457
3458         * irchat-channel.el (irchat-channel-prepare-partner):
3459         Fixed for setting `irchat-current-chat-partner'.
3460
3461         * irchat.el: Do not require `irchat-mail'.
3462
3463 1998-11-27  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3464
3465         * irchat.el: Set default `truncate-lines'.
3466
3467 1998-11-26  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3468
3469         * irchat-vars.el (irchat-display-frame-title): New variable.
3470
3471         * Liece 1.2.6.6.
3472
3473         * irchat-channel.el (irchat-command-toggle-channel-buffer-mode):
3474         Remove setting dirty flag.
3475
3476         * irchat-nick.el (irchat-command-toggle-nick-buffer-mode):
3477         Ditto
3478
3479 1998-11-25  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3480
3481         * irchat-mail.el: New file.
3482
3483         * irchat-vars.el (irchat-convert-hankaku-katakana): New variable.
3484
3485         * irchat-hankana.el: New file.
3486
3487         * Liece 1.2.6.5.
3488
3489         * irchat-300.el (irchat-handle-303-msg): Print come back
3490         messages for private conversation.
3491
3492         * irchat-misc.el (irchat-set-channel-indicator): New macro.
3493
3494         * irchat-handle.el (irchat-handle-nick-msg): Fixed channel indicator.
3495
3496         * irchat.el (irchat-close-server): Set `irchat-server' to nil.
3497
3498         * irchat-handle.el (irchat-handle-join-msg): Fixed for private
3499         conversation.
3500
3501         * Add copylefts.
3502
3503 1998-11-23  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3504
3505         * irchat-globals.el (irchat-ison-timer): New variable.
3506
3507         * irchat-vars.el (irchat-ison-interval): New variable.
3508
3509         * irchat-commands.el (irchat-command-set-ison-timer): New
3510         function.
3511         (irchat-command-cancel-ison-timer): Ditto.
3512
3513         * irchat-misc.el (irchat-completing-sequential-read): New function.
3514
3515         * Liece 1.2.6.4.
3516
3517         * irchat-compat.el (irchat-button3): Moved into `eval-and-compile'
3518         enclosure.
3519
3520         * irchat.el: Do not require alist.
3521
3522         * irchat-handle.el (irchat-handle-quit-msg): Rewritten.
3523
3524         * irchat-handle.el (irchat-handle-nick-msg): Handle nick message
3525         and reflect changes to private buffers.
3526
3527 1998-11-21  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3528
3529         * Liece 1.2.6.3.
3530
3531         * irchat-misc.el (irchat-channel-p): New macro.
3532         (irchat-toggle-command-buffer-mode): New wrapper function.
3533
3534         * irchat.el (irchat-windows-reconfiguration-needed): Fixed
3535         predicate for nick buffer mode and channel list mode.
3536
3537         * irchat.el (irchat-command-keys): Removed duplicated binding of
3538         `irchat-command-enter-message'(`\C-j' and `\M-\C-j').
3539
3540 1998-11-19  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3541
3542         * irchat-handle.el (irchat-handle-privmsg-msg): Fixed.
3543
3544         * etc/ball.*.xpm: Remove background color in each XPM file
3545         (From Yasushi Shoji <yashi@yashi.com>).
3546
3547         * sample.dot.liece: Add sample customizations of new feature.
3548         `irchat-channel-list-buffer-mode',
3549         `irchat-channel-list-window-width-percent',
3550         `irchat-auto-join-partner'.
3551
3552         * irchat-filter.el (irchat-filter): Remove unreferenced binding.
3553
3554         * irchat-handle.el (irchat-handle-privmsg-msg): Handle private
3555         message and join automatically.
3556
3557         * Liece 1.2.6.2.
3558
3559         * irchat-vars.el (irchat-auto-join-partner): New variable.
3560         (irchat-channel-list-window-width-percent): Ditto.
3561
3562         * irchat-compat.el (irchat-button3): New variable.
3563
3564         * irchat-channel.el (irchat-channel-push-button): New handler.
3565         (irchat-channel-list-insert): New function.
3566         (irchat-channel-prepare-partner): New function.
3567
3568         * irchat-url.el (irchat-url-push-button): Search URL string around
3569         event line.
3570
3571         * irchat.el (irchat-channel-list-mode): New major mode.
3572         (irchat-configure-windows): Fixed for channel list window.
3573         (irchat-channel-list-mode-map); New keymap.
3574
3575         * All irchat-{`Command', `Nick', `Channel', `Others', `Crypt'}-*
3576         symbols renamed with uncapitalized one.
3577
3578 1998-11-16  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3579
3580         * Liece 1.2.4.4.
3581
3582         * irchat-filter.el: Do not require mcharset.
3583
3584         * irchat-timer.el: Macro expression fixed (for Emacs19).
3585
3586         * Liece 1.2.4.3/1.2.6.1.
3587
3588         * irchat-vars.el (irchat-binary-coding-system):
3589         New variable.
3590
3591         * irchat-coding.el: New file.
3592
3593         * irchat-filter.el (irchat-run-message-hook-types):
3594         Abolished.
3595         (irchat-handle-message): Rewritten.
3596         (irchat-handle-message-2): Rewritten.
3597
3598 1998-11-15  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3599
3600         * irchat.el (irchat-Dialogue-mode-map):
3601         (irchat-Channel-mode-map):
3602         (irchat-Others-mode-map): Add check whether array style keymap
3603         expression is acceptable.
3604
3605         * liece-faq.texinfo: New FAQ added for older version of emacsen.
3606
3607         * irchat-handle.el (irchat-handle-privmsg-msg):
3608         Rewritten.
3609
3610         * irchat-200.el (irchat-handle-200-msgs):
3611         Channel mask regexp fixed.
3612
3613         * irchat-300.el (irchat-handle-300-msgs):
3614         Ditto.
3615
3616         * irchat-400.el (irchat-handle-400-msgs):
3617         Ditto.
3618
3619         * sample.dot.liece: Add sample hook for auto invisible.
3620
3621         * Liece 1.2.3.5.
3622
3623         * irchat-vars.el (irchat-default-coding-system):
3624         Set default to 'iso-2022-jp.
3625         (irchat-detect-coding-system): New custom variable.
3626
3627         * irchat-misc.el (irchat-send): Add code conversion with
3628         `encode-coding-region' .
3629
3630         * irchat-filter.el (irchat-filter): Add coding-system detection.
3631
3632         * irchat-compat.el (irchat-set-process-coding-system):
3633         (irchat-buffer-disable-undo): Abolished.
3634         (buffer-disable-undo): New macro.
3635
3636         * defsubst.el: Removed.
3637
3638 1998-11-14  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3639
3640         * irchat-ctcp.el (irchat-ccl-quote-decode): Fixed.
3641
3642 1998-11-13  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3643
3644         * irchat-ctcp.el (ccl-cascade-write):
3645         (ccl-set-register-right): New broken facility.
3646         (irchat-ccl-quote-decode): Rewritten with checking broken CCL
3647         facilities.
3648
3649         * irchat-timer.el (irchat-start-timer):
3650         Fixed macro expression for older versions of emacsen.
3651
3652         * irchat-compat.el (defface): New macro for older versions of
3653         emacsen.
3654
3655 1998-11-12  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3656
3657         * irchat-ctcp.el: Add CCL usability checking with `ccl-usable'.
3658
3659 1998-11-11  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3660
3661         * irchat-version.el (irchat-make-user-agent-string):
3662         (irchat-make-version-string):
3663         Regexp fixed.
3664
3665         * irchat-ctcp.el (irchat-ccl-quote-decode):
3666         (irchat-ccl-quote-encode): Check if module `pccl' exists.
3667
3668         * sample.dot.liece: Renamed from sample.irchat3_vars.el.
3669
3670         * irchat-version.el (liece-client-minor-version):
3671         Numbered as 1.2.3.3.
3672         (irchat-version-user-agent-style):
3673         Declaration revereted to `defvar' from `defcustom'.
3674
3675         * Makefile: Removed `-lnsl'.
3676 \f
3677 1998-10-20  Daiki Ueno  <daiki@kake.info.waseda.ac.jp>
3678
3679         * irchat-nick.el (irchat-Nick-update): Bug fixed in splitting 353
3680         (NAMEREPLY) message.
3681
3682         * irchat-inlines.el (list-to-assoclist): Rewritten.
3683
3684 1998-10-08  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3685
3686         * irchat-xemacs.el (irchat-toolbar-spec-list): Replace
3687         `irchat-Command-push' and `irchat-Command-pop' with
3688         `irchat-Command-previous-channel' and `irchat-Command-next-channel'.
3689         (irchat-x-face-face-insert): Evaluate also when loaded.
3690
3691 1998-10-07  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3692
3693         * irchat-crypt.el (base64-encode-string): Fixed autoload with
3694         `mel' to `mel-b' package.
3695         (base64-decode-string): Ditto.
3696
3697 1998-10-06  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3698
3699         * irchat-xemacs.el (irchat-xemacs-splash-logo): Splash screen with
3700         "liece.xpm" on every loadup time.
3701
3702         * irchat-version.el (liece-client-version): Numbered as 1.2.1.
3703
3704         * irchat-x-face.el (irchat-x-face-face-insert): Display X-Face on
3705         each prefix line align middle.
3706
3707         * irchat-debug.el: New file.
3708
3709 1998-10-02  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3710
3711         * irchat.el (irchat-Debug-mode): New major mode for
3712         `irchat-Command-debug'.
3713
3714         * liece-faq.texinfo: New file.
3715
3716         * irchat-commands.el (irchat-Client-query-map): Key binding for
3717         `irchat-Command-client-x-face-from-minibuffer' substituted with
3718         `irchat-Command-client-x-face-from-xbm-file'.
3719
3720         * irchat-compat.el (replace-in-string): New function from XEmacs
3721         subr.el.
3722
3723         * irchat-x-face.el: New file.
3724         (irchat-x-face-insert): Now works properly with GNU Emacs.
3725
3726         * irchat-xemacs.el (irchat-x-face-insert): New function.
3727         (irchat-x-face-encode): Ditto.
3728
3729         * irchat-ctcp.el (irchat-ctcp-x-face-msg): X-Face query support.
3730         Now it works only with X-Face utility.
3731
3732         * irchat-version.el (liece-client-version-beta): New variable.
3733
3734 1998-10-01  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3735
3736         * irchat.el (irchat-clear-system): Restart now reworked.
3737
3738         * irchat-make.el (config-irchat): Add check wheter APEL version is
3739         9.0 or later.
3740
3741         * irchat-ctcp.el (irchat-ctcp-version-msg): Rewritten with new
3742         style version string.
3743
3744         * irchat-version.el (irchat-version-user-agent-style): New
3745         variable.
3746         (irchat-make-user-agent-string): New function.
3747         (irchat-make-client-version-string): Ditto.
3748         (irchat-make-version-string): Ditto.
3749
3750         * irchat-make.el (config-irchat): Rewritten.
3751
3752         * irchat-ctcp.el: Renamed from irchat-cta.el.
3753         (irchat-ccl-quote-cs): New coding system for file transfer.
3754         (irchat-ccl-quote-encode): New CCL program.
3755         (irchat-ccl-quote-decode): Ditto.
3756         (irchat-ctcp-msg): Hook checking code eliminated.
3757         (irchat-ctcp-client-msg): Ditto.
3758 \f
3759 1998-09-30  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3760
3761         * irchat-hilight.el (irchat-highlight-buffer):
3762         Add check whether there is point has
3763
3764         * irchat-compat (irchat-get-text-property):
3765         Add signal handler for XEmacs extents.
3766
3767         * irchat-commands.el: Require `irchat-dcc.el'.
3768
3769         * Makefile: New rule for .texinfo to .info.
3770
3771         * irchat-hilight.el (irchat-highlight-buffer): Bug fix for
3772         `irchat-highlight-pattern'.
3773
3774 1998-09-29  Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
3775
3776         * irchat-make.el (install-irchat): Fixed usage of function
3777         install-files.
3778
3779         * irchat-nick.el: Do not require widget wid-edit.
3780
3781         * irchat-make.el (irchat-modules-to-compile): Added
3782         irchat-channel, irchat-nick to module list.
3783
3784         * irchat-hilight.el (irchat-highlight-insert-with-mouse-face):
3785         Addded check whether function widget-create is bounded.
3786
3787         * irchat-compat.el: Require cl.
3788
3789         * Makefile: Require cl. Machine specific option removed.
3790
3791         * irchat-commands.el (irchat-Command-send-message):
3792         New signal handler for `encode-coding-string' with unknown coding
3793         system. This encoding is needed when `irchat-crypt-mode-active-p'
3794         is non nil.
3795
3796         * irchat.el: Renamed from irchat-main.el.
3797
3798         * irchat-main.el: Removed.
3799
3800 1998-09-29  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3801
3802         * irchat-crypt.el (irchat-read-passphrase): New alias.
3803
3804 1998-09-28  Daiki Ueno  <daiki@dice.cache.waseda.ac.jp>
3805
3806         * irchat-make.el: New file.
3807
3808         * irchat-compat.el: New file.
3809
3810         * irchat-ja.texinfo: New file.
3811
3812         * setpath.el: Removed.
3813
3814         * irchat-url.el (irchat-url-button-push): New handler.
3815
3816         * irchat-main.el (irchat-Select-map): New keymap.
3817
3818         * irchat-filter.el: Added autoloads for entry points of 000, 200,
3819         300, 400, 500 message handlers.
3820
3821         * irchat-misc.el (irchat-greet-author): Abolished.
3822
3823         * irchat-channel.el: Splitted from irchat-commands.el.
3824
3825         * irchat-nick.el: Ditto.