diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-11-04 14:31:23 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-11-04 14:31:23 +0000 |
commit | a6e039e12e5b9e480b876971ff644c3180efb2bc (patch) | |
tree | a6f25cf495e08c034b265354d3415a44827741a7 /ChangeLog | |
parent | 45faf8f5b2758a638e0958928262ca9d26980885 (diff) | |
download | zsh-a6e039e12e5b9e480b876971ff644c3180efb2bc.tar.gz zsh-a6e039e12e5b9e480b876971ff644c3180efb2bc.tar.xz zsh-a6e039e12e5b9e480b876971ff644c3180efb2bc.zip |
29892: fix regular expression replacements in replace-string
improve variable save and restore in read-from-minibuffer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d2a18fd80..8eda2f415 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-11-04 Peter Stephenson <pws@csr.com> + * 29892: Functions/Zle/read-from-minibuffer, + Functions/Zle/replace-string: fix regular expression + replacements right of the cursor; make save and restore + in read-from-minibuffer more automated. + * 29891: Doc/Zsh/zle.yo, Src/Zle/zle_thingy.c: allow "zle -lL" with arguments to list in -L format. @@ -15538,5 +15543,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5492 $ +* $Revision: 1.5493 $ ***************************************************** |