From 8cda6025f0a11278c8d2f01482ad1656a2b5e5b1 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 21 Apr 2008 20:47:38 +0000 Subject: Add support for file filter in file selection dialog through the new 2008-04-21 Lucas Rocha 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40293a5..5423f32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-04-21 Lucas Rocha + + 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 * HACKING: Fix typo and remove obsolete freeze note. -- cgit v1.2.3