diff options
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 | ||