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