diff options
| author | Eli Zaretskii | 2012-11-08 19:02:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-11-08 19:02:56 +0200 |
| commit | 880027430c5580abf612a82273bd49b75b9fb73c (patch) | |
| tree | b4545ea2b1acc63561c151006b0410ed7d42a2b7 /src/ChangeLog | |
| parent | cabc040aeaff1940409033a0c7c1c0ee27ab6107 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-11-08 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-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. |