Mercurial > emacs
diff src/ChangeLog @ 109049:c4638d45dada
Change initial-frame-alist and default-frame-alist defaults (Bug#2249).
Since the menu-bar and tool-bar are now unconditionally turned on by
default, we can let the defcustom defaults reflect that.
* frame.el (initial-frame-alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).
* frame.c (Vdefault_frame_alist): Give default value entries for
menu-bar-lines and tool-bar-lines consistent with the startup
default (Bug#2249).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 Jun 2010 15:24:05 -0400 |
parents | 98796fa1a7f8 |
children | 16aebfb142a6 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jun 25 10:31:50 2010 +0200 +++ b/src/ChangeLog Fri Jun 25 15:24:05 2010 -0400 @@ -1,3 +1,9 @@ +2010-06-25 Chong Yidong <cyd@stupidchicken.com> + + * frame.c (Vdefault_frame_alist): Give default value entries for + menu-bar-lines and tool-bar-lines consistent with the startup + default (Bug#2249). + 2010-06-24 Juanma Barranquero <lekktu@gmail.com> * gtkutil.c (xg_update_scrollbar_pos):