summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS38
-rw-r--r--configure.in2
3 files changed, 43 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 18c91032..637adfdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-29 Tristan Van Berkom <tvb@gnome.org>
+
+ * configure.in, NEWS: Rolling out 3.0.2 tarball.
+
2006-09-29 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* src/glade-parser.[ch]: Renamed every function to avoid namming clash
diff --git a/NEWS b/NEWS
index 7e748e23..9a6c5910 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,42 @@
===========
+Glade 3.0.2
+===========
+
+New features and fixes
+======================
+ - Fixed some properties to be translatable (reported by Olivier Rolland)
+ - Now use non-locale specific functions to write out double values to
+ glade files, revert to use floating precision in adjustments.
+ - Signal editor UI improved (bug 127149) (Juan Pablo Ugarte)
+ - Reimplemented file drag and drop (bug 352458) (Vincent Geddes)
+ - Fixed accelerator dialog segfaults (bug 352825) (Juan Pablo Ugarte)
+ - Improved GtkPaned support (bug 345075) (Juan Pablo Ugarte)
+ - Backing out multiple consecutive pastes (reopening bug 345603)
+ (this fixes menu editor segfaults among other things)
+ - Fixed ComboBoxEntry crash (bug 354716) (Juan Pablo Ugarte)
+ - Ordering of properties in the editor window
+ (bug 345893) (Juan Pablo Ugarte)
+ - Allow a dynamic user-editable comment prepended to the
+ glade file (Bug 342889) (Juan Pablo Ugarte)
+ - Added new stock listing that includes the stock "images" (which
+ are not gtk+ stock "items"), and enabled them for GtkImage and
+ GtkToolItem. (bug 353522)
+ - GtkImage now defaults to an initial "gtk-broken-image" stock type.
+ - Ignore "enable-grid-lines" 2.10 property on treeview since it causes
+ crashes on load (fixes bug 353611)
+ - Added displayable values for "enable-grid-lines" 2.10 property
+ - Set some HIG-ish defaults on dialogs
+ - Fixed lost icons on images (bug 353126) (Juan Pablo Ugarte)
+ - Namespace issues with libglade initial fix (Juan Pablo Ugarte)
+ - Few more misc fixes by Juan Pablo and myself.
+
+New and updated translations
+============================
+ - Changwoo Ryu (ko)
+ - David Lodge (en_GB)
+ - Francisco Javier F. Serrador (es)
+
+===========
Glade 3.0.1
===========
diff --git a/configure.in b/configure.in
index 79245305..23ef7134 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, 3.0.1,
+AC_INIT(glade3, 3.0.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=glade3)
AC_CANONICAL_SYSTEM