aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2010-01-27 21:59:13 +0800
committerJason Rumney2010-01-27 21:59:13 +0800
commit7e23373040046d7dd1cfe7dd77c78a0ac1075028 (patch)
tree7518be1d351cf1933dab3bf5366f34b35569cc87 /src/ChangeLog
parentc8b96b2a9548c65ad6b0f22f79b724ff2b63054a (diff)
downloademacs-7e23373040046d7dd1cfe7dd77c78a0ac1075028.tar.gz
emacs-7e23373040046d7dd1cfe7dd77c78a0ac1075028.zip
Use Unicode for console keyboard input on Windows.
w32inevt.c (w32_kbd_patch_key): Save the unicode character. (key_event): Use unicode for characters 128 and higher.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc340eaa873..e667cd7f392 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12010-01-27 Jason Rumney <jasonr@gnu.org>
2
3 * w32inevt.c (w32_kbd_patch_key): Save the unicode character.
4 (key_event): Use unicode for characters 128 and higher.
5
12010-01-27 Kenichi Handa <handa@m17n.org> 62010-01-27 Kenichi Handa <handa@m17n.org>
2 7
3 * regex.c (analyse_first): Fix setting of fastmap for unibyte 8 * regex.c (analyse_first): Fix setting of fastmap for unibyte