aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-01 15:28:57 +0000
committerGerd Moellmann2001-03-01 15:28:57 +0000
commitf84ff02c8103b347cea4c17ff46b8bc10b00883e (patch)
treeb858f1c4643abbc3818c017a769eea86a24ca425 /src
parent0c05dcd31a387c1876bbb2efccb0a9cca88b9974 (diff)
downloademacs-f84ff02c8103b347cea4c17ff46b8bc10b00883e.tar.gz
emacs-f84ff02c8103b347cea4c17ff46b8bc10b00883e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
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 @@
12001-03-01 Gerd Moellmann <gerd@gnu.org> 12001-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