diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-09-29 16:03:26 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-09-29 16:03:26 +0000 |
commit | 0c47c3a7786c91ce9dd997250cd60629543bcd87 (patch) | |
tree | d84547f6f53bad083e1ad5f8fe77195d68b28399 | |
parent | 05c04a83ece42586d725c37689a374443aaf5ece (diff) | |
download | glade-0c47c3a7786c91ce9dd997250cd60629543bcd87.tar.gz |
rolling 3.0.2GLADE3_3_0_BRANCHPOINTGLADE3_3_0_2
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 43 insertions, 1 deletions
@@ -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 @@ -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 |