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:
c7bb2c1
)
* riece-options.el (riece-addons): Enable riece-shrink-buffer by
author
ueno
<ueno>
Wed, 30 Aug 2006 07:42:22 +0000
(07:42 +0000)
committer
ueno
<ueno>
Wed, 30 Aug 2006 07:42:22 +0000
(07:42 +0000)
default.
lisp/ChangeLog
patch
|
blob
|
history
lisp/riece-options.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
afc76b1
..
7613bcf
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,8
@@
2006-08-30 Daiki Ueno <ueno@unixuser.org>
+ * riece-options.el (riece-addons): Enable riece-shrink-buffer by
+ default.
+
* aproxy.rb (AProxy::start): Fixed a typo (@out -> $stdout).
2006-07-29 Daiki Ueno <ueno@unixuser.org>
diff --git
a/lisp/riece-options.el
b/lisp/riece-options.el
index
d690861
..
fad5461
100644
(file)
--- a/
lisp/riece-options.el
+++ b/
lisp/riece-options.el
@@
-130,7
+130,8
@@
way is to put Riece variables on .emacs or file loaded from there."
riece-toolbar
riece-alias
riece-ctlseq
- riece-keyword)
+ riece-keyword
+ riece-shrink-buffer)
"Add-ons insinuated into Riece."
:type '(repeat symbol)
:group 'riece-options)