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