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