GNOME 3590 Published by

This is another development snapshot of glade 3.1 keeping up with
the GNOME 2.17 release schedule

What is Glade ?
==============
Glade is a RAD tool to enable quick & easy development of user interfaces
for the Gtk+ toolkit and the GNOME desktop environment. The user interfaces designed in Glade are stored in XML format, enabling easy integration with external tools. In particular libglade can load the XML files and create the interfaces at runtime. The DTD for the XML files is included with libglade, and is also at http://glade.gnome.org/glade-2.0.dtd.
Other tools are available which can turn the XML files into source code in languages such as C++, Perl and Python.



==========
Glade 3.1.3
==========

New features and fixes
=====================
- 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).

New and updated translations
===========================
- Djihed Afifi (ar) (Ported in from stable branch)
- Ignacio Casal Quinteiro (gl) (Ported in from stable branch)

Where can I get it ?
===================
http://download.gnome.org/sources/glade3/3.1/

For more information consult our home page at http://glade.gnome.org/