diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-08 08:59:38 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-07-08 08:59:38 +0000 |
commit | 9ea74938897caa3aff5f22a591c5acbc4b028964 (patch) | |
tree | ff0e82042ac676dc1b479bfae0f0df015d0f63b0 /ChangeLog | |
parent | 31d6ad578b88a7bd9006fa27a3f4e8ddb68509ac (diff) | |
download | zsh-9ea74938897caa3aff5f22a591c5acbc4b028964.tar.gz zsh-9ea74938897caa3aff5f22a591c5acbc4b028964.tar.xz zsh-9ea74938897caa3aff5f22a591c5acbc4b028964.zip |
don't display _dispatch as one of the called functions (17438)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 33c5a01ea..4634facb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-08 Sven Wischnowsky <wischnow@zsh.org> + + * 17438: Completion/Base/Widget/_complete_help: don't display + _dispatch as one of the called functions + 2002-07-05 Peter Stephenson <pws@csr.com> * 17432: Test/B02typeset.ztst: change consequent on 17334 |