diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | help/C/zenity.xml | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2003-02-01 Glynn Foster <glynn.foster@sun.com> + * help/C/zenity.xml: Update the docs for new --editable + option in the List dialog. + +2003-02-01 Glynn Foster <glynn.foster@sun.com> + * data/Makefile.am, data/sunglasses.png: Add new. * src/about.c: Update coordinates. diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 1d49f9b6..8e58e69f 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -615,6 +615,14 @@ </varlistentry> <varlistentry> + <term><varname>--editable</varname></term> + <listitem> + <para>Allow the displayed items to be edited. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>--seperator</varname>=SEPERATOR</term> <listitem> <para>Specify what seperator character should be used when the List dialog returns the selected entries. The |