summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-12-16 10:28:33 +0800
committerChong Yidong <cyd@stupidchicken.com>2010-12-16 10:28:33 +0800
commitc0e505e559659276337d7ed0f4f32a99dc39c66e (patch)
tree14ead4a0bb99027b3893c60f3ade17a9f71a45be /etc
parentbfc49a5bc42a977f2cebb131f3fee57ec8239a84 (diff)
downloademacs-c0e505e559659276337d7ed0f4f32a99dc39c66e.tar.gz
etc/NEWS: Document eshell-directory-name change.
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 8dd6d3ef9be..87df565f23b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -340,6 +340,12 @@ as the server coding system, this variable will then be consulted.
The default is to decode strings that can be decoded as utf-8 as
utf-8, and do the normal `undecided' decoding for the rest.
+** Eshell changes
+
+*** The default value of eshell-directory-name is a directory named
+"eshell" in `user-emacs-directory'. If the old "~/.eshell/" directory
+exists, that is used instead.
+
** In ido-mode, C-v is no longer bound to ido-toggle-vc.
The reason is that this interferes with cua-mode.