comparison etc/NEWS @ 104209:b2dc4800cec5

Split off a new section, "Installation Changes in Emacs 23.2".
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 08 Aug 2009 19:01:26 +0000
parents c9b224c2ddcb
children 0cb25698f384
comparison
equal deleted inserted replaced
104208:c9b224c2ddcb 104209:b2dc4800cec5
20 --- means no change in the manuals is called for. 20 --- means no change in the manuals is called for.
21 When you add a new item, please add it without either +++ or --- 21 When you add a new item, please add it without either +++ or ---
22 so we will look at it and add it to the manual. 22 so 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
28 These are not new features; only the configure flags are new.
29
30 *** --enable-profiling builds Emacs with profiling enabled.
31 This 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
28 means that `move-file-to-trash' trashes files according to 38 means that `move-file-to-trash' trashes files according to
29 freedesktop.org specifications, the same method used by the Gnome, 39 freedesktop.org specifications, the same method used by the Gnome,
42 Customize make-pointer-invisible to turn it off. 52 Customize make-pointer-invisible to turn it off.
43 53
44 --- 54 ---
45 ** On MS-Windows, `display-time' now displays the system load average 55 ** On MS-Windows, `display-time' now displays the system load average
46 as well as the time, as it does on GNU and Unix. 56 as well as the time, as it does on GNU and Unix.
47
48 ** configure options for emacs developers
49 *** --enable-profiling will build emacs with profiling enabled.
50 This might not work on all platforms. It is not a new feature, just
51 the configure flag is new.
52
53 *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks.
54 It is not a new feature, just the configure flag is new.
55 57
56 ** Killing a buffer with a running process now asks a confirmation. 58 ** Killing a buffer with a running process now asks a confirmation.
57 You can remove this query in two ways: either removing 59 You 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
59 setting the appropriate process flag with `set-process-query-on-exit-flag'. 61 setting the appropriate process flag with `set-process-query-on-exit-flag'.