diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:20:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-08-08 09:20:44 +0000 |
commit | 33d4db61ca82df96ba15d694d006102fdad4e640 (patch) | |
tree | 16770d898e989e7ed6d2a0509a84d4ec42288d97 | |
parent | c66544a86b60c435741e019ca03da2bc3b7d7108 (diff) | |
download | zsh-33d4db61ca82df96ba15d694d006102fdad4e640.tar.gz zsh-33d4db61ca82df96ba15d694d006102fdad4e640.tar.xz zsh-33d4db61ca82df96ba15d694d006102fdad4e640.zip |
12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 11e6a906b..05dd2cf1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-08 Peter Stephenson <pws@csr.com> + + * 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, + Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules + done internally via `zmodload -[AR]'. + 2000-08-07 Peter Stephenson <pws@csr.com> * 12555: Fix static linking on cygwin. |