aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2010-07-09 18:39:51 +0200
committerJan D2010-07-09 18:39:51 +0200
commit723f5a070c9ef28ba93b406aa95122dfe8872fb6 (patch)
tree05fa9ee299fbe35850f820f4c8027dec4bb34a76 /src/ChangeLog
parent2536a4b7d8b7e662db3d54a9eb8fae63ceebfc14 (diff)
downloademacs-723f5a070c9ef28ba93b406aa95122dfe8872fb6.tar.gz
emacs-723f5a070c9ef28ba93b406aa95122dfe8872fb6.zip
Fix frame sizing for Lucid/Motif/Lesstif.
* xfns.c (x_window): Set borderWidth to 0 for pane and EmacsFrame. Frame size calculation is wrong otherwise. * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the correct size for Motif. (free_frame_menubar): Call x_set_window_size to update frame size.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea1f1054c9d..fb0689a0e93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12010-07-09 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xmenu.c (set_frame_menubar): Must realize menubar_widget to get the
4 correct size for Motif.
5 (free_frame_menubar): Call x_set_window_size to update frame size.
6
7 * xfns.c (x_window): Set borderWidth to 0 for pane and
8 EmacsFrame. Frame size calculation is wrong otherwise.
9
12010-07-09 Michael Albinus <michael.albinus@gmx.de> 102010-07-09 Michael Albinus <michael.albinus@gmx.de>
2 11
3 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which 12 * dbusbind.c (xd_initialize): Add new argument RAISE_ERROR, which