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