diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ae24ee851c..840a0b7b1f6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2009-06-21 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (keyboard_codepage): New static variable. | ||
| 4 | (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it. | ||
| 5 | (w32_read_socket) [WM_CHAR]: Use it to decode character | ||
| 6 | input (bug#3237). | ||
| 7 | (w32_initialize): Initialize it. | ||
| 8 | (codepage_for_locale): New function. | ||
| 9 | |||
| 1 | 2009-06-20 Ken Raeburn <raeburn@raeburn.org> | 10 | 2009-06-20 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 11 | ||
| 3 | * process.c (status_message): Pass Faset index argument as a lisp | 12 | * process.c (status_message): Pass Faset index argument as a lisp |