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