diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 |