summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-13 19:41:21 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-13 19:41:21 +0900
commit36749158237b963e25220fe4404d7eca32d5725d (patch)
tree4ac0d44215a6a8dfcd6bc91ca9c668e56c87cf83
parentaa8d005216509e89784d2d22a55625c984d2b204 (diff)
downloadglade-36749158237b963e25220fe4404d7eca32d5725d.tar.gz
* NEWS, configure.ac: Rolling Glade 3.9.1GLADE_3_9_1
-rw-r--r--ChangeLog7
-rw-r--r--NEWS40
-rw-r--r--configure.ac2
3 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2378cac..3b40c87e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-01-13 Tristan Van Berkom <tristanvb@openismus.com>
+ * NEWS, configure.ac: Rolling Glade 3.9.1
+
+2011-01-13 Tristan Van Berkom <tristanvb@openismus.com>
+
* gladeui/glade-signal-model.c: Watch the "support-changed" signal on GladeWidget and
update support warnings on dummy rows as well as emit "row-changed" for all rows
@@ -9,6 +13,9 @@
* plugins/gtk+/glade-attributes.c: Fixed mismatching PangoAttributeType with GType,
closes bug 597045.
+ * plugins/gtk+/gtk+.xml.in: Readjusted displayable values so they are available
+ for palette enums.
+
2011-01-12 Tristan Van Berkom <tristanvb@openismus.com>
* gladeui/glade-palette.c: Fixed leaking project (set_project NULL when
diff --git a/NEWS b/NEWS
index 3bbd5364..3d9d9f8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,44 @@
===========
+Glade 3.9.1
+===========
+ - Added accelerator and tooltip-text properties to menu items and toolitems
+ in the menu editor (fixes bug 510083).
+ - Fixed crashes in liststore editor.
+ - Restored italic insensitive state for the < search widgets > text in the
+ inspector search box.
+ - Fixed glade.desktop.in.in file to refer to the new 'glade' exec name
+ (fix by Emilio Pozuelo Monfort)
+ - Added support for editing GtkToolPalette along with a special tool palette editor.
+ - Make GtkToolBar:icon-size an optional property generally set by the theme/settings
+ (like GtkToolBar:toolbar-style property).
+ - Removed global selection list from glade-utils.[ch], now all selection is controlled
+ by the relevant project
+ - Removed glade_util_class_implements_interface() in favor of g_type_is_a() (closes bug 455734,
+ based on original patch from Juan Pablo Ugarte).
+ - Applied patch by Sergio GarcĂ­a Lobo to fix bug 487656 and provide mnemonic key access to
+ "Text beside icons" palette option.
+ - Added idle function to raise the undocked windows at startup time, closes bug 475421.
+ - Fix possible crash when saving new project. bug 622635, fix by Martin Schlemmer.
+ - Fixed crash when user performs Drag'n'Drop of < enter column here > and no columns are
+ yet added (bug 633943).
+ - Fixed use of uninitialized variables in warning messages, bug 634325, fix by Alex Merry.
+ - Set some default HIG values for widgets as per bug 349447.
+ - Make query dialog come with a "Create" button instead of an "OK" button, closes hig bug 503621.
+ - Added GtkTextTagTable editor, now GtkTextTag can be added to GtkTextTagTable.
+ - Made all GdkColor type properties optional, closes bug 457969.
+ - Fixed add/remove parent context menu actions so that they work with parentless widget
+ references (i.e. you can add a parent to a GtkToolItemGroup's label widget
+ or a GtkButton's image widget, or remove the parent of a child of a label-widget, etc).
+ - Expose internal GtkTreeSelection child of GtkTreeView so that "changed" signal
+ can be connected to. Fixes bug 383766.
+ - Included Johannes Schmid's new signal editor work, the GladeSignals are now available
+ via a GtkTreeModel implementation, this does not effect the UI much but allows signals
+ to be Drag'n'Dropped from Glade's signal editor to Anjuta somewhere.
+ - Restored GtkFixed/GtkLayout background pattern.
+ - Restored old GladePlaceholder background pattern.
+ - Fixed mismatching PangoAttributeType with GType, closes bug 597045.
+
+===========
Glade 3.9.0
===========
diff --git a/configure.ac b/configure.ac
index 9c29f028..970e6e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.52)
m4_define(glade_major_version, 3)
m4_define(glade_minor_version, 9)
-m4_define(glade_micro_version, 0)
+m4_define(glade_micro_version, 1)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade], [glade_version],