summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2009-06-12 19:25:22 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2009-06-12 19:25:22 -0400
commitb7ef9f280a78b3643a32926ce5f8546e95a5cd92 (patch)
tree57974f7bff6bbf38f7a705ce9451f52f251b51d6 /NEWS
parentacf30dc9ad9c43c435724926044b37ae20e15995 (diff)
downloadglade-b7ef9f280a78b3643a32926ce5f8546e95a5cd92.tar.gz
* configure.in, NEWS: Rolling Glade 3.6.5 (added more output in configure.acGLADE_3_6_5
config summery). * gladeui/glade-project.[ch], gladeui/glade-command.c, gladeui/glade-inspector.c: Really fixing widget naming policies again, this time I hope it sticks (bug 580745). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Fixed dissapearing dialogs on ESC (bug 582559) * plugins/python/Makefile.am: Fixed relocated link problems with python plugin build (bug 582982, patch by Arun Raghavan).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5a67754..5a42e3ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,13 @@
===========
+Glade 3.6.5
+===========
+ - Quartz build support and use ige-mac-integration to setup the menubar
+ as an optional build dependancy.
+ - Fixed dissapearing dialogs on ESC (bug 582559)
+ - Really fixing widget naming policies again, this time I hope it sticks (bug 580745)
+ - Fixed relocated link problems with python plugin build (bug 582982, patch by Arun Raghavan)
+
+===========
Glade 3.6.4
===========
- Check project naming policy at add_object() time (bug 580745).