aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-06-21 03:34:19 +0000
committerJason Rumney2009-06-21 03:34:19 +0000
commit13087e59257ca4b90aa93dfa2b5cee6a50e6df5b (patch)
tree59494c5dab4379865f7725ad94245cc01deb6f90 /src/ChangeLog
parentc4ea8f00497998895c170cafbdfb42aedf678a3a (diff)
downloademacs-13087e59257ca4b90aa93dfa2b5cee6a50e6df5b.tar.gz
emacs-13087e59257ca4b90aa93dfa2b5cee6a50e6df5b.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12009-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
12009-06-20 Ken Raeburn <raeburn@raeburn.org> 102009-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