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