From f4152efd2f7db87134e5e1c50e312a431e81db23 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 23 Feb 2016 12:27:45 +0100 Subject: [PATCH] ; Add NEWS entries for last commit --- etc/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) 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. * 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. + * 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. + * Changes in Emacs 25.2 on Non-Free Operating Systems -- 2.11.4.GIT