X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=595693f2927f5eba2228813546a8ea1b768a88f7;hb=44db046d57efd3c0bfc59c01957d9d79e104266c;hp=95868345a80698b5520b4a0e1a01a440e734481b;hpb=d43c6d141669a70d6b74dcb77f82fdcfea8c0fdb;p=grml-etc-core.git diff --git a/debian/changelog b/debian/changelog index 9586834..595693f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,77 @@ +grml-etc-core (0.3.50) unstable; urgency=low + + [ Michael Prokop ] + * zshrc: update function git-get-plaindiff() so it works around + the "generating..." bug + * zshenv: extend and update $ADDONS handling + + [ Frank Terbeck ] + * zshrc: add new bindings: '^xP' and '^xp' for + history-beginning-search-{forward,backward} + + -- Frank Terbeck Thu, 20 Mar 2008 20:33:49 +0100 + +grml-etc-core (0.3.49) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: Keeping check_com() defined after zshrcs are sourced + + -- Michael Prokop Wed, 13 Feb 2008 19:20:54 +0100 + +grml-etc-core (0.3.48) unstable; urgency=low + + [ Alexander Steinböck ] + * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386] + * zshrc: adding whatwhen() for history queries [Closes: issue380] + + [ Frank Terbeck ] + * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389] + + [ Michael Prokop ] + * zshrc: enable 'setopt longlistjobs' by default + * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su, + otherwise it breaks "su - $USER". Thanks for bringing this up, + Martin Yazdzik! + + -- Michael Prokop Mon, 11 Feb 2008 17:58:42 +0100 + +grml-etc-core (0.3.47) unstable; urgency=low + + * zshrc: prevent chdir() from putting dupes into ~/.zdirs + + -- Frank Terbeck Sun, 20 Jan 2008 01:30:00 +0100 + +grml-etc-core (0.3.46) unstable; urgency=low + + [ Frank Terbeck ] + * zshrc: Adding a generic accept-line wrapper => + http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html + * zshrc: make grmlcomp() readable (':nmap b v$hdOpj$' - vim is so useful) + * zshrc: convert swspeak from alias to function + * zshrc: removing folsym() - use sll() from now on. + * vimrc: display the file, that is being edited into screen's hardstatus + * zshrc: some refcard-generating tags where positioned incorrectly. fixed + + [ Michael Prokop ] + * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code + in weather() [thanks, gebi] + * zshrc: set $NAME in screen title only if $HOSTNAME is set + + -- Frank Terbeck Sat, 19 Jan 2008 22:25:22 +0100 + grml-etc-core (0.3.45) unstable; urgency=low + [ Michael Prokop ] + * Drop the 'Make p in Visual mode replace the selected text...' from + vimrc. More details available at + http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html + - thanks for the hint, James Vega! + [ Alexander Steinböck ] - * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) - as well as 'accept-and-infer-next history' (ctrl-o) to complete - within directories and stay in menu completion. - [Closes: issue350] + * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) + (disable by default though) as well as 'accept-and-infer-next history' + (ctrl-o) to complete within directories and stay in menu completion. + [Closes: issue350] -- Michael Prokop Sat, 22 Dec 2007 00:11:31 +0100