diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2001-03-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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. |