Mercurial > emacs
changeset 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 | 9a7c820f16a3 |
files | etc/NEWS |
diffstat | 1 files changed, 10 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Aug 08 18:33:51 2009 +0000 +++ b/etc/NEWS Sat Aug 08 19:01:26 2009 +0000 @@ -22,6 +22,16 @@ so we will look at it and add it to the manual. +* Installation Changes in Emacs 23.2 + +** New configure options for Emacs developers +These are not new features; only the configure flags are new. + +*** --enable-profiling builds Emacs with profiling enabled. +This might not work on all platforms. + +*** --enable-checking[=OPTIONS] builds emacs with extra runtime checks. + * Changes in Emacs 23.2 ** The default value of `trash-directory' has changed to nil, which @@ -45,14 +55,6 @@ ** On MS-Windows, `display-time' now displays the system load average as well as the time, as it does on GNU and Unix. -** configure options for emacs developers -*** --enable-profiling will build emacs with profiling enabled. -This might not work on all platforms. It is not a new feature, just -the configure flag is new. - -*** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. -It is not a new feature, just the configure flag is new. - ** Killing a buffer with a running process now asks a confirmation. You can remove this query in two ways: either removing `process-kill-buffer-query-function' from `kill-buffer-query-functions' or