* riece-filter.el (riece-filter): Simplified.
[riece] / lisp / ChangeLog
index bc62525..5cfe9f4 100644 (file)
@@ -1,5 +1,113 @@
+2005-02-07  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-filter.el (riece-filter): Simplified.
+
+       * riece-addon.el (riece-resolve-addons): Check the existence of
+       riece-addon-directory.
+
+2005-02-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-filter.el (riece-filter): Modified regexp.
+
+2005-02-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece.el (riece-exit): Clear riece-window-configuration frame
+       parameter.
+       * riece-commands.el (riece-command-suspend-resume): Don't attempt
+       to restore window-configuration if the cdr of
+       riece-window-configuration frame parameter is nil.
+
+       * riece-filter.el (riece-chomp-string): New function.
+       (riece-filter): Use it.
+
+2005-02-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 1.0.7 released.
+       * riece-version.el (riece-version-number): Bump up to 1.0.7.
+
+2005-02-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-keyword.el (riece-keyword-face): Change defface spec for tty.
+
+       * riece-toolbar.el (riece-toolbar-description): New constant.
+
+       * riece-keepalive.el: Require 'riece-options.
+       (riece-keepalive-ping-repeat): Define with defcustom.
+       (riece-keepalive-description): New constant.
+
+       * riece.el (riece-dialogue-mode-map): Bind
+       riece-command-suspend-resume.
+       * riece-commands.el (riece-command-suspend-resume): New command.
+
+       * riece-options.el (riece-addons): Enable riece-keyword by default.
+
+       * riece-button.el (riece-identity-button-popup-menu): Changed
+       interactivbe spect "@e" -> "e".
+       (riece-identity-button-click): New function.
+       (riece-make-identity-button-map): Bind riece-identity-button-click.
+
+2005-02-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-options.el (riece-part-message): New user option.
+       (riece-addons): Enable riece-alias and riece-ctlseq by default.
+       (riece-max-buffer-size): Change the default value to nil.
+
+       * riece-commands.el (riece-command-part): Use riece-part-message.
+
+2005-02-04  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece-eval.el (riece-eval-form): New function.
+       (riece-eval-display-message-function): Use it.
+
 2005-02-04  Daiki Ueno  <ueno@unixuser.org>
 
+       * riece-000.el (riece-handle-001-message): Use
+       riece-command-join-channel to join startup channels.
+
+       * riece-filter.el (riece-filter): Accept lines which end with LF.
+
+       * riece-300.el (riece-353-message-alist): Renamed from riece-353-users.
+       (riece-handle-353-message): Don't parse the reply.
+       (riece-handle-366-message): Parse 353 replies here; count users.
+
+       * riece-log.el (riece-log-enable): Add debug message.
+
+       * riece-keepalive.el: New add-on.
+       * COMPILE (riece-modules): Add riece-keepalive.
+       * Makefile.am (EXTRA_DIST): Add riece-keepalive.el.
+
+2005-02-04  OHASHI Akira  <bg66@koka-in.org>
+
+       * riece-biff.el (riece-biff-functions): Abolish.
+       (riece-biff-after-display-message-function): Follow the change above.
+
+2005-02-04  Daiki Ueno  <ueno@unixuser.org>
+
+       * riece-server.el (riece-close-server-process): Switch to process
+       buffer when running riece-after-close-hook.
+
+       * COMPILE (riece-icons): Add all symbols from riece-toolbar-items.
+
+       * Makefile.am (EXTRA_DIST): Add riece-command-previous-channel.xpm,
+       riece-command-next-channel.xpm, and riece-submit-bug-report.xpm.
+
+       * riece-menu.el (riece-menu-items): Add "Submit Bug Report".
+
+       * riece-toolbar.el (riece-toolbar-items): Add riece-submit-bug-report.
+
+       * riece-compat.el (riece-read-passwd): Changed default value.
+
+       * riece-400.el (riece-handle-475-message): Don't bind inhibit-quit
+       when reading channel key.
+
+       * riece-irc.el (riece-irc-open-server): Don't bind inhibit-quit
+       when reading password.
+
+       * riece-compat.el (riece-read-passwd): Bind inhibit-quit.
+
+       * riece-commands.el (riece-command-join): Abolished prefix-arg
+       (channel key).
+
        * riece-options.el (riece-buffer-dispose-function): Changed the
        default value from bury-buffer to kill-buffer.
        * riece-log.el (riece-log-lock-directory): New user option.