]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Move kqueue entries to Emacs 25.1 sections.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Jan 2016 19:00:44 +0000 (20:00 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 22 Jan 2016 19:00:44 +0000 (20:00 +0100)
etc/NEWS

index a95ceaddde78e88a648f18e104c044d03e0365e5..68e4aac675294b874c0eb363338dace82072dfe2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,9 +25,6 @@ otherwise leave it unmarked.
 \f
 * Installation Changes in Emacs 25.2
 
-** 'configure' detects the kqueue file notification library on *BSD
-and Mac OS X machines.
-
 \f
 * Startup Changes in Emacs 25.2
 
@@ -55,10 +52,6 @@ in these situations.
 \f
 * 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.