diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-11 17:48:26 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-12-11 17:48:26 +0000 |
commit | 290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11 (patch) | |
tree | e8ac553da52130e5eb8e019eaa253d659639474c /ChangeLog | |
parent | acb97e611501c92cc176b2ca130ffab00cb6299d (diff) | |
download | zsh-290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11.tar.gz zsh-290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11.tar.xz zsh-290ab11885d7a3beb1b4158b4d8e6e5ed2b33e11.zip |
discussed in 29984: use m+7 for files more than a week old
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 46af8feb6..c5355ef50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-12-11 Peter Stephenson <p.w.stephenson@ntlworld.com> + * discussed in 29984: Doc/Zsh/compsys.yo: use m+7 for files + "more than a week old" since w+1 is a bit counterintuitive. + * 29991: Doc/Zsh/expn.yo, Src/glob.c: allow explicit 'd' for days in time qualifiers. @@ -15722,5 +15725,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5535 $ +* $Revision: 1.5536 $ ***************************************************** |