diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -64,6 +64,10 @@ If gnustep-config is not available, the old heuristics are used. | |||
| 64 | unless gfile is explicitly requested via --with-file-notification='gfile'. | 64 | unless gfile is explicitly requested via --with-file-notification='gfile'. |
| 65 | 65 | ||
| 66 | --- | 66 | --- |
| 67 | ** 'configure' detects the kqueue file notification library on *BSD | ||
| 68 | and 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. |
| 68 | Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to. | 72 | Use './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 |
| 1125 | not active any longer. | 1132 | not active any longer. |
| 1126 | 1133 | ||