comparison lisp/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 e1b36fd5197d
children 16aebfb142a6
comparison
equal deleted inserted replaced
109048:e1b36fd5197d 109049:c4638d45dada
1 2010-06-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * frame.el (initial-frame-alist): Give default value entries for
4 menu-bar-lines and tool-bar-lines consistent with the startup
5 default (Bug#2249).
6
1 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> 7 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
2 8
3 * flyspell.el (flyspell-check-previous-highlighted-word): Make 9 * flyspell.el (flyspell-check-previous-highlighted-word): Make
4 sure `flyspell-word' re-checks word after function run (Bug#6504). 10 sure `flyspell-word' re-checks word after function run (Bug#6504).
5 11