diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2012-05-02 13:30:33 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2012-05-02 13:30:33 +0000 |
commit | f7ce5878b8b8976ba81ae6090e12aeab1f8c6f27 (patch) | |
tree | 7295f330812bc16aae7d53b16de181d802bb14c8 /ChangeLog | |
parent | 150dc9021bcf8a03671424142a9ffbfecd516915 (diff) | |
download | zsh-f7ce5878b8b8976ba81ae6090e12aeab1f8c6f27.tar.gz zsh-f7ce5878b8b8976ba81ae6090e12aeab1f8c6f27.tar.xz zsh-f7ce5878b8b8976ba81ae6090e12aeab1f8c6f27.zip |
30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the set-local-history zle widget
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 3ef0c6946..6d33c4d90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ Functions/Zle/url-quote-magic: add missing local for match, mbegin and mend. + * 30425 (fixed): Src/Zle/zle_params.c, Doc/Zsh/zle.yo: + Add localhistory/globalhistory to $ZLE_STATE as set by the + set-local-history zle widget. + 2012-05-01 Peter Stephenson <p.w.stephenson@ntlworld.com> * users/17046: Src/utils.c, Test/D04parameter.ztst: don't @@ -16267,5 +16271,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5646 $ +* $Revision: 1.5647 $ ***************************************************** |