comparison src/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 8186d147fb99
children 7ce174214df2
comparison
equal deleted inserted replaced
109770:30994c3466ad 109771:3c2274d0da65
1 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
2
3 * frame.h (Qtool_bar_position): Declare.
4
5 * xfns.c (Fx_create_frame): Call x_default_parameter for
6 Qtool_bar_position.
7
1 2010-08-13 Eli Zaretskii <eliz@gnu.org> 8 2010-08-13 Eli Zaretskii <eliz@gnu.org>
2 9
3 * unexcoff.c: Remove the parts used when "emacs" is not defined. 10 * unexcoff.c: Remove the parts used when "emacs" is not defined.
4 (report_error, report_error_1): Ditto. 11 (report_error, report_error_1): Ditto.
5 (write_segment): Remove "#if 0" unused code. 12 (write_segment): Remove "#if 0" unused code.