summaryrefslogtreecommitdiff
path: root/etc/NEWS.23
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-01-18 23:21:25 -0800
committerGlenn Morris <rgm@gnu.org>2012-01-18 23:21:25 -0800
commit1259009aa17da6dc038afff96963f6d9bbd3b8e1 (patch)
tree83be407107aea29bea07036e65c41b1c0ea99475 /etc/NEWS.23
parent54de86ac6216fc2eece477308dde090381d6b6c7 (diff)
parent685305ebe0455a8d5211bedf41b588bccfb432c8 (diff)
downloademacs-1259009aa17da6dc038afff96963f6d9bbd3b8e1.tar.gz
Merge from emacs-23; up to 2012-01-19T07:15:48Z!rgm@gnu.org.
Diffstat (limited to 'etc/NEWS.23')
-rw-r--r--etc/NEWS.2314
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index f9dbfa8adef..77ba82c15ad 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -24,12 +24,22 @@ require version 1.14 or later. See README.W32 and nt/INSTALL for
details and pointers to URLs where the latest libpng can be
downloaded.
-
+* Changes in Specialized Modes and Packages in Emacs 23.4
+
+** EDE
+
+*** New variable `ede-project-directories'.
+EDE now refuses to automatically load a project file (Project.ede)
+unless the file is in one of the directories specified by this
+variable. This reduces the risk of inadvertently loading malicious
+project files. The commands `M-x ede-new' and `M-x ede' now offer to
+save directories to `ede-project-directories'.
+
* Changes in Emacs 23.4 on non-free operating systems
** The MS-Windows port can now use more than 500MB of heap.
Depending on the available virtual memory, Emacs on Windows can now
-have up to 2GB of heap space. This allows, e.g., to visit several
+have up to 2GB of heap space. This allows, e.g., visiting several
large (> 256MB) files in the same session.