diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2002-02-04 06:25:35 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2002-02-04 06:25:35 +0000 |
commit | 2d35fd6ab0228ce2b698d7778c4ae134d7408a67 (patch) | |
tree | 99ac930db0f0f87c09ff17a12e540be0c9df6273 /ChangeLog | |
parent | 1dd643b01672c17fb96085dd5377f565530b9fb5 (diff) | |
download | zsh-2d35fd6ab0228ce2b698d7778c4ae134d7408a67.tar.gz zsh-2d35fd6ab0228ce2b698d7778c4ae134d7408a67.tar.xz zsh-2d35fd6ab0228ce2b698d7778c4ae134d7408a67.zip |
Fixed some problems with _cvs and flags. Fixed _perl to complete a script
args with _normal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 86899971c..6145549d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-03 Felix Rosencrantz <f_rosencrantz@yahoo.com> + + * 16546: Completion/Unix/Command/_cvs, + Completion/Unix/Command/_perl: Fixed problem with cvs/arguments -A + flag. Fixed problem with "cvs log -R". Also, _perl completes + the arguments to a perl script with _normal. + 2002-02-03 Clint Adams <clint@zsh.org> * 16540: Completion/Unix/Command/_rsync: include short options and |