* /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
[grml-etc-core.git] / debian / changelog
index 381b820..fd50aa2 100644 (file)
@@ -1,3 +1,61 @@
+grml-etc-core (0.1-27) unstable; urgency=low
+
+  * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
+    otherwise running 'script' might hang. Thanks, wuehlmaus!
+
+ -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
+
+grml-etc-core (0.1-26) unstable; urgency=low
+
+  The "Frank Terbeck is my zsh hero" release.
+
+  * Update /etc/zsh/site-functions/_hg to latest version from
+    http://hg.intevation.org/mercurial/crew
+  * Added /etc/zsh/site-functions/_grmlinitd for better completion
+    of "Start Restart Stop Reload" with initscripts, thanks - Frank
+    Terbeck!
+  * /etc/zsh/zshrc:
+    - use is-at-least for is4[2]-functions if possible
+    - bugfix for $2 in initscripts "Start Restart Stop Reload"
+      function (thanks, Frank Terbeck!)
+    - use zsh's color capabilities if the module is present
+      (thanks, Frank Terbeck!)
+    - don't export $SHELL anymore
+  * /etc/zsh/zshenv:
+    - set /bin instead of /bin/ in $PATH
+    - some minor code style improvements
+  * /etc/skel/.zshrc: 
+    - updated alias fbmplayer (thanks, wuehlmaus!)
+    - added function gex (google exact search, thanks wuehlmaus!)
+    - added gethgsnap and gethgclone for retrieving mercurial
+    - use $SUDO in the whole file instead of $RUNASROOT
+    - use 'setopt errreturn' in some functions
+
+ -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
+
+grml-etc-core (0.1-25) unstable; urgency=low
+
+  * /etc/skel/.zshrc: add functions for mercurial
+  * Added /etc/skel/.hgrc - configuration file for mercurial.
+  * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
+    two directories recursively), taken from
+    http://www.vim.org/scripts/script.php?script_id=102
+
+ -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
+
+grml-etc-core (0.1-24) unstable; urgency=low
+
+  * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
+    thanks for the patch - Frank Terbeck!
+
+ -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
+
+grml-etc-core (0.1-23) unstable; urgency=low
+
+  * Fix typo in /etc/zsh/zshrc.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
+
 grml-etc-core (0.1-22) unstable; urgency=low
 
   * /etc/zsh/zshrc: update functions dchange and uchange - check