diff options
author | Leo Liu <sdl.web@gmail.com> | 2013-07-13 09:30:36 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2013-07-13 09:30:36 +0800 |
commit | deee89ff661e2544a3c703d12a3ea81b4ee5b34f (patch) | |
tree | c878062ba7a010a06300a52d3610e267aa1faa75 | |
parent | 97ead0e597427786571cd69e052a2886d1da6032 (diff) | |
download | emacs-deee89ff661e2544a3c703d12a3ea81b4ee5b34f.tar.gz |
* NEWS: Mention new value for ido-use-virtual-buffers.
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/NEWS | 2 |
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 @@ +2013-07-13 Leo Liu <sdl.web@gmail.com> + + * NEWS: Mention new value for ido-use-virtual-buffers. + 2013-07-10 Paul Eggert <eggert@cs.ucla.edu> Timestamp fixes for undo (Bug#14824). @@ -174,6 +174,8 @@ You can use the new function `remember-store-in-files' within the See `remember-data-directory' and `remember-directory-file-name-format' for new options related to this function. + +** `ido-use-virtual-buffers' takes a new value 'auto. ** `ido-decorations' has been slightly extended to give a bit more control. ** More packages look for ~/.emacs.d/<foo> additionally to ~/.<foo>. |