aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2010-08-13 15:26:13 +0200
committerJan D2010-08-13 15:26:13 +0200
commit2b4e627726bc1dfcbf95f069fb97f932471efad8 (patch)
tree8dad1c6b6bafa7531bdac10e432742258ddae9f5 /src/ChangeLog
parent9dec0f7642296c34dfd3700c6094808ce6ed289e (diff)
downloademacs-2b4e627726bc1dfcbf95f069fb97f932471efad8.tar.gz
emacs-2b4e627726bc1dfcbf95f069fb97f932471efad8.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 024cf18efb6..69b1e9866d5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-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
12010-08-13 Eli Zaretskii <eliz@gnu.org> 82010-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.