aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-08 19:02:56 +0200
committerEli Zaretskii2012-11-08 19:02:56 +0200
commit880027430c5580abf612a82273bd49b75b9fb73c (patch)
treeb4545ea2b1acc63561c151006b0410ed7d42a2b7 /src/ChangeLog
parentcabc040aeaff1940409033a0c7c1c0ee27ab6107 (diff)
downloademacs-880027430c5580abf612a82273bd49b75b9fb73c.tar.gz
emacs-880027430c5580abf612a82273bd49b75b9fb73c.zip
More fixes for bug #12806.
src/w32fns.c (modifier_set): Fix handling of Scroll Lock when the value of w32-scroll-lock-modifier is neither nil nor one of the known key modifiers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ddff43d94d..8f2aa41bef0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-11-08 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (modifier_set): Fix handling of Scroll Lock when the
4 value of w32-scroll-lock-modifier is neither nil nor one of the
5 known key modifiers. (Bug#12806)
6
12012-11-08 Dmitry Antipov <dmantipov@yandex.ru> 72012-11-08 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Shrink struct vectorlike_header to the only size field. 9 Shrink struct vectorlike_header to the only size field.