aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBastien Guerry2013-04-25 19:39:44 +0200
committerBastien Guerry2013-04-25 19:39:44 +0200
commitc034abda392f5657f33a52e57fd554103b70246f (patch)
tree9830b1c0852d5e56a9c235f5c568ef057d5ae549 /etc
parent584ea27747d10f9af3d4e3c022153a3d4fc87cc4 (diff)
downloademacs-c034abda392f5657f33a52e57fd554103b70246f.tar.gz
emacs-c034abda392f5657f33a52e57fd554103b70246f.zip
* textmodes/remember.el (remember-data-directory)
(remember-directory-file-name-format): Fix custom types. Thanks to Glenn Morris for reporting these problems and for the fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d8f5f68ff99..f6335d314eb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -101,6 +101,12 @@ You can pick the name of the function and the variables with `C-x 4 a'.
101 101
102* Changes in Specialized Modes and Packages in Emacs 24.4 102* Changes in Specialized Modes and Packages in Emacs 24.4
103 103
104** `remember' can now store notes in separates files
105You can use the new function `remember-store-in-files' within the
106`remember-handler-functions' option.
107
108See `remember-data-directory' and `remember-directory-file-name-format'
109for new options related to this function.
104** `ido-decorations' has been slightly extended to give a bit more control. 110** `ido-decorations' has been slightly extended to give a bit more control.
105 111
106** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. 112** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.