aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2002-10-05 23:36:29 +0000
committerJan Djärv2002-10-05 23:36:29 +0000
commitf7d4343819e4d205ce7c6c6115ed237ef454d7e9 (patch)
tree389bb858e43c676a280f222ab4b8709ce2874150 /src/ChangeLog
parent928ef6d9867c347dcd346686d5b717563c7b7a6a (diff)
downloademacs-f7d4343819e4d205ce7c6c6115ed237ef454d7e9.tar.gz
emacs-f7d4343819e4d205ce7c6c6115ed237ef454d7e9.zip
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9508a0daef4..a609251ed08 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-10-06 Jan D. <jan.h.d@swipnet.se>
2
3 * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
4 cases. The correct fix is to pass ReparentNotify to Xt.
5 The shell widget interprets ConfigureNotify differently depending
6 on if it has been reparented or not.
7
12002-10-05 Markus Rost <rost@math.ohio-state.edu> 82002-10-05 Markus Rost <rost@math.ohio-state.edu>
2 9
3 * editfns.c (Fformat_time_string): Doc fix. 10 * editfns.c (Fformat_time_string): Doc fix.