diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-28 11:56:46 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-03-28 11:56:46 +0000 |
commit | 0db1d3f8396945324208dea0ef01ad828c149932 (patch) | |
tree | 39e7c780a41e1a8d60a2cce76243e85b874834c6 /ChangeLog | |
parent | 50d9cdeae4a63a9a628ed9ec218206e660322e68 (diff) | |
download | zsh-0db1d3f8396945324208dea0ef01ad828c149932.tar.gz zsh-0db1d3f8396945324208dea0ef01ad828c149932.tar.xz zsh-0db1d3f8396945324208dea0ef01ad828c149932.zip |
users/12739: fix multiple arguments to --with-term-lib
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3ae57347c..3e2435c50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-28 Peter Stephenson <pws@csr.com> + * users/12739: configure.ac: multiple arguments to --with-term-lib + weren't handled properly. + * 24768: Completion/Unix/Type/_canonical_paths, Doc/Zsh/builtins.yo, Etc/relnotes_4.3.6.txt, Src/builtin.c: add -q option to cd, chdir, pushd, popd; use in _canonical_paths; |