projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02a8eff
)
* riece-options.el (riece-addons): Add riece-toolbar.
author
ueno
<ueno>
Sun, 12 Dec 2004 02:33:08 +0000
(
02:33
+0000)
committer
ueno
<ueno>
Sun, 12 Dec 2004 02:33:08 +0000
(
02:33
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-options.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
40505a2
..
1297066
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2004-12-12 Daiki Ueno <ueno@unixuser.org>
+ * riece-options.el (riece-addons): Add riece-toolbar.
+
* riece-log.el (riece-log-flashback): Fixed regexp.
* riece-menu.el (riece-menu-items): Add "Next Channel" and
diff --git
a/lisp/riece-options.el
b/lisp/riece-options.el
index
a06a76c
..
26f1463
100644
(file)
--- a/
lisp/riece-options.el
+++ b/
lisp/riece-options.el
@@
-115,7
+115,8
@@
way is to put Riece variables on .emacs or file loaded from there."
riece-menu
riece-icon
riece-ignore
- riece-log)
+ riece-log
+ riece-toolbar)
"Add-ons insinuated into Riece."
:type '(repeat symbol)
:group 'riece-options)