]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Sat, 9 Nov 2002 12:56:31 +0000 (12:56 +0000)
committerDave Love <fx@gnu.org>
Sat, 9 Nov 2002 12:56:31 +0000 (12:56 +0000)
lisp/ChangeLog
src/ChangeLog

index 578bd99d88ac6fca3d1983f076f9f587b84ee6f6..f35abb7991e435e09ab6ee453d278740984b4a2b 100644 (file)
@@ -1,3 +1,17 @@
+2002-11-09  Dave Love  <fx@gnu.org>
+
+       * 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  <johnw@gnu.org>
 
        * calendar/timeclock.el (timeclock-modeline-display): Use assq as
index a70a45117babacea809b98bf0db233987e0a743a..ba1709a3a7d2d568a59b0865b534663a8fb37af2 100644 (file)
@@ -1,3 +1,18 @@
+2002-11-09  Dave Love  <fx@gnu.org>
+
+       * 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) <keyboard-translate-table>: Doc fix.
+
+       * coding.c (Vtranslation_table_for_input): New.
+       (syms_of_coding): DEFVAR it.
+
 2002-11-08  Juanma Barranquero  <lektu@terra.es>
 
        * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable