X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=e2cb4781a298d74755b167d603bbe8a5ce378f3a;hb=0e8f489f9664279e8d43548896c04f8db365da35;hp=470a07b1fd90bd820b6b38b09d2d18cc1be4ba73;hpb=bf5493f17cbb327221eb800a43f1abfc93540322;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 470a07b..e2cb478 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +grml-etc-core (0.2.25) unstable; urgency=low + + * /etc/zsh/zshrc: user root should have umask 022 of course. + User has 002. Thanks for reporting, Tobias Walkowiak! + + -- Michael Prokop Mon, 26 Feb 2007 18:44:45 +0100 + +grml-etc-core (0.2.24) unstable; urgency=low + + * /etc/zsh/zshenv: source /etc/default/locale only if + $LANG is not set. If $LANG is not set at all fall + back to en_US.iso885915 as usual. This allows manual + overwriting of $LANG. + + -- Michael Prokop Sun, 25 Feb 2007 22:08:55 +0100 + grml-etc-core (0.2.23) unstable; urgency=low * /etc/zsh/zshrc: @@ -5,6 +21,18 @@ grml-etc-core (0.2.23) unstable; urgency=low /bin/sh or /bin/bash. :-/ - add a space character in some abbreviation expansions so it's better readable. + - added insert-unicode-char + - drop the check for + /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and + /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic + because the check does not work for example with the zsh-beta + package. If you notice problems with the current code please + let me know. + * /etc/skel/.zshrc: + - added function ytdl (download video from youtube) + - work around non utf8 capable software in utf environment + using aliases for mrxvt, aterm and centericq + * /etc/zsh/*: improved documentation about startup of zsh -- Michael Prokop Sat, 24 Feb 2007 17:30:11 +0100