aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love2002-11-04 14:58:44 +0000
committerDave Love2002-11-04 14:58:44 +0000
commit5e3cb80dac8af47d279f2c940c31355421747f08 (patch)
tree3611df72eae41b868f340e6f1568d135ef63b366 /src/ChangeLog
parentf7706646eb22dbf8819b0071e94fdeb2ce53dbea (diff)
downloademacs-5e3cb80dac8af47d279f2c940c31355421747f08.tar.gz
emacs-5e3cb80dac8af47d279f2c940c31355421747f08.zip
(read_char): Always translate iff
Vkeyboard_translate_table is a char table and c is valid.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f3e2f01f6d1..30af0289369 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12002-11-04 Dave Love <fx@gnu.org>
2
3 * keyboard.c (read_char): Always translate iff
4 Vkeyboard_translate_table is a char table and c is valid.
5
6 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
7 and fix C types.
8
12002-11-03 Stefan Monnier <monnier@cs.yale.edu> 92002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2 10
3 * xdisp.c (single_display_prop_intangible_p): Strings are intangible. 11 * xdisp.c (single_display_prop_intangible_p): Strings are intangible.