Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3170:db0631f96757 | 3171:4cad7ff4a200 |
---|---|
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * event-Xt.c: | |
4 Add two new lisp variables, x-us-keymap-description and | |
5 x-us-keymap-first-keycode to better provide a fallback to the US | |
6 layout with keyboards where typing the Roman alphabet and those | |
7 punctuation symbols that have command bindings associated with | |
8 them is difficult. | |
9 * event-Xt.c (x_event_to_emacs_event): | |
10 Use those two Lisp variables to improve Russian C-x processing. | |
11 * event-stream.c (command_builder_find_leaf): | |
12 Make a comment more readable. | |
13 | |
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> | 14 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
2 | 15 |
3 * alloc.c (MALLOC_BEGIN): | 16 * alloc.c (MALLOC_BEGIN): |
4 Assert that we're either not in malloc, or warning about memory | 17 Assert that we're either not in malloc, or warning about memory |
5 being low. | 18 being low. |