summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-10-08 00:10:21 -0700
committerGlenn Morris <rgm@gnu.org>2012-10-08 00:10:21 -0700
commitd71a6517cbea35ce30f53810e51b8517a7df3605 (patch)
treeb520c751e1733bc177cebbb7513191b1fa42b8da
parentcad4f2902ed577f2bbf9d13b0d4a81d236031f4e (diff)
downloademacs-d71a6517cbea35ce30f53810e51b8517a7df3605.tar.gz
Trivial NEWS copyedits
-rw-r--r--etc/NEWS31
1 files changed, 18 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c2ebfaad231..be0f50d9e46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -23,18 +23,36 @@ so we will look at it and add it to the manual.
* Installation Changes in Emacs 24.3
+---
+** The default toolkit has been changed to Gtk+ version 3.
+If you don't pass --with-x-toolkit to configure or if you pass
+--with-x-toolkit=gtk or --with-x-toolkit=yes, configure will try to build
+with Gtk+ version 3, and if that fails, try Gtk+ version 2.
+You can explicitly require a specific version by passing
+--with-x-toolkit=gtk2 or --with-x-toolkit=gtk3 to configure.
+
+---
** New configure option '--without-all' to disable additional features.
This disables most of the features that are normally enabled by default.
+---
** 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.
+---
+** The configuration 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.
+
+---
** The configure option '--disable-maintainer-mode' has been removed,
as it was confusingly-named and rarely useful.
@@ -60,19 +78,6 @@ directories to the search path. You must add them yourself if you want them.
(from the bin and libexec directories, respectively). The former is
no longer relevant, the latter is replaced by lisp (in vc-sccs.el).
-** The configuration 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.
-
----
-** The default toolkit has been changed to Gtk+ version 3.
-If you don't pass --with-x-toolkit to configure or if you pass
---with-x-toolkit=gtk or --with-x-toolkit=yes, configure will try to build
-with Gtk+ version 3, and if that fails, try Gtk+ version 2.
-You can explicitly require a specific version by passing
---with-x-toolkit=gtk2 or --with-x-toolkit=gtk3 to configure.
-
* Startup Changes in Emacs 24.3