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