diff --git a/ChangeLog b/ChangeLog index 2daa3c1..4f8c1a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-22 Glynn Foster + + * help/C/zenity.xml: Update the documentation after + Breda's commit, to add the new --print-column option for the + list dialog. + 2004-08-18 Kjartan Maraas * configure.in: Add «nb» to ALL_LINGUAS. diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 66c99a0..9d51f70 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -564,6 +564,15 @@ + + =column + + Specifies what column should be printed out upon selection. The default column is + '1'. 'ALL' can be used to print out all columns in the list. + + + +