diff options
| author | Glenn Morris | 2012-12-29 00:08:17 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-12-29 00:08:17 -0800 |
| commit | 33cb20438f5d6d4898cdbb9fdebe308260b06262 (patch) | |
| tree | f12ddec4f0e3fe59ce5227478344c7b6e9a64926 | |
| parent | 6bc66c10a89e250b147e411e79e1a8f981d2e3a3 (diff) | |
| download | emacs-33cb20438f5d6d4898cdbb9fdebe308260b06262.tar.gz emacs-33cb20438f5d6d4898cdbb9fdebe308260b06262.zip | |
A few more NEWS tweaks
| -rw-r--r-- | etc/NEWS | 22 |
1 files changed, 8 insertions, 14 deletions
| @@ -27,20 +27,20 @@ You can explicitly require a specific version by passing | |||
| 27 | ** New configure option `--enable-link-time-optimization', to utilize | 27 | ** New configure option `--enable-link-time-optimization', to utilize |
| 28 | an appropriate feature provided by GCC since version 4.5.0. | 28 | an appropriate feature provided by GCC since version 4.5.0. |
| 29 | 29 | ||
| 30 | ** New configure option `--enable-gcc-warnings', intended for developers. | 30 | ** New configure option `--without-all' to disable most of the optional |
| 31 | If building with GCC, this enables compile-time checks that warn about | 31 | features (image support, etc.) that are normally enabled by default. |
| 32 | possibly-questionable C code. On a recent GNU system there should be | 32 | |
| 33 | no warnings; on older and on non-GNU systems the generated warnings | 33 | ** New configure option `--enable-gcc-warnings' (for developing/debugging |
| 34 | may be useful. | 34 | Emacs). If building with GCC, this enables compile-time checks that |
| 35 | warn about possibly-questionable C code. On a recent GNU system there | ||
| 36 | should be no warnings; on older and on non-GNU systems the generated | ||
| 37 | warnings may be useful. | ||
| 35 | 38 | ||
| 36 | ** The configure option `--enable-use-lisp-union-type' has been | 39 | ** The configure option `--enable-use-lisp-union-type' has been |
| 37 | renamed to `--enable-check-lisp-object-type', as the resulting | 40 | renamed to `--enable-check-lisp-object-type', as the resulting |
| 38 | Lisp_Object type no longer uses a union to implement the compile time | 41 | Lisp_Object type no longer uses a union to implement the compile time |
| 39 | check that this option enables. | 42 | check that this option enables. |
| 40 | 43 | ||
| 41 | ** New configure option `--without-all' to disable most of the optional | ||
| 42 | features (image support, etc.) that are normally enabled by default. | ||
| 43 | |||
| 44 | ** The configure option `--disable-maintainer-mode' has been removed, | 44 | ** The configure option `--disable-maintainer-mode' has been removed, |
| 45 | as it was confusingly-named and rarely useful. | 45 | as it was confusingly-named and rarely useful. |
| 46 | 46 | ||
| @@ -586,17 +586,11 @@ The option `follow-intercept-processes' has been removed. | |||
| 586 | In most cases, assoc+member+push+delq work just as well. | 586 | In most cases, assoc+member+push+delq work just as well. |
| 587 | And in any case it's just a terrible package: ugly semantics, terrible | 587 | And in any case it's just a terrible package: ugly semantics, terrible |
| 588 | inefficiency, and not namespace-clean. | 588 | inefficiency, and not namespace-clean. |
| 589 | |||
| 590 | *** bruce.el | 589 | *** bruce.el |
| 591 | |||
| 592 | *** cust-print.el | 590 | *** cust-print.el |
| 593 | |||
| 594 | *** ledit.el | 591 | *** ledit.el |
| 595 | |||
| 596 | *** mailpost.el | 592 | *** mailpost.el |
| 597 | |||
| 598 | *** mouse-sel.el | 593 | *** mouse-sel.el |
| 599 | |||
| 600 | *** patcomp.el | 594 | *** patcomp.el |
| 601 | 595 | ||
| 602 | 596 | ||