From 2671e4de9afc4e97a250e34ce91e74597a9c89ea Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 9 Nov 2002 12:56:31 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 14 ++++++++++++++ src/ChangeLog | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 578bd99d88a..f35abb7991e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2002-11-09 Dave Love + + * international/mule-cmds.el (current-language-environment): Fix + :type. + + * international/ucs-tables.el: Revert to using + translation-table-for-input instead of keyboard-translate-table. + + * international/quail.el (quail-input-string-to-events): Revert + last change. + + * simple.el (quoted-insert): Bind translation-table-for-input, not + keyboard-translate-table. + 2002-11-08 John Wiegley * calendar/timeclock.el (timeclock-modeline-display): Use assq as diff --git a/src/ChangeLog b/src/ChangeLog index a70a45117ba..ba1709a3a7d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,18 @@ +2002-11-09 Dave Love + + * buffer.c (Fset_buffer_major_mode): Fix last change. + + * regex.c (regexec): Fix pmatch declaration. + + * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input. + + * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input + to self-inserting characters. + (syms_of_keyboard) : Doc fix. + + * coding.c (Vtranslation_table_for_input): New. + (syms_of_coding): DEFVAR it. + 2002-11-08 Juanma Barranquero * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable -- 2.39.2