about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-12-11 20:23:41 +0000
committerClint Adams <clint@users.sourceforge.net>2001-12-11 20:23:41 +0000
commit16ad1217f00ffb190a949bf0560d9a8d6cd1f7db (patch)
treefdbb3a5d5b049f1c20b7577d213f82ad0d92baf2
parent92c4da22baeffc92ac1be344effb058ecd070d4d (diff)
downloadzsh-16ad1217f00ffb190a949bf0560d9a8d6cd1f7db.tar.gz
zsh-16ad1217f00ffb190a949bf0560d9a8d6cd1f7db.tar.xz
zsh-16ad1217f00ffb190a949bf0560d9a8d6cd1f7db.zip
16326: completion for mozilla, add'l web browsers in _webbrowsers
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_webbrowser2
-rw-r--r--Completion/X/Command/.distfiles6
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3a08cb4e..c5698a8de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-11  Clint Adams  <clint@zsh.org>
+
+        * 16326: Completion/Unix/Command/_webbrowser,
+        Completion/X/Command/.distfiles, Completion/X/Command/_mozilla:
+        completion for mozilla, some more web browsers in _webbrowser.
+
 2001-12-09  Clint Adams  <clint@zsh.org>
 
         * 16315: Completion/Unix/Command/.distfiles,
diff --git a/Completion/Unix/Command/_webbrowser b/Completion/Unix/Command/_webbrowser
index b0e6b1c21..bde1372be 100644
--- a/Completion/Unix/Command/_webbrowser
+++ b/Completion/Unix/Command/_webbrowser
@@ -1,3 +1,3 @@
-#compdef amaya arena chimera express grail gzilla hotjava mmm mozilla opera www xmosaic Mosaic galeon
+#compdef amaya arena chimera express grail gzilla hotjava mmm opera www xmosaic Mosaic galeon konqueror skipstone light dillo
 
 _urls -f
diff --git a/Completion/X/Command/.distfiles b/Completion/X/Command/.distfiles
new file mode 100644
index 000000000..da4d54381
--- /dev/null
+++ b/Completion/X/Command/.distfiles
@@ -0,0 +1,6 @@
+DISTFILES_SRC='
+.distfiles
+_gv        _netscape  _xauth     _xfig      _xrdb      _xterm     _xwit
+_nedit     _vnc       _x_utils   _xdvi      _xmodmap   _xset      _xv
+_mozilla
+'