X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=9739df215ff20437c05b01688cc2e945b2afdf44;hb=60a3f7c9690ead62e0fbe7c9e82a4f88e9e44d6e;hp=0fa42c8d81bb5a03b252a77cf997ec629bcdbe07;hpb=1e0d93086b078c8031ee4502bdb525518ff3a3f7;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 0fa42c8..9739df2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +grml-etc-core (0.3.64) unstable; urgency=low + + * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627] + * zshrc: put "zsh: repo-name" into screen title if the user is in a + VCS-controlled directory [Closes: issue635] + + -- Frank Terbeck Mon, 23 Feb 2009 00:54:05 +0100 + +grml-etc-core (0.3.63) unstable; urgency=low + + [ Michael Prokop ] + * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as + well. Thanks for reporting, gheift! [Closes: issue624] + + [ Frank Terbeck ] + * zshrc: make /etc/zsh/functions.d recursive + + -- Michael Prokop Thu, 19 Feb 2009 17:13:33 +0100 + +grml-etc-core (0.3.62) unstable; urgency=low + + [ Michael Prokop ] + * /etc/skel/.vimrc: + - disable digraph by default (it's annoying for users not + being aware of it) + - enable syntax highlighting only if the vim version supports it + * /etc/grml/screenrc: + - re-enable keybindings '^\' and '\\' for exiting screen with query + (thanks, gebi) + * zshrc: provide upgrade path via /etc/skel/.zshrc + + [ Frank Terbeck ] + * zshrc: Big setup merge: /etc/zsh/zshrc + /etc/skel/.zshrc into one file + This includes various cleanups. + * zshrc: provide .. as a possible completion + * zshrc: Fix status() when $BAUD is unset, thanks to Alexander + Steinböck [Closes: issue605] + * zshrc: backport disable-patterns feature of vcs_info to the included + version, thanks Christian Hofstaedtler. + * zshrc: add support for OS X (fink and macports) thanks Christian + Hofstaedtler. + * zshrc: Use check_com for screen alias check/execution, thanks + Jan-Hendrik Zab. + * zshrc: add '-f' option to xtrename(), thanks esc. + + -- Michael Prokop Fri, 13 Feb 2009 13:24:23 +0100 + +grml-etc-core (0.3.61) unstable; urgency=low + + * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin + [Closes: issue583] + + -- Frank Terbeck Fri, 05 Dec 2008 18:48:45 +0100 + grml-etc-core (0.3.60) unstable; urgency=low * zshrc: add alias http for running "python -m SimpleHTTPServer"