diff options
author | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-06-28 11:11:50 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-06-28 11:11:50 +0000 |
commit | c9be8d057942521381c3e3a7d76c374d02b88dbf (patch) | |
tree | 6407368eb0487f2189348beac39601037c97b51c /ChangeLog | |
parent | Error handling when trying to use checklist and radiolist in the same List di... (diff) | |
download | zenity-c9be8d057942521381c3e3a7d76c374d02b88dbf.tar.gz zenity-c9be8d057942521381c3e3a7d76c374d02b88dbf.tar.bz2 zenity-c9be8d057942521381c3e3a7d76c374d02b88dbf.zip |
New --print-column syntax. Now it's possible to pass a comma-separated list of column indexes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-06-28 Lucas Rocha <lucasr@cvs.gnome.org> + * src/tree.c: new --print-column option syntax. + Now it's possible to pass a comma-separated list + of column indexes (i.e. --print-column=1,3,4) + +2005-06-28 Lucas Rocha <lucasr@cvs.gnome.org> + * src/tree.c: error handling when trying to use checklist and radiolist at the same List dialog. |