
Glade 0.4.1	(Mar 28 1999)
===========

This release mainly fixes a few bugs discovered in 0.4.0. 

Note that to update old projects to work with Glade 0.4.1 you may need to add
AM_CONFIG_HEADER (config.h) to your project's configure.in, after
AM_INIT_AUTOMAKE.

 o Fixed tooltips bug which meant that all tooltips were lost. 
 o Fixed problem when setting of x & y properties of widgets in fixed
   containers. 
 o Fixed problems setting the project filename and directory options. This
   could cause Glade to hang when saving a project. 
 o Added support for running external source code generators when the project
   language option is set to C++ or Ada 95. 
 o Added confirmation dialog when creating new project, to try to ensure that
   no work is accidentally lost. 
 o Changed the way in which x, y, width & height properties are set, to make it
   obvious when these have been set by the user, and to make it easy to revert
   to default values. 
 o Fixed compilation problem when using Gnome and --disable-nls. 
 o Fixed bug in example application which stopped it form working when
   installed. 
 o Added doc/upgrading-to-gtk-1.1.txt which describes problems which may occur
   when upgrading a GTK+ 1.0 application to 1.1/1.2. 

This is the last release to support GTK+ 1.0.


Glade 0.4.0	(Mar 21 1999)
===========

 o Cut & Paste support with a clipboard containing multiple cuttings.
 o Support for GtkToolbar, GtkPixmap & GtkCalendar widgets.
   Updated support for GtkProgressBar (for GTK+ 1.2).
 o A new multi-page palette.
 o A new toolbar with convenient Open/Save/Options/Build buttons.
 o Support for typing label text while the mouse hovers above a label.
 o Faster loading of project files & writing of C source.
 o Complete rewrite of project-related code.
 o Russian & Japanese translsations.
 o An example application - a simple text editor, with a menubar and toolbar.
 o Several bug fixes.


Glade 0.3.9	(Dec 1 1998)
===========

Minor fixes to work with GTK 1.1.5. 


Glade 0.3.8	(Nov 30 1998)
===========

Incorporates the patch to 0.3.7 which fixed one problem with updating the
source code. 
Fixed bug reading dates in the XML file. 
Updated the code to work with the latest GTK (1.1.5). 


Glade 0.3.7	(Nov 17 1998)
===========

Developers release.

Signal handlers are not overwritten each time the source code is output.
Instead any new/changed signal handlers are appended to the file.
It is up to the user to delete any old handlers and copy code across,
but it's much better than before.

You can now run 'glade filename' to load an XML file on startup.

Bug fixes: writing source for popup menu in GTK 1.1 caused SEGV,
the clist got fixed twice for 0.3.6 but it should now be OK.


Glade 0.3.6	(Nov 12 1998)
===========

Developers release, incorporating several patches sent to me.

It now runs using the latest GTK in CVS - with themes. Still needs work.

Spanish translations (only in the full version).

Bug fixes: stopped combo box from grabbing the pointer and making it
impossible to select anything. CList labels in GTK 1.1 weren't being saved
or having the source code written.


Glade 0.3.5	(Oct 3 1998)
===========

Support for menu bars and popup menus.

Support for accelerators (mainly for the menubars).

French and German translations.

Bug fixes including: combo lists and resizing, widget resizing, frame
labels, the preview widget type property, the scale widget digits property,
empty buttons, event prototype output in GTK 1.1, the project clist in GTK 1.1,
and more i18n changes (I daren't say fixes for these!).


Glade 0.3.4	(Aug 31 1998)
===========

I think I've fixed the i18n configuration/compilation stuff.
(This may also have caused problems with the XML output from Glade, since
some numbers may have been written in the local format and so won't be
read in again properly.)

Partial support for some of the GTK 1.1 widgets, e.g. GtkPacker.

Easier compilation & recompilation - a simple Makefile is output to create
the initial configure script etc., and the configure.in and Makefile.am are not
overwritten so you only have to type 'make' each time.

A number of minor bug fixes (thanks for the bug reports!).


Glade 0.3.3	(16 Aug 1998)
===========

Support for GtkNotebook and GtkInputDialog.

GtkDialog, GtkColorSelectionDialog & GtkFileSelectionDialog should work now.

Better redrawing of widgets when selected/deselected.

Support for gettext, with partial support for Portuguese (Brazilian).
(May be some compilation problems as I had to change the configure stuff.)

Support for GTK 1.1. Glade should now compile and run with GTK 1.1, though
the new widgets are not supported yet.

Several minor bug fixes, mostly related to source code output.

Moved all source code into glade subdirectory.

Got rid of 'holding widgets' - previously inserted above widgets with no
windows so that we can get events for them. These proved too awkward.
We now use the widget tree exactly as it will be in the finished program.
The event handlers are more intelligent so they can figure out which widget
the event is really for.
