diff options
author | Tristan Van Berkom <tvb@src.gnome.org> | 2006-12-18 15:17:18 +0000 |
---|---|---|
committer | Tristan Van Berkom <tvb@src.gnome.org> | 2006-12-18 15:17:18 +0000 |
commit | ec5a9488a4c682e65aa37c7e456d4eeef7420088 (patch) | |
tree | 8ab68ee747aea4f7f5d9d542e682bd12e5f2e1f6 /NEWS | |
parent | ccfe31edf1d6c7707d945557723004d195849712 (diff) | |
download | glade-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-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 =========== |