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