Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Drop -xserver option from zsh completion
authorMichael Prokop <mika@grml.org>
Sun May 27 21:55:13 2007 +0200 (18 months ago)
changeset 331789a1df0641
manifest1789a1df0641
parent 32dc67a9e364ed
child 34b3e8704e9cc1
tag0.3.25
Drop -xserver option from zsh completion
debian/changelog
etc/zsh/completion.d/_grml-x
--- a/debian/changelog Sun May 06 16:41:48 2007 +0200
+++ b/debian/changelog Sun May 27 21:55:13 2007 +0200
@@ -1,3 +1,10 @@ grml-x (0.3.24) unstable; urgency=low
+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
--- a/etc/zsh/completion.d/_grml-x Sun May 06 16:41:48 2007 +0200
+++ b/etc/zsh/completion.d/_grml-x Sun May 27 21:55:13 2007 +0200
@@ -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