aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 04c1ee83aba..255afde7463 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
101Put 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
108in unit tests. 112in 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
117changed 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