diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-08-07 10:18:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-08-07 10:18:31 +0000 |
commit | 23581f7664b70932e8736f10e5b143beeb4e7783 (patch) | |
tree | ef0de99ab19be8e38caa321c1e2cecd5dd4a4cdc /ChangeLog | |
parent | 5dd1ba01ea1b4251fa8b05f4acbd1fe9750176aa (diff) | |
download | zsh-23581f7664b70932e8736f10e5b143beeb4e7783.tar.gz zsh-23581f7664b70932e8736f10e5b143beeb4e7783.tar.xz zsh-23581f7664b70932e8736f10e5b143beeb4e7783.zip |
15586: remove =alias expansion, leaving only =cmd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cbd516bd2..091f1a0fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-07 Peter Stephenson <pws@csr.com> + * 15586: Src/subst.c, Doc/Zsh/expn.yo: remove =alias expansion, + so `=' only expands pathnames. Hooray! + * 15585: Doc/Zsh/contrib.yo, Functions/Zle/bash-down-case-word, Functions/Zle/bash-up-case-word: two new Zle functions with bash-style word boundaries. |