Mercurial > emacs
comparison src/ChangeLog @ 48235:13ff2508090c
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 09 Nov 2002 12:56:31 +0000 |
parents | 0470fdf8cddd |
children | ee293d310f44 |
comparison
equal
deleted
inserted
replaced
48234:1ae575cd625c | 48235:13ff2508090c |
---|---|
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 |
4 window. | 19 window. |
5 | 20 |