comparison src/ChangeLog @ 109184:04ae6087d3c0

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.
author Jan D <jan.h.d@swipnet.se>
date Fri, 09 Jul 2010 18:39:51 +0200
parents a0cffb71f267
children ff3561236472
comparison
equal deleted inserted replaced
109183:a0cffb71f267 109184:04ae6087d3c0
1 2010-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
1 2010-07-09 Michael Albinus <michael.albinus@gmx.de> 10 2010-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
4 allows to suppress errors when polling in Emacs' main loop. 13 allows to suppress errors when polling in Emacs' main loop.
5 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method) 14 (Fdbus_init_bus, Fdbus_get_unique_name, Fdbus_call_method)