summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-12-29 00:08:17 -0800
committerGlenn Morris <rgm@gnu.org>2012-12-29 00:08:17 -0800
commit33cb20438f5d6d4898cdbb9fdebe308260b06262 (patch)
treef12ddec4f0e3fe59ce5227478344c7b6e9a64926
parent6bc66c10a89e250b147e411e79e1a8f981d2e3a3 (diff)
downloademacs-33cb20438f5d6d4898cdbb9fdebe308260b06262.tar.gz
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
** New configure option `--enable-link-time-optimization', to utilize
an appropriate feature provided by GCC since version 4.5.0.
-** New configure option `--enable-gcc-warnings', intended for developers.
-If building with GCC, this enables compile-time checks that warn about
-possibly-questionable C code. On a recent GNU system there should be
-no warnings; on older and on non-GNU systems the generated warnings
-may be useful.
+** New configure option `--without-all' to disable most of the optional
+features (image support, etc.) that are normally enabled by default.
+
+** New configure option `--enable-gcc-warnings' (for developing/debugging
+Emacs). If building with GCC, this enables compile-time checks that
+warn about possibly-questionable C code. On a recent GNU system there
+should be no warnings; on older and on non-GNU systems the generated
+warnings may be useful.
** The configure option `--enable-use-lisp-union-type' has been
renamed to `--enable-check-lisp-object-type', as the resulting
Lisp_Object type no longer uses a union to implement the compile time
check that this option enables.
-** New configure option `--without-all' to disable most of the optional
-features (image support, etc.) that are normally enabled by default.
-
** The configure option `--disable-maintainer-mode' has been removed,
as it was confusingly-named and rarely useful.
@@ -586,17 +586,11 @@ The option `follow-intercept-processes' has been removed.
In most cases, assoc+member+push+delq work just as well.
And in any case it's just a terrible package: ugly semantics, terrible
inefficiency, and not namespace-clean.
-
*** bruce.el
-
*** cust-print.el
-
*** ledit.el
-
*** mailpost.el
-
*** mouse-sel.el
-
*** patcomp.el