diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-11 18:01:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-11 18:01:31 +0000 |
commit | 0d02cf343eda943c32f7edfd24f28dbbd7004e32 (patch) | |
tree | 0bdbbc66aa4d68a4e0159eaa5cd313890f307338 | |
parent | f2dd38acc1001b06f7aab600c8d89b61f16d37ff (diff) | |
download | zsh-0d02cf343eda943c32f7edfd24f28dbbd7004e32.tar.gz zsh-0d02cf343eda943c32f7edfd24f28dbbd7004e32.tar.xz zsh-0d02cf343eda943c32f7edfd24f28dbbd7004e32.zip |
unposted: slightly hacky change to "age", currently undocumented
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ba7792784..efef75d7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2009-02-11 Peter Stephenson <pws@csr.com> + * unposted: Functions/Calendar/age: accidentally committed a + currently undocumented change that allows an age spec beginning + with a colon to be followed by a file name whose modification time + will be used as the date/time. Probably needs improving but + not actually harmful since the syntax wasn't valid before. + * Richard Hartmann: 26550: Doc/Zsh/options.yo: make it clear that various options can't be changed within the shell. @@ -11151,5 +11157,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4561 $ +* $Revision: 1.4562 $ ***************************************************** |