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