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