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