summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-28 11:11:50 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-28 11:11:50 +0000
commitc9be8d057942521381c3e3a7d76c374d02b88dbf (patch)
tree6407368eb0487f2189348beac39601037c97b51c /ChangeLog
parentcc3fc2be3ea3f322ca53b13b82dc9e73a44e58b2 (diff)
New --print-column syntax. Now it's possible to pass a comma-separated list of column indexes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6beeab..b0a2b0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.