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