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