aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-06-21 15:15:42 +0800
committerChong Yidong2012-06-21 15:15:42 +0800
commite76f0800d2ceef239e8db3c2f81c6b71d4c70302 (patch)
treeb1baa57c1d24db3042f48c78e57b3123a8af5a99 /etc
parentf10deafb12a12daa85f8357a73752765549969c0 (diff)
downloademacs-e76f0800d2ceef239e8db3c2f81c6b71d4c70302.tar.gz
emacs-e76f0800d2ceef239e8db3c2f81c6b71d4c70302.zip
Fixes to desktop reading logic.
* desktop.el (desktop-read): Don't prompt if daemon. (desktop-path): Remove . from the default value.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a2f3b95fe41..3cd4d217a46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -153,6 +153,11 @@ which have not been renamed to `cl-foo*' but just `cl-foo'.
153The old `cl' is now deprecated and is nothing more than a bunch of aliases that 153The old `cl' is now deprecated and is nothing more than a bunch of aliases that
154provide the old non-prefixed names. 154provide the old non-prefixed names.
155 155
156** Desktop
157
158*** `desktop-path' no longer includes the "." directory. Desktop
159files are now located in ~/.emacs.d by default.
160
156** A new mode for Python. 161** A new mode for Python.
157This provides several new features, including: 162This provides several new features, including:
158per-buffer shells, better indentation, Python 3 support, and improved 163per-buffer shells, better indentation, Python 3 support, and improved