diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-29 14:21:57 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-07-29 14:21:57 +0000 |
commit | efe2876d927b5d028031a6023b622be44c5d5b8a (patch) | |
tree | b2bf41f0a9d4d29850b748948d04706dbde8b566 /ChangeLog | |
parent | e1d8ca1d70053e44c3e4950ceafe3f07e6e67d0d (diff) | |
download | zsh-efe2876d927b5d028031a6023b622be44c5d5b8a.tar.gz zsh-efe2876d927b5d028031a6023b622be44c5d5b8a.tar.xz zsh-efe2876d927b5d028031a6023b622be44c5d5b8a.zip |
20219: make zle parameter HISTNO writeable
add history-pattern-search widget
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b9dfe083c..26fa66509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-07-29 Peter Stephenson <pws@csr.com> + * 20219: Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo, + Functions/Zle/.distfiles, Functions/Zle/history-pattern-search, + Src/Zle/zle_hist.c, Src/Zle/zle_params.c: make zle parameter + HISTNO writeable, add history-pattern-search sample to use it. + * 20208: Src/prompt.c, Doc/Zsh/prompt.yo: ternary code character C etc. treat / as path with zero elements. |