diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-16 20:53:57 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-16 20:53:57 +0000 |
commit | 166d91a4809fff831c77084d318d3e4a7a9b6743 (patch) | |
tree | 649e67fbdcb9d992dd234d27a9c4858085993d39 /ChangeLog | |
parent | b9cdf11d4fb69c0ad9e4fe47e51f70ecc7823d4d (diff) | |
download | zsh-166d91a4809fff831c77084d318d3e4a7a9b6743.tar.gz zsh-166d91a4809fff831c77084d318d3e4a7a9b6743.tar.xz zsh-166d91a4809fff831c77084d318d3e4a7a9b6743.zip |
28896: unset `monitor' option while the widget is running to avoid accidential data loss.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4e43c092b..a93b07381 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-16 Frank Terbeck <ft@bewatermyfriend.org> + + * 28896: Functions/Zle/edit-command-line: unset `monitor' option + while the widget is running to avoid accidential data loss. + 2011-03-16 Peter Stephenson <pws@csr.com> * Mikael: users/15875: Completion/Unix/Command/_gpg: use return @@ -14342,5 +14347,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5223 $ +* $Revision: 1.5224 $ ***************************************************** |