summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS33
-rw-r--r--configure.ac4
3 files changed, 39 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e039416..eac7a83a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-08-21 Tristan Van Berkom <tvb@gnome.org>
+ * NEWS, configure.ac: Rolling 3.3.4
+
+2007-08-21 Tristan Van Berkom <tvb@gnome.org>
+
* data/icons/drag-resize.png, data/icons/Makefile.am: new icon for the drag/resize button.
* src/glade-window.c: "s/Select Widgets/Select/" on the selector button cause
diff --git a/NEWS b/NEWS
index f0a36139..ce52bc1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
===========
+Glade 3.3.4
+===========
+ - Moved all gtk-doc stuff outside of the template files (now documentations is
+ entirely in the source) - Juan Pablo Ugarte
+ - Fixed compilation with gcc 2.95 (bug 461923) - Jens Granseuer
+ - Sort the stock icon list alphabetically by locale (bug 454003) - Olivier Delhomme
+ - Made glade window not maximized by default (bug 462111) reported by Frédéric Bellaiche
+ - Added "expand" and "homogeneous" packing properties to toolbar
+ children in the toolbar editor (bug 429409) - Tristan Van Berkom
+ - Clipped the signal editor texts to simply say "<type here>" (bug 464505) - Tristan Van Berkom
+ - Now saves/restores session data about docking attached state &
+ undocked window sizes/positions - Yevgen Muntyan
+ - Added themed icon chooser (currently disabled awaiting freeze break approval)
+ (bug 359640) - Vincent Geddes
+ - Made toolbar-style an "optional" property and fixed glitches around this property
+ (bug 382785) - Vincent Geddes
+
+New and updated translations
+============================
+ - Daniel Nylander (sv)
+ - Theppitak Karoonboonyanan (th)
+ - Jorge Gonzalez (es)
+ - Leonardo Ferreira Fontenelle (pt_BR)
+ - Ilkka Tuohela (fi)
+ - Sunil Mohan Adapa (te)
+ - Takeshi AIHANA (ja)
+ - Adam Weinberger (en_CA)
+ - Jovan Naumovski (mk)
+ - Duarte Loreto (pt)
+ - Priit Laes (et)
+
+
+===========
Glade 3.3.3
===========
- Add tab labels by default to notebook pages (bug 345438) - Tristan Van Berkom
diff --git a/configure.ac b/configure.ac
index 6d4198da..54221a88 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, 3)
+m4_define(glade_micro_version, 4)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
@@ -47,7 +47,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
-GLADE_REVISION=0
+GLADE_REVISION=1
GLADE_CURRENT=7
GLADE_AGE=0
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`