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