diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2009-04-22 10:29:57 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2009-04-22 10:29:57 -0400 |
commit | fc99cccb081108e1f29b15ef99bc4eefd749896a (patch) | |
tree | fab84f75d9f549e3d1c21c60c423d1daa24c96bd /NEWS | |
parent | 66e31dd00b3f5a66f1be9d2277a5774075d0b584 (diff) | |
download | glade-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-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 =========== |