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