summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2006-12-18 15:17:18 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2006-12-18 15:17:18 +0000
commitec5a9488a4c682e65aa37c7e456d4eeef7420088 (patch)
tree8ab68ee747aea4f7f5d9d542e682bd12e5f2e1f6 /NEWS
parentccfe31edf1d6c7707d945557723004d195849712 (diff)
downloadglade-ec5a9488a4c682e65aa37c7e456d4eeef7420088.tar.gz
Rolling 3.1.3
* configure.in, NEWS: Rolling 3.1.3 * Changed a bunch of sources to remove forward declarations of enum types since they are not supported by c++ compilers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee3d831d..51398315 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
===========
+Glade 3.1.3
+===========
+ - Added gtk+ 2.10 widget classes: GtkAssistant, GtkLinkButton, GtkPageSetupUnixDialog,
+ GtkPrintUnixDialog, GtkRecentChooserWidget and GtkRecentChooserDialog (Juan Pablo Ugarte)
+ - Added user documentation using gnome-doc-utils (Vincent Geddes)
+ - Fixed assumption "GtkButton" --> "gtk_button_get_type ()" when loading types from
+ the catalog (bug 377435) (Jeff Westerinen)
+ - Now there's only one pkg-config file (the original libgladeui-1.0.pc) (Vincent Geddes)
+ - Escape strings properly when saving to the xml file (bug 360586 Juan Pablo Ugarte)
+ (Merged from stable branch)
+ - Fixed saved "gtk-broken-image" stock being saved in all GtkImages (bug 353126)
+ (with help from Jeff Westerinen) (Merged from stable branch)
+ - Changed alot of keywords and forward declarations for C++ compilation against glade headers
+ (Oliver Nittka)
+ - Detect file changes on disk before saving (Vincent Geddes)
+ - Fixed a couple of crashers (bug 386563 & 385920).
+
+===========
Glade 3.1.2
===========