emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f4152ef: ; Add NEWS entries for last commit


From: Martin Rudalics
Subject: [Emacs-diffs] master f4152ef: ; Add NEWS entries for last commit
Date: Tue, 23 Feb 2016 11:28:54 +0000

branch: master
commit f4152efd2f7db87134e5e1c50e312a431e81db23
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    ; Add NEWS entries for last commit
---
 etc/NEWS |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 04c1ee8..255afde 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]