aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2002-10-03 17:53:23 +0000
committerJan Djärv2002-10-03 17:53:23 +0000
commit0331883833db885c1de2708379bb7b351d213680 (patch)
tree07eec47d9f055ad02cab51df115031a68f7a95cd /src/ChangeLog
parent4c2f559e1616ec431bc2be357adbe6bc70db2edb (diff)
downloademacs-0331883833db885c1de2708379bb7b351d213680.tar.gz
emacs-0331883833db885c1de2708379bb7b351d213680.zip
* xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
and USE_MOTIF, call XTranslateCoordinates to get the real x and y. This is to also handle x/y changes that occur because of a resize.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7055f1af2a..4608db9e3b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-10-03 Jan D. <jan.h.d@swipnet.se>
2
3 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
4 and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
5 This is to also handle x/y changes that occur because of a resize.
6
12002-10-02 John Paul Wallington <jpw@shootybangbang.com> 72002-10-02 John Paul Wallington <jpw@shootybangbang.com>
2 8
3 * frame.c (Vdelete_frame_functions): New variable. 9 * frame.c (Vdelete_frame_functions): New variable.