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