* riece-options.el (riece-addons): Enable riece-keyword by default.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 5 Feb 2005 01:44:43 +0000 (01:44 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 5 Feb 2005 01:44:43 +0000 (01:44 +0000)
NEWS
lisp/ChangeLog
lisp/riece-options.el

diff --git a/NEWS b/NEWS
index bd16c8b..d211ad2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,8 @@
 ** New add-on riece-eval. (bg66)
 
 ** Some add-ons are enabled by default. (ueno)
-   riece-log, riece-alias and riece-ctlseq are enabled by default.
+   riece-log, riece-alias, riece-ctlseq, and riece-keyword are now
+   enabled by default.
 
 ** New user option riece-part-message. (ueno)
 
index 3696e72..a85b166 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-05  Daiki Ueno  <ueno@unixuser.org>
 
+       * 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.
index c55dd33..51735ff 100644 (file)
@@ -118,7 +118,8 @@ way is to put Riece variables on .emacs or file loaded from there."
                          riece-log
                          riece-toolbar
                          riece-alias
-                         riece-ctlseq)
+                         riece-ctlseq
+                         riece-keyword)
   "Add-ons insinuated into Riece."
   :type '(repeat symbol)
   :group 'riece-options)