]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS (--with-x-toolkit): Mention Gtk+ 3 is now default.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 13 Sep 2012 06:13:26 +0000 (08:13 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 13 Sep 2012 06:13:26 +0000 (08:13 +0200)
etc/ChangeLog
etc/NEWS

index 20ded2fd847ba6d4a1fd586259a568f0b38e9b87..26e9ada74da4700d8215e91b3843c6c0ffd82f76 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * NEWS (--with-x-toolkit): Mention that Gtk+ 3 is now default.
+
 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: Document timer format change (Bug#12430).
index eb5a2ed66606f6c06b7e19dab6704c888b964fab..cbf13c2e87df2cfdc9df882f4199a18de6613c10 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,14 @@ 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.
+
 \f
 * Startup Changes in Emacs 24.3