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