diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-02 10:11:45 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-02 10:11:45 +0000 |
commit | 535afe3b2a95afe7d9de5f95abc903119156ceee (patch) | |
tree | 38d3c8ae15193a8570f025cdf8eff39a76be625d /ChangeLog | |
parent | 7c6a25409cb2d8c016182aec5702f3cdbd6cc4c6 (diff) | |
download | zsh-535afe3b2a95afe7d9de5f95abc903119156ceee.tar.gz zsh-535afe3b2a95afe7d9de5f95abc903119156ceee.tar.xz zsh-535afe3b2a95afe7d9de5f95abc903119156ceee.zip |
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 03c506d7c..a2e781c94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-02 Peter Stephenson <pws@csr.com> + + * 26614 plus 26615: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo, + Doc/Zsh/prompt.yo, Src/builtin.c, Src/utils.c: support + -t <fmt> in history and as a side effect support GNU + "-" extension for date and time elements with no padding + for those handled internally. + 2009-03-01 Clint Adams <clint@zsh.org> * Frank Blendinger: 26656: Completion/Unix/Command/_gnupod: @@ -11279,5 +11287,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4587 $ +* $Revision: 1.4588 $ ***************************************************** |