diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2004-07-12 04:00:29 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2004-07-12 04:00:29 +0000 |
commit | def0167e34a276bbcf6e1e63435dd77a79b12b18 (patch) | |
tree | 125e9dbf5ffd229e748c9b22da5e357f259bcbc6 /ChangeLog | |
parent | 86ae90bc1c2866b1b10a326d4cdbdb8b02a9f9a9 (diff) | |
download | zsh-def0167e34a276bbcf6e1e63435dd77a79b12b18.tar.gz zsh-def0167e34a276bbcf6e1e63435dd77a79b12b18.tar.xz zsh-def0167e34a276bbcf6e1e63435dd77a79b12b18.zip |
20145: Additional arguments to read-from-minibuffer specify initial values
of LBUFFER and RBUFFER.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c83b389e0..e12eb3b46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,12 @@ prompt variable is always reread; fixes bug that if PS1 was altered the prompt string was invalid. +2004-07-10 Bart Schaefer <schaefer@zsh.org> + + * 20145: Doc/Zsh/contrib.yo, Functions/Zle/read-from-minibuffer: + second and third arguments of read-from-minibuffer now specify the + initial values of LBUFFER and RBUFFER. + 2004-07-07 Peter Stephenson <pws@csr.com> * 20142: Test/A06assign.ztst: add test for bug fixed in |