diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -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. | ||
| 133 | The new keyboard hooking code properly grabs system hotkeys such as | ||
| 134 | Win-* and Alt-TAB, in a way that Emacs can get at them before the | ||
| 135 | system. This makes the `w32-register-hot-key' functionality work | ||
| 136 | again on all versions of MS-Windows starting with Windows 7. On | ||
| 137 | Windows NT and later you can now register any hotkey combination. (On | ||
| 138 | Windows 9X, the previous limitations, spelled out in the Emacs manual, | ||
| 139 | still apply.) | ||
| 140 | |||
| 132 | 141 | ||
| 133 | * Installation Changes in Emacs 25.1 | 142 | * Installation Changes in Emacs 25.1 |
| 134 | 143 | ||