* etc/NEWS: Move kqueue entries to Emacs 25.1 sections.

This commit is contained in:
Michael Albinus 2016-01-22 20:00:44 +01:00
parent 9830b81292
commit 9b23750083

View file

@ -25,9 +25,6 @@ otherwise leave it unmarked.
* Installation Changes in Emacs 25.2
** 'configure' detects the kqueue file notification library on *BSD
and Mac OS X machines.
* Startup Changes in Emacs 25.2
@ -55,10 +52,6 @@ in these situations.
* Changes in Specialized Modes and Packages in Emacs 25.2
** File Notifications
*** The kqueue library is integrated for *BSD and Mac OS X machines.
---
** Support for non-string values of `time-stamp-format' has been removed.
@ -125,6 +118,10 @@ If gnustep-config is not available, the old heuristics are used.
** 'configure' now prefers inotify to gfile for file notification,
unless gfile is explicitly requested via --with-file-notification='gfile'.
---
** 'configure' detects the kqueue file notification library on *BSD
and Mac OS X machines.
---
** The configure option '--with-pkg-config-prog' has been removed.
Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
@ -1178,6 +1175,9 @@ notifications, if Emacs is compiled with file notification support.
** File Notifications
+++
*** The kqueue library is integrated for *BSD and Mac OS X machines.
+++
*** The new event `stopped' signals, that a file notification watch is
not active any longer.