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