diff options
author | Mike Newman <MikeGTN@src.gnome.org> | 2003-05-23 16:57:16 +0000 |
---|---|---|
committer | Mike Newman <MikeGTN@src.gnome.org> | 2003-05-23 16:57:16 +0000 |
commit | 1930a4a763d2136ea41fbdb6daa4249853b950d2 (patch) | |
tree | 62d6fbfaa0fbc16683b48bf32d0503f0b08d799f /ChangeLog | |
parent | More work on wrapper - fix --textbox to actually load the file (diff) | |
download | zenity-1930a4a763d2136ea41fbdb6daa4249853b950d2.tar.gz zenity-1930a4a763d2136ea41fbdb6daa4249853b950d2.tar.bz2 zenity-1930a4a763d2136ea41fbdb6daa4249853b950d2.zip |
Hmm, forgot some other bits - support --separate-output, ensure list rows
are returned.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ 2003-05-23 Mike Newman <mikegtn@gnome.org> * src/gdialog: fixed --textbox to actually load filename - specified. + specified. Added --separate-output support. Make sure we get + output from list widgets. 2003-05-20 Mike Newman <mikegtn@gnome.org> |