about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-10-04 05:10:18 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-10-04 05:10:18 +0000
commitbca563a6998f736ec7bc1bcf1f4ec3e01667dc57 (patch)
treeec31ec4f085c3cb24621d21f0217f107d5cb1766 /ChangeLog
parent5ca1864f94d7f30118cff411bd9c0625a5d92811 (diff)
downloadzsh-bca563a6998f736ec7bc1bcf1f4ec3e01667dc57.tar.gz
zsh-bca563a6998f736ec7bc1bcf1f4ec3e01667dc57.tar.xz
zsh-bca563a6998f736ec7bc1bcf1f4ec3e01667dc57.zip
* 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
specified in a command line begins with tilde.  Generate subcommand
list from `cvs --help-commands' and `cvs --help-synonyms'.  Complete
remote modules. Complete vendor branch for a second argument of
`cvs import'.  Use _call.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c18dbc30..6f8bcb906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-04  Tanaka Akira  <akr@zsh.org>
+
+	* 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
+	specified in a command line begins with tilde.  Generate subcommand
+	list from `cvs --help-commands' and `cvs --help-synonyms'.  Complete
+	remote modules. Complete vendor branch for a second argument of
+	`cvs import'.  Use _call.
+
 2000-10-02  Bart Schaefer  <schaefer@zsh.org>
 
 	* 12869: Src/builtin.c, Src/exec.c, Src/glob.c, Src/signals.c,