about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-11-22 19:06:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-11-22 19:06:54 +0000
commit3d8115275f6a5032d37178bd01fa8ce1b726b353 (patch)
tree066c615157414cc9b85396ec26a152eae956c9b3
parent6c48ef6b45a6b64280c1cd851b9b9ebb9ed5bc86 (diff)
downloadzsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.gz
zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.xz
zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.zip
Alexey: users/14588: ztodo function and completion
-rw-r--r--ChangeLog10
-rw-r--r--Completion/Zsh/Command/.distfiles1
-rw-r--r--Functions/Misc/.distfiles1
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
 '