aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-08-08 19:01:26 +0000
committerChong Yidong2009-08-08 19:01:26 +0000
commitaa701ce8a390a3a781d8ac910f065294e52a6516 (patch)
treede2fa76bde754c072b509e75c8b75757b3c4fd92
parent0822135e4c99bce7090570c206f6a72dd35da77f (diff)
downloademacs-aa701ce8a390a3a781d8ac910f065294e52a6516.tar.gz
emacs-aa701ce8a390a3a781d8ac910f065294e52a6516.zip
Split off a new section, "Installation Changes in Emacs 23.2".
-rw-r--r--etc/NEWS18
1 files changed, 10 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 526bc9e5a2c..0d842315f89 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -22,6 +22,16 @@ When you add a new item, please add it without either +++ or ---
22so we will look at it and add it to the manual. 22so we will look at it and add it to the manual.
23 23
24 24
25* Installation Changes in Emacs 23.2
26
27** New configure options for Emacs developers
28These are not new features; only the configure flags are new.
29
30*** --enable-profiling builds Emacs with profiling enabled.
31This might not work on all platforms.
32
33*** --enable-checking[=OPTIONS] builds emacs with extra runtime checks.
34
25* Changes in Emacs 23.2 35* Changes in Emacs 23.2
26 36
27** The default value of `trash-directory' has changed to nil, which 37** The default value of `trash-directory' has changed to nil, which
@@ -45,14 +55,6 @@ Customize make-pointer-invisible to turn it off.
45** On MS-Windows, `display-time' now displays the system load average 55** On MS-Windows, `display-time' now displays the system load average
46as well as the time, as it does on GNU and Unix. 56as well as the time, as it does on GNU and Unix.
47 57
48** configure options for emacs developers
49*** --enable-profiling will build emacs with profiling enabled.
50This might not work on all platforms. It is not a new feature, just
51the configure flag is new.
52
53*** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks.
54It is not a new feature, just the configure flag is new.
55
56** Killing a buffer with a running process now asks a confirmation. 58** Killing a buffer with a running process now asks a confirmation.
57You can remove this query in two ways: either removing 59You can remove this query in two ways: either removing
58`process-kill-buffer-query-function' from `kill-buffer-query-functions' or 60`process-kill-buffer-query-function' from `kill-buffer-query-functions' or