diff options
| author | Eli Zaretskii | 2012-11-07 23:12:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-07 23:12:25 +0200 |
| commit | dab72075f5caae9f0603b358d58023f4f210d876 (patch) | |
| tree | 1170acbaff0a42e8d9fa02784e6e4f26621f6240 /src/ChangeLog | |
| parent | b666f18d4d22b2808488fc785e579e9d5afb6eb5 (diff) | |
| download | emacs-dab72075f5caae9f0603b358d58023f4f210d876.tar.gz emacs-dab72075f5caae9f0603b358d58023f4f210d876.zip | |
A (hopefully) better fix for bug #1280.
src/w32fns.c (modifier_set): Don't report modifiers from toggle key,
such as Scroll Lock, if the respective keys are treated as
function keys, not as modifiers. This avoids destroying non-ASCII
keyboard input when Scroll Lock is toggled ON.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1b42e276c5..04b66ba7cc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | 2012-11-07 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-11-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32fns.c (w32_wnd_proc): Don't directly handle key chords | 3 | * w32fns.c (modifier_set): Don't report modifiers from toggle key, |
| 4 | including modifiers from toggle key, such as Scroll Lock, if the | 4 | such as Scroll Lock, if the respective keys are treated as |
| 5 | respective keys are treated as function keys, not as modifiers. | 5 | function keys, not as modifiers. This avoids destroying non-ASCII |
| 6 | This avoids destroying non-ASCII keyboard input when Scroll Lock | 6 | keyboard input when Scroll Lock is toggled ON. (Bug#1280) |
| 7 | is toggled ON. (Bug#1280) | ||
| 8 | (modifier_set): Do not omit checking the Num Lock key. | 7 | (modifier_set): Do not omit checking the Num Lock key. |
| 9 | 8 | ||
| 10 | 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru> | 9 | 2012-11-07 Dmitry Antipov <dmantipov@yandex.ru> |