Mercurial > emacs
comparison src/ChangeLog @ 47755:aeb8117c2101
Switching return to be treated like an X keysym
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Fri, 04 Oct 2002 15:03:02 +0000 |
parents | 2626f97f0c1c |
children | aa5414c0e056 |
comparison
equal
deleted
inserted
replaced
47754:48947cde562f | 47755:aeb8117c2101 |
---|---|
1 2002-10-04 Steven Tamm <steventamm@mac.com> | |
2 | |
3 * macterm.c (keycode_to_xkeysym_table): Change return to be | |
4 treated like an X keysym | |
5 | |
1 2002-10-03 Jan D. <jan.h.d@swipnet.se> | 6 2002-10-03 Jan D. <jan.h.d@swipnet.se> |
2 | 7 |
3 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, | 8 * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0, |
4 and USE_MOTIF, call XTranslateCoordinates to get the real x and y. | 9 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. | 10 This is to also handle x/y changes that occur because of a resize. |