* riece-skk-kakutei.el (riece-skk-kakutei-enabled): New flag.
[riece] / lisp / ChangeLog
index 35ef5be..c3adee2 100644 (file)
@@ -1,3 +1,253 @@
+2004-05-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * riece-400.el (riece-handle-read-string): Append "Quit" to prompt
+       if user quits input.
+
+2004-05-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-commands.el (riece-command-complete-user): New command.
+       * riece.el: Bind riece-command-complete-user.
+
+2004-05-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * riece-ignore.el (riece-ignore-message-filter): Set the
+       major-mode of riece-ignore-buffer riece-dialogue-mode.
+
+2004-05-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * riece-ignore.el (riece-ignore-user): Renamed from
+       riece-ignore-by-user.
+
+2004-05-18  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <bg66@koka-in.org>
+
+       * riece-log.el (riece-log-get-directory): Follow the name change
+       of riece-channel-regexp.
+
+2004-05-12  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * riece-misc.el (riece-split-parameters): Don't remove a trailing
+       string even if it is empty.
+
+2004-05-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
+
+       * riece-300.el (riece-handle-312-message): Use server name
+       returned by WHOIS instead of riece-real-server-name.
+       [cf. <Liece:00170>]
+
+2004-05-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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  <ueno@unixuser.org>
 
        * riece-ctlseq.el: New add-on.