summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-08-12 03:04:15 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-08-12 03:04:15 +0000
commitdc814a5cbf7f2f6ec453cd3f5e320c01a8277243 (patch)
treefafad47bb85b4427dc760332c339c818f4e7a6b3
parent6a0f60206b8c39904a281d6469d80552e5b1f7aa (diff)
downloadglade-dc814a5cbf7f2f6ec453cd3f5e320c01a8277243.tar.gz
Wrapping the 3.0 tarball.GLADE3_3_0_0
* configure.in, NEWS: Wrapping the 3.0 tarball.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS38
-rw-r--r--configure.in9
3 files changed, 45 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index dc066001..f7b9780d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-11 Tristan Van Berkom <tvb@gnome.org>
+
+ * configure.in, NEWS: Wrapping the 3.0 tarball.
+
2006-08-11 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* src/main.c, src/glade-project-window.c: Added --without-devhelp option
diff --git a/NEWS b/NEWS
index 49c1f2f2..f0f6e729 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+===========
+Glade 3.0.0
+===========
+
+New features and fixes
+======================
+ - DevHelp integration for a contextual help system
+ - GnomeUI and GnomeCanvas plugin (Juan Pablo Ugarte)
+ - New "Editor skeleton" provided by the core to ease the plugin's creation
+ of custom editors for toolbars and menus and such. (Juan Pablo Ugarte)
+ - Toolbar and popup menu support (Juan Pablo Ugarte)
+ - Added accelerators property dialog
+ - Drag/Resize support extended to GtkTable and GtkBox subclasses
+ (and GnomeCanvas) from only GtkFixed and GtkLayout.
+ - Reverted "View" menu to match the Glade 2 style (Yevgen Muntyan)
+ - Now glade has 2 icon sets (16x16 & 22x22), all icons available (Vincent Geddes)
+ - New awesome palette (Vincent Geddes)
+ - Cute cursor when adding widgets (Vincent Geddes)
+ - General UI enhancements and desktop integration work (Vincent Geddes)
+ - Duplicated widgets id's are unique (Yevgen Muntyan)
+ - Spelling mistake fixes from Thierry Moisan and Clytie Siddall
+ - Many Many Many misc fixes by Juan Pablo Ugarte, Vincent Geddes,
+ Yevgen Muntyan and myself.
+ - Much core/gtk+ backend refactoring done by Juan Pablo and myself.
+
+New and updated translations
+============================
+ - Funda Wang (zh_CN)
+ - Francisco Javier F. Serrador (es)
+ - Adam Weinberger (en_CA)
+ - Kjartan Maraas (nb, no)
+ - Raphael Higino (pt_BR)
+ - Clytie Siddall (vi)
+ - Jordi Mas (ca)
+ - Vincent van Adrighem (nl)
+ - Daniel Nylander (sv)
+ - Valek Filippov (ru)
+
==============
glade-3 2.91.1
==============
diff --git a/configure.in b/configure.in
index 904289fe..925aec1d 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(glade3, 2.91.3,
+AC_INIT(glade3, 3.0.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=glade3)
AC_CANONICAL_SYSTEM
@@ -28,14 +28,13 @@ 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_CURRENT=1
+GLADE_REVISION=1
+GLADE_CURRENT=2
GLADE_AGE=0
AC_SUBST(GLADE_REVISION)
AC_SUBST(GLADE_CURRENT)
AC_SUBST(GLADE_AGE)
-
dnl ================================================================
dnl Gettext stuff.
dnl ================================================================
@@ -45,8 +44,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the gettext pac
ALL_LINGUAS="az da en_CA es fr ja ms nb nn pl pt pt_BR ru sk sv ta tr uk vi zh_CN"
AM_GLIB_GNU_GETTEXT
-
-
dnl ================================================================
dnl Check for gtk-doc
dnl ================================================================