diff options
| author | Stefan Monnier | 2013-03-10 21:17:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-03-10 21:17:40 -0400 |
| commit | cbae07d5e07f53472fa972cd31418a4fe851ac31 (patch) | |
| tree | 1d10110dc3408b650aba2e8f311f7e36f4074933 /src/ChangeLog | |
| parent | 819e2da92a18d7af03ccd9cf0a2e5b940eb7b54f (diff) | |
| download | emacs-cbae07d5e07f53472fa972cd31418a4fe851ac31.tar.gz emacs-cbae07d5e07f53472fa972cd31418a4fe851ac31.zip | |
* src/keyboard.c: Move keyboard decoding to read_key_sequence.
(decode_keyboard_code): Remove.
(tty_read_avail_input): Don't try to decode input.
(read_decoded_char): New function.
(read_key_sequence): Use it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b553c96a1db..2359311f98a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c: Move keyboard decoding to read_key_sequence. | ||
| 4 | (decode_keyboard_code): Remove. | ||
| 5 | (tty_read_avail_input): Don't try to decode input. | ||
| 6 | (read_decoded_char): New function. | ||
| 7 | (read_key_sequence): Use it. | ||
| 8 | |||
| 1 | 2013-03-10 Daniel Colascione <dancol@dancol.org> | 9 | 2013-03-10 Daniel Colascione <dancol@dancol.org> |
| 2 | 10 | ||
| 3 | * w32term.h (GUISTR, GUI_ENCODE_FILE, GUI_ENCODE_SYSTEM, GUI_FN) | 11 | * w32term.h (GUISTR, GUI_ENCODE_FILE, GUI_ENCODE_SYSTEM, GUI_FN) |