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 /src | |
| parent | c2f516353a3613e33f76ffb1875f0894a5c2ba18 (diff) | |
| download | emacs-2671e4de9afc4e97a250e34ce91e74597a9c89ea.tar.gz emacs-2671e4de9afc4e97a250e34ce91e74597a9c89ea.zip | |
*** empty log message ***
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 |