diff options
| author | Eli Zaretskii | 2012-07-30 20:07:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-07-30 20:07:33 +0300 |
| commit | 302fc036e8b6305a45aca868e0001dd8fb3ed123 (patch) | |
| tree | ecd4e1e272b80fa0751e124393700793e7c02a59 /src/ChangeLog | |
| parent | 0aee69126fd23d3b86fae5e4812b62bbe7c59b27 (diff) | |
| download | emacs-302fc036e8b6305a45aca868e0001dd8fb3ed123.tar.gz emacs-302fc036e8b6305a45aca868e0001dd8fb3ed123.zip | |
Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows.
src/w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to
w32_kbd_patch_key as the 2nd arg.
src/w32term.c <w32_keyboard_codepage>: Renamed from
keyboard_codepage and now external. All users changed.
src/w32term.h: Add declaration of w32_keyboard_codepage.
src/w32inevt.c (w32_kbd_patch_key): Accept an additional argument --
the codepage to translate keys to Unicode. If this argument is
-1, use the value returned by GetConsoleCP. All callers changed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 792dc10f88c..be60f3d22b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-07-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc): Pass w32_keyboard_codepage to | ||
| 4 | w32_kbd_patch_key as the 2nd arg. (Bug#12082) | ||
| 5 | |||
| 6 | * w32term.c <w32_keyboard_codepage>: Renamed from | ||
| 7 | keyboard_codepage and now external. All users changed. | ||
| 8 | |||
| 9 | * w32term.h: Add declaration of w32_keyboard_codepage. | ||
| 10 | |||
| 11 | * w32inevt.c (w32_kbd_patch_key): Accept an additional argument -- | ||
| 12 | the codepage to translate keys to Unicode. If this argument is | ||
| 13 | -1, use the value returned by GetConsoleCP. All callers changed. | ||
| 14 | |||
| 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | 15 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 16 | ||
| 3 | Update .PHONY listings in makefiles. | 17 | Update .PHONY listings in makefiles. |