summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-11-04 14:58:44 +0000
committerDave Love <fx@gnu.org>2002-11-04 14:58:44 +0000
commit5e3cb80dac8af47d279f2c940c31355421747f08 (patch)
tree3611df72eae41b868f340e6f1568d135ef63b366 /src/ChangeLog
parentf7706646eb22dbf8819b0071e94fdeb2ce53dbea (diff)
downloademacs-5e3cb80dac8af47d279f2c940c31355421747f08.tar.gz
(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 @@
+2002-11-04 Dave Love <fx@gnu.org>
+
+ * keyboard.c (read_char): Always translate iff
+ Vkeyboard_translate_table is a char table and c is valid.
+
+ * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
+ and fix C types.
+
2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
* xdisp.c (single_display_prop_intangible_p): Strings are intangible.