Mercurial > emacs
changeset 48235:13ff2508090c
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 09 Nov 2002 12:56:31 +0000 |
parents | 1ae575cd625c |
children | 303d917c08c3 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 09 12:56:04 2002 +0000 +++ b/lisp/ChangeLog Sat Nov 09 12:56:31 2002 +0000 @@ -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
--- a/src/ChangeLog Sat Nov 09 12:56:04 2002 +0000 +++ b/src/ChangeLog Sat Nov 09 12:56:31 2002 +0000 @@ -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