summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2008-04-21 20:47:38 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2008-04-21 20:47:38 +0000
commit8cda6025f0a11278c8d2f01482ad1656a2b5e5b1 (patch)
treea01e78077752c80eb0e6a640d13087934bb9806d /ChangeLog
parente37c2fe935a4750003394e77c78b6fdff4dc617f (diff)
downloadzenity-8cda6025f0a11278c8d2f01482ad1656a2b5e5b1.tar.gz
Add support for file filter in file selection dialog through the new
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. svn path=/trunk/; revision=1362
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.