about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/X/Command/_vnc2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 642361998..59aebac9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-16  Clint Adams  <clint@zsh.org>
+
+	* 21351: Completion/X/Command/_vnc: complete for xvnc4viewer and
+	xtightvncviewer.
+
 2005-06-14  Clint Adams  <clint@zsh.org>
 
 	* 21243: Kazuhiro NISHIYAMA: Completion/Unix/Command/_subversion:
diff --git a/Completion/X/Command/_vnc b/Completion/X/Command/_vnc
index ed39bdb2f..347eb8ef4 100644
--- a/Completion/X/Command/_vnc
+++ b/Completion/X/Command/_vnc
@@ -1,4 +1,4 @@
-#compdef vncserver vncviewer xvncviewer
+#compdef vncserver vncviewer xvncviewer xtightvncviewer xvnc4viewer
 
 local displays args
 displays=( ~/.vnc/$HOST:<->.pid(N:r:t:s/$HOST//) )