aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2016-02-23 12:27:45 +0100
committerMartin Rudalics2016-02-23 12:27:45 +0100
commitf4152efd2f7db87134e5e1c50e312a431e81db23 (patch)
tree9c3d84f27f918c3df5b6cc3cedea008537442dd8
parentc817549b520ce3b10a949f00fcabf8a3a62697ae (diff)
downloademacs-f4152efd2f7db87134e5e1c50e312a431e81db23.tar.gz
emacs-f4152efd2f7db87134e5e1c50e312a431e81db23.zip
; Add NEWS entries for last commit
-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