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