diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 02bca63433f..6336902bde3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-03-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-03-01 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xmenu.c (free_frame_menubar): Set the frame's menubar_widget to | ||
| 4 | NULL after destroying it, otherwise XTread_socket can access a | ||
| 5 | destroyed widget when input is unblocked. | ||
| 6 | |||
| 3 | * xfns.c (x_set_foreground_color): Set the background of the | 7 | * xfns.c (x_set_foreground_color): Set the background of the |
| 4 | cursor GC. | 8 | cursor GC. |
| 5 | 9 | ||