mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-15 07:41:09 -08:00
; Add NEWS entries for last commit
This commit is contained in:
parent
c817549b52
commit
f4152efd2f
1 changed files with 9 additions and 0 deletions
9
etc/NEWS
9
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue