diff --git a/complete.tcsh b/complete.tcsh index 06b7b80..8969523 100644 --- a/complete.tcsh +++ b/complete.tcsh @@ -157,8 +157,6 @@ complete limit c/-/"(h)"/ n/*/l/ complete unlimit c/-/"(h)"/ n/*/l/ - complete -co* p/0/"(compress)"/ # make compress completion - # not ambiguous complete nm n/*/f:^*.{h,C,c,cc}/ complete finger c/*@/\$hosts/ n/*/u/@ diff --git a/tcsh.changes b/tcsh.changes index 2433bfc..835e09b 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 21 17:10:32 CEST 2008 - werner@suse.de + +- Command line expansion: Allow not only "compress" for co + but any other command starting with "co" (bnc#437295) + ------------------------------------------------------------------- Wed Oct 8 14:32:23 CEST 2008 - werner@suse.de diff --git a/tcsh.spec b/tcsh.spec index c5f3e13..3486a43 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -26,7 +26,7 @@ Group: System/Shells Requires: gawk textutils AutoReqProv: on Version: 6.15.00 -Release: 90 +Release: 91 Summary: The C SHell Source: ftp.astron.com:/pub/tcsh/tcsh-6.15.00.tar.bz2 Source1: nls-iconv @@ -147,6 +147,9 @@ Authors: %{_datadir}/locale/*/LC_MESSAGES/tcsh %changelog +* Tue Oct 21 2008 werner@suse.de +- Command line expansion: Allow not only "compress" for co + but any other command starting with "co" (bnc#437295) * Wed Oct 08 2008 werner@suse.de - Make code of last change unambiguous * Mon Oct 06 2008 werner@suse.de