diff options
| author | Glenn Morris | 2010-10-31 11:26:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-31 11:26:54 -0700 |
| commit | c8c599548191c0d9f903e20d010b076dcd74170a (patch) | |
| tree | a8c2aadda8d732c6458e8e012226507a028c8fd8 /src/ChangeLog | |
| parent | 35fcc05c0e4f0ee9312c422e10ab14b4d34bb884 (diff) | |
| download | emacs-c8c599548191c0d9f903e20d010b076dcd74170a.tar.gz emacs-c8c599548191c0d9f903e20d010b076dcd74170a.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 359869027dc..15da02b3e3d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-31 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * frame.c (syms_of_frame) <tool-bar-mode>: | ||
| 4 | Default to nil if !HAVE_WINDOW_SYSTEM. (Bug#7299) | ||
| 5 | |||
| 1 | 2010-10-31 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-10-31 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * xterm.c (x_connection_closed): Print informative error message | 8 | * xterm.c (x_connection_closed): Print informative error message |