[glade] Rolling version 3.11.0



commit 2d4388f620804aa2cd508920dcaaaae1cf173365
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Feb 13 16:09:04 2012 -0300

    Rolling version 3.11.0

 ChangeLog    |    4 ++++
 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index fe059b2..7622743 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-13  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* configure.ac, NEWS: Rolling 3.11.0
+
 2012-01-29  Tristan Van Berkom <tvb gnome org>
 
 	* plugins/gtk+/gtk+.xml.in: Correct the 'book' to search for GTK+3 documentation,
diff --git a/NEWS b/NEWS
index 7ccaa09..946d068 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
 ============
+Glade 3.11.0
+============
+
+	- Added GtkSwitch, GtkInfoBar and GtkEntryCompletion support.
+	- Implemented inline margins and alignment edit mode.
+	  Now it is posible to change widget's margins and alignment using the mouse.
+
+	- Ignore GtkWindow:icon property. Fixes bug #654121 
+          "workaround gtk segfault: icon on gtkwindow segfault in offscreen"
+	- Bump pygobject requisite to pygobject 3. Fixes bug #658667. Ignacio Casal Quinteiro
+	- Make GladeProject change gtk target to 3.0 and warn the user if there are
+	  any unknown (deprecated) objects.
+	  Fixes bug 652673 "Project versions are ignored" and 376628 "Deletes unknown widget nodes."
+        
+	- Make documentation parallel installable (bug 646997).
+	- Renamed catalog and module environment variables.
+	- Properly escape special characters while serializing property values (bug 654609 - Fabien Parent) 
+	- Fix GladeProject to notify "row-has-child-toggled" (fixes bug 651673).
+	- Fixed size groups widget selection (bug 647984 - Benjamin Otte)
+	- Avoid crashing if glade-previewer is not installed
+	  (bug 650899 - Johannes Schmid)
+        - Optimized loading time by not updating progressbar on every loaded object.
+        - Update placeholders when a grid child's width or height child
+	  properties change.
+        - Ensure 'related-action' and 'use-action-appearance' are serialized in the right order.
+        - Correctly detect the required devhelp version - Javier JardÃn
+        - Fixed TreeModelFilter bug #657164
+        - Fixed bug #660607 "Warnings when using GtkGrid created in Glade 3.10"
+        - Fixed glade-previewer bugs
+          #660874 "glade-previewer fails to open UI files without top windows"
+          #660872 "glade-previewer crashes on non-existent files"
+        - Fixed loading correct application icon (bug 648487 fix by StÃphane Maniaci).
+        - Fixed "variable set but not used" warnings (-Wunused-but-set-variable)
+
+============
 Glade 3.10.0
 ============
 	- Fixed some glitches in the new workspace - Juan Pablo Ugarte
diff --git a/configure.ac b/configure.ac
index 250c417..4c413f1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,7 +127,7 @@ GOBJECT_INTROSPECTION_CHECK([0.10.1])
 dnl ================================================================
 dnl Check for gtk+
 dnl ================================================================
-GTK_REQUIRED=3.0.2
+GTK_REQUIRED=3.2.3
 PKG_CHECK_MODULES([GTK],[
   gtk+-3.0 >= $GTK_REQUIRED
   gmodule-2.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]