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