From: Michael Prokop Date: Sun, 27 May 2007 19:55:13 +0000 (+0200) Subject: Drop -xserver option from zsh completion X-Git-Tag: 0.3.25 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=5d066f15ec24185968de6044999fbe240340a86b Drop -xserver option from zsh completion --- diff --git a/debian/changelog b/debian/changelog index b9369b7..9f73b4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index f38edff..15097a7 100644 --- a/etc/zsh/completion.d/_grml-x +++ b/etc/zsh/completion.d/_grml-x @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 ():(43 `seq 45 5 70` 72)' - '-xserver:xserver used for creation of xconfig file:(XFree86 X.org)' ':window manager:($wms)' ) _arguments -s $arguments