diff options
| author | Eli Zaretskii | 2012-06-23 15:44:42 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-06-23 15:44:42 +0300 |
| commit | 965125550937ce450c74effa9c13262db3adf48b (patch) | |
| tree | bee6c6bf1ee51f2358e087a485d21af3825ef0c1 /src/ChangeLog | |
| parent | 0bd8297f9cee150f34cbab14c71825d21d7bf91c (diff) | |
| download | emacs-965125550937ce450c74effa9c13262db3adf48b.tar.gz emacs-965125550937ce450c74effa9c13262db3adf48b.zip | |
Fix a bug in w32-get-locale-info.
src/w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in
last argument of make_unibyte_string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a01a93f86e9..b23e92057b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-06-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-06-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32proc.c (Fw32_get_locale_info): Fix an off-by-one error in | ||
| 4 | last argument of make_unibyte_string. | ||
| 5 | |||
| 3 | * keyboard.c (kbd_buffer_get_event): Include the codepage and the | 6 | * keyboard.c (kbd_buffer_get_event): Include the codepage and the |
| 4 | language ID in the event parameters. | 7 | language ID in the event parameters. |
| 5 | 8 | ||