aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 06b32ce9ccc..4e47c5882f9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,6 +64,10 @@ If gnustep-config is not available, the old heuristics are used.
64unless gfile is explicitly requested via --with-file-notification='gfile'. 64unless gfile is explicitly requested via --with-file-notification='gfile'.
65 65
66--- 66---
67** 'configure' detects the kqueue file notification library on *BSD
68and Mac OS X machines.
69
70---
67** The configure option '--with-pkg-config-prog' has been removed. 71** The configure option '--with-pkg-config-prog' has been removed.
68Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. 72Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
69 73
@@ -1121,6 +1125,9 @@ notifications, if Emacs is compiled with file notification support.
1121** File Notifications 1125** File Notifications
1122 1126
1123+++ 1127+++
1128*** The kqueue library is integrated for *BSD and Mac OS X machines.
1129
1130+++
1124*** The new event `stopped' signals, that a file notification watch is 1131*** The new event `stopped' signals, that a file notification watch is
1125not active any longer. 1132not active any longer.
1126 1133