Drop -xserver option from zsh completion 0.3.25
authorMichael Prokop <mika@grml.org>
Sun, 27 May 2007 19:55:13 +0000 (21:55 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 27 May 2007 19:55:13 +0000 (21:55 +0200)
debian/changelog
etc/zsh/completion.d/_grml-x

index b9369b7..9f73b4d 100644 (file)
@@ -1,3 +1,10 @@
+grml-x (0.3.25) unstable; urgency=low
+
+  * Drop -xserver option from zsh completion as it's not supported
+    anymore (X.org is available on any Debian system now :)).
+
+ -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 21:54:37 +0200
+
 grml-x (0.3.24) unstable; urgency=low
 
   * Update /etc/X11/xorg.conf.vmware, allowing higher resolutions
index f38edff..15097a7 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Tue Apr 17 01:53:45 CEST 2007 [ft]
+# Latest change: Son Mai 27 21:54:19 CEST 2007 [mika]
 ################################################################################
 
 local arguments wm
@@ -36,7 +36,6 @@ arguments=(
   '-ps2[add entry for PS/2 mouse]'
   '-usb[add entry for USB mouse]'
   '-vsync:vertical sync frequencies (<number>):(43 `seq 45 5 70` 72)'
-  '-xserver:xserver used for creation of xconfig file:(XFree86 X.org)'
   ':window manager:($wms)'
 )
 _arguments -s $arguments