comparison src/ChangeLog @ 48926:fc0983df599f

* macterm.c (XTread_socket): Call KeyTranslate for control and meta to deal correctly shifted non-alpha characters, like C-S-5 being treated like C-%. Does not look for shift key to deal with masking off control-key with mac-reverse-ctrl-meta.
author Steven Tamm <steventamm@mac.com>
date Sun, 22 Dec 2002 21:09:20 +0000
parents 1a0e4f18a736
children 34c0bb0d7b38
comparison
equal deleted inserted replaced
48925:cd1c70649388 48926:fc0983df599f
1 2002-12-22 Steven Tamm <steventamm@mac.com>
2
3 * macterm.c (XTread_socket): Call KeyTranslate for control and
4 meta to deal correctly shifted non-alpha characters, like C-S-5
5 being treated like C-%. Does not look for shift key to deal
6 with masking off control-key with mac-reverse-ctrl-meta.
7
1 2002-12-21 Richard M. Stallman <rms@gnu.org> 8 2002-12-21 Richard M. Stallman <rms@gnu.org>
2 9
3 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS. 10 * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.
4 If it is non-nil, run timers. Use an unwind-protect to requeue 11 If it is non-nil, run timers. Use an unwind-protect to requeue
5 the events that were read ahead. 12 the events that were read ahead.