Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3171:4cad7ff4a200
[xemacs-hg @ 2005-12-24 19:53:53 by aidan]
Incremental changes to improve Russian C-x processing--support punctuation,
XFree86 and Sun keyboards, document the facility.
author | aidan |
---|---|
date | Sat, 24 Dec 2005 19:54:01 +0000 |
parents | db0631f96757 |
children | 588878f5a654 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Dec 24 19:06:05 2005 +0000 +++ b/src/ChangeLog Sat Dec 24 19:54:01 2005 +0000 @@ -1,3 +1,16 @@ +2005-12-24 Aidan Kehoe <kehoea@parhasard.net> + + * event-Xt.c: + Add two new lisp variables, x-us-keymap-description and + x-us-keymap-first-keycode to better provide a fallback to the US + layout with keyboards where typing the Roman alphabet and those + punctuation symbols that have command bindings associated with + them is difficult. + * event-Xt.c (x_event_to_emacs_event): + Use those two Lisp variables to improve Russian C-x processing. + * event-stream.c (command_builder_find_leaf): + Make a comment more readable. + 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> * alloc.c (MALLOC_BEGIN):