[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111087: A few more NEWS tweaks
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111087: A few more NEWS tweaks |
Date: |
Thu, 27 Dec 2012 18:52:54 -0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111087
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Thu 2012-12-27 18:52:54 -0800
message:
A few more NEWS tweaks
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-12-28 02:45:12 +0000
+++ b/etc/NEWS 2012-12-28 02:52:54 +0000
@@ -27,20 +27,20 @@
** 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 @@
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
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111087: A few more NEWS tweaks,
Glenn Morris <=