diff options
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -96,6 +96,10 @@ different group ID. | |||
| 96 | 96 | ||
| 97 | * Incompatible Lisp Changes in Emacs 25.2 | 97 | * Incompatible Lisp Changes in Emacs 25.2 |
| 98 | 98 | ||
| 99 | +++ | ||
| 100 | ** Resizing a frame no longer runs `window-configuration-change-hook'. | ||
| 101 | Put your function on `window-size-change-functions' instead. | ||
| 102 | |||
| 99 | 103 | ||
| 100 | * Lisp Changes in Emacs 25.2 | 104 | * Lisp Changes in Emacs 25.2 |
| 101 | 105 | ||
| @@ -107,6 +111,11 @@ by setting `autoload-timestamps' to nil. | |||
| 107 | ** `ert-with-function-mocked' of 'ert-x package allows mocking of functions | 111 | ** `ert-with-function-mocked' of 'ert-x package allows mocking of functions |
| 108 | in unit tests. | 112 | in unit tests. |
| 109 | 113 | ||
| 114 | +++ | ||
| 115 | ** New functions `window-pixel-width-before-size-change' and | ||
| 116 | `window-pixel-height-before-size-change' allow to detect which window | ||
| 117 | changed size when `window-size-change-functions' are run. | ||
| 118 | |||
| 110 | 119 | ||
| 111 | * Changes in Emacs 25.2 on Non-Free Operating Systems | 120 | * Changes in Emacs 25.2 on Non-Free Operating Systems |
| 112 | 121 | ||