* riece-keepalive.el: Require 'riece-options.
[riece] / lisp / ChangeLog
index a912203..1e832b0 100644 (file)
@@ -1,3 +1,28 @@
+2005-02-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * 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-server.el (riece-close-server-process): Switch to process
        buffer when running riece-after-close-hook.
 
-       * COMPILE (riece-icons): Add riece-command-quit and
-       riece-submit-bug-report.
+       * COMPILE (riece-icons): Add all symbols from riece-toolbar-items.
 
-       * Makefile.am (EXTRA_DIST): Add riece-command-quit.xpm
-       riece-command-previous-channel.xpm riece-command-next-channel.xpm
-       riece-submit-bug-report.xpm.
+       * 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".