aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ec68cce5335..29b013a3ede 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -129,6 +129,15 @@ changed size when `window-size-change-functions' are run.
129 129
130* Changes in Emacs 25.2 on Non-Free Operating Systems 130* Changes in Emacs 25.2 on Non-Free Operating Systems
131 131
132** Intercepting hotkeys on Windows 7 and later now works better.
133The new keyboard hooking code properly grabs system hotkeys such as
134Win-* and Alt-TAB, in a way that Emacs can get at them before the
135system. This makes the `w32-register-hot-key' functionality work
136again on all versions of MS-Windows starting with Windows 7. On
137Windows NT and later you can now register any hotkey combination. (On
138Windows 9X, the previous limitations, spelled out in the Emacs manual,
139still apply.)
140
132 141
133* Installation Changes in Emacs 25.1 142* Installation Changes in Emacs 25.1
134 143