diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-03-05 16:33:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-03-05 16:33:19 +0000 |
commit | 849f4068de9831fdaa635c2372dada9131fb5a39 (patch) | |
tree | b1d1696df228fc9c34412920f74d03e1794eba8b /ChangeLog | |
parent | 15630b234ad7d2e91b165ba0bf584ee0e6e6efce (diff) | |
download | zsh-849f4068de9831fdaa635c2372dada9131fb5a39.tar.gz zsh-849f4068de9831fdaa635c2372dada9131fb5a39.tar.xz zsh-849f4068de9831fdaa635c2372dada9131fb5a39.zip |
16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d4cda0a26..3c75a655c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-03-05 Peter Stephenson <pws@csr.com> + + * 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, + Functions/Zle/copy-earlier-word: Enhance insert-last-word to + pick different lines from the history (including the current + line) and different words from that line. Add copy-earlier-word + as suggested by Dominik Vogt to copy words from either the + current line, or (following an insert-last-word) a previous + history line. + 2002-03-04 Peter Stephenson <pws@csr.com> * 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: |