aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 73bc76a1ff8..84c5941e33f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12013-07-13 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new value for ido-use-virtual-buffers.
4
12013-07-10 Paul Eggert <eggert@cs.ucla.edu> 52013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Timestamp fixes for undo (Bug#14824). 7 Timestamp fixes for undo (Bug#14824).
diff --git a/etc/NEWS b/etc/NEWS
index 873af89a7a8..c3be0dfb9d4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -174,6 +174,8 @@ You can use the new function `remember-store-in-files' within the
174 174
175See `remember-data-directory' and `remember-directory-file-name-format' 175See `remember-data-directory' and `remember-directory-file-name-format'
176for new options related to this function. 176for new options related to this function.
177
178** `ido-use-virtual-buffers' takes a new value 'auto.
177** `ido-decorations' has been slightly extended to give a bit more control. 179** `ido-decorations' has been slightly extended to give a bit more control.
178 180
179** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. 181** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>.