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