about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-03-14 21:16:10 +0000
committerClint Adams <clint@users.sourceforge.net>2007-03-14 21:16:10 +0000
commitecf4321e6e2eb79abd48d787cdb37abb48a283a7 (patch)
tree2e0dfc5a13bc6cc872a13cda463d8bd77d1415c5 /ChangeLog
parent8f4c1bd0076fcd8c5f8e9245ada2660e5df9fefa (diff)
downloadzsh-ecf4321e6e2eb79abd48d787cdb37abb48a283a7.tar.gz
zsh-ecf4321e6e2eb79abd48d787cdb37abb48a283a7.tar.xz
zsh-ecf4321e6e2eb79abd48d787cdb37abb48a283a7.zip
23215: completion for "module".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 80f900ef2..fb2a3f5cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2007-03-14  Clint Adams  <clint@zsh.org>
+
+	* 23215: Completion/Unix/Command/_module: completion for
+	"module".
+
 2007-03-13  Clint Adams  <clint@zsh.org>
 
-	* 23214: Completion/Unix/Commands/_subversion: complete files
+	* 23214: Completion/Unix/Command/_subversion: complete files
 	after svn commit --file.
 
 2007-02-10  Felix Rosencrantz <f.rosencrantz@gmail.com>
@@ -10,7 +15,7 @@
 
 2007-03-08  Clint Adams  <clint@zsh.org>
 
-	* 23206: Completion/Unix/Commands/_mercurial: completion for hg.
+	* 23206: Completion/Unix/Command/_mercurial: completion for hg.
 
 2007-03-05  Clint Adams  <clint@zsh.org>
 
@@ -38,7 +43,7 @@
 
 2007-02-27  Peter Stephenson  <pws@csr.com>
 
-	* unposted: Completion/Unix/Commands/_ip: another typo
+	* unposted: Completion/Unix/Command/_ip: another typo
 	(rule_cmds).
 
 2007-02-26  Peter Stephenson  <pws@csr.com>
@@ -47,7 +52,7 @@
 	on Linux and fall back to old method in order to pick up
 	additional interface types.
 
-	* unposted: Completion/Unix/Commands/_ip: tweak ip route
+	* unposted: Completion/Unix/Command/_ip: tweak ip route
 	show abbreviations.
 
 2007-02-25  Barton E. Schaefer  <schaefer@zsh.org>
@@ -66,7 +71,7 @@
 2007-02-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 23186: Completion/Base/Utility/_regex_words,
-	Completion/Unix/Commands/_ip (tweaked), Doc/Zsh/compsys.yo: add to
+	Completion/Unix/Command/_ip (tweaked), Doc/Zsh/compsys.yo: add to
 	regex completion handling and add new ip completion.
 
 2007-02-25  Barton E. Schaefer  <schaefer@zsh.org>