aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-01 16:39:11 +0000
committerGerd Moellmann2001-03-01 16:39:11 +0000
commit35f59f6b575dd2e85d65ddb21139b395194694c7 (patch)
treecf90ceffe95d9f7c5822faca167b3fac0aedce45 /src/ChangeLog
parentf84ff02c8103b347cea4c17ff46b8bc10b00883e (diff)
downloademacs-35f59f6b575dd2e85d65ddb21139b395194694c7.tar.gz
emacs-35f59f6b575dd2e85d65ddb21139b395194694c7.zip
(Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6336902bde3..d40af06c4dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-03-01 Gerd Moellmann <gerd@gnu.org> 12001-03-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (Fx_create_frame): Adjust the frame's height for presence
4 of the tool bar before calling x_figure_window_size.
5
3 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to 6 * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to
4 NULL after destroying it, otherwise XTread_socket can access a 7 NULL after destroying it, otherwise XTread_socket can access a
5 destroyed widget when input is unblocked. 8 destroyed widget when input is unblocked.