diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2012-08-08 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * NEWS: Mention --without-all and --enable-link-time-optimization. | ||
| 4 | |||
| 1 | 2012-07-31 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2012-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. |
| @@ -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. | ||
| 27 | This disables most of the features that are normally enabled by default. | ||
| 28 | |||
| 29 | ** New configure option '--enable-link-time-optimization' to utilize | ||
| 30 | an 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. |
| 27 | If building with GCC, this enables compile-time checks that warn about | 33 | If building with GCC, this enables compile-time checks that warn about |
| 28 | possibly-questionable C code. On a recent GNU system there should be | 34 | possibly-questionable C code. On a recent GNU system there should be |