From: Chong Yidong Date: Thu, 9 Oct 2008 19:29:42 +0000 (+0000) Subject: * startup.el (command-line): Enable tool-bar-mode as long as it is X-Git-Tag: emacs-pretest-23.0.90~2582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a448e4167fca87332cb1099366cfbe760c88f027;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f6c88dbfc53..bed3852d9f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2008-10-09 Chong Yidong + + * 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 * frame.el (make-frame-on-tty): Use "F" inside interactive. Support