Mercurial > emacs
changeset 98593:07dedfc8a63c
* startup.el (command-line): Enable tool-bar-mode as long as it is
not suppressed by X resources, regardless of the terminal.
* tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
graphical terminals.
(tool-bar-setup): No-op if called on a tty.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 09 Oct 2008 19:29:42 +0000 |
parents | 118d6dc744db |
children | b40f8a9232b9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 09 17:43:03 2008 +0000 +++ b/lisp/ChangeLog Thu Oct 09 19:29:42 2008 +0000 @@ -1,3 +1,12 @@ +2008-10-09 Chong Yidong <cyd@stupidchicken.com> + + * startup.el (command-line): Enable tool-bar-mode as long as it is + not suppressed by X resources, regardless of the terminal. + + * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on + graphical terminals. + (tool-bar-setup): No-op if called on a tty. + 2008-10-09 Eli Zaretskii <eliz@gnu.org> * frame.el (make-frame-on-tty): Use "F" inside interactive. Support