summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-07-06 17:25:53 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-07-06 17:25:53 +0000
commitfe06b7a73db3af0a4ba6988c5c467a90d36a2a76 (patch)
treea16639e189c22b372c7f5741e22273a2b310acfe /ChangeLog
parentadd exclusion lists and use _multi_parts for sysctl completion on BSD (15252) (diff)
downloadzsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar.gz
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar.bz2
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar.lz
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar.xz
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.tar.zst
zsh-fe06b7a73db3af0a4ba6988c5c467a90d36a2a76.zip
15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dad2875c..b0f7566c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-07-06 Peter Stephenson <pws@csr.com>
+
+ * 15288: Doc/Zsh/contrib.yo,
+ Functions/Zle/bash-forward-word, Functions/Zle/bash-bacward-word,
+ Functions/Zle/bash-kill-word, Functions/Zle/bash-backward-kill-word:
+ complete set of bash-compatible word functions with documentation.
+
+ * 15279: Doc/Zsh/expn.yo: describe those ${(S)...%%...} things
+ so that even I understand what the code does.
+
2001-07-06 Oliver Kiddle <opk@zsh.org>
* 15252 (and Akinori Musha: 15245): Completion/BSD/Command/_kld,