aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-01 20:47:50 +0300
committerEli Zaretskii2013-05-01 20:47:50 +0300
commitb1cb82edff21abfefd68af18370dddfd8cc1fec0 (patch)
treefd8d8a1e1d99af024b52158a471457fc796238bc /etc
parent10f81f3ac90f98160f611787e20dcad96bb500e9 (diff)
parent2640d52e4e7873e41b0f0f1144177f84c345917e (diff)
downloademacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.tar.gz
emacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d8f5f68ff99..0a8cf2c0325 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>.
@@ -163,6 +169,11 @@ on the given date.
163 169
164*** Support for ISO 8601 dates. 170*** Support for ISO 8601 dates.
165 171
172** Desktop
173
174*** `desktop-auto-save-timeout' defines the number of seconds between
175auto-saves of the desktop.
176
166** Dired 177** Dired
167 178
168*** New minor mode `dired-hide-details-mode' hides details. 179*** New minor mode `dired-hide-details-mode' hides details.