summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-10-11 16:02:49 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-10-11 16:04:26 -0400
commit2083440c9a6070b5b6d36ae755c3b39cb993d20a (patch)
tree4ce32557553a215b70cdb7aecf375c392a136e13
parente5839b444d969f84edcfca58f735e27ccf8e410a (diff)
downloadglade-2083440c9a6070b5b6d36ae755c3b39cb993d20a.tar.gz
* configure.ac, NEWS: Rolling Glade 3.8.1
-rw-r--r--ChangeLog9
-rw-r--r--NEWS13
-rw-r--r--configure.ac8
-rw-r--r--help/C/glade3.xml (renamed from help/C/glade.xml)0
-rw-r--r--help/Makefile.am2
-rw-r--r--help/glade3.omf.in (renamed from help/glade.omf.in)0
6 files changed, 27 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c575435f..8ee42cdf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,15 @@
* gladeui/glade-editor-property.c:
Make size groups widget selection work (bug 647984)
+2011-10-11 Tristan Van Berkom <tvb@gnome.org>
+
+ * help/Makefile.am: Make help dir use 'glade3' name
+ instead of 'glade' (for bug 646997).
+
+2011-10-10 Tristan Van Berkom <tvb@gnome.org>
+
+ * configure.ac, NEWS: Rolling Glade 3.8.1
+
2011-10-09 Tristan Van Berkom <tvb@gnome.org>
* gladeui/glade-project.c: Fix glade_project_notify_has_child() to notify
diff --git a/NEWS b/NEWS
index 4c8c6107..e76ba99d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
===========
+Glade 3.8.1
+===========
+ - Correctly detect the required devhelp version (Javier Jardón)
+ - Sort objects in output by property reference, ensures a
+ GtkTreeModelFilter gets serialized after its 'child-model' (fixes bug 657164)
+ - Fixed crashers when performing "Remove Parent" (bug 657338)
+ - Ensure 'use-action-appearance' is serialized
+ before 'related-action' (bug 658497)
+ - Properly escape special characters while serializing
+ property values (bug 654609 - Fabien Parent)
+ - Fix GladeProject to notify "row-has-child-toggled", (fixes bug 651673).
+
+===========
Glade 3.8.0
===========
- Added support for GtkToolPalette and GtkToolItemGroup
diff --git a/configure.ac b/configure.ac
index 5970a329..d398e2a9 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, 8)
-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([glade3], [glade_version],
@@ -53,8 +53,8 @@ AM_PROG_LIBTOOL
# 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_CURRENT=11
-GLADE_AGE=0
+GLADE_CURRENT=12
+GLADE_AGE=1
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`
AC_SUBST(GLADE_REVISION)
AC_SUBST(GLADE_CURRENT)
@@ -121,7 +121,7 @@ GTK_DOC_CHECK(1.9)
dnl ================================================================
dnl Check for gtk+
dnl ================================================================
-PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.20 gthread-2.0 libxml-2.0 >= 2.4.0])
+PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.24 gthread-2.0 libxml-2.0 >= 2.4.0])
AC_SUBST(GTK_LIBS)
AC_SUBST(GTK_CFLAGS)
diff --git a/help/C/glade.xml b/help/C/glade3.xml
index a97eaa88..a97eaa88 100644
--- a/help/C/glade.xml
+++ b/help/C/glade3.xml
diff --git a/help/Makefile.am b/help/Makefile.am
index 3b4e3687..dd091e97 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,7 +2,7 @@
include $(top_srcdir)/gnome-doc-utils.make
dist-hook: doc-dist-hook
-DOC_MODULE = glade
+DOC_MODULE = glade3
DOC_INCLUDES = legal.xml
DOC_FIGURES = figures/main-window.png
diff --git a/help/glade.omf.in b/help/glade3.omf.in
index a683d54e..a683d54e 100644
--- a/help/glade.omf.in
+++ b/help/glade3.omf.in