diff src/ChangeLog @ 47766:76b2ec66665d

* xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all cases. The correct fix is to pass ReparentNotify to Xt. The shell widget interprets ConfigureNotify differently depending on if it has been reparented or not.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 05 Oct 2002 23:36:29 +0000
parents ce6344b68d1c
children af8ff2a92902
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 05 16:35:28 2002 +0000
+++ b/src/ChangeLog	Sat Oct 05 23:36:29 2002 +0000
@@ -1,3 +1,10 @@
+2002-10-06  Jan D.  <jan.h.d@swipnet.se>
+
+	* xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
+	cases.  The correct fix is to pass ReparentNotify to Xt.
+	The shell widget interprets ConfigureNotify differently depending
+	on if it has been reparented or not.
+
 2002-10-05  Markus Rost  <rost@math.ohio-state.edu>
 
 	* editfns.c (Fformat_time_string): Doc fix.