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