aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-12-29 00:08:17 -0800
committerGlenn Morris2012-12-29 00:08:17 -0800
commit33cb20438f5d6d4898cdbb9fdebe308260b06262 (patch)
treef12ddec4f0e3fe59ce5227478344c7b6e9a64926
parent6bc66c10a89e250b147e411e79e1a8f981d2e3a3 (diff)
downloademacs-33cb20438f5d6d4898cdbb9fdebe308260b06262.tar.gz
emacs-33cb20438f5d6d4898cdbb9fdebe308260b06262.zip
A few more NEWS tweaks
-rw-r--r--etc/NEWS22
1 files changed, 8 insertions, 14 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ba9fc9f2f75..8353d6e1c44 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
28an appropriate feature provided by GCC since version 4.5.0. 28an 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
31If building with GCC, this enables compile-time checks that warn about 31features (image support, etc.) that are normally enabled by default.
32possibly-questionable C code. On a recent GNU system there should be 32
33no warnings; on older and on non-GNU systems the generated warnings 33** New configure option `--enable-gcc-warnings' (for developing/debugging
34may be useful. 34Emacs). If building with GCC, this enables compile-time checks that
35warn about possibly-questionable C code. On a recent GNU system there
36should be no warnings; on older and on non-GNU systems the generated
37warnings 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
37renamed to `--enable-check-lisp-object-type', as the resulting 40renamed to `--enable-check-lisp-object-type', as the resulting
38Lisp_Object type no longer uses a union to implement the compile time 41Lisp_Object type no longer uses a union to implement the compile time
39check that this option enables. 42check that this option enables.
40 43
41** New configure option `--without-all' to disable most of the optional
42features (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,
45as it was confusingly-named and rarely useful. 45as it was confusingly-named and rarely useful.
46 46
@@ -586,17 +586,11 @@ The option `follow-intercept-processes' has been removed.
586In most cases, assoc+member+push+delq work just as well. 586In most cases, assoc+member+push+delq work just as well.
587And in any case it's just a terrible package: ugly semantics, terrible 587And in any case it's just a terrible package: ugly semantics, terrible
588inefficiency, and not namespace-clean. 588inefficiency, 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