* Mon Aug 1 2005 Laszlo Pere <pipas@linux.pte.hu> 0.59.8
- Serious crash bug fixed.

* Wed Jul 27 2005 Laszlo Pere <pipas@linux.pte.hu> 0.59.6
- Crash on ia64 bug fixed thanks to David Mosberger and Fabio Tranchitella.

* Sun Jan 2 2005 Laszlo Pere <pipas@linux.pte.hu> 0.59.5
- It is possible now to insert multiple columns into the tables using 
- shell commands (e.g. echo "one|two").
- Actions for table widgets are working perfectly now.


* Sat Jan 1 2005 Laszlo Pere <pipas@linux.pte.hu> 0.59.4
- Compile problem on RH9 (GTK 2.2.1) fixed 
- Some widgets have problems with the older GTK library

* Thu Dec 9 2004 Laszlo Pere <pipas@linux.pte.hu> 0.59.3
- List widget value export fixed

* Mon Dec 6 2004 Laszlo Pere <pipas@linux.pte.hu> 0.59.2
- <input file stock="name"></input> for buttons and pixmaps
- closewindow had a bug which is fixed now
- New widget: <chooser></chooser> for file selection
- New widget: <notebook></notebook> is a grouping widget
- <input></input> is working on checkboxes also.

* Thu Nov 25 2004 Laszlo Pere <pipas@linux.pte.hu> 0.59.0
- New version numbers: this is the unstable version (59 is odd).
- It is possible now to preset radiobuttons with the <default> tag.
- The syntax of --program option is chaged. See --help.

* Wed Nov 24 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.12
- Environment variable name after the --program option now optional,
the default is: MAIN_WINDOW
- The -geometry option is working as it should be (see "man X")
- Menu can have a command witf type (eg. <command type="insert">)
- The tree widget is much more better now

* Sun Nov 21 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.11
- A new widget: <gvim>, which is not working correctly.
- A new widget: <tree>, barely functional.

* Sat Nov 20 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.10
- New widget: menubar with menu and menuitems inside.
- The label widget can get text from an input file.
- The program will not print the default named widgets from now.
- Better error messages for unknown tags.
- New action: <action copy>FROM, TO</action>
- List widgets have a variable called XXX_ALL.
- Icon search path is: 
-   (1) the working directory, 
-   (2) /usr/share/icons/Bluecurve/16x16/stock/, 
-   (3) Anywhere if the locate finds it 

* Fri Nov 19 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.9
- stringman.c: A bug with the multi-column tables fixed.
- The button now can contain label beside a pixmap.

* Fri Jun 4 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.5
- Texinfo documentation (mostly empty :-)
- Bash completion scripts as examples.

* Thu Apr 22 2004 Laszlo Pere <pipas@linux.pte.hu> 0.58.6
- The <edit> widget can accept <output file> attribute.
- There is a new action for saving a widget's content into file.  See gtk_edit for example.
- The sizes of widgets are corrected. Some widgets can grow---list, table, edit, frame, etc.---but some can't---buttons, entries, etc.
- The entry widgets can take actions which called when a key pressed after the entry is updated.

