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