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