diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-17 10:31:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2003-01-17 10:31:31 +0000 |
commit | 0bc5a4ba692b364763bba2d6f2ee8e02c3ae9142 (patch) | |
tree | ccc1fbd53818cb4b79822f6e56aa8f4bfb30deed | |
parent | 5385a822b6de0fc5a805dfe99f78bdafdd476736 (diff) | |
download | zsh-0bc5a4ba692b364763bba2d6f2ee8e02c3ae9142.tar.gz zsh-0bc5a4ba692b364763bba2d6f2ee8e02c3ae9142.tar.xz zsh-0bc5a4ba692b364763bba2d6f2ee8e02c3ae9142.zip |
18059: file got missed
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1c937a1fe..a88c682ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,16 @@ Completion/X/Command/_netscape, Completion/Zsh/Command/_zstyle: add new function for completing e-mail addresses +2003-01-13 Peter Stephenson <pws@csr.com> + + * 18086: Src/utils.c: from Peter Wemm <peter@FreeBSD.ORG> via + Jos Backus: prototype _mktemp since casting the stable door after + the horse has bolted doesn't work if the stable door is 32 bits + and the horse is 64 bits. + + * 18059: Src/Zle/compresult.c, Doc/Zsh/compwid.yo: allow compadd + -r and -R to strip and automatically added space suffix. + 2003-01-07 Oliver Kiddle <opk@zsh.org> * 18060: Completion/Zsh/Command/_zmv, Doc/Zsh/contrib.yo, |