diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-12-14 01:11:20 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-12-14 01:11:20 +0000 |
commit | 346c4c46cc976a38206f3933029675e209b249eb (patch) | |
tree | ae7beb0bcce387d4ee4ef4287ab1581a886249bf /ChangeLog | |
parent | fd1c2364f42993c327f10b8a1b3ce205de06e501 (diff) | |
download | zsh-346c4c46cc976a38206f3933029675e209b249eb.tar.gz zsh-346c4c46cc976a38206f3933029675e209b249eb.tar.xz zsh-346c4c46cc976a38206f3933029675e209b249eb.zip |
30021: _globquals: Add d flag, show what unit the digits are entered in.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d434032fe..5fe7a0e22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ * 30019: Completion/Unix/Command/_tar: fix parsing of argument to -C. + * 30021: Completion/Zsh/Type/_globquals: Add d flag (see 29991), + show what unit the digits are entered in as a hint that the + default is also days. + 2011-12-13 Barton E. Schaefer <schaefer@zsh.org> * 30020: Functions/Prompts/promptinit: prevent prompt_opts and @@ -15753,5 +15757,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5540 $ +* $Revision: 1.5541 $ ***************************************************** |