Mercurial > emacs
diff src/ChangeLog @ 111266:8da6c861bf9f
Fix bug#7299; default value of tool-bar-mode in without-x builds.
* src/frame.c (syms_of_frame) <tool-bar-mode>:
Default to nil if !HAVE_WINDOW_SYSTEM.
* lisp/cus-start.el: Handle standard values via a keyword.
Only set version property if specified.
(cursor-in-non-selected-windows, menu-bar-mode)
(tool-bar-mode, show-trailing-whitespace):
Do not specify standard values.
(transient-mark-mode, temporary-file-directory): Use :standard.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 31 Oct 2010 11:26:54 -0700 |
parents | 029e4783cbae |
children | 83641cd010c7 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Oct 31 11:13:40 2010 -0700 +++ b/src/ChangeLog Sun Oct 31 11:26:54 2010 -0700 @@ -1,3 +1,8 @@ +2010-10-31 Glenn Morris <rgm@gnu.org> + + * frame.c (syms_of_frame) <tool-bar-mode>: + Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299) + 2010-10-31 Chong Yidong <cyd@stupidchicken.com> * xterm.c (x_connection_closed): Print informative error message