diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-25 11:49:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-25 11:49:10 +0000 |
commit | 6e99acad52e4c01aff6d105ec067170226ccbc8b (patch) | |
tree | 763bc33ffffca89ea5e85e57ae73a2ee1898134f /ChangeLog | |
parent | f5dcbf9f19e52f8704bb23548498c575870cef06 (diff) | |
download | zsh-6e99acad52e4c01aff6d105ec067170226ccbc8b.tar.gz zsh-6e99acad52e4c01aff6d105ec067170226ccbc8b.tar.xz zsh-6e99acad52e4c01aff6d105ec067170226ccbc8b.zip |
forgotten fix for _arguments using multiple actions (10915)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c80d834ab..17f2429d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-25 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10915: Src/Zle/computil.c: forgotten fix for _arguments using + multiple actions + * 10912: Src/Zle/compresult.c: don't always ignore backslashes in paths when testing file type |