summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2009-04-22 10:29:57 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2009-04-22 10:29:57 -0400
commitfc99cccb081108e1f29b15ef99bc4eefd749896a (patch)
treefab84f75d9f549e3d1c21c60c423d1daa24c96bd /NEWS
parent66e31dd00b3f5a66f1be9d2277a5774075d0b584 (diff)
downloadglade-fc99cccb081108e1f29b15ef99bc4eefd749896a.tar.gz
* NEWS, configure.ac: Rolling 3.6.3
* plugins/gtk+/gtk+.xml.in: Removed buggy query dialog from notebook (closing bug 578727).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8604e4e1..222b01c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+
+===========
+Glade 3.6.3
+===========
+ - Maintain current widget selection during commits of related-action
+ (was causing crashes when the selection changed as a result of a commit, bug 578869)
+ - GtkButton only accepts real stock *items* and not icons (to use an icon, use a GtkImage
+ with an unrestricted stock icon)
+ - Added documentation on integrating Python widgets (Juan Pablo Ugarte)
+ - Fixed output format for GtkLabel attributes (bug 579793, patch by Davyd Madeley).
+ - Removed hard coded size request to palette (Bug 579624).
+ - Made Atk proxy objects always have unique names (bug 579565).
+ - Removed buggy query dialog from notebook creation (bug 578727).
+
===========
Glade 3.6.2
===========