diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-16 13:07:17 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-10-16 13:07:17 +0000 |
commit | fb8b49bcaef4ea6dba6df42b8f92fca3f81a24fd (patch) | |
tree | 704e1caa2c0ee956ae7c0e48d19e4a698615fbb5 /ChangeLog | |
parent | 8923b5ab554c1a64989e5193f09b6a72b7294b47 (diff) | |
download | zsh-fb8b49bcaef4ea6dba6df42b8f92fca3f81a24fd.tar.gz zsh-fb8b49bcaef4ea6dba6df42b8f92fca3f81a24fd.tar.xz zsh-fb8b49bcaef4ea6dba6df42b8f92fca3f81a24fd.zip |
Changes from 4.1 which need to be backported
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 035fde7ad..0053ae7c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -240,6 +240,11 @@ * users/4092: Src/hist.c: Don't lose the last history line when a signal causes us to rewrite the history file. +2001-08-07 Peter Stephenson <pws@csr.com> + + * 15583: Config/installfns.sh: ignore CVS directories for + all function installations, not just with subdirectories. + 2001-08-06 Oliver Kiddle <opk@zsh.org> * 15574: Completion/Unix/Command/_cvs, Completion/Unix/Type/_users, @@ -259,6 +264,17 @@ * 15551: Completion/Unix/Command/_gzip: handle -l and -t as done for -d; only complete presumably compressed files. +2001-07-27 Peter Stephenson <pws@csr.com> + + * 15508: Completion/Unix/Command/_cvs: cvs tag told you it was + going to complete a tag, but then didn't. + +2001-07-26 Peter Stephenson <pws@csr.com> + + * 15498: Doc/Zsh/builtins.yo, Doc/Zsh/zle.yo: fix cross-refs + for zle builtins and add extra texinfo nodes for zle keymaps, + builtins and widgets. + 2001-07-26 Oliver Kiddle <opk@zsh.org> * 15503: Test/E01options.ztst: fix posixbuiltins test so that it @@ -316,6 +332,11 @@ * 15308: Src/builtin.c: Fix infinite loop on `r OLD=NEW' when OLD is the empty string, by rejecting replacements with an empty OLD. +2001-07-06 Peter Stephenson <pws@csr.com> + + * 15279: Doc/Zsh/expn.yo: describe those ${(S)...%%...} things + so that even I understand what the code does. + 2001-07-06 Oliver Kiddle <opk@zsh.org> * 15252 (and Akinori Musha: 15245): Completion/BSD/Command/_kld, |