X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=704d04dc86344c999cf98566c2c994376aa86c9f;hb=929b3ff5a315c4abe6f4204939915ff0ba3800ef;hp=9739df215ff20437c05b01688cc2e945b2afdf44;hpb=60a3f7c9690ead62e0fbe7c9e82a4f88e9e44d6e;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 9739df2..704d04d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +grml-etc-core (0.3.67) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: handle newer versions of hg, that don't create .hg/branch + anymore if there's only 'default'. Found by Andreas Korsten. + + [ Moritz Augsburger ] + * zshrc: not every user is allowed to read logfiles... use sudo + for aliases llog and tlog if possible + + -- Michael Prokop Tue, 21 Apr 2009 10:26:33 +0200 + +grml-etc-core (0.3.66) unstable; urgency=low + + * vimrc: only set screen title if the caller explicitly asks for it. + * zshrc: ask for setting screen title in vim via a wrapper function. + * zshrc: only compdef commands to _gnu_generic if no native completion + exists. + * zshrc: add commit-to-history widget, that allows users to add + command lines to zsh's history without executing [Closes: issue407] + * zshrc: add a handler that uses debian's command-not-found package + if an external command could not be found. [Closes: issue564] + + -- Frank Terbeck Sat, 04 Apr 2009 11:52:50 +0200 + +grml-etc-core (0.3.65) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: Add $NOTITLE to disable alteration of terminal titles. + Based on an idea by Timo Boettcher. + * zshrc: Cleaned up abbreviations by Alexander Steinböck. + [Closes: issue642] + * zshrc: source ~/.zshrc.local for root, too. + * zshrc: Added a space to a grep related abbreviation for seamless + typing; by Alexander Steinböck [Closes: issue616] + * zshrc: Fix pattern to extract battery status from newer acpi + versions. [Closes: issue657] + * zshrc: Always read /etc/default/locale. Users are expected to + adjust locale settings via '.zshrc.local'. + + [ Michael Prokop ] + * vimrc: add check for $NOPRECMD [Closes: issue447] + * vimrc: enable features only if available [Closes: issue641] + * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its + /etc/zshrc 'setopt globdots' by default. + + -- Michael Prokop Tue, 31 Mar 2009 23:52:18 +0200 + grml-etc-core (0.3.64) unstable; urgency=low * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627]