diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 15:04:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-03 15:04:15 +0000 |
commit | d58e5061ad49a3778dd1295e28810ad1f6e44cf6 (patch) | |
tree | d05af96bd224cdc79dc5beda68faeeb8a1844b35 /ChangeLog | |
parent | 29233548ae94e0925b03d224e782075f2ae0d7ea (diff) | |
download | zsh-d58e5061ad49a3778dd1295e28810ad1f6e44cf6.tar.gz zsh-d58e5061ad49a3778dd1295e28810ad1f6e44cf6.tar.xz zsh-d58e5061ad49a3778dd1295e28810ad1f6e44cf6.zip |
Mikael Magnusson: 26670: add zsh/attr module
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 85e599b71..9560be129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-03-03 Peter Stephenson <pws@csr.com> + * Mikael Magnusson: 26670: configure.ac, + Completion/Command/Zsh/.distfiles, Completion/Zsh/Command/_zattr, + Doc/Makefile.in, Doc/Zsh/.distfiles, Doc/Zsh/mod_attr.yo, + Src/Modules/.distfiles, Src/Modules/attr.c, Src/Modules/attr.mdd: + add module to handle Linux extended file attributes. + * Jun T.: 26667: Doc/Zsh/prompt.yo: separate out parentheses. 2009-03-02 Barton E. Schaefer <schaefer@zsh.org> @@ -11298,5 +11304,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4591 $ +* $Revision: 1.4592 $ ***************************************************** |