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