diff --git a/complete.tcsh b/complete.tcsh index 7159a2e..f6d8535 100644 --- a/complete.tcsh +++ b/complete.tcsh @@ -439,7 +439,9 @@ skip_mh: # from George Cox - complete acroread 'p/*/f:*.{pdf,PDF}/' + complete acroread 'p/*/f:*.{pdf,fdf,PDF,FDF}/' + complete xpdf 'p/*/f:*.{pdf,fdf,PDF,FDF}/' + complete kpdf 'p/*/f:*.{pdf,fdf,PDF,FDF}/' complete apachectl 'c/*/(start stop restart fullstatus status graceful \ configtest help)/' complete appletviewer 'p/*/f:*.class/' diff --git a/tcsh.changes b/tcsh.changes index 316064b..7c33638 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 17 12:58:44 CET 2010 - werner@suse.de + +- Add Forms Data Format (.fdf) for acroread and co (bnc#573202) + ------------------------------------------------------------------- Mon Mar 8 01:42:26 CET 2010 - ro@suse.de