diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2012-05-02 13:09:37 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2012-05-02 13:09:37 +0000 |
commit | 150dc9021bcf8a03671424142a9ffbfecd516915 (patch) | |
tree | 1d59d0a6ae1eb65db290b13a3b9b87f368c11e7f /ChangeLog | |
parent | cd1b5d86e0a6ac37e982c6a3b8725fd11076f14c (diff) | |
download | zsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.gz zsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.xz zsh-150dc9021bcf8a03671424142a9ffbfecd516915.zip |
30461, 30462 (tweaked): add missing local for match, mbegin and mend
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 23713f54f..3ef0c6946 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-05-02 Mikael Magnusson <mikachu@gmail.com> + + * 30461, 30462 (tweaked): Functions/Prompts/promptinit, + Functions/VCS_Info/vcs_info_setsys, Functions/Zftp/zfcd_match, + Functions/Zle/url-quote-magic: add missing local for match, + mbegin and mend. + 2012-05-01 Peter Stephenson <p.w.stephenson@ntlworld.com> * users/17046: Src/utils.c, Test/D04parameter.ztst: don't @@ -16260,5 +16267,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5645 $ +* $Revision: 1.5646 $ ***************************************************** |