diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | Completion/Zsh/Command/.distfiles | 1 | ||||
-rw-r--r-- | Functions/Misc/.distfiles | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 873bd2a00..1ed390373 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-11-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Alexey. I Froloff: users/14588: + Completion/Zsh/Command/.distfiles, + Completion/Zsh/Command/_ztodo, + Functions/Misc/.distfiles, Functions/Misc/ztodo: new ztodo + function. + 2009-11-20 Clint Adams <clint@zsh.org> * 27417: Completion/Unix/Command/_gpg: fix completion after @@ -12373,5 +12381,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4819 $ +* $Revision: 1.4820 $ ***************************************************** diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 9e8e6adc4..6feec496d 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -46,4 +46,5 @@ _zmodload _zmv _zpty _zstyle +_ztodo ' diff --git a/Functions/Misc/.distfiles b/Functions/Misc/.distfiles index 4c74bbe44..4ffbec1cd 100644 --- a/Functions/Misc/.distfiles +++ b/Functions/Misc/.distfiles @@ -26,4 +26,5 @@ zmathfuncdef zmv zrecompile zstyle+ +ztodo ' |