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