commit 9b2375008348da99b5ec414cd3ca8c4669a12576 (HEAD, refs/remotes/origin/master) Author: Michael Albinus Date: Fri Jan 22 20:00:44 2016 +0100 * etc/NEWS: Move kqueue entries to Emacs 25.1 sections. diff --git a/etc/NEWS b/etc/NEWS index a95cead..68e4aac 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.