* riece-commands.el (riece-command-switch-to-channel): Change prompt.
[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-algorith