diff options
| author | Dmitry Antipov | 2012-08-08 20:17:15 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-08-08 20:17:15 +0400 |
| commit | da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1 (patch) | |
| tree | adcc9e05f2b84c5f48607025c67894fb0f9f38cd /etc/ChangeLog | |
| parent | 128a5c0d89c37958171f09558a79440bdcd564b7 (diff) | |
| download | emacs-da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1.tar.gz emacs-da3d210583cd7a9a22ca6a2d07cac5bbf6fca7c1.zip | |
Fix and document recently introduced configuration options.
* configure.ac (--disable-features): Rename to --without-all.
(OPTION_DEFAULT_ON): Change to use with_features.
* INSTALL: Fix description.
* etc/NEWS: Mention --without-all and --enable-link-time-optimization.
Diffstat (limited to 'etc/ChangeLog')
| -rw-r--r-- | etc/ChangeLog | 4 |
1 files changed, 4 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. |