diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-13 05:53:33 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2004-10-13 05:53:33 +0000 |
commit | 4b9621a523e278738eaa408ad4c8b55ab9aceb36 (patch) | |
tree | 3cec9655a135552d5d5f40d9e0af8886744c4e60 | |
parent | 53dc7a77fc7837d57da657e676879af49a6a06f4 (diff) | |
download | zsh-4b9621a523e278738eaa408ad4c8b55ab9aceb36.tar.gz zsh-4b9621a523e278738eaa408ad4c8b55ab9aceb36.tar.xz zsh-4b9621a523e278738eaa408ad4c8b55ab9aceb36.zip |
Simple changes to _make and _rsync.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 76c06cdaa..7fba671eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-10-12 Wayne Davison <wayned@users.sourceforge.net> + + * unposted: Completion/Unix/Command/_make: got rid of an unused + local vaiable (cmdargs). + + * unposted: Completion/Unix/Command/_rsync: added 7 more options + that were not described. + 2004-10-08 Peter Stephenson <pws@csr.com> * 20467: configure.ac, Doc/Zsh/params.yo, Src/exec.c, Src/jobs.c, |