[glade3/glade-3-8] * NEWS, configure.ac: Rolling 3.7.2.



commit d170b2d1cc7933313fd79ed7334a503e317d0013
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Fri Dec 17 20:41:31 2010 +0900

    	* NEWS, configure.ac: Rolling 3.7.2.

 ChangeLog    |   18 +++++++++++-------
 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 45 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3ab0a69..4d3cd66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-18  Tristan Van Berkom <tristanvb openismus com>
+
+	* NEWS, configure.ac: Rolling 3.7.2.
+
 2010-12-17  Tristan Van Berkom <tristanvb openismus com>
 
 	* gladeui/glade-app.[ch]: Added glade_app_queue_selection_changed()
@@ -2084,7 +2088,7 @@
 	  on ia64 platform (bug 530143).
 
 2008-05-05  Tristan Van Berkom <tvb gnome org>
-	
+
 	* gladeui/glade-editor-property.c: Avoid feedback loops when committing properties,
 	  fixes bug 527896.
 
@@ -2109,7 +2113,7 @@
 2008-04-17  Juan Pablo Ugarte <juanpablougarte gmail com>
 
 	* gladeui/glade-property-class.[ch]: added glade_property_class_compare()
-	
+
 	* gladeui/glade-editor-property.c: use new compare function in
 	  glade_editor_property_commit() instead of g_param_values_cmp()
 	  since GBoxed comparison is not well defined.
@@ -2157,7 +2161,7 @@
 
 	* gladeui/glade-project.c, gladeui/glade-project.h: fix some mistakes,
 	added translator comments to new strings
-	
+
 	* src/glade-window.c: Added padding on top of undocked tools, removed
 	custom label handling of widget name.
 
@@ -2174,7 +2178,7 @@
 
 	* gladeui/glade-editor-property.c, gladeui/glade-editor-property.h:
 	Loaded and watched the new support_warning on GladeProperty
-	
+
 	* gladeui/glade-widget.c, gladeui/glade-widget.h: Keep a support-warning
 	property around as metadata updated by GladeProject.
 
@@ -2189,18 +2193,18 @@
 	Preferences dialog is not modal anymore ;-)
 
 	* gladeui/glade-signal.c: Removed a bogus return.
-	
+
 2008-04-09  Tristan Van Berkom <tvb gnome org>
 
 	* NEWS, configure.ac: Rolling 3.5.2. quick bugfix release
 
 	* gladeui/glade-widget-adaptor.c: oops, was parsing booleans
 	as doubles, fixed bugs with builder-unsupported and deprecated.
-	
+
 2008-04-09  Tristan Van Berkom <tvb gnome org>
 
 	* NEWS, configure.ac: Rolling 3.5.1.
-	
+
 	* plugins/gtk+/gtk+.xml.in: Filled in all since, deprecated and
 	  builder-unsupported properties.
 
diff --git a/NEWS b/NEWS
index 933ba08..51c70cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+===========
+Glade 3.7.2
+===========
+	- Use gtk_show_uri() instead of previous custom code in place (Javier Jardón)
+	- Fixed user/developer url locations (Javier Jardón)
+	- Fixed ComboBox and IconView to include basic actions in the popup menu
+	- Revived the "misc" column on the project data model (now the inspector shows
+	  whether a widget is an internal child or a frame's label or such, again).
+	- Expose GtkAssistant:complete packing property (bug 529595).
+	- Implemented Preview feature, Glade now includes a project previewing program
+	  that is accessible in the UI and runs as a child process (Marco Diego Aurélio Mesquita).
+	- Ignore "resize-mode" property incase of crashes (as reported in bug 622996).
+	- Fixed crash with notebook rebuilding children (bug 365462).
+	- Fixed crasher bug 628233 (based on patch by: ramz <ramanathan nitt gmail com>).
+	- GladeWidget is now GInitiallyUnowned (now refcounts balance again at project close time).
+	- Fixed errors when undoing the addition of notebook pages.
+	- Default adjustment page size -> 0 (bug 585085).
+	- Removing frame shadow (and label) from project preferences (bug 574098).
+	- Setting dialog type-hint default to Dialog (closes old bug 459917).
+	- Fixed floating project menus when context menu is fired (bug 141714).
+	- Removed notion of project "instance_count" (which is by now unused).
+	- Avoid clearing the project selection from the inspector (fixing bug 604322).
+	- Set added treeviewcolumns to fixed sizing mode if the treeview is set to use 
+	  fixed height mode (closing bug 596480).
+	- Fixed GtkComboBox to handle cell-layout children as well as the possible internal 
+	  entry (fixes bug 581580)
+	- Notify GtkTreeIter changes when the widget name changes (now the inspector updates
+	  when a widget name is changed automatically).
+	- Fixed crasher when adjusting project naming policy (bug 622528, thanks goes to 
+	  Sébastien Granjoux and Martin Schlemmer for looking at this one).
+	- Fixed crashes when textview's buffer is deleted, fix by Martin Schlemmer, bug 609748.
+	- Defensively avoid crash when setting entry icon tooltips on an entry with no icons set.
+	- 
 
 ===========
 Glade 3.7.1
diff --git a/configure.ac b/configure.ac
index 0bba699..4945cf5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ AM_PROG_LIBTOOL
 # If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
 # Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
 GLADE_REVISION=0
-GLADE_CURRENT=10
+GLADE_CURRENT=11
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
 AC_SUBST(GLADE_REVISION)



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