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