Mercurial > emacs
comparison lisp/ChangeLog @ 109771:3c2274d0da65
Fix handling of tool-bar-position, also put into default-frame-alist.
* lisp/menu-bar.el (menu-bar-set-tool-bar-position): New function.
(menu-bar-showhide-tool-bar-menu-customize-enable-left)
(menu-bar-showhide-tool-bar-menu-customize-enable-right)
(menu-bar-showhide-tool-bar-menu-customize-enable-top)
(menu-bar-showhide-tool-bar-menu-customize-enable-bottom): Call
menu-bar-set-tool-bar-position.
* src/frame.h (Qtool_bar_position): Declare.
* src/xfns.c (Fx_create_frame): Call x_default_parameter for
Qtool_bar_position.
author | Jan D <jan.h.d@swipnet.se> |
---|---|
date | Fri, 13 Aug 2010 15:26:13 +0200 |
parents | 818e325e0469 |
children | c89afd5304b0 |
comparison
equal
deleted
inserted
replaced
109770:30994c3466ad | 109771:3c2274d0da65 |
---|---|
1 2010-08-13 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * menu-bar.el (menu-bar-set-tool-bar-position): New function. | |
4 (menu-bar-showhide-tool-bar-menu-customize-enable-left) | |
5 (menu-bar-showhide-tool-bar-menu-customize-enable-right) | |
6 (menu-bar-showhide-tool-bar-menu-customize-enable-top) | |
7 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom): Call | |
8 menu-bar-set-tool-bar-position. | |
9 | |
1 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> | 10 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 11 |
3 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c" | 12 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c" |
4 comment style (bug#6834). | 13 comment style (bug#6834). |
5 * progmodes/scheme.el (scheme-mode-syntax-table): | 14 * progmodes/scheme.el (scheme-mode-syntax-table): |