1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

; Add NEWS entries for last commit

This commit is contained in:
Martin Rudalics 2016-02-23 12:27:45 +01:00
parent c817549b52
commit f4152efd2f

View File

@ -96,6 +96,10 @@ different group ID.
* Incompatible Lisp Changes in Emacs 25.2 * 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 * 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 ** `ert-with-function-mocked' of 'ert-x package allows mocking of functions
in unit tests. 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 * Changes in Emacs 25.2 on Non-Free Operating Systems