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