diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-08 12:07:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-08 12:07:04 +0000 |
commit | fbfbc7636ffefd65884c3010d9529fc456b7820f (patch) | |
tree | 5f208a510b931bedc0e3b24f625378c7aa609b7b /ChangeLog | |
parent | 16c03b4cbf467b53840f8dcac0e8354f0eab880d (diff) | |
download | zsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.tar.gz zsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.tar.xz zsh-fbfbc7636ffefd65884c3010d9529fc456b7820f.zip |
24980: zmodload -mF
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c3321dc52..c7ec6a906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-05-08 Peter Stephenson <pws@csr.com> + * 24980: Doc/Zsh/builtins.yo, Src/builtin.c, Src/module.c, + Src/zsh.h: add zmodload -mF to manipulate features by pattern. + * 24972: Phil Pennock: Doc/Zsh/mod_files.yo, Src/Modules/files.c, Src/Modules/files.mdd: Add zf_* commands for zsh/files modules plus a few extra options. |