diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-13 10:09:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-07-13 10:09:06 +0000 |
commit | eea6647c658b56cd9fb99544e4c96b3628d0cd79 (patch) | |
tree | 0f14eae7f41cdf8a2bdae3bcbac87f7397092d2e /ChangeLog | |
parent | a1374319dcdd81c66aae6bc8cc0adc0889943cd1 (diff) | |
download | zsh-eea6647c658b56cd9fb99544e4c96b3628d0cd79.tar.gz zsh-eea6647c658b56cd9fb99544e4c96b3628d0cd79.tar.xz zsh-eea6647c658b56cd9fb99544e4c96b3628d0cd79.zip |
23671: command not found handler
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 889468f9a..01b9dd7e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-13 Peter Stephenson <pws@csr.com> + + * 23671: Doc/Zsh/exec.yo, Src/exec.c: Function + command_not_found_handler can be defined to handle command + not found. + 2007-07-12 Clint Adams <clint@zsh.org> * 23674: Completion/Unix/Command/_git: merge in git clone |