]> code.delx.au - gnu-emacs/commitdiff
; Add NEWS entries for last commit
authorMartin Rudalics <rudalics@gmx.at>
Tue, 23 Feb 2016 11:27:45 +0000 (12:27 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 23 Feb 2016 11:27:45 +0000 (12:27 +0100)
etc/NEWS

index 04c1ee83aba2df94007242bb6f4f8286d73d84e5..255afde746324c5994e4b4d8e25fd618b94c07a3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -96,6 +96,10 @@ different group ID.
 \f
 * Incompatible Lisp Changes in Emacs 25.2
 
++++
+** Resizing a frame no longer runs `window-configuration-change-hook'.
+Put your function on `window-size-change-functions' instead.
+
 \f
 * Lisp Changes in Emacs 25.2
 
@@ -107,6 +111,11 @@ by setting `autoload-timestamps' to nil.
 ** `ert-with-function-mocked' of 'ert-x package allows mocking of functions
 in unit tests.
 
++++
+** New functions `window-pixel-width-before-size-change' and
+`window-pixel-height-before-size-change' allow to detect which window
+changed size when `window-size-change-functions' are run.
+
 \f
 * Changes in Emacs 25.2 on Non-Free Operating Systems