aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2009-07-16 21:04:18 +0000
committerDan Nicolaescu2009-07-16 21:04:18 +0000
commite59e668bca7c1fedbe11081d8c6843b085a325c4 (patch)
treea00a43c01818c0347546f1e9851dda4f51f5e6a1
parentd56fdcd2490224ebad9805c09ecd18dfba75a62d (diff)
downloademacs-e59e668bca7c1fedbe11081d8c6843b085a325c4.tar.gz
emacs-e59e668bca7c1fedbe11081d8c6843b085a325c4.zip
Mention two new ./configure options for developers.
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fb637ced102..f54c86be4e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -45,7 +45,14 @@ Customize make-pointer-invisible to turn it off.
45** On MS-Windows, `display-time' now displays the system load average 45** On MS-Windows, `display-time' now displays the system load average
46as well as the time, as it does on GNU and Unix. 46as well as the time, as it does on GNU and Unix.
47 47
48** FIXME new configure options --enable-checking, profiling 48
49** configure options for emacs developers
50*** --enable-profiling will build emacs with profiling enabled.
51This might not work on all platforms. It is not a new feature, just
52the configure flag is new.
53
54*** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks.
55It is not a new feature, just the configure flag is new.
49 56
50 57
51* Changes in Specialized Modes and Packages in Emacs 23.2 58* Changes in Specialized Modes and Packages in Emacs 23.2