
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.
