From 9b2375008348da99b5ec414cd3ca8c4669a12576 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 22 Jan 2016 20:00:44 +0100 Subject: [PATCH] * etc/NEWS: Move kqueue entries to Emacs 25.1 sections. --- etc/NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index a95ceaddde7..68e4aac6752 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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. @@ -126,6 +119,10 @@ If gnustep-config is not available, the old heuristics are used. 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. @@ -1179,6 +1176,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. -- 2.11.4.GIT