
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.
