aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 844a71b9a90..679b9d4871f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -28,6 +28,7 @@ otherwise leave it unmarked.
28This happens by default if a suitable support library is found at 28This happens by default if a suitable support library is found at
29build time, like libacl on GNU/Linux. To prevent this, use the 29build time, like libacl on GNU/Linux. To prevent this, use the
30configure option `--disable-acl'. 30configure option `--disable-acl'.
31FIXME? Should be --without-acl?
31 32
32** Emacs can now be compiled with file notification support. 33** Emacs can now be compiled with file notification support.
33This happens by default if a suitable system library is found at 34This happens by default if a suitable system library is found at
@@ -720,11 +721,11 @@ buffer and can be used that way by setting `initial-buffer-choice' to
720Without the second change, the *scratch* buffer will still be there 721Without the second change, the *scratch* buffer will still be there
721for notes that do not need to be preserved. 722for notes that do not need to be preserved.
722 723
723*** The Remember package can now store notes in separates files. 724+++
724You can use the new function `remember-store-in-files' within the 725*** Remember can now store notes in separate files.
725`remember-handler-functions' option. See `remember-data-directory' 726To use this, add `remember-store-in-files' to the `remember-handler-functions'
726and `remember-directory-file-name-format' for new options related to 727option. The files are saved in `remember-data-directory' using
727this function. 728names specified by `remember-directory-file-name-format'.
728 729
729** Rmail 730** Rmail
730 731