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