diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-21 16:04:34 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-21 16:04:34 +0000 |
commit | e70b53a12703a7856078349c848e3aee3ca80131 (patch) | |
tree | e48612fe2f681f65484bd989f3087a290852ca4b /ChangeLog | |
parent | 74eaa20404143884705227cb82141f9eb1243c60 (diff) | |
download | zsh-e70b53a12703a7856078349c848e3aee3ca80131.tar.gz zsh-e70b53a12703a7856078349c848e3aee3ca80131.tar.xz zsh-e70b53a12703a7856078349c848e3aee3ca80131.zip |
26861 from Greg plus 26863: global parameters in _read_comp
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0aa1b546d..52f0063ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-04-21 Peter Stephenson <pws@csr.com> + * Greg Klanderman (26861) + 26863: + Completion/Base/Widget/_read_comp: don't warn over unset + parameters but typeset -g _read_comp anyway. + * 26858: Test/A01grammar.ztst: use zsh -fc instead of /bin/sh -c for testing exec -l to avoid sensitivity to /etc/profile. @@ -11591,5 +11595,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4660 $ +* $Revision: 1.4661 $ ***************************************************** |