aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 3d26c9a1351..40b1e086237 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * NEWS: Mention --without-all and --enable-link-time-optimization.
4
12012-07-31 Jan Djärv <jan.h.d@swipnet.se> 52012-07-31 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * TODO (NS port): Add text about event loop. 7 * TODO (NS port): Add text about event loop.
diff --git a/etc/NEWS b/etc/NEWS
index e9408ff45e0..e802340608e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,6 +23,12 @@ so we will look at it and add it to the manual.
23 23
24* Installation Changes in Emacs 24.2 24* Installation Changes in Emacs 24.2
25 25
26** New configure option '--without-all' to disable additonal features.
27This disables most of the features that are normally enabled by default.
28
29** New configure option '--enable-link-time-optimization' to utilize
30an appropriate feature provided by GCC since version 4.5.0.
31
26** New configure option '--enable-gcc-warnings', intended for developers. 32** New configure option '--enable-gcc-warnings', intended for developers.
27If building with GCC, this enables compile-time checks that warn about 33If building with GCC, this enables compile-time checks that warn about
28possibly-questionable C code. On a recent GNU system there should be 34possibly-questionable C code. On a recent GNU system there should be