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