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