summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40293a5..5423f32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-04-21 Lucas Rocha <lucasr@gnome.org>
+
+ Add support for file filter in file selection dialog through the new
+ --file-filter command line option (Fixes bug #409843).
+
+ * src/option.c, src/zenity.h: added supporting variable and new
+ GOptionEntry entry for the new command line option.
+ * src/fileselection.c (zenity_fileselection): add file filters based
+ on command line input.
+
2008-04-12 Karsten Braeckelmann <guenther@rudersport.de>
* HACKING: Fix typo and remove obsolete freeze note.