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