diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-08 12:32:32 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-09-08 12:32:32 +0000 |
commit | 7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7 (patch) | |
tree | e941fcb24ce74dceb1d3c6517e44ffcef5f81721 /ChangeLog | |
parent | 5ae3e384f52c9d9ef9aecb955deecf236d01bbd9 (diff) | |
download | zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.gz zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.tar.xz zsh-7e5a7a91354825cb01cf1f3c26995bcf0c2c27a7.zip |
28237: new parameter ZLE_LINE_ABORTED
28241: don't list .safe with bindkey -lL
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7903bb68c..f3d91b5c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-09-08 Peter Stephenson <pws@csr.com> + + * 28241: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c: don't list .safe + keymap with "bindkey -lL", you don't get there from here. + + * 28237: Doc/Zsh/params.yo, Doc/Zsh/zle.yo, Src/Zle/zle_main.c: + set ZLE_LINE_ABORTED to line so far when ZLE aborts on an error. + 2010-09-06 Peter Stephenson <pws@csr.com> * unposted: Doc/Zsh/zle.yo: small typo. @@ -13604,5 +13612,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5071 $ +* $Revision: 1.5072 $ ***************************************************** |