diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-05-19 18:24:41 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-05-19 18:24:41 +0000 |
commit | 70ea28f34c25cc21bac51286b7e2c767a2df5807 (patch) | |
tree | 1ccd8ea28d9e5a23caa47b3c5b194c612d66dcb9 /ChangeLog | |
parent | Updated Catalan translation. (diff) | |
download | zenity-70ea28f34c25cc21bac51286b7e2c767a2df5807.tar.gz zenity-70ea28f34c25cc21bac51286b7e2c767a2df5807.tar.bz2 zenity-70ea28f34c25cc21bac51286b7e2c767a2df5807.zip |
Make the progress dialog actually work and now uses g_io_channel. Woot!
2003-05-19 Glynn Foster <glynn.foster@sun.com>
* src/progress.c: Make the progress dialog actually work
and now uses g_io_channel. Woot! Need to be able to cancel
the dialog, which currently doesn't work too well.
* TODO: Update.
* help/C/zenity.xml: Update help documentation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-05-19 Glynn Foster <glynn.foster@sun.com> + + * src/progress.c: Make the progress dialog actually work + and now uses g_io_channel. Woot! Need to be able to cancel + the dialog, which currently doesn't work too well. + + * TODO: Update. + + * help/C/zenity.xml: Update help documentation. + 2003-05-06 Glynn Foster <glynn.foster@sun.com> * src/main.c: Update commandline error message, needs updating |