diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-12 08:24:15 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-12 08:24:15 +0000 |
commit | b1d4a8194a12b74a5bae9951ae7d20e5af82f715 (patch) | |
tree | acd52dd4b63fef0ba636648dcf95dfd642c331f8 /ChangeLog | |
parent | 07b3a775b16fb00ae1434ee0ac465990440e4bd3 (diff) | |
download | zsh-b1d4a8194a12b74a5bae9951ae7d20e5af82f715.tar.gz zsh-b1d4a8194a12b74a5bae9951ae7d20e5af82f715.tar.xz zsh-b1d4a8194a12b74a5bae9951ae7d20e5af82f715.zip |
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing to find word (10685)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7d6c1b130..7a9d88d1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2000-04-12 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + + * 10685: Doc/Zsh/zle.yo, Src/hist.c, Src/Modules/parameter.c, + Src/Zle/iwidgets.list, Src/Zle/zle_misc.c: new widget + copy-prev-shell-word, like copy-prev-word but uses shell parsing + to find word + 2000-04-11 Clint Adams <schizo@debian.org> * 10680: Completion/User/_diff_options: spelling corrections. |