diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2007-07-30 14:46:04 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2007-07-30 14:46:04 +0000 |
commit | e6e03f1bc45f45d4a025009e02003ef595e26577 (patch) | |
tree | 230fdf51852fec4e3ace226b921f302ab3b1eb98 | |
parent | 34ef7038a4f4d6d264e0e1f24589270cd4b0fd5d (diff) | |
download | glade-e6e03f1bc45f45d4a025009e02003ef595e26577.tar.gz |
Rolling 3.3.3GLADE_3_3_3
* NEWS, configure.ac: Rolling 3.3.3
svn path=/trunk/; revision=1521
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 29 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 37 insertions, 4 deletions
@@ -1,4 +1,8 @@ -2006-06-25 Tristan Van Berkom <tvb@gnome.org> +2006-07-30 Tristan Van Berkom <tvb@gnome.org> + + * NEWS, configure.ac: Rolling 3.3.3 + +2006-07-25 Tristan Van Berkom <tvb@gnome.org> * plugins/gtk+/glade-gtk.c: - Make undoing increasing notebook size work properly (needed to destroy @@ -27,7 +31,7 @@ * gladeui/glade-popup.c: Fixed placeholder menu to also include actions of the parent widget. -2006-06-24 Tristan Van Berkom <tvb@gnome.org> +2006-07-24 Tristan Van Berkom <tvb@gnome.org> * src/glade-window.c: Set custom label on the property editor sensitive/insensitive according to whether there is a project loaded or not @@ -53,7 +57,7 @@ - Dont transfer "transfer-on-paste" properties to newly added placeholders in glade_gtk_container_replace_child (fixes bug 459953) -2006-06-23 Tristan Van Berkom <tvb@gnome.org> +2006-07-23 Tristan Van Berkom <tvb@gnome.org> * NEWS, configure.ac: Rolling 3.3.2 @@ -1,4 +1,33 @@ =========== +Glade 3.3.3 +=========== + - Add tab labels by default to notebook pages (bug 345438) - Tristan Van Berkom + - Now child menu items are selectable (fixed event handling for widgets that are + not in the logical hierarchy, in 3.3.2 this was a crash actually) - Tristan Van Berkom + - Now we draw selection in g_signal_connect_after (..."expose-event"...) instead + of queuing an idle timeout. - Tristan Van Berkom + - Fixed the UI to be insensitive when no projects are loaded (some widgets were + sensitive and causing errors) - Tristan Van Berkom + - Made it possible to declare a widget class in the catalog without giving a real type, + only automatically derive from a type specified in the catalog (bug 352714) - Yevgen Muntyan + - Defined environment variables GLADE_MODULE_PATH & GLADE_CATALOG_PATH, catalogs will be + searched in GLADE_CATALOG_PATH and widget libraries/support modules in GLADE_MODULE_PATH. - Tristan Van Berkom + - Disable Add/Remove parent actions on GtkToolItem, GtkMenu and GtkMenuItem - Tristan Van Berkom + - misc bugfixes 459953 460272 + +New and updated translations +============================ + - Jorge Gonzalez (es) + - Takeshi AIHANA (ja) + - Daniel Nylander (sv) + - Clytie Siddall, Nguyễn Thái Ngọc Duy (vi) + - Ilkka Tuohela (fi) + - Artur Flinta (pl) + - Runa Bhattacharjee (bn_IN) + - Gabor Kelemen (hu) + - Matic Žgur (sl) + +=========== Glade 3.3.2 =========== - Bindings work has been moved out into a branch diff --git a/configure.ac b/configure.ac index 8051b272..6d90891d 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, 3) -m4_define(glade_micro_version, 2) +m4_define(glade_micro_version, 3) m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version) AC_INIT([glade3], [glade_version], |