X-Git-Url: https://cgit.sxemacs.org/?p=riece;a=blobdiff_plain;f=lisp%2FChangeLog;h=87d8b4e024a8ee722005fcd660429a74f0ade3a2;hp=96a1751b26ecb989978936ab78b7acb242587ded;hb=794455c6d14c754ecc2492fcb4de8c649694526b;hpb=1b797a0f2b4e4cc447062c297cd83322872e7dfa diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96a1751..8b64322 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,1454 @@ +2004-11-11 Masatake YAMATO + + * riece-yank.el (riece-command-yank): Fix a typo in comments. + +2004-11-09 OHASHI Akira + + * riece-yank.el (riece-command-yank): Take a 1st argument to send + messages as notice. + +2004-11-07 Daiki Ueno + + * Riece: Version 1.0.5 released. + * riece-version.el (riece-version-number): Bump up to 1.0.5. + +2004-11-07 Daiki Ueno + + * riece-yank.el (riece-yank-strip-space): New function split from + riece-command-yank. + * test/test-riece-addon.el: New test cases. + * test/test-riece-yank.el: New test cases. + +2004-11-05 Daiki Ueno + + * COMPILE (riece-test): New function. + * Makefile.am (check-local): New target. + * test/luna.el: New file. + * test/lunit.el: New file. + * test/test-riece-alias.el: New test cases. + +2004-11-05 Daiki Ueno + + * riece-alias.el (riece-alias-alternate-separator): New user + option. + (riece-alias-use-atmark): Abolished. + (riece-alias-escape-alternate-separator): Renamed from + riece-alias-escape-atmark; use riece-alias-alternate-separator + instead of hard-coded "@". + (riece-alias-abbrev-alternate-separator): Renamed from + riece-alias-abbrev-atmark; use riece-alias-alternate-separator + instead of hard-coded "@". + (riece-alias-expand-alternate-separator): Renamed from + riece-alias-expand-atmark; use riece-alias-alternate-separator + instead of hard-coded "@". + +2004-11-05 Daiki Ueno + + * riece-alias.el (riece-alias-abbrev-atmark): Don't append "@" to + a channel on default server. + +2004-11-05 Daiki Ueno + + * riece-alias.el (riece-alias-use-atmark): New user option. If + this option enabled, atmark "@" will be used to separate prefix + and server. (e.g. "#riece@server") + (riece-alias-escape-atmark): New function. + (riece-alias-abbrev-atmark): New function. + (riece-alias-expand-atmark): New function. + (riece-alias-abbrev-identity-string): Call + riece-alias-abbrev-atmark. + (riece-alias-expand-identity-string): Call + riece-alias-expand-atmark. + + * riece-rdcc.el (riece-rdcc-block-size): Changed default value to + 1024 due to the DCC specification. + (riece-rdcc-send-program): Wait ack from a recipient. + (riece-rdcc-filter): Send ack each time data arrives. + +2004-10-30 Daiki Ueno + + * riece-yank.el (riece-yank-strip-space): New user option. + (riece-command-yank): Strip spaces if riece-yank-strip-space is + non-nil. + +2004-10-18 Daiki Ueno + + * riece-yank.el: New add-on from Masatake YAMATO . + * COMPILE (riece-modules): Add riece-yank. + * Makefile.am (EXTRA_DIST): Add riece-yank.el. + +2004-10-11 Daiki Ueno + + * Riece: Version 1.0.4 released. + * riece-version.el (riece-version-number): Bump up to 1.0.4. + +2004-10-05 Daiki Ueno + + * riece.el (riece): Scan riece-startup-channel-list and open servers. + +2004-09-27 Daiki Ueno + + * riece-options.el (riece-send-delay): Set default to 2. + + * riece-server.el (riece-make-queue): New function. + (riece-queue-enqueue): New function. + (riece-queue-dequeue): New function. + (riece-queue-empty): New function. + (riece-flush-send-queue): Use a queue object; check the process + is active. + +2004-09-25 Daiki Ueno + + * riece-server.el: Implement flood protection. + (riece-flush-send-queue): New function. + (riece-process-send-string): Use it. + (riece-reset-process-buffer): Reset riece-send-queue, + riece-send-size, and riece-last-send-time. + (riece-seconds-to-time): New function. + (riece-time-less-p): New function. + (riece-time-since): New function. + * riece-options.el (riece-max-send-size): New user option. + (riece-send-delay): New user option. + * riece-globals.el (riece-send-queue): New variable. + (riece-send-size): New variable. + +2004-09-14 OHASHI Akira + + * riece-log.el (riece-log-flashback): Run riece-button-update-buffer + only when riece-button is enabled. + + * riece-mini.el: Require 'riece-biff. + (riece-mini-requires): New function. + (riece-mini-show-backlog): Run riece-biff-clear when riece-biff is + enabled. + +2004-09-13 OHASHI Akira + + * riece-mini.el (riece-mini-show-backlog): Fix for long messages. + (riece-mini-backlog-size): Change default value. + +2004-09-12 OHASHI Akira + + * riece-mini.el (riece-mini-show-backlog): Protect 1st arg of + `riece-mini-message-no-log'. + +2004-09-11 OHASHI Akira + + * riece-mini.el (riece-mini-display-message-function): Remove + properties and "\n" of the end. + (riece-mini-show-backlog): Follow the change above. + (riece-mini-display-message-function): Save the history always. + +2004-09-10 OHASHI Akira + + * riece-mini.el (riece-mini-display-message-function): Don't use + cl macro. + (riece-mini-show-backlog): Follow the change above. + + * riece-mini.el (riece-mini): New group. + (riece-mini-backlog-size): New user option. + (riece-mini-backlog-history): New internal variable. + (riece-mini-backlog-shown): Ditto. + (riece-mini-show-backlog): New function. + (riece-mini-pre-command): Ditto. + (riece-mini-display-message-function): Use them. + (riece-mini-insinuate): Ditto. + + * riece-biff.el (toplevel): Remove eval-when-compile. + * riece-log.el (toplevel): Ditto. + * riece-mini.el (toplevel): Ditto. + +2004-09-05 Daiki Ueno + + * Riece: Version 1.0.3 released. + * riece-version.el (riece-version-number): Bump up to 1.0.3. + +2004-09-01 Daiki Ueno + + * riece-naming.el (riece-naming-assert-channel-users): Remove + nonexistent users. + * riece-300.el (riece-353-users): New variable. + (riece-handle-353-message): Don't update user-list. + (riece-handle-366-message): Update user-list here. + + * riece-channel.el (riece-channel-toggle-operator): Don't add ?o + if it already appears in user's mode. + (riece-channel-toggle-speaker): Don't add ?v if it already appears + in user's mode. + +2004-08-31 Daiki Ueno + + * riece.el (riece-command-mode): Set truncate-lines to nil. + (riece-dialogue-mode): Ditto. + (riece-channel-list-mode): Make + truncate-partial-width-windows local to channel buffers and set it + to nil. + (riece-user-list-mode): Ditto. + +2004-08-31 Daiki Ueno + + * riece.el (riece-dialogue-mode): Make + truncate-partial-width-windows local to channel buffers and set it + to nil. + (riece-command-mode): Ditto. + + * riece-layout.el (riece-configure-windows): Don't affect + truncate-partial-width-windows. + (riece-configure-windows-top): Ditto. + * riece-options.el (riece-truncate-partial-width-windows): + Abolished unused user option. + +2004-08-30 Daiki Ueno + + * riece-options.el (riece-window-center-line): New user option. + * riece-misc.el (riece-insert): Check if the current point is not + visible in the window. + +2004-08-30 Daiki Ueno + + * riece-misc.el (riece-insert): Don't use 2nd argument WINDOW of + recenter since it is not supported by GNU Emacs. + +2004-08-30 Daiki Ueno + + * riece-misc.el (riece-insert): Use (recenter -1) to set window + point instead of doing so manually. + +2004-08-28 Daiki Ueno + + * riece-xemacs.el (riece-put-text-property-nonsticky): New function. + * riece-emacs.el (riece-put-text-property-nonsticky): New function. + * riece-identity.el (riece-format-identity): Use it instead of + put-text-property. + +2004-08-27 Daiki Ueno + + * riece-commands.el (riece-command-complete-user): Move point to + the end of the current word. + +2004-08-23 Daiki Ueno + + * riece-irc.el (riece-irc-open-server): Display error message if + connection-function fails. + * riece-server.el (riece-open-server): Ignore errors from + riece-*-open-server function. + * riece.el (riece): If no server process is available, exit + immediately. + +2004-08-19 Daiki Ueno + + * riece-handle.el (riece-handle-quit-message): Pass + riece-part-channel the identity object of the quitting user + instead of his name. + +2004-08-16 Daiki Ueno + + * riece-highlight.el (riece-highlight-server-match): Simplified. + +2004-08-16 Daiki Ueno + + * Riece: Version 1.0.2 released. + * riece-version.el (riece-version-number): Bump up to 1.0.2. + +2004-08-16 Daiki Ueno + + * riece-highlight.el (riece-highlight-server-match): New match + function for font-lock-keywords to highlight "(from XXX)" only if + 'riece-server-name property is set. + (riece-dialogue-font-lock-keywords): Use it. + +2004-08-15 Daiki Ueno + + * riece-handle.el (riece-handle-nick-message): Remove nil from + channel buffers. + (riece-handle-quit-message): Ditto. + (riece-handle-kill-message): Ditto. + + * riece-misc.el (riece-concat-server-name): Put 'riece-server-name + property on "(from XXX)". + +2004-07-29 Daiki Ueno + + * riece-menu.el: Do not support enable/disable addon since + easy-menu-remove is not working. + +2004-07-19 Daiki Ueno + + * riece-server.el (riece-open-server): Call protocol interface. + (riece-quit-server-process): Ditto. + + * riece-options.el (riece-protocol): New user option. + + * riece-server.el: Don't require 'riece-filter. + + * riece-irc.el: New file split from riece-server.el. + * COMPILE (riece-modules): Add riece-irc. + * Makefile.am (EXTRA_DIST): Add riece-irc.el. + +2004-07-18 Daiki Ueno + + * riece.el: Don't require 'riece-filter. + * riece-server.el: Require 'riece-filter. + + * riece-500.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-400.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-300.el: Don't require 'riece-filter; autoload + riece-default-handle-numeric-reply from "riece-handle". + * riece-200.el: Autoload riece-default-handle-numeric-reply from + "riece-handle". + * riece-000.el: Don't require 'riece-filter; autoload + riece-default-handle-numeric-reply from "riece-handle". + + * riece-filter.el (riece-filter): Simplified. + + * riece-server.el (riece-server-keyword-map): Add :protocol. + + * riece-handle.el (riece-300): Require 'riece-000, 'riece-200, + 'riece-300, 'riece-400, and 'riece-500. + (riece-default-handle-numeric-reply): Moved from riece-filter.el. + * riece-filter.el (riece-handle-numeric-reply): Don't load + riece-{000,200,300,400,500}.el on demand. + +2004-07-10 Daiki Ueno + + * Riece: Version 1.0.1 released. + * riece-version.el (riece-version-number): Bump up to 1.0.1. + +2004-07-09 Daiki Ueno + + * riece-ignore.el (riece-startup-ignored-user-list): New user + option. + (riece-ignore-insinuate): Add identity objects from + riece-startup-ignored-user-list to riece-ignored-user-list. + +2004-07-07 Daiki Ueno + + * riece-commands.el (riece-command-enter-message-to-user): Signal + "No text to send" error if user attempt to call this command on + an empty line. + +2004-07-04 Yoichi NAKAYAMA + + * riece-commands.el (riece-command-complete-user): current-word + can return nil (follow the change in emacs-cvs). + +2004-07-01 Daiki Ueno + + * riece.el (riece-exit): Clear signal-slots. + * riece-signal.el (riece-clear-signal-slots): New function. + +2004-06-28 Daiki Ueno + + * riece-misc.el (riece-split-parameters): Fixed parenthesis. + +2004-06-26 Daiki Ueno + + * riece-commands.el (riece-command-change-mode): Don't send ":". + [cf. ] + +2004-06-18 TAKAHASHI Kaoru + + * riece-display.el (riece-update-long-channel-indicator): Change + order to channel, mode, topic. + + * riece-message.el (riece-message-make-open-bracket): Come in + first notice message. + (riece-message-make-close-bracket): Ditto. + +2004-06-16 Daiki Ueno + + * riece-commands.el (riece-command-beginning-of-buffer): New command. + * riece.el (riece-dialogue-mode-map): Bind beginning-of-buffer to Home. + (riece-command-map): Bind riece-command-beginning-of-buffer to Home. + +2004-06-15 Daiki Ueno + + * riece.el (riece-dialogue-mode-map): Bind end-of-buffer to End. + (riece-command-map): Bind riece-command-end-of-buffer to End. + +2004-06-12 TAKAHASHI Kaoru + + * riece-commands.el (riece-command-send-message): Run + riece-command-send-message-hook. + + * riece-foolproof.el (riece-foolproof-dmacro-override): Removed. + (riece-foolproof-command-send-message-function): New function. + (riece-foolproof-insinuate): Use hook instead of advice. + (riece-foolproof-enable, riece-foolproof-disable): Simplified. + +2004-06-11 TAKAHASHI Kaoru + + * riece-foolproof.el (riece-foolproof-dmacro-override): New + function. + (riece-foolproof-insinuate): Check keyboard macro. + +2004-06-10 TAKAHASHI Kaoru + + * riece-foolproof.el: New add-on. + * COMPILE (riece-modules): Add riece-foolproof. + * Makefile.am (EXTRA_DIST): Add riece-foolproof.el. + +2004-06-10 Daiki Ueno + + * riece-commands.el (riece-command-change-mode): Don't send ":" to + query a channel mode. + * riece-mode.el (riece-parse-modes): Accept mode spec not + delimited with " " such as "-n+s". + +2004-06-10 Daiki Ueno + + * riece-layout.el (riece-set-window-points): Restore window-point + of the channel buffer from riece-channel-buffer-window-point. + + * riece-display.el (riece-switch-to-channel): Set + riece-channel-buffer-window-point. + + * riece.el (riece-channel-mode): Make + riece-channel-buffer-window-point buffer local. + + * riece-globals.el (riece-channel-buffer-window-point): New variable. + +2004-06-06 Daiki Ueno + + * riece-rdcc.el (riece-command-dcc-send): Replace whitespace with + "_". + (riece-command-dcc-receive): Convert default filename with + convert-standard-filename. + (riece-handle-dcc-request): Handle filenames enclosed with "...". + +2004-06-04 TAKAHASHI Kaoru + + * riece-hangman.el (riece-hangman-word): Check killed-buffer or + not. Fix random number generation logic. + +2004-06-03 Daiki Ueno + + * riece-server.el (riece-open-server): When password input is + quitted, delete the current server process manually. + (riece-close-server-process): Always kill process buffer. + (riece-quit-server-process): If the connection is timed out, + delete the current server process manually. + +2004-06-02 Daiki Ueno + + * riece-unread.el: Use riece-facep to check existence of + 'riece-modeline-unread-face. + * riece-history.el: Use riece-facep to check existence of + 'riece-modeline-history-face. + * riece-highlight.el: Use riece-facep to check existence of + 'riece-modeline-current-face. + + * riece-xemacs.el (riece-facep): Define as an alias of 'find-face. + * riece-emacs.el (riece-facep): Define as an alias of 'facep. + +2004-06-01 Daiki Ueno + + * riece-button.el (riece-button-disable): On XEmacs, BUFFER arg of + widget-map-buttons is ignored. + +2004-06-01 Daiki Ueno + + * riece-unread.el (riece-modeline-unread-face): New face; + setup the properties are inherited from 'modeline. + * riece-history.el (riece-modeline-history-face): New face; + setup the properties are inherited from 'modeline. + * riece-highlight.el (riece-modeline-current-face): New face; + setup the properties are inherited from 'modeline. + + * riece-server.el (riece-close-server-process): Reset + process-filter/process-sentinel. + +2004-05-31 Daiki Ueno + + * riece-hangman.el (riece-hangman-after-privmsg-hook): Display answer. + (riece-hangman-enable): Initialize random seed. + +2004-05-29 Daiki Ueno + + * Riece: Version 1.0.0 released. + * riece-version.el (riece-version-number): Bump up to 1.0.0. + +2004-05-29 Daiki Ueno + + * riece-commands.el (riece-command-finger): Complete user names + without server-name. + (riece-command-invite): Ditto. + (riece-command-change-mode): Ditto. + (riece-command-enter-message-to-user): Ditto. + + * riece-identity.el (riece-completing-read-identity): Add extra + 8th arg "no-server". + +2004-05-29 Daiki Ueno + + * riece-server.el: Move autoload setting for 'riece-exit before + riece-open-server. + + * riece-message.el (riece-format-message): Use speaker's + server-name instead of the current server-name. + + * riece-ignore.el: Autoload 'riece-dialogue-mode. + + * riece-identity.el (riece-format-identity): Put + 'riece-format-identity-prefix-only property. + + * riece-icon.el: Require 'riece-globals and 'riece-signal. + + * riece-history.el: Require 'riece-signal. + + * riece-highlight.el: Require 'riece-misc. + + * riece-alias.el: Require 'riece-signal. + + * riece-addon.el: Require 'font-lock, 'riece-options, + 'riece-compat, and 'riece-misc. + +2004-05-29 Daiki Ueno + + * riece-commands.el (riece-command-switch-to-channel): Change prompt. + (riece-command-switch-to-channel-by-number): Ditto. + (riece-command-change-layout): Ditto. + (riece-command-finger): Ditto. + (riece-command-topic): Ditto. + (riece-command-invite): Ditto. + (riece-command-kick): Ditto. + (riece-command-names): Ditto. + (riece-command-who): Ditto. + (riece-command-list): Ditto. + (riece-command-change-mode): Ditto. + (riece-command-set-operators): Ditto. + (riece-command-set-speakers): Ditto. + (riece-command-enter-message-to-user): Ditto. + (riece-command-join): Ditto. + (riece-command-part): Ditto. + (riece-command-open-server): Ditto. + (riece-command-close-server): Ditto. + +2004-05-28 OHASHI Akira + + * riece-biff.el (riece-biff-insinuate): Add riece-biff-disable to + riece-exit-hook. + +2004-05-28 Daiki Ueno + + * riece-message.el (riece-message-set-speaker): New function. + (riece-message-set-target): New function. + (riece-message-set-text): New function. + (riece-message-set-type): New function. + (riece-message-set-own-p): New function. + + * riece-kakasi.el: New add-on. + * COMPILE (riece-modules): Add riece-kakasi. + * Makefile.am (EXTRA_DIST): Add riece-kakasi.el. + +2004-05-27 OHASHI Akira + + * riece-biff.el: New add-on. + * COMPILE (riece-modules): Add riece-biff. + * Makefile.am (EXTRA_DIST): Add riece-biff.el. + +2004-05-26 Daiki Ueno + + * riece.el (riece-exit): Don't disable addons. + + * riece-commands.el (riece-command-quit): Don't query user to + input y/n if there is no server process. + +2004-05-26 Daiki Ueno + + * riece-highlight.el: Require 'derived. + (riece-highlight-setup-dialogue): Turn on font-lock if + riece-highlight-enabled. + (riece-highlight-setup-channel-list): Ditto. + +2004-05-24 Daiki Ueno + + * riece-addon.el (riece-command-list-addons): Sort add-ons. + +2004-05-23 Daiki Ueno + + * riece-menu.el: Don't put 'riece-addon-default-disabled property. + + * riece-log.el (riece-log-flashback): Don't check riece-log-enabled. + + * riece.el (riece): Enable add-ons after startup. + +2004-05-23 Daiki Ueno + + * riece-unread.el (riece-unread-disable): Reset riece-unread-channels. + +2004-05-22 Daiki Ueno + + * riece-message.el (riece-format-message): Don't append + server-name if the 2nd arg is not specified. + + * riece-hangman.el (riece-hangman-word): Fixed regexp. + +2004-05-22 Daiki Ueno + + * riece-xface.el: Support enable/disable. + (riece-xface-enabled): New flag. + (riece-xface-description): New variable. + (riece-xface-update-user-list-buffer): Check riece-xface-enabled. + (riece-xface-enable): New function. + (riece-xface-disable): New function. + + * riece-url.el: Support enable/disable. + (riece-url-enabled): New flag. + (riece-url-description): New variable. + (riece-url-enable): New function; bind command keys here. + (riece-url-disable): New function. + + * riece-unread.el: Support enable/disable. + (riece-unread-enabled): New flag. + (riece-unread-description): New variable. + (riece-unread-after-display-message-function): Check + riece-unread-enabled. + (riece-unread-after-switch-to-channel-function): Ditto. + (riece-unread-format-identity-for-channel-list-buffer): Ditto. + (riece-unread-format-identity-for-channel-list-indicator): Ditto. + (riece-unread-enable): New function; bind command keys here. + (riece-unread-disable): New function. + + * riece-rdcc.el: Support enable/disable. + (riece-rdcc-enabled): New flag. + (riece-rdcc-description): New variable. + (riece-handle-dcc-request): Check riece-rdcc-enabled. + (riece-rdcc-enable): New function; bind command keys here. + (riece-rdcc-disable): New function. + + * riece-ndcc.el: Support enable/disable. + (riece-ndcc-enabled): New flag. + (riece-ndcc-description): New variable. + (riece-handle-dcc-request): Check riece-ndcc-enabled. + (riece-ndcc-enable): New function; bind command keys here. + (riece-ndcc-disable): New function. + + * riece-menu.el: Support enable/disable; put + riece-addon-default-disabled property. + (riece-menu-enabled): New flag. + (riece-menu-description): New variable. + (riece-menu-enable): New function. + (riece-menu-disable): New function. + + * riece-lsdb.el: Support enable/disable. + (riece-lsdb-enabled): New flag. + (riece-lsdb-description): New variable. + (riece-lsdb-enable): New function; bind command keys here. + (riece-lsdb-disable): New function. + + * riece-keyword.el: Support enable/disable. + (riece-keyword-enabled): New flag. + (riece-keyword-description): New variable. + (riece-keyword-message-filter): Check riece-keyword-enabled. + (riece-keyword-enable): New function. + (riece-keyword-disable): New function. + + * riece-ignore.el: Support enable/disable. + (riece-ignore-enabled): New flag. + (riece-ignore-description): New variable. + (riece-ignore-message-filter): Check riece-ignore-enabled. + (riece-ignore-enable): New function; bind command keys here. + (riece-ignore-disable): New function. + + * riece-icon.el: Support enable/disable. + (riece-icon-enabled): New flag. + (riece-icon-description): New variable. + (riece-icon-update-user-list-buffer): Check riece-icon-enabled. + (riece-icon-update-channel-list-buffer): Check riece-icon-enabled. + (riece-icon-enable): New function. + (riece-icon-disable): New function. + + * riece-history.el: Support enable/disable. + (riece-history-enabled): New flag. + (riece-history-description): New variable. + (riece-history-format-identity-for-channel-list-buffer): Check + riece-history-enabled. + (riece-history-format-identity-for-channel-list-indicator): Ditto. + (riece-history-enable): New function. + (riece-history-disable): New function. + + * riece-hangman.el: Support enable/disable; put + riece-addon-default-disabled property. + (riece-hangman-enabled): New flag. + (riece-hangman-description): New variable. + (riece-hangman-after-privmsg-hook): Check riece-hangman-enabled. + (riece-hangman-enable): New function. + (riece-hangman-disable): New function. + + * riece-guess.el: Support enable/disable. + (riece-guess-enabled): New flag. + (riece-guess-description): New variable. + (riece-guess-insinuate): Nothing to do. + (riece-guess-enable): New function; bind command keys here. + (riece-guess-disable): New function. + + * riece-doctor.el: Support enable/disable; put + 'riece-addon-default-disabled property. + (riece-doctor-enabled): New flag. + (riece-doctor-description): New variable. + (riece-doctor-after-privmsg-hook): Check riece-doctor-enabled. + (riece-doctor-enable): New function. + (riece-doctor-disable): New function. + + * riece-ctlseq.el: Support enable/disable. + (riece-ctlseq-enabled): New flag. + (riece-ctlseq-description): New variable. + (riece-ctlseq-message-filter): Check riece-ctlseq-enabled. + (riece-ctlseq-enable): New function. + (riece-ctlseq-disable): New function. + + * riece-button.el: Support enable/disable. + (riece-button-enabled): New flag + (riece-button-description): New variable. + (riece-button-enable): New function. + (riece-button-disable): New function. + + * riece-async.el (riece-async-description): New variable. + + * riece-alias.el: Support enable/disable. + (riece-alias-enabled): New flag. + (riece-alias-description): New variable. + (riece-alias-insinuate): Nothing to do. + (riece-alias-enable): New function. + (riece-alias-disable): New function. + + * riece-addon.el (riece-addon-list-mark-face-alist): Change mark + for addons which does not support enable/disable. + (riece-addon-list-font-lock-keywords): Follow the above change. + (riece-command-list-addons): Ditto. + + * riece.el (riece): Check 'riece-addon-default-disabled property. + (riece-exit): Disable addons. + +2004-05-22 Daiki Ueno + + * riece-addon.el (riece-addon-list-mode): Call font-lock-set-defaults. + + * riece-highlight.el (riece-highlight-setup-dialogue): Call + font-lock-set-defaults. + (riece-highlight-setup-channel-list): Ditto. + + * riece.el (riece): Enable add-ons after startup. + +2004-05-21 Daiki Ueno + + * riece.el (riece-dialogue-mode-map): Bind + riece-command-list-addons as "^". + +2004-05-21 TAKAHASHI Kaoru + + * riece-skk-kakutei.el (riece-skk-kakutei-enabled): New flag. + (riece-skk-kakutei-description): New variable. + (riece-skk-kakutei-insinuate): Nothing to do. + (riece-skk-kakutei-enable): New function. + (riece-skk-kakutei-disable): New function. + +2004-05-21 Daiki Ueno + + * riece-highlight.el (riece-highlight-setup-dialogue): Simplified. + (riece-highlight-setup-channel-list): Simplified. + + * riece.el (riece): Enable add-ons just after insinuate them. + + * riece-addon.el (riece-addon-list-enabled-face): New face. + (riece-addon-list-disabled-face): New face. + (riece-addon-list-unsupported-face): New face. + (riece-addon-list-unknown-face): New face. + (riece-addon-list-description-face): New face. + (riece-addon-list-mark-face-alist): New user option. + (riece-addon-list-font-lock-keywords): New variable. + (riece-addon-list-mode-map): Bind some keys. + +2004-05-21 Daiki Ueno + + * riece-addon.el (riece-insinuate-addon): Add optional 2nd + argument `verbose' + (riece-enable-addon): Ditto. + (riece-disable-addon): Ditto. + (riece-command-enable-addon): Call riece-enable-addon with the 2nd + arg. + (riece-command-disable-addon): Call riece-disable-addon with the + 2nd arg. + +2004-05-21 Daiki Ueno + + * riece-addon.el (riece-command-list-addons): Change "no + description" -> "(no description)"; show key bindings. + + * riece-ctcp.el (riece-ctcp-description): New variable. + * riece-highlight.el (riece-highlight-description): New variable + * riece-log.el (riece-log-description): New variable. + * riece-mini.el (riece-mini-description): New variable. + +2004-05-21 Daiki Ueno + + * riece-ctcp.el (riece-ctcp-enable): Fixed typo. + + * riece-addon.el (riece-addon-list-mode-map): New keymap. + (riece-addon-list-mode): New function. + (riece-command-list-addons): New command. + (riece-command-enable-addon): New command. + (riece-command-disable-addon): New command. + (riece-disable-addon): Fixed typo. + +2004-05-21 Daiki Ueno + + * riece-mini.el (riece-mini-enabled): New flag. + (riece-mini-display-message-function): Check riece-mini-enabled. + (riece-mini-enable): New function. + (riece-mini-disable): New function. + + * riece-log.el (riece-log-enabled): New flag. + (riece-log-display-message-function): Check riece-log-enabled. + (riece-log-insinuate): Don't bind command key. + (riece-log-enable): New function. + (riece-log-disable): New function. + + * riece-highlight.el (riece-highlight-enabled): New flag. + (riece-highlight-setup-dialogue): Renamed from + riece-dialogue-turn-on-font-lock; don't call turn-on-font-lock. + (riece-highlight-setup-channel-list): Renamed from + riece-channel-list-turn-on-font-lock; don't call + turn-on-font-lock. + (riece-highlight-hide-prefix): Renamed from + riece-dialogue-hide-prefix. + (riece-highlight-put-overlay-faces): Renamed from + riece-put-overlay-faces; check riece-highlight-enabled. + (riece-highlight-format-identity-for-channel-list-indicator): + Check riece-highlight-enabled. + (riece-highlight-insinuate): Follow the name changes. + (riece-highlight-enable): New function. + (riece-highlight-disable): New function. + + * riece-ctcp.el (riece-ctcp-enabled): New flag. + (riece-ctcp-insinuate): Don't bind command keys. + (riece-ctcp-enable): New function. + (riece-ctcp-disable): New function. + (riece-handle-ctcp-request): Check riece-ctcp-enabled. + (riece-handle-ctcp-response): Ditto. + + * riece.el: Moved add-on arrangement code to riece-addon.el. + (riece-addons-insinuated): New flag. + (riece): Don't (re)insinuate add-ons if at least an IRC server is + opened; enable add-ons after calling riece-startup-hook. + + * riece-addon.el: New file. + * COMPILE (riece-modules): Add riece-addon. + * Makefile.am (EXTRA_DIST): Add riece-addon.el. + +2004-05-20 Daiki Ueno + + * riece-doctor.el (riece-doctor-buffer-name): Assume that the 1st + argument is nickname rather than identity object. + (riece-doctor-after-privmsg-hook): Don't send formatted identity + as a patient's nickname. + +2004-05-20 Daiki Ueno + + * riece-hangman.el (riece-hangman-player-context-alist): Renamed + from riece-hangman-players. + (riece-hangman-make-context): Add doc. + (riece-hangman-context-word): Add doc. + (riece-hangman-context-guessed): Add doc. + (riece-hangman-context-missed-count): Add doc. + (riece-hangman-context-set-guessed): Add doc. + (riece-hangman-context-set-missed-count): Add doc. + (riece-hangman-word): Add doc. + (riece-hangman-reply-with-context): Prefix user name. + +2004-05-20 Daiki Ueno + + * riece-doctor.el (riece-doctor-after-privmsg-hook): Prefix user + name to reply. + + * riece-hangman.el: New add-on. + * COMPILE (riece-modules): Add riece-hangman. + * Makefile.am (EXTRA_DIST): Add riece-hangman.el. + +2004-05-19 Daiki Ueno + + * riece-400.el (riece-handle-read-string): Append "Quit" to prompt + if user quits input. + +2004-05-19 Daiki Ueno + + * riece-commands.el (riece-command-complete-user): New command. + * riece.el: Bind riece-command-complete-user. + +2004-05-19 Daiki Ueno + + * riece-400.el (riece-handle-read-string): New function. + (riece-handle-432-message): Use it. + (riece-handle-433-message): Use it. + + * riece-server.el (riece-open-server): Don't inhibit quit and + catch it when reading server password. + +2004-05-18 Daiki Ueno + + * riece-ignore.el (riece-ignore-message-filter): Set the + major-mode of riece-ignore-buffer riece-dialogue-mode. + +2004-05-18 Daiki Ueno + + * riece-ignore.el (riece-ignore-buffer-name): New user option. + (riece-ignore-discard-message): Fixed custom spec to follow the + logging option. + (riece-ignore-buffer): New variable. + + * riece-log.el (riece-log-display-message-function): Use + riece-format-message. + + * riece-message.el (riece-format-message): New function splitted + from riece-display-message-1. + (riece-display-message-1): Use it. + +2004-05-18 Daiki Ueno + + * riece-ignore.el (riece-ignore-user): Renamed from + riece-ignore-by-user. + +2004-05-18 Daiki Ueno + + * riece-signal.el (riece-connect-signal): Fixed doc. + (riece-disconnect-signal): New function. + + * riece-ignore.el (riece-ignore-discard-message): New user option. + (riece-ignored-user-list): Renamed from riece-ignored-user. + (riece-ignore-by-user): Support unignore. + +2004-05-18 Daiki Ueno + + * riece-url.el (riece-url-regexp): Accept ";". + + * riece-ignore.el: New add-on. + * COMPILE (riece-modules): Add riece-ignore. + * Makefile.am (EXTRA_DIST): Add riece-ignore.el. + +2004-05-13 OHASHI Akira + + * riece-log.el (riece-log-get-directory): Follow the name change + of riece-channel-regexp. + +2004-05-12 Daiki Ueno + + * riece-globals.el (riece-strict-channel-regexp): Renamed from + riece-channel-regexp. + (riece-strict-user-regexp): Renamed from riece-user-regexp. + (riece-laxed-channel-regexp): New constant. + (riece-laxed-user-regexp): New constant. + (riece-channel-regexp): Define as variable (its default value is + set to riece-laxed-channel-regexp). + (riece-user-regexp): Define as variable (its default value is set + to riece-laxed-user-regexp). + +2004-05-10 Daiki Ueno + + * riece-ctlseq.el (riece-ctlseq-scan-region): Abolish. + (riece-ctlseq-requires): New function. + (riece-ctlseq-message-filter): Assume the existence of + riece-put-overlay-faces, add 'riece-overlay-face property. + + * riece-keyword.el (riece-keyword-scan-region): Abolish. + (riece-keyword-message-filter): Assume the existence of + riece-put-overlay-faces, add 'riece-overlay-face property. + + * riece-highlight.el (riece-put-overlay-faces): New function. + (riece-highlight-insinuate): Add riece-put-overlay-faces to + riece-after-insert-functions. + +2004-05-05 Daiki Ueno + + * riece-misc.el (riece-split-parameters): Don't remove a trailing + string even if it is empty. + +2004-05-05 Daiki Ueno + + * riece-ctlseq.el: Require 'riece-message for riece-message-text; + require 'riece-misc for riece-scan-property-region. + + * riece-ctcp.el: Require 'riece-display for riece-channel-buffer. + +2004-05-04 Daiki Ueno + + * riece-300.el (riece-handle-312-message): Use server name + returned by WHOIS instead of riece-real-server-name. + [cf. ] + +2004-05-04 Daiki Ueno + + * Riece: Version 0.2.2 released. + * riece-version.el (riece-version-number): Bump up to 0.2.2. + + * riece-ctlseq.el (riece-ctlseq-hide-controls): New user option. + + * riece-keyword.el (riece-keyword): Fixed the parent custom group. + * riece-url.el (riece-url): Fixed the parent custom group. + +2004-05-04 Daiki Ueno + + * riece-ctlseq.el: New add-on. + * COMPILE (riece-modules): Add riece-ctlseq. + * Makefile.am (EXTRA_DIST): Add riece-ctlseq.el. + +2004-04-29 OHASHI Akira + + * riece-log.el (riece-log-get-directory): Use a canonicalized + channel name. + (riece-log-open-directory-function): New user option. + (riece-log-open-directory): Use it. + (riece-log-insinuate): Add new key bind. + +2004-04-05 Daiki Ueno + + * riece-button.el (riece-button-requires): Abolish. + +2004-03-29 Daiki Ueno + + * riece.el (riece-buffer-alist): Rename *Commands* -> *Command*. + (riece-command-mode): Rename Commands -> Command. + +2004-03-28 Daiki Ueno + + * riece-signal.el: Require 'riece-options for riece-debug. + * riece-async.el: Require 'riece-options for riece-debug. + +2004-03-28 Daiki Ueno + + * riece.el (riece-command-mode): Don't display + riece-freeze-indicator on the modeline of the command buffer. + (riece-dialogue-mode): Make riece-freeze-indicator local to the + buffer whose major-mode is derived from riece-dialogue-mode. + + * riece-display.el: Add autoload setting for derived-mode-class. + (riece-update-status-indicators): Check riece-freeze flag for each + buffer visible in the selected frame. + + * riece-commands.el: Add autoload setting for derived-mode-class. + (riece-command-toggle-freeze): Don't switch to the channel buffer + if major-mode of the current buffer is derived from + riece-dialogue-mode. Which allows to lock "*Others*" buffer. + (riece-command-toggle-own-freeze): Ditto. + + * riece-globals.el (riece-freeze): Fix doc. + (riece-freeze-indicator): Add doc. + (riece-channel-indicator): Fix doc. + (riece-long-channel-indicator): Fix doc. + (riece-channel-list-indicator): Fix doc. + (riece-user-indicator): Fix doc. + (riece-away-indicator): Add doc. + (riece-operator-indicator): Add doc. + +2004-03-24 Daiki Ueno + + * riece-unread.el (riece-unread-after-display-message-function): + Treat private messages as unread. + +2004-03-21 Daiki Ueno + + * riece.el (riece-exit): Don't clear riece-user-list-buffer and + riece-channel-list-buffer. + +2004-03-21 Daiki Ueno + + * riece.el (riece-exit): Clear riece-channel-buffer, + riece-user-list-buffer, and riece-channel-list-buffer. + +2004-03-20 Daiki Ueno + + * riece-server.el (riece-open-server): Append the server-name to + the prompt string. + +2004-03-14 Daiki Ueno + + * riece-display.el (riece-display-connect-signals): Update + riece-long-channel-indicator on 'channel-modes-changed signal. + + * riece-naming.el (riece-naming-assert-channel-modes): New + function renamed from riece-handle-channel-modes. + + * riece-misc.el: Require 'riece-mode. + (riece-concat-channel-modes): Display mode parameter. + + * riece-channel.el: Require 'riece-mode. + (riece-channel-toggle-mode): Store mode "objects" instead of mode + "flags". + * riece-user.el: Require 'riece-mode. + (riece-user-toggle-mode): Store mode "objects" instead of mode + "flags". + + * riece-handle.el: Require 'riece-mode. + (riece-handle-mode-message): Use riece-parse-mode. + (riece-parse-mode): Moved to riece-mode.el. + (riece-handle-channel-modes): Moved to riece-naming.el. + + * riece-300.el: Require 'riece-mode. + (riece-handle-324-message): Use riece-parse-mode. + + * riece-mode.el: New file. + * Makefile.am (EXTRA_DIST): Add riece-mode.el. + * COMPILE (riece-modules): Add riece-mode. + +2004-03-13 Daiki Ueno + + * riece-ctcp.el: "Error occurred in XXX" -> "Error in XXX". + * riece-filter.el: "Error occurred in XXX" -> "Error in XXX". + * riece-signal.el: "Error occurred in XXX" -> "Error in XXX". + +2004-03-09 Daiki Ueno + + * Riece: Version 0.2.1 released. + * riece-version.el (riece-version-number): Bump up to 0.2.1. + +2004-03-09 Daiki Ueno + + * riece-emacs.el (riece-propertize-modeline-string): Fix arguments + for add-text-properties. + +2004-03-08 Daiki Ueno + + * riece-xface.el (riece-xface-insinuate): Use + riece-user-list-mode-hook to setup riece-update-buffer-functions + in user-list buffer. + +2004-03-07 Daiki Ueno + + * Riece: Version 0.2.0 released. + * riece-version.el (riece-version-number): Bump up to 0.2.0. + + * riece-ctcp.el (riece-handle-ctcp-version-request): Fixed bug in + formatting target identity. + (riece-handle-ctcp-ping-request): Ditto. + (riece-handle-ctcp-clientinfo-request): Ditto. + +2004-03-07 Daiki Ueno + + * riece-display.el: Rename some signals. + + * riece-commands.el (riece-command-set-operators): Reverse user-list. + (riece-command-set-speakers): Ditto. + +2004-03-07 Daiki Ueno + + * riece-unread.el + (riece-unread-format-identity-for-channel-list-indicator): Escape + % -> %%; use riece-propertize-modeline-string. + + * riece-history.el + (riece-history-format-identity-for-channel-list-indicator): Escape + % -> %%; use riece-propertize-modeline-string. + + * riece-highlight.el + (riece-highlight-format-identity-for-channel-list-indicator): + Escape % -> %%; use riece-propertize-modeline-string. + + * riece-display.el + (riece-format-identity-for-channel-list-indicator): Escape % -> + %%. + (riece-update-channel-list-indicator): Rewrite. + + * riece-emacs.el (riece-propertize-modeline-string): New function. + * riece-xemacs.el (riece-propertize-modeline-string): New function. + +2004-03-07 Daiki Ueno + + * riece-unread.el + (riece-unread-format-identity-for-channel-list-indicator): New + function. + (riece-unread-insinuate): Setup + riece-format-identity-for-channel-list-indicator-functions. + + * riece-history.el + (riece-history-format-identity-for-channel-list-buffer): New + function. + (riece-history-insinuate): Setup + riece-format-identity-for-channel-list-indicator-functions. + + * riece-highlight.el + (riece-highlight-format-identity-for-channel-list-indicator): New + function. + (riece-highlight-insinuate): Setup + riece-format-identity-for-channel-list-indicator-functions. + + * riece-display.el + (riece-format-identity-for-channel-list-buffer): Rename from + riece-format-channel-list-line. + (riece-format-identity-for-channel-list-indicator): New function. + (riece-update-channel-list-indicator): Use it. + +2004-03-07 Daiki Ueno + + * riece-handle.el (riece-parse-modes): Make sure that mode params + are started at the beginning of the mode string. + (riece-handle-channel-modes): Fixed arguments passed to + riece-channel-toggle-*. + +2004-03-06 Daiki Ueno + + * riece-xface.el (riece-xface-insinuate): Set + 'riece-update-buffer-functions local to the user-list buffer. + + * riece-unread.el: Require 'riece-signal instead of + 'riece-display. + (riece-unread-after-display-message-function): Emit + 'riece-update-buffer signal instead of + 'riece-unread-channel-list-update signal. + + * riece-ndcc.el: Don't require 'riece-display. + + * riece-naming.el: Require 'riece-signal instead of + 'riece-display. + (riece-naming-assert-rename): Don't rename buffer. + + * riece-history.el (riece-history-format-channel-list-line): Don't + append "\n". + + * riece-handle.el: Require 'riece-signal instead of + 'riece-display. + (riece-parse-modes): Rename from riece-parse-channel-modes; don't + update channel modes. + (riece-handle-channel-modes): New function which processes the + result of riece-parse-modes. + (riece-handle-mode-message): Use it. + + * riece-filter.el: Don't require 'riece-display. + * riece-display.el: Require 'riece-signal; connect + 'riece-update-buffer signal. + + * riece-ctcp.el: Don't require 'riece-display. + + * riece-signal.el: New module splitted from riece-display.el. + * Makefile.am (EXTRA_DIST): Add riece-signal. + * COMPILE (riece-modules): Add riece-signal. + +2004-03-05 Daiki Ueno + + * riece-unread.el (riece-unread-after-display-message-function): + Emit 'riece-unread-channel-list-update signal. + (riece-unread-insinuate): Connect the signal to the function which + updates channel-list buffer. + + * riece-display.el (riece-display-connect-signals): Fix parenthesis. + +2004-03-04 Daiki Ueno + + * riece-display.el (riece-emit-signal): Fixed bug that errors + during signal filter execution were not caught. + (riece-display-connect-signals): Check riece-current-channel is set. + +2004-03-01 Daiki Ueno + + * riece-display.el (riece-display-connect-signals): Fixed bug in + signal filters. + + * riece-handle.el (riece-handle-mode-message): Don't call + riece-parse-channel-modes if channel doesn't match with + riece-channel-regexp. + +2004-02-28 Daiki Ueno + + * riece-display.el (riece-display-connect-signals): Connect some + signals. + + * riece-naming.el (riece-naming-assert-join): Don't change the + current channel manually. + (riece-naming-assert-part): Ditto. + (riece-naming-assert-rename): Ditto. + (riece-naming-assert-channel-users): Ditto. + +2004-02-27 Daiki Ueno + + * riece-display.el (riece-emit-signal): Create signal object + internally. + + * riece-message.el (riece-display-message-1): Emit + 'riece-buffer-toggle-freeze signal. + + * riece-commands.el (riece-command-toggle-freeze): Emit + 'riece-buffer-toggle-freeze signal; don't update status indicators + manually. + (riece-command-toggle-own-freeze): Ditto. + + * riece-naming.el (riece-naming-assert-join): Rename signal 'join + -> 'riece-naming-assert-join. + (riece-naming-assert-part): Rename signal 'part -> + 'riece-naming-assert-part. + (riece-naming-assert-rename): Rename signal 'rename -> + 'riece-naming-assert-rename. + (riece-naming-assert-channel-users): Rename from + riece-naming-assert-users; rename signal 'users -> + 'riece-naming-assert-channel-users. + + * riece-handle.el (riece-handle-topic-message): Emit + 'riece-channel-set-topic signal. + (riece-parse-channel-modes): Emit 'riece-channel-toggle-operator, + 'riece-channel-toggle-speaker, and 'riece-channel-toggle-modes signals. + + * riece-display.el (riece-display-connect-signals): Rename some + signals; connect more signals. + + * riece-300.el (riece-handle-302-message): Emit + 'riece-user-toggle-away, and 'riece-user-toggle-operator signals; + don't update status indicators manually. + (riece-handle-301-message): Emit 'riece-user-toggle-away signal; + don't update status indicators manually. + (riece-handle-305-message): Ditto. + (riece-handle-306-message): Ditto. + (riece-handle-353-message): Follow the name change of + riece-naming-assert-users. + (riece-handle-324-message): Emit 'riece-channel-toggle-modes + signal; don't update status indicators manually. + (riece-handle-set-topic): Emit 'riece-channel-set-topic signal; + don't update channel indicator manually. + (riece-handle-352-message): Emit 'riece-user-toggle-away, and + 'riece-user-toggle-operator signals; don't update status + indicators manually. + +2004-02-27 Daiki Ueno + + * riece-display.el (riece-connect-signal): Create slot object + internally. + +2004-02-27 Daiki Ueno + + * riece.el (riece): Setup signal slots. + + * riece-unread.el (riece-unread-after-display-message-function): + Don't call riece-redisplay-buffers. + + * riece-naming.el (riece-naming-assert-names): New function. + (riece-naming-assert-join): Emit 'join signal. + (riece-naming-assert-part): Emit 'part signal. + (riece-naming-assert-rename): Emit 'rename signal. + + * riece-message.el (riece-message-buffer): Don't call + riece-redisplay-buffers. + + * riece-handle.el (riece-handle-nick-message): Don't call + riece-redisplay-buffers. + (riece-handle-join-message): Ditto. + (riece-handle-part-message): Ditto. + (riece-handle-kick-message): Ditto. + (riece-handle-kill-message): Ditto. + (riece-handle-topic-message): Ditto. + (riece-parse-channel-modes): Ditto. + + * riece-display.el (riece-update-user-list-buffer): Use + riece-with-server-buffer. + (riece-emit-signal): Notify if signal filter fails. + (riece-display-connect-signals): New function. + (riece-update-user-list-buffer): Don't switch to user-list buffer. + (riece-update-channel-list-buffer): Don't switch to channel-list + buffer. + (riece-switch-to-channel): Emit 'switch-to-channel signal. + (riece-switch-to-nearest-channel): Ditto. + + * riece-commands.el (riece-command-switch-to-channel): Don't call + riece-redisplay-buffers. + (riece-command-join-partner): Ditto. + (riece-command-part): Ditto. + + * riece-300.el (riece-handle-353-message): Save match data before + calling riece-naming-assert-names; don't call riece-redisplay-buffers. + (riece-handle-322-message): Don't call riece-redisplay-buffers. + +2004-02-26 Daiki Ueno + + * riece-display.el: Introduce Qt like "signal-slot" abstraction + for routing display events. + (riece-signal-slot-obarray): New variable. + (riece-make-slot): New function. + (riece-slot-function): New function. + (riece-slot-filter): New function. + (riece-slot-handback): New function. + (riece-make-signal): New function. + (riece-signal-name): New function. + (riece-signal-args): New function. + (riece-connect-signal): New function. + (riece-emit-signal): New function. + +2004-02-19 Daiki Ueno + + * riece-300.el (riece-handle-353-message): Add 'riece-identity + property on user list string. + +2004-02-17 Daiki Ueno + + * riece-lsdb.el: Add autoload setting for + lsdb-rebuild-secondary-hash-tables to suppress warning. + +2004-02-16 Daiki Ueno + + * riece-300.el (riece-handle-353-message): Print user list in + channel buffer. + +2004-02-14 Yoichi NAKAYAMA + + * riece-lsdb.el (riece-lsdb-lookup-records): Build + riece-lsdb-cache if necessary. + +2004-01-29 Daiki Ueno + + * riece-ctcp.el (riece-handle-ctcp-version-request): Format target + identity before display. + (riece-handle-ctcp-ping-request): Ditto. + (riece-handle-ctcp-clientinfo-request): Ditto. + +2004-01-28 Daiki Ueno + + * Riece: Version 0.1.8 released. + * riece-version.el (riece-version-number): Bump up to 0.1.8. + +2004-01-27 Daiki Ueno + + * riece-lsdb.el: Require 'riece-identity; add autoload setting for + lsdb-update-record; bind lsdb-hash-table, riece-command-mode-map. + +2004-01-23 TAKAHASHI Kaoru + + * riece-handle.el (riece-handle-privmsg-message): Check own + message from server. For deal with another client that connected + same irc proxy (e.g. plum, pirc). + (riece-handle-notice-message): Ditto. + +2004-01-21 Daiki Ueno + + * riece-identity.el (riece-identity-canonicalize-prefix): Convert + characters in prefix to lower case. + +2004-01-18 Daiki Ueno + + * riece-misc.el (riece-concat-user-status): New function. + + * riece-300.el (riece-handle-302-message): Simplify user status + display. (i.e. don't display "not operator", "not away", ...) + (riece-handle-352-message): Ditto. + +2004-01-04 Daiki Ueno + + * riece-lsdb.el (riece-lsdb-add-user): Always pass canonical + address for 'net entry. + +2004-01-04 TAKAHASHI Kaoru + + * riece-300.el (riece-handle-317-message): Fix regexp for signon + time extenstion. + +2004-01-03 Daiki Ueno + + * riece-lsdb.el: Add autoload setting for lsdb-maphash. + (riece-lsdb-update-cache): Don't alter existing entry. + (riece-lsdb-delete-cache): Ditto. + (riece-lsdb-add-user): New command. + (riece-lsdb-insinuate): Bind riece-lsdb-add-user. + +2004-01-03 Daiki Ueno + + * riece-lsdb.el (riece-lsdb-insinuate): Don't require 'lsdb. + 2004-01-02 Daiki Ueno * riece-lsdb.el: New add-on.