comparison src/ChangeLog @ 103500:d0e3ea40717c EMACS_23_1_BASE

(keyboard_codepage): New static variable. (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it. (w32_read_socket) [WM_CHAR]: Use it to decode character input (bug#3237). (w32_initialize): Initialize it. (codepage_for_locale): New function.
author Jason Rumney <jasonr@gnu.org>
date Sun, 21 Jun 2009 03:34:19 +0000
parents 0475d1e553c3
children fc94b78905ae
comparison
equal deleted inserted replaced
103499:247269056555 103500:d0e3ea40717c
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
4 object, so as to work with USE_LISP_UNION_TYPE. 13 object, so as to work with USE_LISP_UNION_TYPE.
5 14