diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-14 11:58:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-06-14 11:58:26 +0000 |
commit | 4c1a3a89f0ade5be2330ce688cd3c3c649667f9a (patch) | |
tree | 9f5a526084bc74a5aef8fc32412153d3251334c0 /ChangeLog | |
parent | e6f14352d61721db83b46e0e56c4d19b731fed95 (diff) | |
download | zsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.tar.gz zsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.tar.xz zsh-4c1a3a89f0ade5be2330ce688cd3c3c649667f9a.zip |
unposted: extra note on ZSH_EVAL_CONTEXT
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d053c39d3..2ee6f406d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-06-14 Peter Stephenson <pws@csr.com> + * unposted: Doc/Zsh/params.yo: extra note on ZSH_EVAL_CONTEXT. + * 28037: Src/exec.c, Src/math.c, Src/module.c, Test/V01zmodload.ztst: improved error messages for autoloading math functions and builtins (but not conditions). @@ -13289,5 +13291,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5003 $ +* $Revision: 1.5004 $ ***************************************************** |