diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-09 10:52:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-09 10:52:45 +0000 |
commit | 434d55da8b2b52da5c22f918cb182839b4b7222d (patch) | |
tree | 4ece46825c723a0dc0d966baa3c32557d837f9cc /ChangeLog | |
parent | aa2ae64dff6d623c4635f108788df126285dbb9d (diff) | |
download | zsh-434d55da8b2b52da5c22f918cb182839b4b7222d.tar.gz zsh-434d55da8b2b52da5c22f918cb182839b4b7222d.tar.xz zsh-434d55da8b2b52da5c22f918cb182839b4b7222d.zip |
22988: arno: _make fix for special variables
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9f46838c1..09849a726 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-09 Peter Stephenson <pws@csr.com> + + * 22988: arno: Completion/Unix/Command/_make: failed on + special variable names, so use local -h. Probably not a + complete fix since the function can run recursivesly for + include directives which should use the same namespace. + 2006-11-08 Peter Stephenson <pws@csr.com> * 22983: Src/builtin.c, Src/init.c: exit could loop for ever |