summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-27 03:13:37 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-06-27 03:13:37 +0000
commit9c792cb86a8d0422a07a716a3b024f25d9bca1bb (patch)
tree3f7834846e35f7aff5ac6ecfa07bcde80fb8412b /ChangeLog
parentfix language team reference (diff)
downloadzenity-9c792cb86a8d0422a07a716a3b024f25d9bca1bb.tar.gz
zenity-9c792cb86a8d0422a07a716a3b024f25d9bca1bb.tar.bz2
zenity-9c792cb86a8d0422a07a716a3b024f25d9bca1bb.zip
Changed list dialog Selection behavior
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36e59745..78e1f240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-06-26 Lucas Rocha <lucasr@cvs.gnome.org>
+
+ * src/zenity.h, src/option.c: new multiple option on list
+ dialog
+ * src/tree.c: now the default behavior is the single
+ selection. when --multiple is used, then multiple
+ rows can be selected. For radiolist and checklist,
+ normal selection is disabled (buttons = selection).
+
2005-06-17 Lucas Rocha <lucasr@cvs.gnome.org>
* src/notification.c: don't use parent widget for
bgstack15