Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Dec 22 00:21:06 2002 +0000 +++ b/src/ChangeLog Sun Dec 22 21:09:20 2002 +0000 @@ -1,3 +1,10 @@ +2002-12-22 Steven Tamm <steventamm@mac.com> + + * 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. + 2002-12-21 Richard M. Stallman <rms@gnu.org> * xmenu.c (popup_get_selection): Now static. New arg DO_TIMERS.