diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-21 17:07:25 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-21 17:07:25 +0000 |
commit | 5d7ee7574a4569d6eb47dda0848b5c480b949c8d (patch) | |
tree | acc467b5a580f94d9097a32d9d4695d5805a821e /ChangeLog | |
parent | 0f1bcaa75bcc41ecab0ee236a29805fb48bd12ff (diff) | |
download | zsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.tar.gz zsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.tar.xz zsh-5d7ee7574a4569d6eb47dda0848b5c480b949c8d.zip |
21042: limitations with execute-named-command
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 677f35a2e..107551818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-03-21 Peter Stephenson <pws@csr.com> + + * 21042: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: test for and + document limitation that execute-named-comand and + execute-last-named-command can't be redefined or called by name. + 2005-03-18 Wayne Davison <wayned@users.sourceforge.net> * 20984 (modified): Src/zsh.h, Src/options.c, Src/hist.c, |