aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12012-11-07 Eli Zaretskii <eliz@gnu.org> 12012-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
102012-11-07 Dmitry Antipov <dmantipov@yandex.ru> 92012-11-07 Dmitry Antipov <dmantipov@yandex.ru>