diff options
| author | Jan Djärv | 2002-10-03 17:53:23 +0000 |
|---|---|---|
| committer | Jan Djärv | 2002-10-03 17:53:23 +0000 |
| commit | 0331883833db885c1de2708379bb7b351d213680 (patch) | |
| tree | 07eec47d9f055ad02cab51df115031a68f7a95cd /src/ChangeLog | |
| parent | 4c2f559e1616ec431bc2be357adbe6bc70db2edb (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-10-02 John Paul Wallington <jpw@shootybangbang.com> | 7 | 2002-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. |