/etc/zsh/zshrc: change logic of $HOSTNAME in preexec()
[grml-etc-core.git] / debian / changelog
index a0b543f..185b854 100644 (file)
@@ -1,11 +1,38 @@
+grml-etc-core (0.3.43) unstable; urgency=low
+
+  * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
+    $HOSTNAME only when running the command on *another* box (being
+    a system != localhost).
+
+ -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
+
+grml-etc-core (0.3.42) unstable; urgency=low
+
+  [ Frank Terbeck ]
+  * zsh: disable command-completion descriptions
+
+ -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
+
 grml-etc-core (0.3.41) unstable; urgency=low
 
-  * /etc/zsh/zshrc and /etc/skel/.zshrc:
-    - replace $(which ...) with $(type ...)
-    - add alias 'g' for git
-    - standarized the use of brackets - double instead of single ones -
-      for test situations like if-clauses. Thanks for the patch,
-      Alexander Steinböck! [Testing: issue354]
+  The big zsh update release.
+
+  [ Alexander Steinböck]
+  * standarized the use of brackets - double instead of
+    single ones - for test situations like if-clauses [thanks!]
+    [Testing: issue354]
+
+  [ Michael Prokop ]
+  * add alias 'g' for git
+  * set modelines for vim according to new indenting policy
+  * extend debbug() based on http://xana.scru.org/quanks/b-func.html
+
+  [ Frank Terbeck ]
+  * several small cleanups by ft
+  * patch bomb for unified indenting
+  * introducing check_com() to check for the existence of commands
+  * introducing more utility functions: xcat and xsource
+    moving salias to utility functions
 
  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100