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