X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=f6e74c2963b6ccc9599fc9283bf83a5b7f088462;hb=575c92ff4335c1fb35a8dc4995ff12e298058eee;hp=66d55078d918aada96d7b5c61ee6a8e7b6a40c63;hpb=8ac2e84c61fe067dc2676cbf4b29d431c209bcf8;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 66d5507..f6e74c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,42 @@ +grml-etc-core (0.2.51) unstable; urgency=low + + * /etc/zsh/zshrc: + * added function wrapper brltty which loads a default + console font, works around problem in UTF-8 environment. + Thanks for reporting, Hermann 'steppenwolf2'! + * /etc/skel/.zshrc: added some functions (thanks, ft!): + - hl: highlighted less + - ic_get: queries imap servers for capabilities + - j2v: open file in vim and jump to line + - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs + - xtrename: rename xterm from within GNU-screen + - zurl: create small urls via tinyurl.com using wget, grep and sed + + -- Michael Prokop Fri, 11 May 2007 01:07:27 +0200 + +grml-etc-core (0.2.50) unstable; urgency=low + + * /etc/zsh/zshrc: sleep 2 seconds before running flite in + swspeak alias. + + -- Michael Prokop Sun, 29 Apr 2007 13:16:48 +0200 + +grml-etc-core (0.2.49) unstable; urgency=low + + * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT' + [thanks for helping, ft!] + + -- Michael Prokop Sun, 22 Apr 2007 18:37:27 +0200 + +grml-etc-core (0.2.48) unstable; urgency=low + + * /etc/zsh/zshrc: + - re-enable smiley in RPROMPT, thanks to transient_rprompt + [thanks for the pointer, Christian Schneider!] + - allow manual overriding of RPROMPT + + -- Michael Prokop Sat, 21 Apr 2007 23:57:28 +0200 + grml-etc-core (0.2.47) unstable; urgency=low * Big rewrite of /etc/zsh/completion.d/, thanks to ft!