diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-08 10:30:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-05-08 10:30:45 +0000 |
commit | 78b02d9c036f6b0e0ec7896729a090ec7ccc7a5f (patch) | |
tree | bbba018cb7d52a3f7ea8dd3bcb6832f06be59132 /ChangeLog | |
parent | 9d071829ecbcb34128c34d4b2855342f81f1dd48 (diff) | |
download | zsh-78b02d9c036f6b0e0ec7896729a090ec7ccc7a5f.tar.gz zsh-78b02d9c036f6b0e0ec7896729a090ec7ccc7a5f.tar.xz zsh-78b02d9c036f6b0e0ec7896729a090ec7ccc7a5f.zip |
18512: fix 18508 properly this time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a942e5407..5128156c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-05-08 Peter Stephenson <pws@csr.com> + + * 18512: README, Completion/Unix/Command/_cvs, + Completion/Unix/Command/_perforce, Completion/Unix/Command/_rsync, + Completion/Unix/Type/_path_files, Doc/Zsh/expn.yo: 18508 wasn't + enough; the \\/ hack was documented and in use in the completion + system. Change the documentation, mention the inconsistency in + README and alter the completion system to hide the `/' a parameter + so that it doesn't care. + 2003-05-07 Oliver Kiddle <opk@zsh.org> * users/6083: Completion/Unix/Command/_rlogin, |