Apply patches from issue398 - zsh completion
[grml-x.git] / debian / changelog
index caf7959..9ade3ea 100644 (file)
@@ -1,3 +1,79 @@
+grml-x (0.4.2) unstable; urgency=low
+
+  * Improve zsh completion:
+    - use double brackets for the test command
+    - make sure the right usage text gets displayed
+    - support fallback options
+
+    Thanks to ft and z3ttacht for their work! [Closes: issue398]
+
+ -- Michael Prokop <mika@grml.org>  Thu, 12 Feb 2009 17:56:36 +0100
+
+grml-x (0.4.1) unstable; urgency=low
+
+  * Do not display usage information when using the -nostart option.
+    Thanks to Thomas Lehmann for the idea.
+  * Update VCS headers.
+  * Bump Standard-Version to 3.8.0 (no further changes).
+  * Replace deprecated xbase-clients in Depends with x11-xkb-utils,
+    x11-xserver-utils, xauth and xinit.
+  * Add x11-utils to Recommends.
+
+ -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 00:11:02 +0100
+
+grml-x (0.4.0) unstable; urgency=low
+
+  * Provide /etc/X11/xorg.conf.virtualbox
+  * Bump Standard-Version to 3.7.3 (no further changes).
+
+ -- Michael Prokop <mika@grml.org>  Thu, 27 Dec 2007 23:43:58 +0100
+
+grml-x (0.3.37) unstable; urgency=low
+
+  * Replace EmulateMiddleButtonTime with EmulateMidButtonTime.
+    Thanks, Jerome Potts!
+  * Make sure /etc/X11/X is not a symlink to /bin/true (broken
+    Debian package/upgrade).
+  * Fix manpage handling of xsltproc.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 18 Nov 2007 23:51:43 +0100
+
+grml-x (0.3.36) unstable; urgency=low
+
+  * Disable vmmouse in xorg.conf.vmware for now as it's broken
+    currently in Debian/unstable. [Testing: issue339]
+  * Include particleman in window manager completion of zsh.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 17 Nov 2007 18:59:31 +0100
+
+grml-x (0.3.35) unstable; urgency=low
+
+  * Deactivate "AlwaysCore" from Synaptics devive by default.
+    This should fix a pending bug in current Xorg which avoids a working
+    Synaptics device.
+  * Load "xtrap" extension. 
+
+ -- Michael Prokop <mika@grml.org>  Wed, 14 Nov 2007 12:41:28 +0100
+
+grml-x (0.3.34) unstable; urgency=low
+
+  * Add awesome, larswm and xmonad to zsh completion.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 23:28:42 +0100
+
+grml-x (0.3.33) unstable; urgency=low
+
+  * Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments.
+    Thanks for the patch, Alexander Steinböck! [Closes: issue325]
+
+ -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 23:40:37 +0100
+
+grml-x (0.3.32) unstable; urgency=low
+
+  * Add two more checks to bailout if a tempfile isn't available.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 01:40:13 +0200
+
 grml-x (0.3.31) unstable; urgency=low
 
   * Check for writeable /tmp before executing hardware detection.