zshrc: Fix status() when $BAUD is unset
[grml-etc-core.git] / debian / changelog
index 1f77374..c5f384f 100644 (file)
@@ -1,3 +1,15 @@
+grml-etc-core (0.3.62) unstable; urgency=low
+
+  * /etc/skel/.vimrc:
+    - disable digraph by default (it's annoying for users not
+      being aware of it)
+    - enable syntax highlighting only if the vim version supports it
+  * /etc/grml/screenrc:
+    - re-enable keybindings '^\' and '\\' for exiting screen with query
+      (thanks, gebi)
+
+ -- Michael Prokop <mika@grml.org>  Tue, 27 Jan 2009 21:57:00 +0100
+
 grml-etc-core (0.3.61) unstable; urgency=low
 
   * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin