X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=1fe31e1b5e2016c8dc3f79d7aaf66dab792cc47e;hb=03f5f4fb5c18867ee3921d8c4b5402cef946f2da;hp=9d0ffbe49a508ef9df6ab06484fab67967c0eea8;hpb=8a4fbad6c3d99671c0fff11098d3ba40658dde16;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 9d0ffbe..1fe31e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,72 @@ +grml-etc-core (0.3.73) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: Fix a problem when calling compinit can seem to cause zsh startup + to hang forever. Reported by Rasmus Steinke. + * zshrc: Fix problems related to TERM=mostlike in zshrc. Again reported by + Rasmus Steinke. + * zshrc: Give check_com a -g option to test for global aliases, too. + * zshrc: Get rid of whence, once and for all. + * zshrc: Insert a condition for loading /etc/default/locale + [Closes: issue706] + * zshrc: Set options a lot earlier and include noshwordsplit explicitly. + * zshrc: Make functions insusceptible to user option settings. + * zsh: move completion.d and functions.d to usr/share + * zshrc: Include the current directory in the persistent directory stack. + + [ Michael Prokop ] + * zshrc: add deborphan, pal and hnb to compdef _gnu_generic. Thanks for + the suggestion to Carsten Hey. + * Drop all 'Latest Change' leftover references in several config files. + * Minor Debian packaging updates (to make recent lintian versions happy): + - update Standard version to 3.8.2 + - depend on debhelper >= 5 + - don't call true binary with full path in preinst script + - update debian/overrides + + -- Michael Prokop Tue, 28 Jul 2009 17:53:08 +0200 + +grml-etc-core (0.3.72) unstable; urgency=low + + * zshrc: Clarify how the context of the styles for directory based + profiles are used and mention a "best practice". + * zshrc: Add a note about where to send patches at the top of zshrc. + + -- Frank Terbeck Sat, 30 May 2009 19:31:55 +0200 + +grml-etc-core (0.3.71) unstable; urgency=low + + * zshrc: Add directory based profiles + + -- Frank Terbeck Fri, 29 May 2009 23:09:35 +0200 + +grml-etc-core (0.3.70) unstable; urgency=low + + * zshrc: do not fall back to LANG en_US.iso885915 if it is unset. + (For one reason because we prefer utf8 nowdays, on the other + side it should resolve a cosmetic locales problem from grml-small.) + + -- Michael Prokop Mon, 18 May 2009 22:31:46 +0200 + +grml-etc-core (0.3.69) unstable; urgency=low + + * zshrc: properly source the global zshrc.local via zrclocal(), to + make sure it is always sourced when appropriate. Reported by + harnir, Thanks! + + -- Frank Terbeck Sun, 17 May 2009 12:05:47 +0200 + +grml-etc-core (0.3.68) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: Remove conkeror alias + + [ Michael Prokop ] + * zshrc: Apply patch from Moritz Augsburger: enable title + inside urxvt-unicode + + -- Michael Prokop Fri, 15 May 2009 17:52:25 +0200 + grml-etc-core (0.3.67) unstable; urgency=low [ Frank Terbeck ]