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