diff options
| author | Jason Rumney | 2010-01-27 21:59:13 +0800 |
|---|---|---|
| committer | Jason Rumney | 2010-01-27 21:59:13 +0800 |
| commit | 7e23373040046d7dd1cfe7dd77c78a0ac1075028 (patch) | |
| tree | 7518be1d351cf1933dab3bf5366f34b35569cc87 /src/ChangeLog | |
| parent | c8b96b2a9548c65ad6b0f22f79b724ff2b63054a (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-01-27 Kenichi Handa <handa@m17n.org> | 6 | 2010-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 |