diff options
| author | Dave Love | 2002-11-09 12:56:31 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-09 12:56:31 +0000 |
| commit | 2671e4de9afc4e97a250e34ce91e74597a9c89ea (patch) | |
| tree | 8c3c8c5ba8947ecd5e684227379ff3a82cf583e9 | |
| parent | c2f516353a3613e33f76ffb1875f0894a5c2ba18 (diff) | |
| download | emacs-2671e4de9afc4e97a250e34ce91e74597a9c89ea.tar.gz emacs-2671e4de9afc4e97a250e34ce91e74597a9c89ea.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 14 | ||||
| -rw-r--r-- | src/ChangeLog | 15 |
2 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 578bd99d88a..f35abb7991e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2002-11-09 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * international/mule-cmds.el (current-language-environment): Fix | ||
| 4 | :type. | ||
| 5 | |||
| 6 | * international/ucs-tables.el: Revert to using | ||
| 7 | translation-table-for-input instead of keyboard-translate-table. | ||
| 8 | |||
| 9 | * international/quail.el (quail-input-string-to-events): Revert | ||
| 10 | last change. | ||
| 11 | |||
| 12 | * simple.el (quoted-insert): Bind translation-table-for-input, not | ||
| 13 | keyboard-translate-table. | ||
| 14 | |||
| 1 | 2002-11-08 John Wiegley <johnw@gnu.org> | 15 | 2002-11-08 John Wiegley <johnw@gnu.org> |
| 2 | 16 | ||
| 3 | * calendar/timeclock.el (timeclock-modeline-display): Use assq as | 17 | * 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 @@ | |||
| 1 | 2002-11-09 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (Fset_buffer_major_mode): Fix last change. | ||
| 4 | |||
| 5 | * regex.c (regexec): Fix pmatch declaration. | ||
| 6 | |||
| 7 | * cmds.c (Fself_insert_command): Apply Vtranslation_table_for_input. | ||
| 8 | |||
| 9 | * keyboard.c (command_loop_1): Apply Vtranslation_table_for_input | ||
| 10 | to self-inserting characters. | ||
| 11 | (syms_of_keyboard) <keyboard-translate-table>: Doc fix. | ||
| 12 | |||
| 13 | * coding.c (Vtranslation_table_for_input): New. | ||
| 14 | (syms_of_coding): DEFVAR it. | ||
| 15 | |||
| 1 | 2002-11-08 Juanma Barranquero <lektu@terra.es> | 16 | 2002-11-08 Juanma Barranquero <lektu@terra.es> |
| 2 | 17 | ||
| 3 | * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable | 18 | * w32term.c (w32_draw_fringe_bitmap): Remove unused local variable |