aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2015-11-25 15:44:20 +0100
committerMichael Albinus2015-11-25 15:44:20 +0100
commitc334674695ab6c2691e29ae0d6a2993eae1414a3 (patch)
tree0d8fe58eaccf05145cc844af6fe59fe8a717d141
parent4401e5e0d79ea7d219cf56f115f52cda433a8403 (diff)
downloademacs-c334674695ab6c2691e29ae0d6a2993eae1414a3.tar.gz
emacs-c334674695ab6c2691e29ae0d6a2993eae1414a3.zip
Mention kqueue in NEWS
-rw-r--r--etc/NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 46910b021c7..1ef496c62d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,6 +23,19 @@ When you add a new item, use the appropriate mark if you are sure it applies,
23otherwise leave it unmarked. 23otherwise leave it unmarked.
24 24
25 25
26* Installation Changes in Emacs 25.2
27
28** 'configure' detects the kqueue file notification library on *BSD
29and Mac OS X machines.
30
31
32* Changes in Specialized Modes and Packages in Emacs 25.2
33
34** File Notifications
35
36*** The kqueue library is integrated for *BSD and Mac OS X machines.
37
38
26* Installation Changes in Emacs 25.1 39* Installation Changes in Emacs 25.1
27 40
28+++ 41+++