comparison src/ChangeLog @ 3142:77f5a5135b3a

[xemacs-hg @ 2005-12-17 19:46:57 by aidan] Fix self-insert-command with X11 input methods. Addresses Zhang Wei's problem of 871x118lc4.fsf@gmail.com.
author aidan
date Sat, 17 Dec 2005 19:47:03 +0000
parents 28ffea327985
children 8273ffbc92cd
comparison
equal deleted inserted replaced
3141:66c42fc5d26b 3142:77f5a5135b3a
1 2005-12-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * console-x.c (x_perhaps_init_unseen_key_defaults):
4 If the key name is a single character, and the keysym is NoSymbol,
5 give it a default binding, if that is possible. This addresses the
6 problem Zhang Wei points out in <871x118lc4.fsf@gmail.com>
7 * event-Xt.c (x_to_emacs_keysym):
8 Print the characters of a keysym's name directly if it's printable
9 ASCII, or as an octal escape if it's not.
10
11 Use keyboard-coding-system rather than undecided for decoding the
12 keysym name passed to us by an input method.
13 * file-coding.c (vars_of_file_coding):
14 Document that keyboard-coding-system is also used for X11.
15
1 2005-11-29 Marcus Crestani <crestani@xemacs.org> 16 2005-11-29 Marcus Crestani <crestani@xemacs.org>
2 17
3 * xemacs.def.in.in: Condition error_check_* symbols on 18 * xemacs.def.in.in: Condition error_check_* symbols on
4 ERROR_CHECK_TYPES. 19 ERROR_CHECK_TYPES.
5 20