1 2000-07-17 Daiki Ueno <ueno@unixuser.org>
3 * liece-emacs.el (create-image): Don't advise.
4 (liece-widget-keymap): Remove checking about 'button3.
5 (liece-emacs-widget-button-click): Save point in window explicitly.
7 * liece-ctcp.el (liece-command-ctcp-generic): Fix format string.
9 2000-07-16 Akira Ohashi <bg66@luck.gr.jp>
11 * liece-commands.el (liece-command-beep): New function.
12 Toggle the automatic beep notice when the channel message is received.
14 * liece.el (liece-dialogue-mode-map):
15 Bind "\C-B" to liece-dialogue-beep.
17 * liece-vars.el (liece-default-beep): New variable.
18 (liece-beep-when-invited): Ditto.
19 (liece-beep-when-privmsg): Ditto.
20 (liece-beep-words-list): Ditto.
22 2000-05-07 Daiki Ueno <ueno@unixuser.org>
25 (liece-tcp-rlogin-parameters): Use `socket' instead of `telnet'.
26 (liece-tcp-open-rlogin-stream): Don't wait for a connection.
27 (liece-tcp-open-rlogin-stream-as-binary): Simply wrap
28 `liece-tcp-open-rlogin-stream'.
30 2000-04-21 Daiki Ueno <ueno@unixuser.org>
33 (liece-ctcp-make-menu-command-wrapper): Quote CTCP subcommands.
35 * liece-mail.el (liece-maintainer-address): New ML address.
37 2000-04-12 Daiki Ueno <ueno@unixuser.org>
39 * liece-url.el: Don't require browse-url when compiling.
40 (liece-url-browser-name): Abolish.
41 (liece-url-prepare-browser-function): Abolish.
42 (liece-url-mail-regexp): Abolish.
43 (liece-url-browser-function): Abolish.
44 (liece-url-link-action): Use browse-url directly.
45 (liece-command-browse-url): Ditto.
46 (liece-url-add-buttons): Remove local variable `url-start',
48 Suggested by: Kenichi OKADA <okada@opaopa.org>
51 (liece-toolbar-position): Check feature 'toolbar was provided.
53 2000-04-08 Daiki Ueno <ueno@unixuser.org>
55 * liece-xemacs.el (liece-xemacs-setup-toolbar): Run
56 `liece-xemacs-setup-toolbar-hook' only once.
57 (liece-setup-toolbar): Don't check return value
58 of `liece-xemacs-setup-toolbar'.
59 Reported by: Yosuke MITSUMASU <werdna@ntn.org>
61 2000-04-05 Daiki Ueno <ueno@unixuser.org>
63 * liece-commands.el: Add autoload for liece-command-ctcp-version,
64 liece-command-ctcp-userinfo,liece-command-ctcp-clientinfo,
65 liece-command-ctcp-ping,liece-command-ctcp-time,
66 liece-command-ctcp-x-face,liece-command-ctcp-comment,
67 liece-command-ctcp-help.
68 Suggested by: HARUYAMA Seigo <haruyama@unixuser.org>.
71 (liece-ctcp-make-menu-command-wrapper): Don't use `#'.
72 (liece-ctcp-make-command-wrapper): Ditto.
74 2000-04-04 Daiki Ueno <ueno@unixuser.org>
76 * liece.el (liece-client-query-keys): Rename all commands.
79 (liece-ctcp-userinfo): Rename from `liece-client-userinfo'.
80 (liece-ctcp-x-face): Ditto.
82 * liece-ctcp.el (liece-ctcp-message): Abolish macro.
83 (liece-ctcp-file-message): Ditto.
85 2000-03-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
87 * liece-emacs.el: Require `derived'.
89 2000-03-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
91 * liece-inlines.el (liece-locate-path): Use
92 `liece-locate-data-directory' instead of `locate-data-directory'.
94 2000-03-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
96 * liece-q-ccl.el (ccl-set-register-right): Abolish.
97 (liece-quote-ccl-decode): Simplified.
99 * liece-compat.el (liece-suppress-mode-line-format): Copy original
100 `mode-line-format' before modification.
101 (locate-data-directory): Abolish.
102 (liece-locate-data-directory): New function.
104 * liece-xemacs.el (liece-xemacs-suppress-modeline-format): Ditto.
105 (liece-locate-data-directory): Override with `locate-data-directory'.
108 (liece-command-mode): Define `mode-line-format' as buffer local.
109 (liece-dialogue-mode): Exchange `mode-line-modified' position.
110 (liece-clear-system): Check buffer status.
112 * liece-ctcp.el (liece-ctcp-xyzzy-message): Abolish.
113 (liece-command-send-file): Don't narrowing buffer.
114 (liece-ctcp-file-save-directory): Default to `liece-directory'.
115 (liece-register-file-handler): New macro.
116 (liece-ctcp-notice): Rewrite.
117 (liece-ctcp-message): Rewrite.
118 (liece-query-client-insert-to-generic): Abolish.
119 (liece-query-client-version): Abolish.
120 (liece-query-client-userinfo): Abolish.
121 (liece-query-client-help): Abolish.
122 (liece-query-client-clientinfo): Abolish.
123 (liece-query-client-ping): Abolish.
124 (liece-query-client-time): Abolish.
125 (liece-query-client-x-face): Abolish.
126 (liece-query-client-last-command): Rename from
127 `liece-query-client-lastcommand'.
128 (liece-query-client-alist): Abolish.
129 (liece-ctcp-last-nick): Rename from `liece-query-client-nick'.
130 (liece-command-ctcp-x-face-from-minibuffer): Abolish.
131 (liece-command-ctcp-x-face-from-commandbuffer): Abolish.
132 (liece-command-ctcp-userinfo-from-commandbuffer): Abolish.
134 2000-03-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
136 * liece-xemacs.el (liece-xemacs-icon-path): Abolish.
137 (liece-toolbar-position): Default to `default-toolbar-position'.
138 (liece-xemacs-setup-toolbar): Remove directory checking.
139 (liece-xemacs-modeline-glyph): Suppress glyph specs.
140 (liece-xemacs-create-nick-glyph): Ditto.
142 * liece-emacs.el (liece-emacs-icon-path): Abolish.
144 * liece-intl.el (liece-intl-load-catalogue): Rewrite with
145 `liece-locate-path'; remove local binding.
147 * liece-window.el (liece-window-load-style-file): Rewrite with
148 `liece-locate-path'; remove local binding.
150 * liece-compat.el (locate-data-directory): New function.
152 * liece-inlines.el (liece-find-data-directory): Abolish.
153 (liece-locate-path): Rename from `liece-find-path'; use
154 `locate-data-directory'; reorder arguments.
155 (liece-locate-icon-file): New function.
157 2000-03-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
160 (liece-command-buffer,liece-dialogue-buffer,liece-private-buffer,
161 liece-others-buffer,liece-channel-buffer,
162 liece-channel-buffer-format,liece-channel-list-buffer,
163 liece-nick-buffer,liece-nick-buffer-format,
164 liece-KILLS-buffer,liece-IGNORED-buffer,liece-WALLOPS-buffer,
165 liece-CRYPT-buffer,liece-server-buffer): Remove preceding `*IRC*'.
168 (liece-xemacs-splash-at-point): Bind
169 `liece-insert-environment-version' to nil.
170 (liece-xemacs-splash): Ditto.
171 (liece-xemacs-suppress-modeline-format): New function.
172 (liece-suppress-mode-line-format): Override with
173 `liece-xemacs-suppress-modeline-format'.
174 (liece-xemacs-mode-line-buffer-identification): Decorate 1st
175 element and modify whole identification by side effect.
177 * liece-compat.el (current-language-environment): Abolish.
178 (frame-title-format): Abolish.
179 (enable-multibyte-characters): Abolish.
180 (liece-suppress-mode-line-format): New function.
182 * liece-version.el: Use product.el.
183 (liece-version): New function.
184 (liece-user-interface-product): Abolish.
185 (liece-product-name): Abolish.
186 (liece-product-version): Abolish.
187 (liece-product-code-name): Abolish.
188 (liece-user-agent-value): Abolish.
189 (liece-command-version): Abolish.
190 (liece-environment-version): Rename from
191 `liece-emacs-user-agent-value'.
194 (bitmap-stipple-insert-pixmap): Don't set point to `point-min'.
196 * liece-xbm.el: Update.
198 * liece-emacs.el (liece-emacs-splash): Display version number;
199 bind `liece-insert-environment-version' to nil.
200 (liece-emacs-mode-line-buffer-identification): Decorate 1st
201 element and modify whole identification by side effect.
203 * liece-vars.el (liece-nick-max-length): New variable.
204 (liece-insert-environment-version): New variable.
206 * liece.el (liece-truncate-nickname): Abolish.
207 (liece-client-query-keys,liece-dialogue-keys,
208 liece-select-keys,liece-crypt-keys): Define as a plist.
209 (liece-local-set-keys): New function borrowed from gnus-util.el.
210 (liece-define-keys): Ditto.
211 (liece-define-keys-safe): Ditto.
212 (liece-define-keys-1): Ditto.
213 (liece-command-map): Bind "\C-m" to liece-command-modec.
214 (liece-command-mode): Don't set `mode-line-format' directly;
215 exchange `mode-line-modified' position;
216 (liece-dialogue-mode): Ditto.
217 (liece-others-mode): Ditto.
218 (liece-channel-mode): Ditto.
219 (liece-nick-mode): Ditto.
220 (liece-channel-list-mode): Ditto.
222 2000-03-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
224 * gettext.el (bind-text-domain): Don't refer "PATHNAME/DOMAIN.mo"
227 * bitmap-stipple.el,gettext.el,liece-000.el,liece-200.el,
228 liece-300.el,liece-400.el,liece-500.el,liece-commands.el,
229 liece-config.el,liece-crypt.el,liece-ctcp.el,liece-dcc.el,
230 liece-filter.el,liece-globals.el,liece-handle.el,liece-hilit.el,
231 liece-inlines.el,liece-intl.el,liece-mail.el,liece-make.el,
232 liece-menu.el,liece-message.el,liece-minibuf.el,liece-misc.el,
233 liece-nick.el,liece-q-ccl.el,liece-q-el.el,liece-tcp.el,
234 liece-version.el,liece-window.el,liece-x-face.el: Checkdoc.
236 * liece-menu.el (liece-nick-popup-menu): Use copy-sequence instead
239 * liece-modules.el (liece-modules-to-compile): Modify for
240 `liece-clfns' and `liece-handler'.
242 * liece-handler.el: Rename from llunf.el.
244 * liece-clfns.el: New file.
246 * liece-channel.el (liece-channel-add-buttons): Fix regexp.
247 (liece-channel-add-ban): Use add-to-list instead of pushnew.
250 (liece-default-coding-system): Abolish.
251 (liece-mime-charset-for-write): Rename from
252 `liece-default-mime-charset'.
253 (liece-mime-charset-for-read): Rename from
254 `liece-default-mime-charset-for-read'.
256 * liece.el (liece-client-query-map,liece-dcc-map,
257 liece-crypt-map,liece-friends-map,liece-channel-list-mode-map,
258 liece-nick-mode-map,): Use make-sparse-keymap when initialising.
259 (liece-command-mode): Don't set liece-display-frame-title to nil.
260 (liece-dialogue-mode-map): Bind `L' to liece-command-load-vars
261 instead of `C-l'; bind `S' to liece-command-save-vars instead of
262 `s'; bind `M' to liece-command-modec instead of `C-m'; bind `O' to
263 liece-dialogue-own-freeze instead of `M'.
264 (liece-buffer-last-check-time): Rename from
265 `liece-last-checkbuffer-time'.
266 (liece-check-buffers): Define as function.
267 (liece-check-buffers-if-interval-expired): Simplified.
270 (liece-buffer-max-size): Rename from `liece-buffer-maxsize'.
271 (liece-buffer-default-size): Rename from `liece-buffer-defsize'.
272 (liece-buffer-check-interval): Rename from
273 `liece-checkbuffer-interval'.
275 * liece-emacs.el (liece-emacs-widget-button-click): Don't use
279 (liece-xemacs-get-buffer-window-list): Abolish.
280 (liece-xemacs-run-at-time): Abolish.
281 (liece-xemacs-put-text-property): Abolish.
282 (liece-xemacs-add-text-property): Abolish.
284 * liece-minibuf.el (liece-minibuffer-map): Use `set-keymap-parent'
285 instead of `liece-set-keymap-parents'.
287 * liece-compat.el: Don't require emu, broken, alist.
290 (liece-run-at-time): Abolish.
291 (liece-cancel-timer): Abolish.
292 (with-timeout): Abolish.
293 (with-timeout-handler): Abolish.
294 (liece-get-buffer-window-list): Abolish.
295 (liece-set-keymap-parents): Abolish.
296 (event-buffer): Abolish.
297 (event-point): Abolish.
298 (truncate-string-to-width): Abolish.
299 (plist-get): Abolish.
300 (read-passwd): Abolish.
301 (colon-keyword-usable): Abolish.
302 (turn-on-font-lock): Abolish.
303 (liece-make-overlay): Abolish.
304 (liece-delete-overlay): Abolish.
305 (liece-overlay-put): Abolish.
306 (liece-move-overlay): Abolish.
307 (liece-overlay-end): Abolish.
308 (liece-overlay-get): Abolish.
309 (liece-overlays-at): Abolish.
310 (liece-put-text-property): Abolish.
311 (liece-add-text-property): Abolish.
312 (buffer-disable-undo): Abolish.
313 (valid-plist-p): Abolish.
315 * liece-url.el (liece-url-browser-netscape): Abolish.
317 2000-03-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
319 * liece-compat.el (liece-get-buffer-window): Search all frames.
321 2000-02-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
323 * liece.el (liece-command-mode): Set frame-title-format when
324 running on window-system environment.
326 2000-02-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
328 * liece-emacs.el (liece-emacs-splash): Use `frame-char-width' and
329 `frame-char-height' when calculating logo centering.
331 2000-02-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
333 * liece-400.el (liece-handle-443-message): Check channel name.
335 2000-02-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
338 (liece-coding-encode-charset-region): Define as function.
339 (liece-coding-encode-charset-string): Define as function.
342 (liece-dcc-chat-send): Switch to liece-command-buffer.
343 (liece-dcc-enqueue-request): Rename.
344 (liece-dcc-dequeue-request): Ditto.
346 * liece-misc.el (liece-send-as-binary): Abolish.
347 (liece-repair-crlf): Abolish.
348 (liece-send): Switch to liece-command-buffer.
350 * liece-emacs.el (liece-emacs-splash): Use `font-info' if 'font
351 parameter of the selected frame is not a fontset name.
353 * liece.el (liece-open-server-internal): Set process-buffer of
354 open-network-stream as unibyte.
356 2000-02-10 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
358 * liece-xemacs.el (liece-toolbar-icon-convert-1): New function.
359 (liece-toolbar-icon-states): New variable.
361 * liece-emacs.el (liece-emacs-widget-button-click): Don't preserve
362 previously selected window.
364 2000-01-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
366 * liece-emacs.el: Require `image' when compiling.
367 (create-image): Add optional argument `data-p'.
369 2000-01-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
371 * liece-message.el (liece-message-empty-predicate): New variable.
374 (liece-command-message): Use `liece-message-empty-predicate'.
376 2000-01-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
378 * liece-modules.el (liece-modules): Don't install `queue-m'.
380 * liece-dcc.el: Don't require `queue-m' at runtime.
383 Add autoload setting for `liece-channel-add-buttons' and
384 `liece-nick-add-buttons'.
385 (liece-highlight-maybe-turn-on-font-lock): Activate
386 `liece-channel-add-buttons' and `liece-nick-add-buttons' when
387 inserting every line.
389 * liece-compat.el (liece-map-overlays): New function.
390 (liece-kill-all-overlays): Use it.
392 * liece-xemacs.el (liece-xemacs-map-extents): New function.
393 (liece-xemacs-kill-all-overlays): Use it.
394 (liece-map-overlays): New alias to `liece-xemacs-map-extents'.
396 * liece-nick.el (liece-nick-redisplay-buffer): New function.
397 (liece-nick-add-buttons): New function.
400 (liece-channel-redisplay-buffer): New function.
401 (liece-channel-list-redisplay-buffer): New function.
402 (liece-channel-buffer-invisible-p): Remove redundant cond.
403 (liece-channel-part-internal): Remove redundant `function'.
404 (liece-channel-list-add-button): Rename from
405 `liece-channel-add-button'.
406 (liece-channel-push-button-action): Use `liece-command-join'
407 instead of `liece-switch-to-channel'.
409 * liece-commands.el (liece-switch-to-channel-1): Abolish.
410 (liece-redisplay-buffer-functions): New variable.
412 2000-01-07 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
415 (liece-command-next-channel): Traverse channel list circularly.
416 (liece-command-previous-channel): Likewise.
418 1999-12-26 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
421 (liece-command-previous-channel): Remove nil from channel list.
422 (liece-command-next-channel): Ditto.
424 1999-12-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
426 * liece-emacs.el (liece-emacs-splash): Check whether logo height
427 is larger than frame height.
429 * liece-crypt.el (liece-crypt-maybe-encrypt-message): Simplified.
432 (liece-command-enter-message-encrypted): Abolish.
433 (liece-command-enter-message-cleartext): Abolish.
434 (liece-command-enter-message-opposite-crypt-mode): Abolish.
435 (liece-command-enter-message-with-key): Abolish.
437 1999-12-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
439 * liece-version.el (liece-user-agent-value): Add APEL version.
441 * liece-inlines.el (liece-next-line): New macro.
444 (liece-command-client-action): Use `liece-next-line'.
445 (liece-command-client-userinfo-from-commandbuffer): Ditto.
447 * liece-channel.el (liece-channel-member): Use `member-if' instead
450 * liece.el (liece): Don't use `liece-command-describe-briefly'.
451 (liece-command-mode): Don't bind `next-line-add-newlines'.
452 (liece-dialogue-keys): Don't bind `C-u'.
454 * liece-commands.el (liece-command-topic): If called with prefix
455 argument insert the current topic as default.
456 (liece-command-finger): Add documentation about optional 2nd
458 (liece-command-describe-briefly): Abolish.
459 (liece-enter-message): Abolish local variable `message'.
460 (liece-command-join-channel): Fix paren style.
461 (liece-command-join-partner): Ditto.
462 (liece-command-join): Ditto.
463 (liece-command-part): Ditto.
464 (liece-switch-to-channel-no): Ditto.
465 (liece-command-complete): Ditto.
466 (liece-command-next-channel): Rewrite with using
467 `liece-channel-member'.
468 (liece-command-previous-channel):
469 (liece-command-push): Abolish local variable `rest-sym' and
470 `item'; don't use `liece-channel-remove'.
471 (liece-command-pop): Abolish local variable `rest-sym'.
472 (liece-command-tag-region): Don't create temp buffer.
474 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
476 * liece-misc.el (liece-set-channel-indicator): Switch to
477 `liece-command-buffer' when updating modeline.
479 1999-12-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
481 * liece-minibuf.el (liece-minibuffer-map): Don't use
482 `set-keymap-parents'.
484 * liece-compat.el (liece-set-keymap-parents): Rename from
485 `set-keymap-parents'.
486 (turn-on-font-lock,event-buffer,event-point,region-active-p,
487 remassoc,remassq,valid-plist-p,plist-get): Add document.
489 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
491 * liece.el (liece-insert-internal): Don't bind `tab-stop-list'.
492 (liece-dialogue-mode): Declare `tab-stop-list' as buffer local.
494 1999-12-01 Daiki Ueno <ueno@unixuser.org>
496 * liece-message.el (liece-message-parent-buffer): Add condtion.
498 1999-11-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
500 * liece.el (liece-read-variables-files): Make the `~/.liece/'
501 directory if there is no initialization file.
503 1999-11-10 Kenichi OKADA <okada@opaopa.org>
505 * liece-xemacs.el (liece-xemacs-splash-at-point): Calculate
506 horizontal position of the splash logo.
508 1999-11-10 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
510 * liece-emacs.el (liece-emacs-splash): Check the number of
511 the arguments of `insert-image'.
513 1999-11-07 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
515 * liece-coding.el (detect-coding-string): Remove.
516 (liece-detect-coding-string): Don't define if
517 `detect-coding-string' does not exist.
519 1999-11-05 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
521 * liece-url.el (liece-url-add-buttons): Accept optional arguments
524 * liece.el (liece-save-point): New macro; borrowed from SKK.
525 (liece-before-insert-hook): New variable.
526 (liece-insert-internal): Refine.
528 1999-11-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
530 * liece-misc.el (liece-get-buffer-create): Use memq instead of
531 member to search over buffers list.
533 1999-10-29 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
535 * liece-handle.el (liece-handle-ping-message): Return the
538 * liece.el (liece-insert-internal): Remove `inline'.
540 1999-10-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
542 * liece-commands.el (liece-command-nick-scroll-down): Fix
544 (liece-command-nick-scroll-up): Ditto.
546 * liece-hilit.el (liece-highlight-turn-on-font-lock): Set
547 `liece-highlight-maybe-play-jingle' as local hook.
548 (liece-highlight-font-lock-keywords): Undo last change.
550 1999-10-26 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
552 * liece.el (liece-refresh-windows): Remove.
553 (liece-refresh-buffer-window): New function `liece-refresh-windows'.
554 (liece-insert-internal): Preserve old point unconditionally when
555 the buffer is frozen.
557 1999-10-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
559 * liece-misc.el (liece-freeze): Rename from `liece-freeze-toggle'.
560 (liece-own-freeze): Rename from `liece-own-freeze-toggle'.
562 * liece.el: Add autoload for `liece-command-submit-bug-report'.
563 (liece-overriding-command-keys): Rename.
564 (liece-dialogue-keys): Bind `liece-command-submit-bug-report'.
566 * liece-commands.el (liece-command-scroll-down): Use
567 `scroll-other-window'; accept prefix value.
568 (liece-command-scroll-up): Ditto.
569 (liece-command-nick-scroll-down): Ditto.
570 (liece-command-nick-scroll-up): Ditto.
571 (liece-command-freeze): Accept prefix argument.
572 (liece-command-own-freeze): Ditto.
573 (liece-command-quit): Refine.
575 1999-10-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
577 * liece-commands.el (liece-command-display-friends): Remove
580 * liece.el (liece-read-variables-files): Prepare startup
581 directory if it does not exist.
583 * liece-vars.el (liece-directory): New variable.
584 (liece-variables-file): Relocate under `liece-directory'.
586 * liece-ctcp.el (liece-ctcp-version-message): Refer
587 `liece-user-agent-value'.
589 * liece-menu.el: Check features about menubars.
591 * liece-xemacs.el (liece-xemacs-hide-scrollbars): Set
592 `scrollbar-height' to 0 if `horizontal-scrollbar-visible-p' is not
595 * liece-mail.el (liece-command-submit-bug-report): New function.
596 (liece-maintainer-address): New variable.
598 * gettext.el (gettext-load-message-catalogue): Enclose with
599 `as-binary-input-file' instead of using `set-buffer-multibyte' twice.
600 (gettext-load-portable-message-catalogue): Likewise.
601 (dgettext): Check the cdr of catalogue entry.
602 (gettext-gmo-read-32bit-word): Mask each byte with 255.
604 * liece-compat.el (truncate-string-to-width): New alias.
606 * liece.el (liece-server-keyword-bind): Quote colon keywords.
608 * liece-make.el (make-liece-info-files): Check if
609 `set-language-environment' exists.
611 * liece-misc.el (liece-server-host): Quote colon keyword.
613 1999-10-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
615 * liece-hilit.el (liece-highlight-font-lock-keywords): Undo last
616 change; accept partial matcher as the value of
617 `liece-highlight-pattern'.
618 (liece-highlight-maybe-play-jingle): New function.
619 (liece-highlight-maybe-turn-on-font-lock): Add
620 `liece-highlight-maybe-play-jingle' to `after-change-functions'.
622 1999-10-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
624 * gettext.el (gettext-load-message-catalogue): Use hashtable.
625 (gettext-load-portable-message-catalogue): Likewise.
627 1999-10-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
629 * liece-misc.el (next-visible-point): Don't advise.
630 (liece-remove-properties-region): Enclose by `save-restriction'.
632 1999-10-12 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
634 * liece-commands.el (liece-command-send-action): Remove.
636 * liece-ctcp.el (liece-command-client-action): Move from
637 `liece-commands.el'; mark `liece-command-send-action' as obsolete.
638 (liece-client-x-face-notice): Remove whitespaces.
640 * liece-handle.el (liece-handle-kick-message): Fix message.
642 1999-10-11 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
644 * gettext.el (gettext-default-mime-charset): New variable.
645 (gettext-parse-Content-Type): Use it.
647 1999-10-07 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
649 * liece-misc.el (liece-message): Fix message prefix.
651 * liece-compat.el (liece-find-data-directory): Move to
654 * liece-xemacs.el (liece-xemacs-icon-path): Use `liece-find-path'.
656 * liece-emacs.el (liece-emacs-icon-path): Use `liece-find-path'.
658 * liece-inlines.el (liece-find-path): New function.
660 1999-10-05 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
662 * liece-version.el (liece-user-interface-product): Renamed from
663 `liece-client-product'.
664 (liece-client-version-major): Abolish.
665 (liece-client-version-minor): Abolish.
666 (liece-client-version-beta): Abolish.
667 (liece-client-version-alpha): Abolish.
668 (liece-client-version-codename): Abolish.
669 (liece-product-name): New macro.
670 (liece-product-version): New macro.
671 (liece-product-code-name): New macro.
673 1999-10-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
675 * liece-hilit.el (liece-highlight-jingle-function): New variable.
676 (liece-highlight-font-lock-keywords): If liece-highlight-pattern
677 matches, play jingle.
679 1999-10-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
681 * liece-message.el (liece-message-parent-buffer): Check the
682 message direction in private conversation.
684 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
686 * liece-version.el (liece-emacs-user-agent-value): Include
687 `emacs-patch-level'. It exists in XEmacs 21.1.1 or later.
689 1999-09-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
691 * liece.el (liece-channel-mode): Make `truncate-lines' local.
692 (liece-others-mode): Ditto.
693 (liece-channel-list-mode): Ditto.
694 (liece-nick-mode): Ditto.
696 1999-09-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
698 * liece.el (liece-open-server): Set `liece-status-message-string'
699 when timeout is expired.
701 1999-09-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
703 * liece-menu.el (liece-use-localized-menu): New variable.
704 (liece-command-define-menus): Use it.
705 (liece-command-define-menus-1): New function; to raverse menu
708 * liece.el (liece): Call `liece-intl-load-catalogue' before switch
709 to the command buffer.
711 * liece-dcc.el: Refine.
713 * liece-ctcp.el (liece-client-x-face-notice): Do not decode empty
716 1999-09-11 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
718 * liece-vars.el (liece-dcc-program): Rename to `ldcc'.
720 * liece-tcp.el (liece-tcp-program): Rename to `ltcp'.
722 * gettext.el (gettext-parse-Content-Type): Require `path-util'.
724 * liece-x-face.el: Require `path-util'.
726 1999-09-10 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
728 * Makefile.am (SOURCES): Add `gettext.el'.
730 * liece-modules.el (liece-modules-to-compile): Add `gettext.el'.
732 * liece-intl.el: Use `gettext.el'.
733 (liece-intl-domains-alist): Abolish.
734 (liece-intl-domain-to-mime-charset-alist): Abolish.
735 (liece-intl-prepare-prefix): Abolish.
736 (liece-intl-parse-Content-Type): Abolish.
737 (liece-intl-convert-string): Abolish.
738 (liece-intl-catalogue-path): Abolish.
740 * gettext.el: New file.
742 * liece-ctcp.el: Add autoload setting for `liece-ctcp-dcc-message'.
744 * liece.el (liece): Save window splitting only when called
746 (liece-clear-system): Do not restore window splitting.
747 (liece-command-mode): Set syntax table explicitly; make
748 `frame-title-format' buffer local.
750 * liece-window.el (liece-window-configuration-push): Do not save
751 `frame-title-format'.
752 (liece-window-configuration-pop): Likewise.
754 * liece-commands.el (liece-command-quit): Restore window splitting
755 only when called interactively.
757 1999-09-09 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
759 * liece.el (liece-server-keyword-map): New variable.
760 (liece-server-keyword-bind): New macro modified version of
761 `mail-source-bind' from `mail-source.el'.
762 (liece-server-parse-string): New function.
763 (liece-open-server): Use them.
765 1999-09-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
767 * liece-300.el (liece-handle-353-message): Reverse reply list.
769 * All files are renamed from `irchat-*' to `liece-*'.
770 All symbols are renamed too.
772 * irchat-vars.el (irchat-connection-timeout): Default to 60.
774 * irchat-nick.el (irchat-nick-insert): Handle reverse order
777 1999-09-07 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
779 * irchat.el (irchat): Call `irchat-command-mode' just once.
780 (irchat-initialize-buffers): Likewise.
782 * irchat-channel.el (irchat-channel-buffer-create): Call
783 `irchat-channel-mode' just once.
785 * irchat-nick.el (irchat-nick-buffer-create): Call
786 `irchat-nick-mode' just once.
788 * irchat-message.el (irchat-message-parent-buffer): Fix condition.
790 1999-09-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
792 * irchat-nick.el (irchat-nick-sort-nicks): New variable.
794 * irchat-intl.el (irchat-intl-load-catalogue): Ignore all errors
795 when reading catalogue file.
797 * irchat-menu.el: Do not require `irchat-ctcp'; add autoload
798 settings for `irchat-menu-callback-ctcp-version',
799 `irchat-menu-callback-ctcp-userinfo',
800 `irchat-menu-callback-ctcp-help',
801 `irchat-menu-callback-ctcp-clientinfo' and
802 `irchat-menu-callback-ctcp-ping'; add `irchat-menu-add-url' to
803 `irchat-url-add-hook'.
805 * irchat-url.el (irchat-url-add-buttons): Enclose with
806 `save-excursion'; run `irchat-url-add-hook'.
808 1999-09-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
812 * irchat-xemacs.el (irchat-xemacs-setup-menu): Abolish.
814 * irchat-intl.el (irchat-intl-get-msgstr-if): Abolish.
816 * irchat-vars.el: Remove defconst for colon keyword.
818 1999-09-05 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
820 * irchat-menu.el: All the menu specs are expanded immediately.
821 (irchat-menu-prepare-menus): Abolish.
822 (irchat-menu-define): New function.
823 (irchat-menu-alist): New variable.
825 * irchat-handle.el (irchat-handle-topic-message): Check empty
828 * irchat.el (irchat): When `irchat-startup-channel-list' contains
829 list element send cadr as a channel key.
831 * irchat-emacs.el (irchat-emacs-widget-convert-button): Make the
832 keymap `irchat-widget-keymap' parented from current local map.
834 * irchat-nick.el (irchat-nick-sort-predicate): New variable.
835 (irchat-nick-update): Sort nicknames with
836 `irchat-nick-sort-predicate'.
837 (irchat-nick-insert): Search sorted position before insertion.
838 (irchat-nick-replace): Call `irchat-nick-insert' when
839 `irchat-nick-sort-predicate' is valid.
841 * irchat-message.el (irchat-message-parent-buffer): Add condition
842 for private conversation.
844 * irchat-make.el (make-irchat-info-files): Set language
845 environment to `Japanese'.
847 * irchat-dcc.el (irchat-dcc-channel-representation-format):
850 * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
851 Use `string-list-member-ignore-case' instead of
852 `string-list-ci-member'.
854 * irchat-url.el: Remove `irchat-insert-hook'.
856 * irchat-hilit.el (irchat-highlight-maybe-turn-on-font-lock):
857 Add `irchat-url-add-buttons' to `irchat-insert-hook'.
859 * irchat.el (irchat-initialize-buffers): Fix last change.
861 * irchat-300.el: Enclose autoloads by `eval-and-compile'.
863 * irchat-channel.el: Declare variable
864 `irchat-dcc-channel-representation-format'.
866 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
870 * irchat.el: Add autoload for `irchat-command-browse-url'; do not
871 require `irchat-url' and `irchat-dcc'; add autoload for
872 `irchat-command-mail-compose'.
873 (irchat-initialize-timers): Rewrite with `dolist'; do
874 not check `irchat-timers-list-initialized-p'.
875 (irchat-truncate-nickname): Use `truncate-string-to-width' instead
876 of `truncate-string'.
877 (irchat-buffer-mode-alist): New variable.
878 (irchat-dialogue-setup-buffer): Abolish.
879 (irchat-others-setup-buffer): Abolish.
880 (irchat-channel-list-setup-buffer): Abolish.
881 (irchat-private-setup-buffer): Abolish.
882 (irchat-KILLS-setup-buffer): Abolish.
883 (irchat-IGNORED-setup-buffer): Abolish.
884 (irchat-WALLOPS-setup-buffer): Abolish.
885 (irchat-CRYPT-setup-buffer): Abolish.
886 (irchat-initialize-buffers): Rewrite.
888 * irchat-ctcp.el (irchat-client-version-insert): Do not indent
890 (irchat-client-message-no-lf): Abolish.
892 * irchat-300.el, irchat-xemacs.el, irchat-commands.el: Do not
893 require `irchat-dcc' and `irchat-mail'.
895 * irchat-dcc.el (irchat-command-dcc-send): Remove autoload cookie.
897 1999-09-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
899 * irchat-inlines.el (forward-line): Do not advise.
901 * irchat-intl.el: Do not require `alist'; require `mcharset',
902 `static' and `cl' during compilation.
903 (irchat-intl-msgid-regexp): Fix regexp.
904 (irchat-intl-msgstr-regexp): Ditto.
905 (irchat-intl-set-msgstr): Abolish.
906 (irchat-intl-load-catalogue): Optimize with side-effects.
908 * irchat.el (irchat): Load message catalogue only once.
910 1999-08-31 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
912 * irchat.el (irchat-close-server-internal): Use
913 `irchat-server-opened'.
915 * irchat-hilit.el (irchat-highlight-maybe-turn-on-widget):
918 * irchat-channel.el (irchat-channel-add-button): Use
919 `irchat-widget-convert-button'.
921 * irchat-nick.el (irchat-nick-insert): Use
922 `irchat-widget-convert-button'.
923 (irchat-nick-replace): Ditto.
925 * irchat-compat.el (irchat-widget-convert-button): New alias.
926 (irchat-widget-button-click): Alias to `widget-button-click'.
928 * irchat-emacs.el (irchat-widget-keymap): New variable.
929 (irchat-emacs-widget-convert-button): New function.
930 (irchat-emacs-widget-button-click): New function.
931 (irchat-widget-convert-button): Redefine here.
932 (irchat-widget-button-click): Redefine here.
934 * irchat-url.el (irchat-url-add-buttons): Use
935 `irchat-widget-convert-button'.
937 1999-08-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
939 * irchat-emacs.el (irchat-emacs-splash): Use `fontset-pixel-size'.
941 1999-08-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
943 * irchat-compat.el: Do not require `wid-browse' during
945 (irchat-widget-button-click): New function.
947 * irchat-emacs.el: Enclose autoloads with `eval-and-compile'.
948 (irchat-emacs-create-mode-line-image): Specify
949 `:ascent' property when creating the image.
950 (irchat-emacs-create-nick-image): Ditto.
952 1999-08-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
954 * Makefile.am (EXTRA_DIST): Add `irchat-emacs.el'.
956 * irchat-xemacs.el (irchat-xemacs-glyph-nick-buffer): Abolish.
957 (irchat-xemacs-glyph-nick-region): Remove interactive spec.
959 * irchat-intl.el: Do not require `mime-parse'.
961 * irchat-tcp.el: Bind `ssl-program-arguments'.
963 1999-08-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
965 * irchat-modules.el (irchat-modules-to-compile): Add
968 * irchat-xemacs.el (irchat-xemacs-glyph-nick-buffer): Refine.
970 * irchat-vars.el (irchat-icon-directory): Move from
971 `irchat-xemacs.el'.; To be used under FSF Emacs 20.4.91.
972 (irchat-nick-image-alist): Move from `irchat-xemacs.el'.
974 * irchat-emacs.el: New file.; Most of FSF Emacs specific routines
976 (irchat-emacs-icon-path): New macro.
977 (irchat-emacs-mode-line-buffer-identification): New function.
978 (irchat-emacs-mode-line-buffer-identification): New variable.
980 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
982 * liece.xpm: Reduce colors.
984 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
986 * irchat-x-face.el (irchat-x-face-insert-function): Don't use
987 `eval-when-compile' while checking bitmap-mule.
989 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
991 * irchat.el (irchat-splash-pixmap): Renamed from
992 `irchat-stipple-pixmap'; use the XPM data under FSF Emacs 20.4.91.
993 (irchat-x-splash): Likewise.
995 * irchat-channel.el (irchat-channel-virtual): Undo last change.
997 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
999 * irchat-400.el (irchat-handle-400-messages): Do not pass empty
1000 channel names to `irchat-channel-virtual'.
1002 * irchat-channel.el (irchat-channel-virtual): Make channel ID for
1003 `!' channels invisible from user.
1005 * irchat-vars.el (irchat-channel-id-length): Default to 5.
1007 1999-08-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1009 * irchat-300.el (irchat-353-channel): Abolish.
1010 (irchat-handle-366-message): Do not use `irchat-353-channel'.
1012 1999-08-13 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1014 * irchat-200.el (irchat-handle-218-message): Do not indent
1017 1999-08-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1019 * irchat-compat.el (with-timeout): New macro for compatibility.
1021 * irchat-xemacs.el: Check `horizontal-scrollbar-visible-p' for
1024 * irchat.el (irchat-open-server): Do not truncate trailing `_'.
1028 * irchat-handle.el (irchat-handle-mode-message): Handle channel
1030 (irchat-handle-join-message): Pass optional argument to
1033 * irchat-channel.el (irchat-channel-get-invites): New macro.
1034 (irchat-channel-add-invite): New macro.
1035 (irchat-channel-remove-invite): New macro.
1036 (irchat-channel-set-invite): New macro.
1038 * irchat-300.el: Handle channel invite list.
1039 (irchat-handle-346-message) <RPL_INVITELIST>: New handler.
1040 (irchat-handle-347-message) <RPL_ENDOFINVITE>: New handler
1042 1999-08-07 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1044 * irchat-200.el: Register 200 handler again.
1045 (irchat-handle-200-message): Do not indent explicitly.
1046 (irchat-handle-201-message): Likewise.
1047 (irchat-handle-213-message): Likewise.
1048 (irchat-handle-214-message): Likewise.
1049 (irchat-handle-262-message) <RPL_ENDOFTRACE>: New handler.
1051 * irchat-300.el (irchat-handle-365-message): Turn hops count into
1054 * irchat-xemacs.el (irchat-toolbar-map-button-list): Fix typo.
1056 1999-08-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1058 * irchat-intl.el (irchat-intl-load-catalogue): Add nil check.
1059 (irchat-intl-catalogue-path): Fix last change.
1061 1999-08-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1063 * irchat-window.el (irchat-window-load-style-file): Cache
1064 `irchat-window-style-directory'.
1066 * irchat-xemacs.el (irchat-xemacs-icon-path): Cache
1067 `irchat-icon-directory'.
1069 * irchat-intl.el (irchat-intl-catalogue-path): New macro.
1070 (irchat-intl-load-catalogue): Use it.
1072 * irchat-make.el (install-update-manifest-file): Fix for data
1074 (config-irchat-package-directory): Splitt into
1075 `config-irchat-package'.
1077 * irchat-xemacs.el: Do not require `smiley'.
1078 (irchat-xemacs-icon-path): New macro.
1079 (irchat-toolbar-icon-plist-get): Use it.
1080 (irchat-xemacs-setup-toolbar): Use it.
1081 (irchat-xemacs-create-nick-glyph): Use it.
1082 (irchat-xemacs-modeline-glyph): Use it.
1084 * irchat-vars.el (irchat-use-smiley): Abolish.
1086 * irchat-hilit.el (irchat-maybe-smiley-region): Abolish. If you
1087 want to use this functionality, please setup `irchat-insert-hook'.
1089 1999-08-05 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1091 * liece.xpm: New splash logo.
1093 * irchat-xemacs.el (irchat-xemacs-splash-at-point): Use
1094 `glyph-width', `glyph-height' and `window-pixel-height' to
1095 calculate position of the splash logo.
1097 1999-08-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1099 * irchat-compat.el (irchat-find-data-directory): Move from
1102 * irchat-intl.el: Use new style macros.
1103 (irchat-intl-parse-Content-Type): Check statically if
1104 `mime-content-type-parameter' is available.
1105 (irchat-intl-load-catalogue): Use `irchat-find-data-directory'.
1107 * irchat.el (irchat-open-server): Add server parameter `relay'.
1109 * irchat-window.el (irchat-window-set-default-style): Use
1110 `irchat-find-data-directory'.
1112 * irchat-tcp.el: Fix comment string.
1113 (irchat-tcp-open-rlogin-stream): New function.
1114 (irchat-tcp-open-rlogin-stream-as-binary): New function.
1115 (irchat-tcp-default-connection-type): Add rlogin to custom spec.
1116 (irchat-tcp-rlogin-program): New variable.
1117 (irchat-tcp-relay-host): New variable.
1118 (irchat-tcp-rlogin-parameters): New variable.
1119 (irchat-tcp-rlogin-user-name): New variable.
1121 1999-08-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1123 * irchat-config.el (irchat-config-info-file-regexp): New variable.
1125 * irhcat-hilit.el: Require font-lock during compilation.
1127 * irchat-vars.el (irchat-tab-stop-list): New variable.
1129 * irhcat-000.el, irchat-200.el, irchat-300.el, irchat-400.el,
1130 irchat-ctcp.el: Do not use `mapcar' when registering handlers.
1132 * irchat-misc.el (irchat-find-etc-directory): New function.
1134 * irchat.el: Add autoloads for
1135 `bitmap-stipple-xbm-file-to-stipple' and
1136 `bitmap-stipple-insert-pixmap'.
1138 * irchat-xemacs.el (irchat-x-face-insert-with-xemacs): Use xface
1139 glyph if this feature has been provided and `console-type' returns
1140 'tty or 'pc, or otherwise make string glyph.
1141 [Rename from overriding function `irchat-x-face-insert']
1142 (irchat-xemacs-create-nick-glyph): Call `console-type' instead of
1143 referring `window-system'.
1144 (irchat-xemacs-modeline-glyph): Check current console type.
1145 (irchat-xemacs-splash-at-point): Ditto.
1146 (irchat-find-etc-directory): Advise it.
1148 * irchat-compat.el (irchat-static-autoload): New macro.
1149 (colon-keyword-usable): New facility checking.
1151 * irchat-x-face.el: Add autoloads for `x-face-encode',
1152 `x-face-read-existing-file-name', `bitmap-insert-xbm-buffer',
1153 `bitmap-decode-xbm', `bitmap-read-xbm-buffer' and `bitmap-compose'.
1154 (irchat-x-face-insert-function): New variable.
1155 (irchat-x-face-insert-with-bitmap): Rename from overriding
1156 function `irchat-x-face-insert'.
1158 * irchat-url.el: Do not check with requiring browse-url. Assume
1159 that function `browse-url' have already been autoloaded.
1161 1999-08-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1163 * irchat.el (irchat-command-mode): Set local value of
1164 `next-line-add-newlines' 't.
1165 (irchat-wait-for-response): Use `with-timeout'.
1166 (irchat): Do not use `make-variable-buffer-local' when
1167 `irchat-freeze' and `irchat-own-freeze' are initialized.
1168 (irchat-dialogue-mode): Define `irchat-freeze' and
1169 `irchat-own-freeze' here.
1171 * irchat-misc.el (next-line): Abolish.
1173 * irchat-handle.el (irchat-handle-nick-message): Fix typo.
1175 1999-07-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1177 * irchat-inlines.el (string-list-modify-ignore-case): Fix typo.
1179 1999-07-29 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1181 * irchat-make.el: Generate file `MANIFEST.liece'.
1182 (install-update-manifest-file): New function.
1184 1999-07-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1186 * irchat-commands.el (irchat-command-end-of-buffer): Do not use
1189 * irchat-300.el (irchat-handle-367-message): Use
1190 `irchat-channel-add-ban' instead of temp variable.
1191 (irchat-367-channel): Abolish.
1192 (irchat-367-regexps): Abolish.
1193 (irchat-handle-348-message): New handler for handling channel
1195 (irchat-handle-349-message): New handler for handling channel
1198 1999-07-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1200 * irchat-handle.el (irchat-handle-mode-message): Handle channel
1203 * irchat-channel.el: (irchat-channel-get-exceptions): New macro.
1204 (irchat-channel-add-exception): New macro.
1205 (irchat-channel-remove-exception): New macro.
1206 (irchat-channel-set-exception): New macro.
1208 1999-07-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1210 * irchat-commands.el (irchat-command-end-of-buffer): Do not use
1212 (irchat-command-describe-briefly): Do not use backquote.
1214 1999-07-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1216 * irchat-compat.el: Do not refer `widget-minor-mode-map'.
1218 * irchat-hilit.el (irchat-highlight-maybe-turn-on-widget): Use
1219 `current-local-map' instead of `widget-minor-mode-map'.
1223 * irchat-q-ccl.el (irchat-quote-ccl-encode-region): Fix typo.
1225 * irchat-crypt.el: Add autoload for `crc32-string'.
1226 (irchat-crypt-hash-crc32-string): New function.
1227 (irchat-crypt-default-hash-function): New variable.
1228 (irchat-crypt-key-fingerprint): Rewrite with above functions.
1230 * irchat-handle.el (irchat-handle-topic-message): Fix argument
1231 order of `irchat-channel-set-topic'.
1233 * irchat-misc.el (irchat-maybe-update-channel-indicator): Abolish.
1234 Call `irchat-set-channel-indicator' directly.
1236 * irchat-nick.el (irchat-nick-replace): Remove widgets.
1238 * irchat-menu.el (irchat-nick-popup-menu): Move "Kick" menu to the
1239 bottom of menu entries.
1241 * irchat-xemacs.el (irchat-xemacs-setup-menu): Ditto.
1243 1999-07-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1245 * irchat-globals.el (irchat-frame-title-format-last): Abolish.
1247 * irchat.el (irchat-accept-response): Call `irchat' with no
1248 arguments. Here's the point that take care of growing tail.
1249 (irchat): Call `irchat-window-configuration-pop' and
1250 `irchat-window-configuration-push' consequently.
1252 * irchat-commands.el (irchat-command-keepalive): Call `irchat'
1255 * irchat-filter.el (irchat-sentinel): Call `irchat' with no
1258 * irchat-window.el: Add window configuration stack utility.
1259 (irchat-window-configuration-push): New function.
1260 (irchat-window-configuration-pop): New function.
1261 (irchat-window-configuration-stack): New variable.
1263 * irchat-compat.el: Require wid-edit and wid-browse during
1265 (widget-minor-mode-map): Bind `mouse-button-3'.
1266 (irchat-dont-set-event-point): New advice against
1267 `widget-button-click' for FSF Emacs.
1268 (irchat-save-current-buffer): New advice against
1269 `widget-button-click' for FSF Emacs.
1270 (remassq): New function.
1272 * irchat-channel.el (irchat-channel-push-button): Abolish.
1273 (irchat-channel-list-insert): Abolish.
1274 (irchat-channel-button): New widget.
1275 (irchat-channel-add-button): New function.
1276 (irchat-channel-button-action): New function.
1278 * irchat-url.el: Use widget.
1279 (irchat-url-link): New widget.
1280 (irchat-url-add-button): New function.
1281 (irchat-url-iterate-buffer): Abolish.
1282 (irchat-url-search-forward): Abolish.
1283 (irchat-url-add-to-completion): Abolish
1284 (irchat-url-link-action): Renamed from irchat-url-push-button.
1286 * irchat-hilit.el: Renamed from irchat-hilight.el.
1287 (irchat-highlight-overlay-put-mouse-face): Abolish.
1288 (irchat-highlight-insert-with-mouse-face): Abolish.
1289 (irchat-highlight-insert-line-with-mouse-face): Abolish.
1290 (irchat-highlight-with-widget): Abolish.
1291 (irchat-url-face): Abolish.
1292 (irchat-mouse-face): Abolish.
1293 (irchat-highlight-maybe-turn-on-widget): New function.
1294 This function turns on `widget-minor-mode' in
1295 `irchat-nick-mode', `irchat-channel-list-mode' or
1296 `irchat-dialogue-mode'.
1298 1999-07-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1302 * irchat.el (irchat-override-command-keys): Bind "\C-c\C-a" to
1303 `irchat-command-previous-channel'.
1305 * irchat-crypt.el: Add routines for encapsulate cipher algorithms.
1306 (irchat-crypt-import-cipher-algorithm): New function.
1307 (irchat-crypt-key-fingerprint): New function.
1308 (irchat-crypt-build-decryption-key): New function.
1309 (irchat-crypt-build-encryption-key): New function.
1310 (irchat-crypt-encrypt-string): New function.
1311 (irchat-crypt-decrypt-string): New function.
1312 (irchat-crypt-algorithm-major-version): New function.
1313 (irchat-crypt-algorithm-minor-version): New function.
1314 (irchat-crypt-secure-passphrase-read): Abolish.
1315 (irchat-crypt-ignore-suspicious): Abolish.
1316 (irchat-crypt-ignore-defected): Abolish.
1317 (irchat-get-idea-decryption-key): Abolish.
1318 (irchat-command-set-default-key): Check if this function was
1319 called interactively.
1320 (irchat-command-add-decryption-key): Renamed from
1321 `irchat-command-add-new-key'.
1322 (irchat-command-delete-decryption-key): Renamed from
1323 `irchat-command-delete-key'.
1324 (irchat-crypt-decryption-keys): Renamed from
1325 `irchat-crypt-known-keys'.
1326 (irchat-crypt-encryption-keys): Renamed from
1327 `irchat-crypt-default-keys'.
1329 * irchat-coding.el (irchat-default-mime-charset-for-read): New
1330 variable. Default to 'x-ctext.
1332 * irchat-compat.el: Do not require 'defface.
1333 (irchat-compat-enable-to-read-multibyte): Abolish.
1335 * irchat-modules.el (irchat-modules-to-compile): Remove
1336 `irchat-ck-*' and `defface'. Use `japanese-zenkaku-*' with hook.
1338 * irchat-vars.el (irchat-convert-hankaku-katakana): Abolished.
1340 * irchat-inlines.el: All string functions are rewritten.
1342 1999-07-05 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1344 * irchat-ctcp.el: Register ACTION handler.
1346 1999-07-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1348 * irchat-version.el (irchat-emacs-user-agent-value): Modify for
1349 XEmacs UTF-2000-MULE.
1351 * irchat-crypt.el: Do not use IDEA as the default cipher algorithm.
1352 (irchat-crypt-cipher-algorithm): New variable.
1353 (irchat-crypt-encrypt-message-format): Add version field of
1354 the cipher algorithm.
1355 (irchat-crypt-current-keys): Always restore the computed keys into
1356 this variable. [Renamed from irchat-default-idea-key-list]
1358 1999-06-26 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1360 * irchat-xemacs.el (irchat-use-toolbar): Add custom spec.
1361 (irchat-toolbar-toggle-crypt): Check irchat-use-toolbar.
1362 (irchat-setup-toolbar): Ditto.
1364 1999-06-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1368 * irchat.el (irchat-define-keys): Rewrite.
1369 (irchat-truncate-nickname): Rewrite; rename from irchat-read-nickname.
1371 * irchat-handle.el, irchat-400.el, irchat-300.el, irchat-200.el,
1373 Declarations of hook variables are splitted into each file.
1375 * irchat-300.el: Register 322 reply handler.
1377 1999-06-11 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1379 * irchat.el (irchat-dialogue-mode-map): Bind mouse-button-2 to
1380 irchat-url-push-button.
1382 * irchat-url.el (irchat-url-push-button): Check all overlays
1385 * irchat-filter.el (irchat-handle-message): Ignore errors which
1386 occurs during hook evaluation.
1388 * irchat-ctcp.el (irchat-ctcp-message): Ignore errors which
1389 occurrs during hook evaluation.
1390 (irchat-ctcp-notice): Likewise.
1391 (irchat-ctcp-file-notice): Likewise.
1393 * irchat-channel.el (irchat-channel-push-button): Use
1394 irchat-overlays-at instead of overlays-at.
1396 1999-06-10 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1398 * irchat-hilight.el (irchat-quoted-colors-mirc):
1399 Rename from irchat-quoted-colors.
1400 (irchat-quoted-colors-ircle): New color table.
1401 (irchat-highlight-maybe-hide-prefix): Fix regexp.
1402 (irchat-highlight-colorize-quote): Check vender specific extension.
1404 * irchat-channel.el (irchat-channel-push-button):
1405 Check all overlays under the point.
1407 * irchat-filter.el: Rename default backend name to "generic".
1409 * irchat-handle.el: Use multiple values bindings.
1410 (irchat-handle-notice-message): Fix argument against
1413 *irchat-misc.el (irchat-compose-time-string): Use
1414 format-time-string. Now only accepts encoded time.
1416 * irchat-misc.el (irchat-pick-buffer): Check if chnl is string and
1417 apropriate buffer does not exist.
1418 (irchat-pick-buffer-1): Do not return buffer list.
1420 1999-06-10 Daiki Ueno <ueno@unixuser.org>
1422 * irchat.el (irchat-debug-mode-map): Abolish.
1423 (irchat-debug-keys): Abolish.
1424 (irchat-command-keys): Fix return key code.
1426 * irchat-window.el (irchat-window-to-buffer):
1427 Remove irchat-debug-buffer.
1429 * irchat-vars.el (irchat-debug-mode-hook): Abolish.
1430 (irchat-debug-prefix): Abolish.
1432 * irchat-nick.el (irchat-nick-equal): New alias to string-ci-equal.
1433 (irchat-nick-member): New function.
1434 (irchat-command-toggle-nick-buffer-mode): Do not toggle when
1435 irchat-nick-buffer has not been created.
1437 * llhandler.el, irchat-modules.el (irchat-modules-to-compile):
1440 * irchat-misc.el (irchat-split-line): New function.
1441 (irchat-split-rest): Abolish.
1442 (irchat-with-split-rest): Abolish.
1443 (irchat-maybe-update-channel-indicator): Do not use backquote.
1444 (irchat-freeze-toggle): Use irchat-nick-equal.
1445 (irchat-message-from-ignored): Rename from irchat-msg-from-ignored.
1447 * irchat-message.el (irchat-message-parent-buffer):
1448 Use irchat-nick-equal.
1450 * irchat-make.el (compile-irchat): Add comments.
1452 * irchat-intl.el (irchat-intl-prepare-prefix):
1453 Do not treat irchat-debug-prefix.
1455 * irchat-inlines.el (filter-elements): Move from irchat-compat.
1457 * irchat-globals.el (irchat-debug-buffer): Remove.
1459 * irchat-crypt.el (irchat-idea-encrypt-message-format): Rename from
1460 irchat-idea-encrypt-msg-format.
1461 (irchat-crypt-maybe-decrypt-message): Use irchat-nick-equal.
1463 * irchat-compat.el: Require cl at load time.
1464 (buffer-or-string-p): Remove.
1465 (irchat-get-buffer-window): Enclose with eval-and-compile.
1466 (irchat-get-buffer-window-list): Ditto.
1467 (irchat-mode-line-buffer-identification): New alias to 'identity.
1468 (mapvector): Remove.
1470 * irchat-commands.el (irchat-command-debug): Abolished.
1471 (irchat-command-join-channel): Use irchat-channel-equal.
1472 (irchat-command-join): Use force-mode-line-update.
1473 (irchat-command-private-conversation): Ditto.
1474 (irchat-command-list): Check if 1st argument is empty string.
1475 (irchat-command-who): Ditto.
1476 (irchat-command-names): Ditto.
1477 (irchat-command-mode+o): Use irchat-nick-member.
1479 * irchat-channel.el (irchat-command-toggle-channel-buffer-mode):
1481 irchat-channel-buffer has not been created.
1483 * irchat-handle.el, irchat-filter.el, irchat-dcc.el,
1484 irchat-ctcp.el, irchat-500.el, irchat-400.el, irchat-300.el,
1485 irchat-200.el, irchat-000.el: Use llunf instead of llhandler.
1487 * llunf.el: New file.
1489 * idea.el, b64.el (>>): Move from irchat-compat.
1492 1999-06-06 Daiki Ueno <ueno@unixuser.org>
1494 * irchat-misc.el (irchat-freeze-toggle): Use force-mode-line-update.
1495 (irchat-own-freeze-toggle): Ditto.
1497 * irchat-dcc.el: Require irchat-minibuf.el.
1498 (irchat-command-dcc-send): Use
1499 irchat-minibuffer-completing-default-read.
1500 (irchat-command-dcc-chat-listen): Ditto.
1502 1999-06-04 Daiki Ueno <ueno@unixuser.org>
1504 * irchat.el (irchat-override-command-keys): Add "\C-v" and "l".
1505 (irchat-dialogue-keys): Remove "\C-v" and "\C-f".
1507 * irchat.el (irchat-override-command-keys):
1508 Add "\C-n", "\C-p" and "\C-a".
1509 (irchat-dialogue-keys): Remove "\C-n" and "\C-p".
1511 * irchat-nick.el (irchat-nick-set-user-at-host): New macro.
1512 (irchat-nick-mark-as-apart): New macro.
1513 (irchat-nick-unmark-as-apart): New macro.
1515 * irchat-version.el (irchat-emacs-user-agent-value):
1516 Ignore parenthesis in
1517 `emacs-version' for XEmacs 21.2.15.
1519 1999-06-03 Daiki Ueno <ueno@unixuser.org>
1521 * irchat-handle.el, irchat-dcc.el, irchat-500.el, irchat-300.el,
1522 irchat-200.el: Do not check "strange" reply.
1524 * irchat-message.el (irchat-message-parent-buffer):
1525 Check if irchat-current-channel exists.
1527 * irchat-coding.el: Do not require irchat-vars.
1529 * irchat-menu.el (irchat-nick-popup-menu):
1530 Enclose save-selected-window.
1532 * irchat-misc.el (irchat-get-buffer-create): Do not use unless.
1534 * irchat-nick.el (irchat-nick-change): Set chnl property internally.
1536 * irchat-dcc.el (irchat-command-dcc-chat-listen):
1537 Use irchat-get-buffer-create instead
1538 of get-buffer-create.
1539 (irchat-command-dcc-chat-connect): Ditto.
1540 (irchat-dcc-compare-hostnames): Ditto.
1542 * irchat-ctcp.el (irchat-file-start):
1543 Use irchat-get-buffer-create instead of
1545 (irchat-file-cont): Ditto.
1546 (irchat-file-end): Ditto.
1547 (irchat-ctcp-client-notice): Ditto.
1549 * irchat.el (irchat-open-server-internal):
1550 Use irchat-get-buffer-create instead of
1552 (irchat-dialogue-setup-buffer): Ditto.
1553 (irchat-others-setup-buffer): Ditto.
1554 (irchat-channel-list-setup-buffer): Ditto.
1555 (irchat-private-setup-buffer): Ditto.
1556 (irchat-KILLS-setup-buffer): Ditto.
1558 1999-06-02 Daiki Ueno <ueno@unixuser.org>
1560 * irchat-xemacs.el (irchat-xemacs-nick-popup-menu):
1561 Remove save-excursion.
1563 * irchat-channel.el (irchat-channel-push-button):
1564 Remove save-excursion, just use save-selected-window instead.
1565 (irchat-channel-real): Remove save-match-data.
1567 * irchat.el (irchat-clear-system):
1568 Check irchat-obarray has been initialized.
1570 * Makefile.am (SOURCES): Add irchat-message.el and irchat-coding.el.
1571 (EXTRA_DIST): Add liece.xbm.
1573 1999-06-02 Daiki Ueno <ueno@unixuser.org>
1577 * irchat-url.el (url-irc-liece): New function.
1578 [should be called from url-irc.el]
1580 * Makefile.am (EXTRA_DIST): Add bitmap-stipple.
1582 1999-06-02 Daiki Ueno <ueno@unixuser.org>
1584 * irchat-coding.el (irchat-detect-coding-region): New function.
1585 (irchat-detect-coding-region-function): Use above.
1587 * irchat-coding.el (irchat-detect-coding-string): New function.
1588 (irchat-detect-coding-string-function): Use above.
1590 * irchat-channel.el (irchat-channel-push-button):
1591 Switch to channel list buffer.
1593 1999-06-02 Daiki Ueno <ueno@unixuser.org>
1595 * irchat-nick.el (irchat-nick-update-region): Undo last change.
1597 * irchat-menu.el (irchat-nick-popup-menu): Switch to nick buffer.
1599 * irchat-filter.el: fix comments.
1600 (irchat-filter): Split multiple lines without string matching.
1601 (irchat-handle-message): Renamed from irchat-handle-message-2.
1602 (irchat-parse-user-at-host): New function.
1604 * irchat-coding.el (irchat-detect-coding-region-function): Renamed from
1605 irchat-custom-detect-coding-region-function.
1606 (irchat-detect-coding-string-function): Renamed from
1607 irchat-custom-detect-coding-string-function.
1609 1999-06-01 Daiki Ueno <ueno@unixuser.org>
1611 * irchat.el (irchat-command-mode): Do not use mapvector.
1613 * irchat-handle.el (irchat-handle-notice-msg): Fix arguments against
1614 with-irchat-decryption.
1615 (irchat-handle-privmsg-msg): Likewise.
1617 * irchat-commands.el (irchat-command-send-message): Fix arguments of
1618 with-irchat-encryption.
1619 (irchat-command-message): Likewise.
1621 * irchat-crypt.el (irchat-crypt-maybe-decrypt-message):
1622 Exchange car with cdr in arglist.
1623 (with-irchat-encryption): Accept flat arglist.
1624 (with-irchat-decryption): Likewise.
1626 * irchat.el (irchat-nick-mode-map): Define as prefix commands.
1628 * irchat.el (irchat-channel-mode): Eliminate channel indicator.
1629 (irchat-others-mode): Likewise.
1630 (irchat-dialogue-mode): Likewise.
1632 * irchat-misc.el (irchat-set-channel-indicator):
1633 Eliminate channel indicator.
1635 * irchat-ctcp.el (irchat-ctcp-action-msg):
1636 Use irchat-display-message.
1638 1999-06-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1640 * irchat-400.el: Remove redundancies on regexps.
1641 (irchat-handle-432-msg) <ERR_ERRONEUSNICKNAME>: Rewrite.
1642 (irchat-handle-433-msg) <ERR_NICKNAMEINUSE>: Resend NICK command only
1643 if irchat-auto-iterate-nick is non-nil.
1645 * irchat.el (irchat-command-keys): Add irchat-command-mode+o,
1646 irchat-command-mode-o, irchat-command-mode+v, irchat-command-mode-v.
1647 XXX: Should be prefixed commands?
1649 1999-05-31 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1651 * irchat-message.el (irchat-message-predicate):
1652 Normalize irchat-message-blackets-predicate.
1654 * irchat-inlines.el (irchat-eval-form): New function.
1656 * irchat-message.el (irchat-message-predicate):
1657 Rename specifier typep to type.
1659 * irchat-misc.el (irchat-own-channel-message):
1660 Bind irchat-message-direction 'outgoing.
1661 (irchat-own-private-message): Ditto.
1663 * irchat-message.el (irchat-message-tags): New variable.
1664 (irchat-message-tags-function): New function.
1665 (irchat-message-private-buffer): Abolished.
1666 Use irchat-message-buffer-function.
1668 1999-05-31 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1670 * irchat-nick.el (irchat-nick-update-region):
1671 Move opening save-excursion.
1673 * irchat-channel.el (irchat-channel-push-button):
1674 Move point to event ocurred position before calling
1675 irchat-nick-update-region.
1677 * irchat-nick.el (irchat-nick-update-region):
1678 Remove argument event from arglist.
1680 * irchat-menu.el (irchat-nick-popup-menu):
1681 Move point to event ocurred position before calling
1682 irchat-nick-update-region.
1684 * irchat-xemacs.el (irchat-xemacs-setup-menu):
1685 Remove argument event from arglist.
1686 (irchat-xemacs-nick-popup-menu): Move point to event ocurred
1687 position before calling irchat-nick-update-region.
1689 * irchat.el: Use modern key sequence expression.
1690 (irchat-command-map): New keymap which override
1691 irchat-dialogue-keys with prefix command ("\C-c").
1692 (irchat-friends-map): New keymap. [prefix command for friends]
1693 (irchat-dialogue-keys): Import some useful command keys.
1695 * irchat-channel.el (irchat-channel-parse-representation):
1696 To remove let, construct representation object directly.
1698 * irchat-channel.el (irchat-channel-list-insert): Remove format.
1700 * irchat-vars.el: Do not require mcharset.
1702 * irchat.el (irchat-nick-mode-map): Do not check xemacs.
1704 * irchat-xemacs.el (irchat-nick-popup-menu): New alias to
1705 irchat-xemacs-nick-popup-menu which override original one.
1707 * irchat-compat.el: Use emu's mouse-button emulation.
1708 (irchat-button2): Abolished.
1709 (irchat-button3): Abolished.
1711 * irchat-vars.el (irchat-variables-files): Do not load
1712 `~/.irchat3_vars.el' at startup time.
1714 * irchat-vars.el (irchat-debug-prefix): Clear.
1716 * irchat.el: Do not check `set-face-stipple' is bound.
1717 (irchat-x-splash): Add interactive spec.
1719 1999-05-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1721 * irchat.el (irchat-x-splash): Do centering.
1723 * bitmap-stipple.el (bitmap-stipple-insert-pixmap):
1724 Add optional argument center.
1726 * liece.xbm: New file.
1728 * irchat.el: Check if liece.xbm exists.
1730 * irchat.el (irchat-stipple-pixmap): New variable.
1731 (irchat-x-splash): New function.
1733 * bitmap-stipple.el: New file.
1735 * irchat-modules.el (irchat-modules-to-compile): Add bitmap-stipple.
1737 * irchat-commands.el (irchat-command-send-action): Fix typo.
1739 * irchat-hilight.el (irchat-highlight-font-lock-keywords):
1742 * irchat-inlines.el (irchat-or): New function.
1743 (irchat-and): New function.
1745 * irchat-filter.el (irchat-handle-msg-msg): Abolished.
1747 * irchat-crypt.el (irchat-message-encrypted-p): Move into
1749 (irchat-message-suspicious-p): Ditto.
1750 (irchat-message-garbled-p): Ditto.
1751 (irchat-message-fingerprint): Ditto.
1752 (irchat-message-timestamp): Ditto.
1754 * irchat-vars.el: All format strings are removed.
1755 (irchat-format-string): Abolished.
1757 * irchat-modules.el (irchat-modules-to-compile): Add
1760 * irchat-dcc.el (irchat-dcc-chat-filter): Use
1761 irchat-display-message.
1763 * irchat-commands.el (irchat-command-send-action):
1764 Bind irchat-message-type.
1766 * irchat-handle.el (irchat-handle-privmsg-msg):
1767 Use irchat-display-message.
1768 (irchat-handle-privmsglike-msg): Abolished.
1770 * irchat-misc.el (irchat-own-channel-message):
1771 Use irchat-display-message.
1772 (irchat-own-private-message): Likewise.
1774 * irchat-message.el: New file.
1776 1999-05-29 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1778 * irchat.el, irchat-vars.el (irchat-before-kill-emacs-hook): New hook.
1780 1999-05-29 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1782 * irchat-vars.el (irchat-signoff-message):
1783 Renamed from irchat-signoff-msg.
1785 * irchat.el (irchat-obarray-size): Moved from irchat-globals.el.
1787 * irchat-globals.el: Remove obsolete variables.
1789 * irchat-ctcp.el (irchat-client-error-message):
1790 Moved from irchat-globals.el.
1792 * irchat-commands.el (irchat-save-variables-are-dirty): Renamed
1793 from irchat-save-vars-is-dirty.
1794 (irchat-command-send-action): Add prefix.
1796 * irchat-400.el (irchat-nickname-last): Renamed from
1797 irchat-old-nickname.
1799 * irchat-000.el (irchat-servername): Abolished.
1801 1999-05-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1803 * irchat-crypt.el: Do not require 'idea.
1805 * irchat-commands.el (irchat-command-message): Treat channel target.
1807 * irchat-300.el (irchat-handle-317-msg) <RPL_WHOISIDLE>:
1808 Add argument rest to match-string.
1810 1999-05-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1814 * irchat.el (irchat-command-keys): Do not bind lisp-complete-symbol.
1816 * irchat-commands.el (irchat-command-load-vars): Enclose body with
1818 (irchat-command-complete): Use irchat-minibuffer-finalize-completion.
1819 (get-word-left): Abolished.
1820 (irchat-switch-to-channel-1): New function.
1821 (irchat-switch-to-channel): Use irchat-switch-to-channel-1.
1822 (irchat-switch-to-channel-no): Likewise.
1823 (irchat-command-message): Check crypt-type.
1825 * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
1826 Complete ban patterns.
1827 (irchat-minibuffer-parse-modes): Rename property 'uah to 'ban.
1829 * irchat-handle.el (irchat-handle-mode-msg):
1830 Use irchat-channel-set-ban.
1832 * irchat-channel.el (irchat-channel-add-ban): New macro.
1833 (irchat-channel-remove-ban): New macro.
1834 (irchat-channel-set-ban): New macro.
1835 (irchat-channel-get-bans): New function.
1838 (irchat-handle-317-msg) <RPL_WHOISIDLE>: Remove condtionals for
1839 obsolete servers. [2.5 or 2.6].
1840 (irchat-handle-367-msg) <RPL_BANLIST>: Treat it as generic long
1842 (irchat-367-channel): New variable.
1843 (irchat-367-regexps): New variable.
1844 (irchat-handle-368-msg) <RPL_ENDOF_BANLIST>: Save ban patterns as
1847 1999-05-26 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1849 * irchat.el (irchat-clear-system):
1850 Use dotimes when initializing irchat-obarray.
1852 1999-05-26 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1854 * irchat.el (irchat-command-keys):
1855 Bind irchat-command-display-friends.
1857 * irchat-commands.el (irchat-command-display-friends): New command.
1859 * irchat-vars.el (irchat-display-friends-function): New variable.
1861 * irchat-300.el (irchat-303-display-friends): New function.
1862 (irchat-303-display-all-friends): New function.
1864 * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
1865 Complete nickname using operators and voices.
1866 (irchat-minibuffer-parse-modes): Likewise.
1867 (irchat-minibuffer-finalize-completion): Notice no match found.
1869 * Makefile.am: New file.
1871 1999-05-25 UENO Daiki <daiki@kiss.kake.info.waseda.ac.jp>
1873 * irchat.el (irchat-others-mode): Set parent mode explicitly.
1874 (irchat-channel-mode): Ditto.
1876 1999-05-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1878 * irchat-minibuf.el (irchat-minibuffer-parse-modes): Parse ban
1881 * irchat-200.el (irchat-handle-206-msg) <RPL_TRACESERVER>:
1882 Use multiline display format.
1883 (irchat-handle-214-msg) <RPL_STATSNLINE>: Likewise.
1884 (irchat-handle-213-msg) <RPL_STATSCLINE>: Likewise.
1886 * irchat-ctcp.el (irchat-client-insert): Quote format string.
1888 1999-05-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1892 * irchat-ctcp.el (irchat-minibuffer-complete-client-query): Use
1893 `irchat-minibuffer-finalize-completion'.
1895 * irchat-minibuf.el (irchat-minibuffer-finalize-completion): New
1897 (irchat-minibuffer-complete-channel-modes): Use above.
1899 * irchat.el (irchat-check-buffers): Fix loop condition.
1901 1999-05-23 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1903 * irchat-dcc.el (irchat-dcc-message): New function.
1905 * irchat-nick.el (irchat-nick-join-1): Check dups.
1907 * irchat-ctcp.el (irchat-client-insert): New function.
1909 * irchat-commands.el (irchat-command-prepare-message-prefix):
1911 (irchat-command-prepare-own-message-prefix): Ditto.
1913 * irchat-misc.el (irchat-own-private-message): Generate prefix
1914 string automatically.
1915 (irchat-own-channel-message): Likewise.
1917 1999-05-22 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1919 * irchat-compat.el (run-hook-with-args-until-success): Abolished.
1921 * irchat.el (irchat-command-mode): Change mode-line-format.
1922 (irchat-open-server): Save password.
1923 (irchat-insert-internal): Rewrite.
1925 * irchat-200.el (irchat-handle-215-msg) <RPL_STATSILINE>:
1927 (irchat-handle-242-msg) <RPL_STATSUPTIME>: Cut off preceding `:'.
1928 (irchat-handle-205-msg) <RPL_TRACEUSER>: Fix typo.
1929 (irchat-handle-218-msg) <RPL_STATSYLINE>: Fix display format.
1931 1999-05-13 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
1933 * irchat-inlines.el (format-quote): Abolished.
1935 * irchat-ctcp.el (irchat-ctcp-action-msg): Pass arguments to
1938 * irchat-hilight.el (irchat-highlight-turn-on-font-lock): Make
1939 `after-change-hook' local.
1941 1999-05-12 sphere <sphere@pop12.odn.ne.jp>
1943 * irchat-url.el (irchat-command-browse-url): Fix typo.
1945 1999-05-11 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
1947 * irchat-crypt.el (irchat-command-set-default-key): Fix typo.
1949 * irchat-window.el (irchat-command-set-window-style): Fix typo.
1951 * irchat-url.el (irchat-command-browse-url): Fix typo.
1953 * irchat-channel.el (irchat-channel-set-voice): Quote regexp.
1955 1999-05-09 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
1957 * irchat-ctcp.el (irchat-command-client-time): Fix typo.
1959 * irchat.el (irchat-channel-mode): Explicitly define as
1960 it derives from `irchat-dialogue-mode'.
1961 (irchat-others-mode): Ditto.
1963 * irchat-compat.el (irchat-kill-all-overlays): New function.
1965 * irchat-nick.el (irchat-nick-update): Do not switch to buffer.
1966 (irchat-nick-join): Do not check whether nickname has been inserted.
1967 (irchat-nick-update): Kill all overlays.
1969 * irchat-mail.el: Follow the value of `mail-user-agent'.
1970 (irchat-mail-pop-to-buffer): Abolished.
1971 (irchat-mail-compose-with-mail): Abolished.
1972 (irchat-mail-compose-with-gnus): Abolished.
1974 * irchat-inlines.el (nth1, nth1cdr):Abolished.
1975 (matching-substring): Abolished.
1976 (irchat-greater-flags): Abolished.
1978 1999-05-08 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
1980 * irchat-300.el (irchat-353-scan-channels): New macro.
1982 * irchat-minibuf.el (irchat-minibuffer-completing-default-read):
1983 Renamed from `irchat-completing-default-read'.
1984 (irchat-minibuffer-completing-sequential-read): Renamed from
1985 `irchat-completing-sequential-read'.
1987 * irchat-channel.el (irchat-channel-set-operator-1): Renamed from
1988 `irchat-set-channel-operator' within irchat-misc.el.
1989 Restrict its use to internal only.
1990 (irchat-channel-set-voice-1): Likewise.
1992 * irchat-commands.el (irchat-command-wait): Abolished.
1994 * irchat-nick.el (irchat-nick-update): Assume that the 2nd
1995 argument CHNL is one of channels we've already joined.
1997 * irchat-misc.el (irchat-change-nick-of): Change nicks, opers and
1998 voices properties properly.
1999 (irchat-change-nick-of-1): New function. Modify nick alist by
2001 (irchat-change-nick-of-2): New function which resembles above,
2002 but it acts on singular list.
2003 (irchat-greet-user): Abolished.
2004 (irchat-user-on-my-channel): Abolished.
2005 (irchat-user-on-this-channel): Abolished.
2007 * irchat-handle.el (irchat-handle-channel-msg): Do not use
2008 `irchat-change-nick-of' directly.
2009 (irchat-handle-nick-msg): Likewise.
2010 (irchat-handle-quit-msg): Likewise.
2012 1999-05-07 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2014 * irchat-commands.el (irchat-command-nickname): Do not set
2015 `irchat-real-nickname'.
2017 1999-05-06 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2021 * irchat-hilight.el (irchat-quoted-colors): New variable.
2022 (irchat-highlight-colorize-quote): New function.
2023 (irchat-highlight-turn-on-font-lock): Add buffer locality to
2024 some members of `after-change-hook'.
2026 * Makefile (install): Do not depend on `dcc'.
2028 1999-05-05 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2030 * irchat-handle.el (irchat-handle-part-msg): Call
2031 `irchat-channel-part' and `irchat-nick-part' exclusively.
2032 (irchat-handle-kick-msg): Likewise.
2034 * irchat-channel.el (irchat-channel-equal): New alias.
2035 (irchat-channel-member): Renamed from `irchat-channel-memberp'.
2036 (irchat-channel-join-internal): New function.
2037 (irchat-channel-part-internal): New function.
2039 * irchat-ctcp.el (irchat-ctcp-client-msg): Fix reply string.
2041 * irchat-minibuf.el (irchat-minibuffer-parse-modes): Completion
2042 fixed for ban pattern.
2044 * irchat-nick.el (irchat-nick-normalize): New macro.
2045 (irchat-nick-strip): New macro.
2046 (irchat-nick-parse-nick-after): New function.
2048 * irchat-handle.el (irchat-handle-silence-msg): New handler.
2050 1999-05-04 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2052 * irchat-handle.el (irchat-handle-part-msg): Fix quotation of part
2055 * irchat-400.el: Fix unconsistent user data returned from pirc.
2056 (irchat-handle-442-msg): `ERR_NOTONCHANNEL'.
2057 (irchat-handle-443-msg): `ERR_USERONCHANNEL'.
2059 * irchat-misc.el (irchat-update-thischannel): Abolished.
2061 * irchat-commands.el (irchat-channel-virtual): Save matched data.
2062 (irchat-channel-real): Likewise.
2064 * irchat-300.el (irchat-handle-364-msg): `RPL_LINKS'. Fix regexp.
2065 (irchat-handle-333-msg): New hander for `RPL_TOPICWHOTIME'.
2066 (irchat-handle-namereply-msg): Abolished.
2067 (irchat-handle-whoreply-msg): Abolished.
2069 * irchat-000.el (irchat-handle-005-msg): `RPL_MAP'.
2070 Support for ircu server mapping facility.
2071 (irchat-handle-006-msg): New handler for `RPL_MAPMORE'.
2072 (irchat-handle-007-msg): New handler for `RPL_MAPEND'.
2074 1999-05-03 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2076 * irchat-handle.el (irchat-handle-part-msg): Handle left message.
2078 * irchat-custom.el (irchat-connection-timeout): New variable.
2080 * irchat.el (irchat-accept-response): Add optional arg timeout.
2081 (irchat-accept-process-output): New function.
2082 (irchat-clear-system): Reset `irchat-timers-list-initialized-p'.
2083 (irchat-initialize-timers): Fix secs parameter.
2085 * irchat-xemacs.el (irchat-xemacs-run-at-time): New function.
2087 * irchat-compat.el (irchat-run-at-time): New alias.
2088 (irchat-cancel-timer): New alias.
2090 * irchat-commands.el (irchat-command-start-ison-timer): Abolished.
2091 (irchat-command-cancel-ison-timer): Abolished.
2093 * irchat-timer.el: Removed.
2095 1999-04-29 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2097 * irchat.el (irchat-initialize-timers): New function.
2099 * irchat-q-ccl.el (irchat-quote-ccl-decode-region): New function.
2100 (irchat-quote-ccl-encode-region): New function.
2102 * irchat-q-el.el (irchat-quote-el-decode-region): New function.
2103 (irchat-quote-el-encode-region): New function.
2105 * irchat-ctcp.el (irchat-complete-client): New macro.
2106 (irchat-complete-query): New macro.
2107 (irchat-command-client-time): New command.
2108 (irchat-ctcp-client-msg): Rename each *-msg-hook to *-hook.
2109 (irchat-minibuffer-complete-client-query): New function.
2111 * irchat-commands.el (irchat-command-activate-friends): Fix
2114 * irchat-compat.el (filter-elements): Add `lisp-indent-function'
2115 property with value 2.
2117 1999-04-28 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2119 * irchat-dcc.el (irchat-dcc-object): Implement as cl-struct.
2121 * irchat-compat.el (irchat-static-require): New macro.
2122 (irchat-static-require-if): New macro.
2123 (irchat-static-defun-if): New macro.
2127 1999-04-27 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2129 * README-styles.ja, TODO.ja, sample.dot.liece.ja: Removed.
2131 1999-04-26 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2133 * irchat-inlines.el: Require irchat-setup.
2135 * irchat-x-face.el: Use `static.el'.
2137 * irchat-handle.el (irchat-handle-join-msg): Set user-at-host
2138 information after calling `irchat-nick-join'.
2140 * irchat-globals.el (irchat-default-channel-candidate): New
2143 1999-04-22 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2145 * irchat-handle.el (irchat-handle-324-msg): Fix regexp.
2147 1999-04-16 Daiki Ueno <ueno@bleu.ueda.info.waseda.ac.jp>
2149 * irchat-xemacs.el: Add hooks to hide modelines.
2151 1999-04-12 Daiki Ueno <ueno@bleu.ueda.info.waseda.ac.jp>
2153 * irchat.el (irchat-refresh-windows): New function.
2155 * irchat-300.el: Remove all occurrences of `matching-substring'.
2156 (irchat-handle-352-msg): Do not pick-up channel buffer.
2158 * irchat-config.el, irchat-modules.el: New files.
2160 1999-04-07 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2162 * irchat.el (irchat-switch-to-channel-no-*): Use `dotimes' on the
2163 definitions of themselves.
2165 * irchat-vars.el (irchat-ignore-spec-convert): Fix tag.
2167 1999-04-06 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2169 * dcc.c (send_file): Use `get_address_externally'.
2170 (chat_listen): Likewise.
2172 1999-04-05 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2174 * getaddrinfo.c: Include `stdlib.h'.
2176 1999-04-04 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2180 * irchat-handle.el (irchat-handle-mode-msg): Fix channel mode parser.
2182 * irchat-commands.el (irchat-command-ban-kick): New command.
2183 (irchat-command-ban): New command.
2185 * irchat-ctcp.el (irchat-ctcp-version-msg): Eliminate the client
2187 (irchat-client-version-notice): Fix regexp.
2188 (irchat-client-version-insert): New function.
2190 * irchat-misc.el (irchat-repair-crlf): Fixed.
2192 1999-04-01 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2194 * tcp.c (NI_MAXHOST): Add check if it has been already defined.
2196 * irchat.el (irchat-command-keys): Bind `C-c C-j'.
2198 1999-03-31 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2200 * irchat-handle.el (irchat-handle-mode-msg): Fix regexp.
2202 * irchat-commands.el (irchat-command-finger): Add prefix arg.
2204 1999-03-30 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2206 * irchat-filter.el (irchat-handle-message): Fix regexp.
2208 * irchat-handle.el (irchat-handle-join-msg): Fix regexp.
2209 (irchat-handle-nick-msg): Fix regexp.
2211 1999-03-24 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2213 * irchat-commands.el (irchat-command-finger): Specify nick twice.
2215 * liece-faq.texinfo: Fix URI of APEL's ftp sites.
2217 1999-03-17 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2221 * irchat-crypt.el (with-irchat-encryption): New macro.
2222 (with-irchat-decryption): New macro.
2224 * irchat-compat.el (valid-plist-p): Fixed.
2226 * irchat-tcp.el (irchat-tcp-default-connection-type): Renamed from
2227 `irchat-tcp-connection-type'.
2228 (irchat-open-network-stream-as-binary): Add optional arg `type'.
2229 (irchat-open-network-stream): Likewise.
2231 * irchat-vars.el (irchat-server-alist): Add `:prescript' and
2234 1999-03-16 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2236 * irchat-compat.el: Require `pcustom'.
2237 (point-at-bol): Abolished. Use `line-beginning-position'.
2238 (point-at-eol): Abolished. Use `line-end-position'.
2242 * irchat-tcp.el: New file; TCP/IP emulation using external program.
2244 * irchat-compat.el (read-passwd): New function to keep compatibility.
2245 (passwd-echo): New variable to keep compatibility.
2247 * irchat-commands.el (irchat-command-who): Confirm really send WHO
2248 command with no arguments.
2249 (irchat-command-list): Likewise.
2250 (irchat-command-names): Likewise.
2252 * irchat-misc.el (irchat-set-crypt-indicator): Activate crypt mode
2253 also in private mode.
2254 (irchat-read-passwd): Abolished. Use `read-passwd'.
2256 * irchat-crypt.el (irchat-crypt-maybe-encrypt-message): Renamed
2257 from `irchat-crypt-with-encrypt-message'.
2258 (irchat-crypt-maybe-decrypt-message): Likewise.
2260 1999-03-15 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2262 * irchat-handle.el (irchat-handle-join-msg): Fix regexp.
2264 * irchat-hilight.el (irchat-highlight-maybe-hide-quote): Fixed.
2266 1999-03-14 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2270 * irchat-commands.el (irchat-command-poll-names): Check if
2271 `irchat-server-opened' returns t.
2272 (irchat-command-poll-friends): Likewise.
2274 * irchat-hilight.el (irchat-highlight-turn-on-font-lock): Remove
2275 all hooks before calling `turn-on-font-lock'.
2277 * irchat-compat.el (run-hook-with-args-until-success): Do not use
2278 `run-hook-with-args'.
2280 * irchat-filter.el (irchat-handle-message-2): Use
2281 `run-hook-with-args-until-success' instead of
2282 `run-hook-with-args'.
2284 * irchat-handle.el (irchat-handle-with-running-cleartext-hook):
2285 Use `run-hook-with-args-until-success' instead of
2286 `run-hook-with-args'.
2287 (irchat-handle-run-cleartext-hook): Likewise.
2288 (irchat-handle-run-hook-with-args): Likewise.
2290 * irchat-timer.el (irchat-start-timer): Use `run-at-time' with 1st
2291 argument 0 instead of nil.
2293 * irchat-ctcp.el (irchat-query-client-nick-maybe-change): Return
2294 with nil explicitly.
2296 * irchat-vars.el (irchat-service-spec): New widget.
2297 (irchat-service-spec-convert): New function; widget-converter.
2298 (irchat-server-spec): New widget.
2299 (irchat-server-spec-convert): New function; widget-converter.
2300 (irchat-ignore-spec): New widget.
2301 (irchat-ignore-spec-convert): New function; widget-converter.
2303 * irchat-url.el (irchat-command-browse-url): Use the URL added
2304 most recently, if `current-prefix' equals `-'.
2305 (irchat-url-browser-netscape): Do not bind the process buffer.
2307 * irchat-menu.el (irchat-menu-add-button): Add 3rd argument.
2309 1999-03-13 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2311 * irchat-xemacs.el: Use extents instead of overlays.
2312 (irchat-xemacs-put-text-property): New function.
2313 (irchat-xemacs-get-text-property): New function.
2314 (irchat-xemacs-kill-all-overlays): New function.
2315 (irchat-xemacs-overlays-at): New function.
2317 * irchat-compat.el (irchat-make-overlay): New emulation function.
2318 (irchat-delete-overlay): Ditto.
2319 (irchat-overlay-put): Ditto.
2320 (irchat-move-overlay): Ditto.
2321 (irchat-overlay-end): Ditto.
2322 (irchat-overlay-get): Ditto.
2323 (irchat-overlays-at): Ditto.
2324 (irchat-kill-all-overlays): Ditto.
2326 1999-03-12 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2328 * irchat-xemacs.el (irchat-toolbar-toggle-crypt): New function.
2329 (irchat-toolbar-icon-convert): New function; widget-converter.
2330 (irchat-toolbar-icon): New widget.
2331 (irchat-toolbar-icon-plist-get): New function.
2332 (irchat-toolbar-map-button-list): New function.
2333 (irchat-xemacs-setup-toolbar): Renamed from
2334 `irchat-xemacs-setup-toolbar-list'.
2335 (irchat-toolbar-setup-crypt-glyph): New function.
2336 (irchat-toolbar-toggle-crypt): New function.
2337 (irchat-use-toolbar): New customizable variable.
2339 * irchat-compat.el (irchat-put-text-property): Implemented as
2342 * irchat.el (irchat-after-load-startup-hook): New hook variable.
2344 * irchat-hilight.el (irchat-highlight-maybe-turn-on-font-lock):
2349 * irchat-channel.el (irchat-channel-create-buffer): Use
2350 `irchat-format-time-function'.
2352 * irchat-hilight.el: Use font-lock.el.
2354 1999-03-11 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2356 * irchat-debug.el (irchat-debug-enter-handler): Moved from
2358 (irchat-debug-leave-handler): Ditto.
2360 * llhandler.el (llhandler-debug-enter): Abolished.
2361 (llhandler-debug-leave): Abolished.
2363 * irchat-version.el (irchat-emacs-user-agent-value): New variable
2364 imported from `mime-edit-user-agent-value' of SEMI.
2365 (irchat-user-agent-value): New variable.
2366 (irchat-make-user-agent-string): Abolished.
2367 (irchat-make-emacs-user-agent-string): Abolished.
2368 (irchat-command-version): New command.
2370 * irchat-hilight.el (irchat-maybe-highlight-region): New function.
2371 (irchat-maybe-smiley-region): New function.
2372 (irchat-maybe-highlight-url-region): New function.
2373 (irchat-highlight-put-url-properties-region): New function.
2375 * irchat-ctcp.el: Add hooks in order to let
2376 `irchat-query-client-nick' follow the changes.
2377 (irchat-query-client-nick-maybe-change): New function.
2378 (irchat-query-client-nick-maybe-reset): New function.
2380 * irchat-url.el (irchat-url-gather-hook): New hook variable.
2381 (irchat-command-browse-url): Use `_'.
2382 (irchat-url-gather-urls-region): New function.
2383 (irchat-url-search-forward): New function.
2385 * irchat-compat.el (easy-menu-add-item): New alias.
2387 * irchat-xemacs.el (easy-menu-add-item): New advice.
2389 1999-03-10 Tsunehiko Baba <tbaba@mtl.t.u-tokyo.ac.jp>
2391 * dcc.c (main): Add cast against return value of basename(3).
2393 1999-03-10 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2395 * irchat-menu.el (irchat-menu-url-menu): New variable.
2399 * irchat-misc.el (irchat-compose-time-string): Renamed from
2400 `irchat-compose-servertimestring'.
2402 * irchat-compat.el (plist-get): New function for compatibility.
2404 * irchat-ctcp.el (irchat-client-time-notice): New handler.
2405 (irchat-ctcp-time-msg): Ditto.
2407 * irchat-minibuf.el (irchat-minibuffer-complete-channel-modes):
2408 Also display candidates when `irchat-minibuffer-parse-modes'
2411 * irchat-400.el (irchat-handle-433-msg): `ERR_NICKNAMEINUSE'.
2412 Do grow-tail iteration on `irchat-real-nickname' only if
2413 `irchat-auto-iterate-nick' is specified.
2415 * irchat-vars.el (irchat-server-alist): Enable to specify keywords
2416 (:host, :service, :password, etc.).
2417 (irchat-auto-iterate-nick): New customizable variable.
2419 * irchat-menu.el (irchat-menu-add-url): New function.
2420 (irchat-command-mode-url-menu): New menu entry.
2422 * irchat.el (irchat): Do not ping to server.
2423 (irchat-open-server): Use new format of `irchat-server-alist'.
2425 1999-03-02 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2427 * irchat-handle.el (irchat-handle-privmsglike-msg): Define as subst.
2429 * irchat-make.el (install-just-print-p): New function
2430 imported from APEL 9.13's `APEL-MK'.
2431 (config-irchat-package): Likewise.
2432 (compile-irchat-package): Likewise.
2433 (install-irchat-package): Likewise.
2434 (install-update-package-files): Likewise.
2435 (make-irchat-sample-files): New function imported from packaged
2437 (make-irchat-info-files): Ditto.
2439 * irchat-300.el (irchat-handle-366-msg): Do not update nicks when
2440 `irchat-353-nameslist' holds no element.
2442 1999-03-01 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2444 * irchat-handle.el (irchat-handle-quit-msg,
2445 irchat-handle-mode-msg, irchat-handle-join-msg,
2446 irchat-handle-part-msg): Quote regexp.
2448 1999-02-28 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2450 * irchat.el (irchat-clear-system): Fix backquotes.
2452 1999-02-25 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2454 * irchat-300.el (irchat-handle-303-msg): Fix. Add check for empty
2457 1999-02-24 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2459 * irchat-handle.el (irchat-handle-notice-msg): Fix. Call handler
2462 * irchat.el (irchat-channel-mode-map): Make keymap as sparse.
2463 (irchat-others-mode-map): Likewise.
2465 * irchat-commands.el (irchat-command-deactivate-friends):
2470 * irchat-globals.el (irchat-who-expression): New variable.
2472 * irchat-misc.el (irchat-toggle-command-buffer-mode): Change
2473 `irchat-private-indicator'.
2475 * irchat-300.el (irchat-handle-315-msg): `RPL_ENDOFWHO'.
2476 Display `no matches found' message
2477 (irchat-handle-{322,323,353,366}-msg): Count iterations.
2479 * irchat.el (irchat-command-mode): Do not save
2480 `frame-title-format' twice. Use `irchat-current-channel' in place
2481 of `irchat-channel-indicator'.
2483 * llhandler.el (llhandler-debug-enter): New function.
2484 (llhandler-debug-leave): New function.
2485 (llhandler-define-handler): New macro.
2486 (llhandler-eval-args): Abolished.
2488 * irchat-crypt.el (irchat-encrypt-message): Encode messages.
2489 (irchat-decrypt-message): Likewise. Decode messages.
2490 (irchat-crypt-with-encrypted-message): Do not encode message which
2491 has type `cleartext'.
2493 1999-02-23 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2495 * irchat-misc.el (irchat-send-pong): New macro.
2496 (irchat-increment-long-reply-count): New macro.
2497 (irchat-reset-long-reply-count): New macro.
2498 (irchat-check-long-reply-count): New macro.
2500 * irchat-globals.el (irchat-long-reply-count) New variable.
2501 (irchat-long-reply-max): New variable.
2503 * irchat-commands.el (irchat-command-save-vars): Fix. Set marker
2506 1999-02-21 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2508 * irchat-300.el (irchat-handle-303-msg): Add differential IsON.
2510 * irchat-commands.el (irchat-command-start-ison-timer,
2511 irchat-command-cancel-ison-timer, irchat-command-activate-friends,
2512 irchat-command-deactivate-friends): Do completion case
2515 * irchat-vars.el (irchat-saved-forms): Add symbol `irchat-friends'
2516 to be saved its value.
2518 1999-02-20 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2522 * irchat-filter.el (irchat-sentinel): Do not throw signal, just
2524 (irchat-sentinel-error): Ditto.
2526 * irchat-vars.el (irchat-friends): New user customizable variable.
2527 (irchat-poll-friends-interval): New user customizable variable.
2528 (irchat-poll-names-interval): New user customizable variable.
2530 * irchat-commands.el (irchat-command-poll-names): Renamed from
2531 `irchat-command-pollnames'; implemented as function.
2532 (irchat-command-keepalive): Implemented as function.
2533 (irchat-command-poll-friends): New function.
2534 (irchat-command-activate-friends): New command.
2535 (irchat-command-deactivate-friends): New command.
2537 * irchat-300.el (irchat-handle-331-msg): Call
2538 `irchat-set-channel-indicator'.
2539 (irchat-handle-332-msg): Ditto.
2541 * irchat-globals.el (irchat-channel-status-indicator): New
2542 variable; default value of `frame-title-format'.
2543 (irchat-friends-last): New variable.
2544 (irchat-frame-title-format-last): New variable.
2546 * irchat-misc.el (irchat-set-frame-title-format): Do not calculate
2547 `frame-title-format' directly.
2548 (irchat-maybe-update-channel-indicator): New macro.
2550 1999-02-20 P.F.FrontJr. <pff@softai.co.jp>:
2552 * irchat-misc.el (irchat-set-channel-indicator): Display channel
2553 status on mode line.
2555 * irchat-vars.el (irchat-display-status-on-channel-indicator):
2556 New user customizable variable.
2558 1999-02-15 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2560 * irchat.el (irchat-read-variables-files): Set alternative
2561 startup file as primary one.
2563 * irchat-timer.el (irchat-start-timer): Do not require `timer' or
2564 `itimer'; autoload timer functions.
2565 (irchat-cancel-timer): Ditto.
2567 1999-02-14 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2569 * irchat-ck-ccl (irchat-ck-ccl): Remove.
2570 (irchat-ck-ccl-cj-to-ck-string): Use `ccl-execute-on-string'.
2571 (irchat-ck-ccl-ck-to-cj-string): Ditto.
2573 * irchat-xemacs.el (irchat-xemacs-setup-toolbar): New function.
2575 * irchat-menu.el (irchat-command-add-menus): New function; add
2576 menubar menus explicitly.
2578 * irchat-coding.el (irchat-coding-custom-detect-coding-region):
2579 New variable; set user customizable function to detect coding system.
2580 (irchat-coding-custom-detect-coding-string): Likewise.
2581 (irchat-detect-coding-string-tcljp): Transported from
2582 `tclKanjiUtil.c'; trivial encoding detection routine.
2583 (irchat-default-coding-system): Moved from `irchat-vars.el'.
2584 (irchat-default-mime-charset): Ditto.
2585 (irchat-detect-coding-system): Ditto.
2587 * crc32.el (crc32-region): Remove `mark-active'.
2589 * irchat-timer.el (irchat-cancel-timer): Fix for XEmacs's
2594 * irchat-dcc.el (irchat-dcc-requests): Rename from
2595 `irchat-dcc-request-list'; implemented as actually a queue.
2597 * queue-m.el: New file; imported from elib.
2599 * irchat-filter.el (irchat-filter): Remove checking whether
2600 process output line contains LF; remove duplicated LF checking
2601 likewise; enclose with `save-match-data'.
2602 (irchat-handle-message): Add checking user-at-host cookie with
2605 * irchat-window.el (irchat-window-functionp): Remove; use
2608 * irchat-channel.el (irchat-channel-get-nicks): Fix; apply car
2609 against each elements.
2611 1999-02-13 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2613 * irchat-commands.el (irchat-command-mode+o,
2614 irchat-command-mode+v): Build completion list using
2617 * irchat-vars.el (irchat-exit-hook): Rename from
2620 * irchat-inlines.el (irchat-functionp): New macro.
2622 * irchat-compat.el (mapvector): New macro.
2624 * irchat-misc.el (irchat-greet-author): Remove.
2625 (irchat-split-rest): Fix arguments.
2626 (irchat-completing-default-read): 3rd and later arguments become
2628 (irchat-completing-sequential-read): Evaluate completion table
2629 consequently; Add optional argument `multiple-candidate', if this
2630 arg is non-nil always create new table with its initial state.
2632 * llhandler.el (llhandler-define-entry-point): Add debugging
2633 triger in frount of function definition.
2634 (llhandler-define-with-return): Ditto.
2635 (llhandler-define): Ditto.
2636 (llhandler-enter-format-string): New constant; for debugging use.
2637 (llhandler-leave-format-string): Ditto.
2638 (llhandler-eval-args): New macro.
2640 * irchat.el (irchat-open-server-internal): Use
2641 `open-network-stream-as-binary'.
2642 (irchat-startup-hook): Rename from `irchat-Startup-hook'.
2644 1999-02-07 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2648 * idea.el (idea-ecb-decrypt-string): Enclose Base64 decoded string
2649 with `string-as-unibyte'.
2650 (idea-cbc-decrypt-string): Ditto.
2652 * idea.el: Sync up with Irchat-980625-2.
2656 * irchat-300.el (irchat-handle-303-msg): Fix matched string.
2658 * irchat-handle.el (irchat-handle-privmsg-msg): Check whether
2659 private message has come from entirely outer.
2661 * irchat-filter.el (irchat-handle-message): Remove all occurence
2662 of CR out of inputs :(
2664 1999-02-06 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2666 * irchat.el (irchat-read-variables-files): Save alternatively
2667 specified startup file name into `irchat-variables-files'.
2669 1999-02-04 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2671 * irchat-dcc.el (irchat-command-dcc-accept): Remove destructive
2674 * irchat-make.el: Do not use `add-to-list' for Emacs19.
2676 * irchat-nick.el (irchat-nick-replace): Fixed regexp.
2678 1999-02-03 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2680 * irchat-coding.el (irchat-coding-detect-coding-region)
2681 (irchat-coding-detect-coding-string): New function.
2682 (irchat-coding-decode-mime-charset-region): Use above directly.
2683 (irchat-coding-decode-mime-charset-string): Ditto.
2685 1999-02-02 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2687 * irchat-commands.el (irchat-command-who): Fixed setting
2688 `irchat-channel-alist.
2692 * irchat-nick.el (irchat-nick-get-user-at-host): New macro.
2694 * irchat-compat.el (temp-minibuffer-message): New function.
2696 * irchat-minibuf.el: New file; custom minibuffer completion.
2698 * irchat.el (irchat-open-server-internal): Add check for dotless
2699 IP or IPv6 address representation.
2701 * irchat-channel.el (irchat-channel-set-voice): Replace with
2704 1999-02-01 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2706 * irchat-300.el (irchat-handle-319-msg): Fixed channel conversion.
2708 * irchat-commands.el (irchat-command-modec): Fixed completion.
2709 (irchat-command-mode-o,irchat-command-mode+v,irchat-command-mode-v):
2712 * dcc.c (chat_listen): Print connection result.
2714 * irchat-dcc.el (irchat-command-dcc-chat-listen): Add dummy
2715 argument `chat' for compatibility.
2717 * irchat-channel.el (irchat-channel-remove-mode): Use `delq'.
2718 (irchat-nick-remove-mode): Ditto.
2722 * irchat-menu.el (irchat-menu-popup-menu): Check whether XEmacs or
2725 1999-01-31 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2727 * irchat-compat.el (set-keymap-parents): New macro.
2729 * irchat-commands.el (irchat-command-join-channel): Add flag
2730 whether `irchat-command-buffer-mode' is toggled.
2731 (irchat-command-join-partner): Ditto.
2733 * irchat-300.el (irchat-count-words-from-string): Count postfix
2736 * irchat-q-el.el: Splited from `irchat-ctcp.el'; binary data
2737 quotation in emacs-lisp.
2738 * irchat-q-ccl.el: Same functionality as above but implemented in
2741 * b64.el (b64-encode-string, b64-decode-string): Add autoload
2744 * irchat.el (irchat-channel-list-keys): New variable.
2745 (irchat-define-keys): Add lisp-mode indentation.
2746 (irchat-channel-mode-map, irchat-others-mode-map): Set
2747 `irchat-dialogue-mode-map' as its keymap parent.
2749 1999-01-28 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2753 * dcc.c: Rewritten but this is obsoleted.
2755 * irchat-commands.el (irchat-command-end-of-buffer): Renamed from
2756 `irchat-command-eod-buffer'; this works also in `irchat-{channel,
2757 others}-buffer-mode'.
2759 * dcc.ml (getaddr_ext): New function.
2761 * irchat-dcc.el (irchat-dcc-send-filter): Fix regexp.
2762 (irchat-dcc-add-to-process-alist): Add process key as symbol.
2763 (irchat-dcc-get-process-object): Likewise.
2764 (irchat-command-dcc-receive): Fixed arguments of
2765 `irchat-dcc-add-to-process-alist'.
2766 (irchat-command-dcc-send): Likewise.
2767 (irchat-command-dcc-accept): Fix typo.
2769 1999-01-27 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2771 * irchat.el (irchat-others-mode-map): Add key binding of
2772 `irchat-command-tag-region'
2774 * irchat-commands.el (irchat-command-join-channel): Use
2775 `irchat-channel-memberp'.
2776 (irchat-command-modec): Make completion from supported mode list.
2777 (irchat-channel-real): Try match with
2778 `irchat-channel-conversion-map' case insensitively.
2779 (irchat-channel-virtual): Ditto.
2781 1999-01-26 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2783 * irchat-globals.el (irchat-supported-channel-mode-alist):
2784 (irchat-supported-user-mode-alist): New variable
2786 * irchat-nick.el (irchat-nick-get-modes): New macro.
2787 (irchat-nick-add-mode): New macro.
2788 (irchat-nick-remove-mode): New macro.
2789 (irchat-nick-set-mode): New macro.
2791 * irchat-000.el (irchat-handle-004-msg): Save server supported
2796 * irchat-make.el: Add local copy of APEL to `load-path'.
2797 (autoload-irchat): New function to generate autoload file.
2799 * irchat.el (irchat-command-keys): Add key definition of
2800 `irchat-command-set-window-style' (C-c s).
2801 (irchat): Parse `irchat-variables-files' specified in command
2803 (irchat-read-variables-files): Add optional argument `file'.
2805 * irchat-window.el (irchat-window-set-default-style): Fallback
2806 style used when encountered an error at style-file loading time.
2808 * irchat-handle.el (irchat-handle-mode-msg): Gather channel modes
2811 * irchat-channel.el (irchat-channel-get-modes): New macro.
2812 (irchat-channel-set-mode): New macro.
2813 (irchat-channel-add-mode): New macro.
2814 (irchat-channel-remove-mode): New macro.
2816 * irchat-menu.el (irchat-menu-prepare-menus): Fix typo in
2817 `irchat-command-previous-channel'.
2818 (irchat-menu-IRC-menu): Add menu items.
2820 1999-01-23 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2822 * irchat-misc.el (irchat-change-nick-of): Fixed.
2824 1999-01-22 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2826 * llhandler.el: New file.
2830 * irchat-handle.el (irchat-handler-defun-*): Abolished.
2831 (irchat-handler-defsubst-*): Abolished.
2832 (irchat-handler-obarray): New variable.
2833 (irchat-handle-error-msg): New handler.
2834 Handler API has been rewritten with `irchat-handler-obarray',
2835 which enables faster handler lookup from hash.
2837 1999-01-21 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2839 * irchat-ctcp.el: Rewritten with new handler API.
2840 (irchat-ctcp-file-save-directory): New user variable.
2841 (irchat-client-message): New macro.
2842 (irchat-client-file-message): New macro.
2844 * irchat-vars.el (irchat-gather-channel-modes): New user variable.
2845 (irchat-*-buffer): Moved into `irchat-globals.el'.
2847 * irchat-misc.el: Require `invisible'.
2848 (irchat-remove-properties-region): Use
2849 `next-single-property-change' instead of `next-property-change'.
2850 (next-visible-point): Add advice to pass optional argument
2852 (irchat-change-nick-of): Fixed.
2854 1999-01-20 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2856 * irchat-compat.el (filter-elements): Renamed from `filtercar'.
2857 Rewritten as macro with referring to `dabbrev-filter-elements'.
2859 * defface.el (defface-set-face-inverse): New function.
2860 (defface-face-inverse): Ditto.
2861 (defface-set-face-bold): Abolished. Use `face-set-bold-p'.
2862 (defface-face-bold): Abolished. Use `face-bold-p'.
2863 (defface-set-face-italic): Abolished. Use `face-set-italic-p'.
2864 (defface-face-italic): Abolished. Use `face-italic-p'.
2866 1999-01-19 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2868 * irchat-commands.el (irchat-command-tag-region): Renamed from
2869 `irchat-dialogue-tag-line'. Add removing 'face and 'invisible
2870 properties from text moved into kill ring.
2872 * sample.dot.liece{,.ja}: Fixed documentation about window
2875 * irchat-misc.el (irchat-pick-buffer): Assume that channel names
2876 are associated to channel buffers case insensitively.
2877 (irchat-remove-properties-region): New macro.
2879 1999-01-18 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2881 * irchat-compat.el (keymap-accept-event-array): Abolished.
2885 * irchat-misc.el (matching-substring): Became an alias for
2888 * irchat.el (irchat-open-server): Fixed.
2889 (irchat-open-server-internal): Fixed.
2890 Do not require `smiley'.
2892 1999-01-17 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2894 * irchat-300.el (irchat-handle-364-msg): Fixed.
2896 * irchat-200.el (irchat-handle-213-msg): Fixed.
2898 * irchat-intl.el (irchat-intl-load-catalogue): Do not bind `lang'
2899 to `current-language-environment'.
2901 * irchat-window.el (irchat-configure-windows): Switch to
2902 `irchat-command-buffer' before calling function
2903 `irchat-window-configure-frame'.
2905 * irchat-timer.el: Enclose statement which has newly styled macros
2908 * irchat-compat.el (run-hook-with-args-until-success): New macro
2911 * irchat-misc.el (irchat-convert-received-input): New macro.
2912 No longer require `irchat-filter'.
2914 1999-01-16 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2916 * irchat-caesar.el: Abolished.
2918 * irchat-compat.el (function-documentation): New macro.
2920 * irchat-commands.el (irchat-command-point-back-to-command-buffer):
2921 New command. Bind key to `c'.
2922 (irchat-command-caesar-line): Abolished. Use `mule-caesar-region'.
2924 * irchat-misc.el (irchat-is-message-ignored): Moved from
2926 (irchat-maybe-poll): Ditto.
2927 (irchat-set-crypt-indicator): Ditto.
2928 (irchat-get-buffer-create): Ditto.
2929 (irchat-hex-char-to-integer): Imported from `misty1.el'.
2930 (irchat-hex-string-to-integer): Ditto.
2932 1999-01-15 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2934 * irchat.el (irchat-read-variables-files): New function.
2935 (irchat-command-read-variables-files): New alias to
2936 `irchat-read-variables-files'.
2937 (irchat-initialize-buffers): New wrapper function.
2938 (irchat-replace-internal): New macro.
2939 (irchat-insert-internal): New macro.
2941 * irchat-compat.el (ccl-enable-to-read-multibyte): New broken
2943 (buffer-or-string-p): New macro.
2945 * irchat-misc.el (irchat-send-as-binary): New macro.
2946 (irchat-send): Add `string-as-unibyte' while checking length of
2948 (irchat-replace-in-string): Abolished.
2950 * irchat-ck-ccl.el: CCL version of `ck' to `cj' converter.
2952 * irchat-ck-el.el: Renamed from `irchat-hankana.el'.
2954 * irchat-make.el: irchat-make.el: Add checking whether CCL accepts
2955 `read-multibyte-character'.
2957 1999-01-14 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2959 * irchat-misc.el (irchat-nickname): New macro.
2961 * irchat-window.el (irchat-configure-windows): Enclose
2962 calling function `irchat-window-configure-frame' with
2965 * irchat-crypt.el (irchat-crypt-with-decrypt-message):
2966 Renamed from `irchat-crypt-with-encrypted-message'.
2967 (irchat-crypt-with-encrypt-message): New macro.
2969 * irchat-commands.el (irchat-command-join-partner): Fixed.
2970 (irchat-command-timestamp): Fixed.
2971 (irchat-command-send-message): Fixed.
2972 (irchat-command-message): Fixed.
2973 (irchat-command-prepare-message-prefix): New macro.
2974 (irchat-command-prepare-own-message-prefix): New macro.
2978 * irchat-channel.el (irchat-channel-join): Fixed.
2980 * irchat-url.el (irchat-url-prepare-browser-function): New macro.
2981 (irchat-url-command-browse-url): Add checking
2982 `irchat-url-browser-name' prior to `irchat-url-browser-function'.
2984 1999-01-13 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2986 * README-styles.ja: New file.
2988 * irchat-channel.el (irchat-channel-change): Enclose with
2991 1999-01-11 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2993 * irchat.el (irchat): Fixed bug in XEmacs toolbar specification.
2995 1999-01-10 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
2997 * irchat-nick.el (irchat-nick-get-joined-channels): New macro.
2999 * irchat-channel.el (irchat-channel-get-nicks): New macro.
3000 (irchat-channel-get-opers): Ditto.
3001 (irchat-channel-get-voices): Ditto.
3002 (irchat-channel-get-topic): Ditto.
3004 * styles/{top,bottom}: Fixed command buffer lines.
3008 * irchat.el (irchat-insert): Remove checking "(featurep 'custom)".
3010 * defface.el: New file.
3012 1999-01-09 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3014 * irchat-handle.el (irchat-handler-define-entry-point): New alias.
3015 (irchat-handler-defun-with-return): New macro.
3016 (irchat-handler-defsubst-with-return): New macro.
3018 * irchat-{000,200,300,400,500}.el: Rewritten with new handler API.
3020 * irchat-handle.el (irchat-handler-entry-point-defun): New macro.
3021 (irchat-handler-entry-point-defsubst): New macro.
3023 * irchat-handle.el (irchat-handle-with-running-cleartext-hook):
3024 Renamed from `irchat-handle-with-cleartext-hook'.
3025 (irchat-handle-run-cleartext-hook):
3026 Renamed from `irchat-handle-cleartext-hook'.
3028 1999-01-08 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3030 * styles/top: New file.
3032 * irchat-misc.el (irchat-message): New macro.
3036 * styles/{bottom,middle}: New file.
3038 * irchat-window.el (irchat-configure-windows): Moved from
3041 * irchat-window.el: New file for style-based window configuration.
3043 * irchat-nick.el (irchat-nick-replace): Fixed moving point to
3044 highlight mouse face.
3046 1999-01-05 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3048 * irchat-nick.el (irchat-nick-update-region): Set point to mouse
3053 * irchat.el (irchat-nick-mode-map): Add popup menu.
3055 * irchat-menu.el (irchat-nick-popup-menu): New function.
3056 (irchat-menu-popup-menu): New macro.
3058 * irchat-intl.el (irchat-intl-get-msgstr-if): New macro.
3060 * irchat-nick.el (irchat-nick-update-region): New function.
3061 (irchat-nick-region-nicks): Moved from `irchat-xemacs'.
3062 (irchat-nick-region-opers): Ditto.
3063 (irchat-nick-region-voices): Ditto.
3065 * irchat-menu.el (irchat-menu-callback-*): Moved from
3067 (irchat-menu-define-menus): Moved to defadviced block.
3069 * irchat-xemacs.el (irchat-xemacs-setup-menu): Shared
3070 `irchat-nick-update-region'.
3072 * irchat-channel.el (irchat-channel-set-operator): Fixed regexp.
3074 * irchat-nick.el (irchat-nick-replace): Fixed regexp.
3076 1999-01-04 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3078 * irchat-nick.el (irchat-nick-replace): Fixed execution order.
3080 * irchat-nick.el (irchat-nick-replace): Fixed regexp.
3081 And enclose `save-restriction'.
3083 * irchat-menu.el: Add easymenu support.
3087 * irchat-crypt.el (irchat-crypt-with-encrypted-message):
3090 * irchat-handle.el (irchat-handler-defsubst): New macro.
3091 (irchat-handler-defun): Ditto.
3092 (irchat-handler-return): Ditto.
3093 All handler routines are defined with new form.
3094 (irchat-handle-with-cleartext-hook): New macro.
3095 (irchat-handle-cleartext-hook): Ditto.
3096 (irchat-handle-run-hook-with-args): Ditto.
3097 Handler code eliminated by global jump.
3098 (irchat-handle-set-channel-prefix): New macro.
3099 (irchat-handle-set-dialogue-prefix): Ditto.
3100 (irchat-handle-set-private-prefix): Ditto.
3102 * irchat-misc.el (irchat-insert-change): New macro.
3103 (irchat-insert-notice): Ditto.
3104 (irchat-insert-broadcast): Ditto.
3105 (irchat-insert-wallops): Ditto.
3106 (irchat-insert-error): Ditto.
3107 (irchat-insert-info): Ditto.
3108 (irchat-insert-timestamp): Ditto.
3109 (irchat-insert-dcc): Ditto.
3110 (irchat-insert-client): Ditto.
3112 1999-01-03 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3114 * irchat-commands.el (irchat-switch-to-channel-no): Fixed.
3116 * irchat-hilight.el (irchat-highlight-region): Check
3117 `irchat-display-prefix-tag'.
3119 * irchat-vars.el (irchat-display-prefix-tag): New variable.
3121 * irchat-hilight.el (irchat-highlight-hide-prefix-region):
3124 * irchat-version.el (irchat-version-user-agent-style): Abolished.
3125 (liece-client-product): New variable.
3126 (liece-client-name): New macro.
3127 (liece-client-version-major): Ditto.
3128 (liece-client-version-minor): Ditto.
3129 (liece-client-version-beta): Ditto.
3130 (liece-client-version-alpha): Ditto.
3131 (liece-client-codename): Ditto.
3133 * irchat-version.el (irchat-make-emacs-user-agent-string): New
3136 * irchat.el (irchat-insert): Renamed from `irchat-w-insert'.
3137 (irchat-replace): Renamed from `irchat-w-replace'.
3139 * irchat-intl.el (irchat-intl-domain-to-mime-charset-alist): New
3142 * irchat-intl.el (irchat-intl-parse-Content-Type): Do not use
3143 `mime-parse-Content-Type' when `mime-parse' is not loaded.
3145 * irchat.el: Remove extra calls of `suppress-keymap'.
3147 * irchat-compat.el: Remove all CL emulation.
3151 * irchat-intl.el (irchat-intl-use-localized-messages): New
3154 1999-01-02 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3156 * irchat-intl.el (irchat-intl-parse-Content-Type): Parse
3157 "Content-Type:" header to recognize coding used in PO files.
3159 1999-01-01 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3161 * irchat-intl.el (irchat-intl-domains-to-coding-system-alist):
3164 * irchat-commands.el (irchat-command-find-timestamp): Regexp fixed.
3166 1998-12-30 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3168 * Add experimental i18n feature.
3170 * po/ja.po: New file.
3172 * irchat-intl.el: New file.
3174 * irchat-ctcp.el (irchat-ctcp-msg): Message format fixed.
3176 * irchat-channel.el (irchat-channel-join): Fixed.
3177 (irchat-channel-create-buffer): Fixed.
3179 1998-12-29 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3181 * irchat-commands.el (irchat-switch-to-channel{,-no}):
3182 Do not reconfigure windows.
3184 * TODO.ja: New file.
3186 * Liece 1.2.6.13/1.2.8.0.
3188 * irchat-commands.el (irchat-switch-to-channel): Fixed.
3189 (irchat-switch-to-channel-no): Fixed.
3191 * irchat-misc.el (irchat-toggle-command-buffer-mode): When hiding
3192 state of nick buffer is toggled, reconfigure windows every time.
3194 * irchat-handle.el (irchat-handle-join-msg): Check whether joined
3195 channel is modeless.
3197 * irchat-misc.el (irchat-channel-modeless-p): New macro.
3198 (irchat-channel-modeless-regexp): New variable.
3200 * irchat-handle.el (irchat-handle-{join,quit,mode,part}-msg):
3201 Compression of changes reworked.
3203 * irchat-vars.el (irchat-display-time): Rename from
3204 `irchat-print-time'.
3205 (irchat-time-prefix-regexp): Regexp for time prefix.
3207 * irchat-mail.el: Add autoloads instead of all requires
3208 (`gnus-msg', `sendmail', `mime-edit').
3209 (irchat-mail-compose-with-mail): Add evals to silence
3211 (irchat-command-mail-compose): Fix completion.
3213 * irchat-channel.el (irchat-channel-buffer-create):
3214 Rewritten as a macro.
3216 * irchat-nick.el (irchat-nick-buffer-create): Ditto.
3218 * irchat-compat.el: `<<' and `>>' are become aliases of lsh.
3220 * irchat.el: Rename `irchat-Select-keys' to `irchat-select-keys'.
3222 * sample.liece{,.ja}: Add sample setting of
3223 `irchat-startup-channel-list'.
3225 * irchat.el (irchat-command-keys): Bind `C-c b' and `C-c N b' to
3226 `irchat-command{,-nick}-scroll-down' (synced up with irchat-2.4jp24f).
3227 (irchat-nick-keys): Bind scrolling functions.
3229 * irchat.el (irchat-command-mode): Display `minor-mode-alist' on
3232 * irchat-globals.el (irchat-obarray):
3233 Set initial array length to 1.
3235 * irchat.el: Remove preparation code of `irchat-obarray'.
3237 * liece-faq.texinfo: Change formatting style.
3239 1998-12-10 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3241 * irchat-commands.el (irchat-command-nick-scroll-down): Add check
3242 whether `irchat-nick-buffer' is visible.
3243 (irchat-command-nick-scroll-up): Ditto.
3245 * irchat-commands.el (irchat-command-scroll-down): Add check
3246 whether `irchat-channel-buffer' is visible.
3247 (irchat-command-scroll-up): Ditto.
3249 1998-12-09 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3251 * irchat-misc.el (irchat-set-channel-indicator): Add check for
3252 `irchat-display-frame-title'.
3254 * irchat.el (irchat-configure-windows): Bind
3255 `irchat-channel-buffer-mode' and `irchat-nick-buffer-mode' at the
3258 * irchat-channel.el (irchat-channel-switch-to-last): New macro.
3262 * irchat-commands.el (irchat-channel-real): Fix spelling.
3263 (irchat-channel-virtual): Ditto.
3265 * irchat-channel.el (irchat-channel-switch-to-last): New function.
3267 * irchat-channel.el (irchat-channel-last): New macro.
3269 * irchat-misc.el (irchat-change-nick-of): Fixed.
3271 1998-12-04 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3273 * irchat-misc.el (irchat-own-channel-message):
3274 (ircaht-own-private-message): Remove dialogue buffer from target
3277 * liece-faq.texinfo: Fix hook for auto invisible.
3279 1998-12-03 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3281 * irchat-handle.el (irchat-pick-buffer): Moved to `irchat-misc.el'.
3283 * irchat-highlit.el (irchat-highlight-pattern-alist): Fix regexp
3284 for DCC chatting line.
3286 * irchat-commands.el (irchat-command-modec): Select target channel.
3288 * irchat-dcc.el (irchat-command-dcc-chat-listen):
3289 (irchat-command-dcc-chat-listen): Use `as-binary-process'
3292 * irchat.el (irchat-open-server-internal): Ditto.
3294 * irchat-vars.el (irchat-binary-coding-system): Abolished.
3296 * irchat.el (irchat-open-server-internal): Bind
3297 `file-coding-system-for-{read|write}' for Mule 2.3.
3299 * irchat.el: `irchat-switch-to-channel-no-*' registered automatically.
3301 1998-12-02 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3303 * irchat-vars.el: Require `mcharset'.
3307 * irchat-vars.el (irchat-default-mime-charset): New variable.
3309 * irchat-coding.el: Use `mcharset' instead of
3310 `{encode|decode}-coding-*'.
3311 (irchat-coding-encode-charset-region):
3312 (irchat-coding-encode-charset-string): New macro.
3314 * irchat-dcc.el (irchat-dcc-pop-request-object): Fixed.
3316 * irchat-compat.el (caar): New macro.
3318 * irchat-misc.el (irchat-repair-crlf): New function.
3322 * irchat.el (irchat-dcc-map): New keymap.
3324 * irchat-dcc.el (irchat-command-dcc-accept): New function.
3325 (irchat-dcc-get-*): Access method for request object.
3326 (irchat-dcc-pop-request-object): New macro.
3330 * irchat-dcc.el: Very experimental DCC chat support added.
3331 (irchat-command-dcc-chat-listen): New function.
3332 (irchat-command-dcc-chat-connect): Ditto.
3333 (irchat-dcc-chat-listen-filter): Ditto.
3334 (irchat-dcc-chat-connect-filter): Ditto.
3335 (irchat-dcc-chat-filter): Ditto.
3336 (irchat-dcc-channel-representation-format): New variable.
3338 * irchat-channel.el: Very experimental multiple server support
3340 (irchat-default-channel-representation-format): New variable. This
3341 is unified channel locater. Set default as
3342 "@<server abbreviation>+<channel name>".
3343 (irchat-channel-parse-representation): New function.
3344 (irchat-channel-prepare-representation): Ditto.
3346 * irchat-misc.el (irchat-own-channel-message): New function.
3348 * irchat-misc.el (irchat-own-message): New macro.
3350 * dcc.ml: Explicitly return with code 0.
3352 * irchat-dcc.el (irchat-dcc-send-filter): Fixed.
3353 (irchat-dcc-receive-filter): Fixed.
3355 1998-12-01 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3357 * irchat-vars.el (irchat-dcc-prefix): New variable.
3359 * irchat-compat.el (cdddr): New macro.
3361 * irchat-dcc.el (irchat-dcc-add-to-receive-list): New macro.
3362 (irchat-dcc-add-to-process-alist): Ditto.
3363 (irchat-dcc-get-process-object): Ditto.
3364 (irchat-dcc-sentinel): New sentinel function.
3365 (irchat-dcc-prepare-directory): New function.
3366 (irchat-ctcp-dcc-msg): Add handler for DCC chat.
3367 (irchat-command-dcc-send): Rewritten.
3368 (irchat-command-dcc-receive): Ditto.
3369 (irchat-command-dcc-list): Ditto.
3379 * irchat-misc.el (irchat-own-message):
3380 (irchat-own-private-message): Add check whether channel buffer has
3383 * sample.dot.liece: Fix typo.
3385 * sample.dot.liece.ja: Ditto.
3387 * irchat-url.el (irchat-url-browser-netscape): Use builtin
3388 composer when encounted `mailto:'.
3390 * irchat-commands.el (irchat-dialogue-insert): Abolished.
3392 1998-11-28 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3394 * irchat-misc.el (irchat-own-private-message): Check if
3395 `irchat-command-buffer-mode' is not 'chat.
3399 * irchat-channel.el (irchat-channel-prepare-partner):
3400 Fixed for setting `irchat-current-chat-partner'.
3402 * irchat.el: Do not require `irchat-mail'.
3404 1998-11-27 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3406 * irchat.el: Set default `truncate-lines'.
3408 1998-11-26 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3410 * irchat-vars.el (irchat-display-frame-title): New variable.
3414 * irchat-channel.el (irchat-command-toggle-channel-buffer-mode):
3415 Remove setting dirty flag.
3417 * irchat-nick.el (irchat-command-toggle-nick-buffer-mode):
3420 1998-11-25 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3422 * irchat-mail.el: New file.
3424 * irchat-vars.el (irchat-convert-hankaku-katakana): New variable.
3426 * irchat-hankana.el: New file.
3430 * irchat-300.el (irchat-handle-303-msg): Print come back
3431 messages for private conversation.
3433 * irchat-misc.el (irchat-set-channel-indicator): New macro.
3435 * irchat-handle.el (irchat-handle-nick-msg): Fixed channel indicator.
3437 * irchat.el (irchat-close-server): Set `irchat-server' to nil.
3439 * irchat-handle.el (irchat-handle-join-msg): Fixed for private
3444 1998-11-23 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3446 * irchat-globals.el (irchat-ison-timer): New variable.
3448 * irchat-vars.el (irchat-ison-interval): New variable.
3450 * irchat-commands.el (irchat-command-set-ison-timer): New
3452 (irchat-command-cancel-ison-timer): Ditto.
3454 * irchat-misc.el (irchat-completing-sequential-read): New function.
3458 * irchat-compat.el (irchat-button3): Moved into `eval-and-compile'
3461 * irchat.el: Do not require alist.
3463 * irchat-handle.el (irchat-handle-quit-msg): Rewritten.
3465 * irchat-handle.el (irchat-handle-nick-msg): Handle nick message
3466 and reflect changes to private buffers.
3468 1998-11-21 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3472 * irchat-misc.el (irchat-channel-p): New macro.
3473 (irchat-toggle-command-buffer-mode): New wrapper function.
3475 * irchat.el (irchat-windows-reconfiguration-needed): Fixed
3476 predicate for nick buffer mode and channel list mode.
3478 * irchat.el (irchat-command-keys): Removed duplicated binding of
3479 `irchat-command-enter-message'(`\C-j' and `\M-\C-j').
3481 1998-11-19 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3483 * irchat-handle.el (irchat-handle-privmsg-msg): Fixed.
3485 * etc/ball.*.xpm: Remove background color in each XPM file
3486 (From Yasushi Shoji <yashi@yashi.com>).
3488 * sample.dot.liece: Add sample customizations of new feature.
3489 `irchat-channel-list-buffer-mode',
3490 `irchat-channel-list-window-width-percent',
3491 `irchat-auto-join-partner'.
3493 * irchat-filter.el (irchat-filter): Remove unreferenced binding.
3495 * irchat-handle.el (irchat-handle-privmsg-msg): Handle private
3496 message and join automatically.
3500 * irchat-vars.el (irchat-auto-join-partner): New variable.
3501 (irchat-channel-list-window-width-percent): Ditto.
3503 * irchat-compat.el (irchat-button3): New variable.
3505 * irchat-channel.el (irchat-channel-push-button): New handler.
3506 (irchat-channel-list-insert): New function.
3507 (irchat-channel-prepare-partner): New function.
3509 * irchat-url.el (irchat-url-push-button): Search URL string around
3512 * irchat.el (irchat-channel-list-mode): New major mode.
3513 (irchat-configure-windows): Fixed for channel list window.
3514 (irchat-channel-list-mode-map); New keymap.
3516 * All irchat-{`Command', `Nick', `Channel', `Others', `Crypt'}-*
3517 symbols renamed with uncapitalized one.
3519 1998-11-16 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3523 * irchat-filter.el: Do not require mcharset.
3525 * irchat-timer.el: Macro expression fixed (for Emacs19).
3527 * Liece 1.2.4.3/1.2.6.1.
3529 * irchat-vars.el (irchat-binary-coding-system):
3532 * irchat-coding.el: New file.
3534 * irchat-filter.el (irchat-run-message-hook-types):
3536 (irchat-handle-message): Rewritten.
3537 (irchat-handle-message-2): Rewritten.
3539 1998-11-15 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3541 * irchat.el (irchat-Dialogue-mode-map):
3542 (irchat-Channel-mode-map):
3543 (irchat-Others-mode-map): Add check whether array style keymap
3544 expression is acceptable.
3546 * liece-faq.texinfo: New FAQ added for older version of emacsen.
3548 * irchat-handle.el (irchat-handle-privmsg-msg):
3551 * irchat-200.el (irchat-handle-200-msgs):
3552 Channel mask regexp fixed.
3554 * irchat-300.el (irchat-handle-300-msgs):
3557 * irchat-400.el (irchat-handle-400-msgs):
3560 * sample.dot.liece: Add sample hook for auto invisible.
3564 * irchat-vars.el (irchat-default-coding-system):
3565 Set default to 'iso-2022-jp.
3566 (irchat-detect-coding-system): New custom variable.
3568 * irchat-misc.el (irchat-send): Add code conversion with
3569 `encode-coding-region' .
3571 * irchat-filter.el (irchat-filter): Add coding-system detection.
3573 * irchat-compat.el (irchat-set-process-coding-system):
3574 (irchat-buffer-disable-undo): Abolished.
3575 (buffer-disable-undo): New macro.
3577 * defsubst.el: Removed.
3579 1998-11-14 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3581 * irchat-ctcp.el (irchat-ccl-quote-decode): Fixed.
3583 1998-11-13 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3585 * irchat-ctcp.el (ccl-cascade-write):
3586 (ccl-set-register-right): New broken facility.
3587 (irchat-ccl-quote-decode): Rewritten with checking broken CCL
3590 * irchat-timer.el (irchat-start-timer):
3591 Fixed macro expression for older versions of emacsen.
3593 * irchat-compat.el (defface): New macro for older versions of
3596 1998-11-12 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3598 * irchat-ctcp.el: Add CCL usability checking with `ccl-usable'.
3600 1998-11-11 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3602 * irchat-version.el (irchat-make-user-agent-string):
3603 (irchat-make-version-string):
3606 * irchat-ctcp.el (irchat-ccl-quote-decode):
3607 (irchat-ccl-quote-encode): Check if module `pccl' exists.
3609 * sample.dot.liece: Renamed from sample.irchat3_vars.el.
3611 * irchat-version.el (liece-client-minor-version):
3612 Numbered as 1.2.3.3.
3613 (irchat-version-user-agent-style):
3614 Declaration revereted to `defvar' from `defcustom'.
3616 * Makefile: Removed `-lnsl'.
3618 1998-10-20 Daiki Ueno <daiki@kake.info.waseda.ac.jp>
3620 * irchat-nick.el (irchat-Nick-update): Bug fixed in splitting 353
3621 (NAMEREPLY) message.
3623 * irchat-inlines.el (list-to-assoclist): Rewritten.
3625 1998-10-08 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3627 * irchat-xemacs.el (irchat-toolbar-spec-list): Replace
3628 `irchat-Command-push' and `irchat-Command-pop' with
3629 `irchat-Command-previous-channel' and `irchat-Command-next-channel'.
3630 (irchat-x-face-face-insert): Evaluate also when loaded.
3632 1998-10-07 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3634 * irchat-crypt.el (base64-encode-string): Fixed autoload with
3635 `mel' to `mel-b' package.
3636 (base64-decode-string): Ditto.
3638 1998-10-06 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3640 * irchat-xemacs.el (irchat-xemacs-splash-logo): Splash screen with
3641 "liece.xpm" on every loadup time.
3643 * irchat-version.el (liece-client-version): Numbered as 1.2.1.
3645 * irchat-x-face.el (irchat-x-face-face-insert): Display X-Face on
3646 each prefix line align middle.
3648 * irchat-debug.el: New file.
3650 1998-10-02 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3652 * irchat.el (irchat-Debug-mode): New major mode for
3653 `irchat-Command-debug'.
3655 * liece-faq.texinfo: New file.
3657 * irchat-commands.el (irchat-Client-query-map): Key binding for
3658 `irchat-Command-client-x-face-from-minibuffer' substituted with
3659 `irchat-Command-client-x-face-from-xbm-file'.
3661 * irchat-compat.el (replace-in-string): New function from XEmacs
3664 * irchat-x-face.el: New file.
3665 (irchat-x-face-insert): Now works properly with GNU Emacs.
3667 * irchat-xemacs.el (irchat-x-face-insert): New function.
3668 (irchat-x-face-encode): Ditto.
3670 * irchat-ctcp.el (irchat-ctcp-x-face-msg): X-Face query support.
3671 Now it works only with X-Face utility.
3673 * irchat-version.el (liece-client-version-beta): New variable.
3675 1998-10-01 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3677 * irchat.el (irchat-clear-system): Restart now reworked.
3679 * irchat-make.el (config-irchat): Add check wheter APEL version is
3682 * irchat-ctcp.el (irchat-ctcp-version-msg): Rewritten with new
3683 style version string.
3685 * irchat-version.el (irchat-version-user-agent-style): New
3687 (irchat-make-user-agent-string): New function.
3688 (irchat-make-client-version-string): Ditto.
3689 (irchat-make-version-string): Ditto.
3691 * irchat-make.el (config-irchat): Rewritten.
3693 * irchat-ctcp.el: Renamed from irchat-cta.el.
3694 (irchat-ccl-quote-cs): New coding system for file transfer.
3695 (irchat-ccl-quote-encode): New CCL program.
3696 (irchat-ccl-quote-decode): Ditto.
3697 (irchat-ctcp-msg): Hook checking code eliminated.
3698 (irchat-ctcp-client-msg): Ditto.
3700 1998-09-30 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3702 * irchat-hilight.el (irchat-highlight-buffer):
3703 Add check whether there is point has
3705 * irchat-compat (irchat-get-text-property):
3706 Add signal handler for XEmacs extents.
3708 * irchat-commands.el: Require `irchat-dcc.el'.
3710 * Makefile: New rule for .texinfo to .info.
3712 * irchat-hilight.el (irchat-highlight-buffer): Bug fix for
3713 `irchat-highlight-pattern'.
3715 1998-09-29 Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp>
3717 * irchat-make.el (install-irchat): Fixed usage of function
3720 * irchat-nick.el: Do not require widget wid-edit.
3722 * irchat-make.el (irchat-modules-to-compile): Added
3723 irchat-channel, irchat-nick to module list.
3725 * irchat-hilight.el (irchat-highlight-insert-with-mouse-face):
3726 Addded check whether function widget-create is bounded.
3728 * irchat-compat.el: Require cl.
3730 * Makefile: Require cl. Machine specific option removed.
3732 * irchat-commands.el (irchat-Command-send-message):
3733 New signal handler for `encode-coding-string' with unknown coding
3734 system. This encoding is needed when `irchat-crypt-mode-active-p'
3737 * irchat.el: Renamed from irchat-main.el.
3739 * irchat-main.el: Removed.
3741 1998-09-29 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3743 * irchat-crypt.el (irchat-read-passphrase): New alias.
3745 1998-09-28 Daiki Ueno <daiki@dice.cache.waseda.ac.jp>
3747 * irchat-make.el: New file.
3749 * irchat-compat.el: New file.
3751 * irchat-ja.texinfo: New file.
3753 * setpath.el: Removed.
3755 * irchat-url.el (irchat-url-button-push): New handler.
3757 * irchat-main.el (irchat-Select-map): New keymap.
3759 * irchat-filter.el: Added autoloads for entry points of 000, 200,
3760 300, 400, 500 message handlers.
3762 * irchat-misc.el (irchat-greet-author): Abolished.
3764 * irchat-channel.el: Splitted from irchat-commands.el.
3766 * irchat-nick.el: Ditto.