comparison lisp/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 d2e4336159e8
children 7f0afd30f764
comparison
equal deleted inserted replaced
111265:d2e4336159e8 111266:8da6c861bf9f
1 2010-10-31 Glenn Morris <rgm@gnu.org>
2
3 * cus-start.el: Handle standard values via a keyword.
4 Only set version property if specified.
5 (cursor-in-non-selected-windows, menu-bar-mode)
6 (tool-bar-mode, show-trailing-whitespace):
7 Do not specify standard values.
8 (transient-mark-mode, temporary-file-directory): Use :standard.
9
1 2010-10-31 Jan Djärv <jan.h.d@swipnet.se> 10 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
2 11
3 * term/x-win.el (x-get-selection-value): New function that gets 12 * term/x-win.el (x-get-selection-value): New function that gets
4 PRIMARY with type as specified in x-select-request-type. (Bug#6802). 13 PRIMARY with type as specified in x-select-request-type. (Bug#6802).
5 14