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