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