diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-08 11:49:28 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-08 11:49:28 +0000 |
commit | 4a0ddedf0af0bbd22530132df830b588b2b63220 (patch) | |
tree | ff240f0b690eeb65ad4cc579518ff584c86038d1 /ChangeLog | |
parent | b8d5ad137c4a9d11155588b07e6454e49a3e322d (diff) | |
download | zsh-4a0ddedf0af0bbd22530132df830b588b2b63220.tar.gz zsh-4a0ddedf0af0bbd22530132df830b588b2b63220.tar.xz zsh-4a0ddedf0af0bbd22530132df830b588b2b63220.zip |
unposted: a couple of typeset -g's and a comment
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 36bec02fd..992bbcb71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-02-08 Peter Stephenson <pws@csr.com> + * unposte: Src/subst.c: comment about what colon in parameter + substitution might be doing. + + * unposted: Completion/compinit, + Functions/Calendar/calendar_scandate: add some "typeset -g"s + to avoid WARN_CREATE_GLOBAL warnings. + * 27665: Frank: Completion/Unix/Command/_tmux: update. * 27658: Completion/Unix/Command/_zip: work around globbing @@ -12700,5 +12707,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4886 $ +* $Revision: 1.4887 $ ***************************************************** |