[Git-commits] core configuration files of grml branch, ft/pu, created. v0.3.88-8-gc0c6192

git repository hosting gitosis at grml.org
Wed Mar 9 11:43:14 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "core configuration files of grml".

The branch, ft/pu has been created
        at  c0c61923801dbf7391629487894d891b052a3df9 (commit)

- Log -----------------------------------------------------------------
commit c0c61923801dbf7391629487894d891b052a3df9
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 9 11:41:28 2011 +0100

    grmlzshrc.t2t: Add a note about disabling global config files

commit 06a65a074d912120ab1a468141c277472d03a412
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 9 11:37:04 2011 +0100

    Remove comment about vcs_info from the manual

commit 6f539e6cbd5216c69b61442536ee9e9317bbb858
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 9 11:36:15 2011 +0100

    Remove included vcs_info
    
    It is included upstream since 4.3.7, which was released two and a half years
    ago. Also, the included version is not actively maintained. The upstream
    code is.

commit 4e513ca4e55897f700ce31ce0eaf4ee740627151
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 9 11:15:38 2011 +0100

    Make sure grmlzshrc is only loaded once
    
    It may happen, that /etc/zsh/zshrc and ~/.zshrc are both the same file,
    in which case everything is loaded twice. This should fix the issue.

commit dc4eb5bb4a81c8dbe312bd0f79721fe3a3dd6af8
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jan 20 09:30:29 2011 +0100

    Fixing ssl-cert-{sha512,sha256,sha1,md5}()
    
    These functions are generated in a loop. However, the way they were
    generated was broken. The loop variable is *not* replaced by a literal
    string in the resulting functions. Therefore, as soon as the variable
    is unset all functions become broken. Luckily, they broke loudly.
    Otherwise this may not have been caught easily.
    
    Reported-by: Michael Gebetsroither <gebi at grml.org>
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit d3a3ea5b0622f2ff6e01cd73a760bc4f29b83c3c
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jan 18 17:49:12 2011 +0100

    /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
    
    Acked-By: Frank Terbeck <ft at grml.org>

commit e193e4ae069b867a66038c1e576ec3433e735e8a
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Jan 4 15:22:04 2011 +0100

    zshrc: activate zsh lookup for all users
    
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit a3a39fecf3ac234a26f9483286aec0adc34a8fda
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Jan 4 14:01:03 2011 +0100

    zshrc: Removing d()
    
    As requested by mrud.
    
    Acked-by: Michael Prokop <mika at grml.org>
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit 4d8a245561575e6328bd2144e54740577a915dd1
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 27 00:10:15 2010 +0100

    Release new version 0.3.88.

commit efcb69a40cdf66327cb511a74b1663e93bd9d47f
Author: Ulrich Dangel <uli at spamt.net>
Date:   Wed Dec 22 11:22:18 2010 +0100

    Remove persistent undo for vim
    
    After some discussion with ft and mika we decided that persistent undo
    should not be part of our default configuration as it changes existing
    workflows.

commit 5c9a156904512512cf572f3b29ede9c30a3bf9b9
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 17 12:36:58 2010 +0100

    Release new version 0.3.87.

commit fff04ca7d720585b70fd52fe820dc08a399e46c0
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Dec 8 12:59:54 2010 +0100

    Adding a kill to slash binding to alt-backspace
    
    As requested by mika, mrud and kafux.
    
    I'm binding the widget to "M-C-h" and "M-C-?" because those are common
    codes send by the backspace key in various terminals (and sometimes
    terminfo lies about it).

commit ab1bf9e3ad899f3d7b1ccad103bdf59b437ce4b0
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 7 18:44:01 2010 +0100

    Release new version 0.3.86.

commit 1e010be0f3a7365ee1539d0858ef36092a834869
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Dec 3 11:26:36 2010 +0100

    Fix `VCS_INFO_realpath()' for zsh 4.3.10 and below
    
    If the chpwd hook is activated by using the `chpwd_functions[]' array,
    could break `VCS_INFO_realpath()', which could lead to endless loops in
    `vcs_info' if the one of the hook functions produced output.
    
    This fixes it.
    
    I'm refraining from patching the grmlzshrc-included
    `VCS_INFO_realpath()' function, because the use of "cd -q" requires a
    pretty recent version of the shell.

commit f01c87fa04d62a29f46256b1444c7b980bfb1c46
Author: Michael Prokop <mika at grml.org>
Date:   Tue Nov 23 23:30:57 2010 +0100

    Release new version 0.3.85.

commit daaf5f50d7bf3664e7f482c5cf797db164db41ef
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Nov 23 23:16:16 2010 +0100

    zshrc: Do not set `localoptions' in `xsource()'
    
    "emulate -L zsh" sets zsh's option set to the default values of zsh's
    native mode. The `-L' causes the options to be set local to the
    surrounding function. That makes sense in most cases.
    
    With `xsource()' however, we explicitly want to *allow* changing options
    from the files sourced by that function. That's one of the main purposes
    of the function.
    
    I took the `emulate' call out entirely because it doesn't make sense
    without `-L' in untility functions. I also hardened the function's code
    a little when it's run with non-zsh-mode options (like sh_word_split).
    
    Reported-by: Dominic Hopf

commit 70d61836e929b00f5b1ac1397639d993884296a5
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Nov 21 13:24:16 2010 +0100

    Updated debian/changelog

commit d4e54d262cb959609e5d815a4125676a9e98dfb8
Author: Ulrich Dangel <mru at grml.org>
Date:   Sun Nov 21 12:57:07 2010 +0100

    Remove startx and xinit functions
    
    Current X11 versions as well as the current grml-x version do
    not longer need a configuration file. Therefore the xinit/startx
    functions are not longer needed.
    
    The decision to switch to a config less xorg environment was made at the
    grml developer meeting http://grml.org/reports/devmeeting_2010/ and a the
    new grml-x packet is already uploaded to grml-testing.

commit 12dc4bfe87efe76f4deaae3c8fa238ca8c2a421f
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 8 17:31:25 2010 +0100

    Release new version 0.3.84.

commit a9a0a823c8c0c5c297afa7c4307adf9cf4644628
Author: Ulrich Dangel <mru at grml.org>
Date:   Mon Nov 8 17:21:44 2010 +0100

    Change the location of the persistent undo file to $HOME/.cache/vim [Closes: issue927]

commit 48a14371ae6e0a0ff6264ed826457b178cf950cb
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Nov 8 16:55:32 2010 +0100

    zshrc: Fix functions path in /usr/share

commit bd535eb3664a795345faa0dcd8bf73caa1a8f83a
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 8 11:54:52 2010 +0100

    Update changelog regarding /etc/skel/.gitconfig and Standards-Version update.

commit 7b61b6a6d96cdcbaac60256928ad5c75d72d575a
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 8 11:30:09 2010 +0100

    Bump Standards-Version to 3.9.1.

commit 79739635ca661a019aa8e3cb7c295d371f2c29b8
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Nov 5 09:34:16 2010 +0100

    Sync zsh-lookup with upstream
    
    ...adding grml_bts backend.

commit a7dcbdf193a125ae357fb8c4647bcdbca1aa1c6c
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Nov 5 09:33:38 2010 +0100

    Updated debian/changelog

commit a17c869edadb5ab3dc6c0f5e453a4fb77eace866
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Nov 5 09:33:00 2010 +0100

    debian/copyright update, due to zsh-lookup inclusion

commit 1ee27bd79f2b8eae519f6890bc43f5feca13a261
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Nov 4 13:48:18 2010 +0100

    Add zsh-lookup sub-system
    
    In the grml-etc-core package. Not in the grmlzshrc file. Not going to happen. :)

commit 9ae0b0c0858f15dc7ec46fbd86660dafc3946695
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 4 14:01:16 2010 +0100

    /etc/skel/.gitconfig: drop core.pager option (less -Mr) causing terminal problems.

commit 5a4a6475f13b245722d2076b0ecf1e2bfad92c62
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Oct 21 10:46:33 2010 +0200

    zshrc: Disable vcs_info for restricted shells

commit 49bae75acfce4555ddd955c6fe766077bf5c78df
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 27 22:01:07 2010 +0200

    Update debian/changelog

commit 6105e243f40705e8cc1653bbb3863475b3e8a311
Author: Ulrich Dangel <uli at spamt.net>
Date:   Mon Sep 27 21:54:16 2010 +0200

    Add support for persistent-undo in vim >= 703
    
    Store the undo file in ~/.vim/undo. The directory will be created
    automatically if possible.
    
    Acked-by: Michael Prokop <mika at grml.org>

commit 28c0acf9592bcf64951ac1d87a6774c89124bf0f
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Sep 15 11:53:30 2010 +0200

    Added a note about modifying the zshrc file

commit 973d96b8648efd4f7651d7be202ec95d289d5a06
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Aug 28 16:10:05 2010 +0200

    grmlzshrc.t2t: Finishing functions.
    
    cdiff(), cvsa(), cvsd(), cvsl(), cvsq(), cvsr(), cvss().

commit a04b0dbc3f61d977c8beb39e4f70c2ee7c415459
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Aug 28 15:19:20 2010 +0200

    Update debian/changelog

commit fa2c7d53f75fcad4657b06ede1ff32cdc21e6c52
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 27 14:19:44 2010 +0200

    grmlzshrc.t2t: doc for more functions.
    
    gex(), wikide(), wikien() and wodeb().

commit 112cbc0a0e6089f2159f822b29ea5dd04fff1118
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 27 20:06:02 2010 +0200

    zshrc: Fix passing of args in cdiff().
    
    Use "$@" instead of "$*".

commit 70e4db2343af04f1b4c83da632ec6ca3c9029c65
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 26 17:55:41 2010 +0200

    grmlzshrc.t2t: doc for netcraft(), swiki(), oleo().

commit 8a9f7ccf262b8f4e4877f4af6188c21a16d90636
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Aug 24 16:53:51 2010 +0200

    grmlzshrc.t2t: Some more functions.
    
    dmoz(), dwicti(), ewicti(), ggogle(), google(), iwclient(),
    mggogle().

commit d7e0ae5d33c69dafbe1f795ddbf2947cafd06a17
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Aug 19 21:40:25 2010 +0200

    Update debian/changelog

commit 2e451e06b33d08a352e066ff7ce3884bee30faf5
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 19 16:46:31 2010 +0200

    zshrc: Fix iwclient()
    
    Calling dhclient instead of aliasing it.
    Make awk print the right field.
    
    Acked-by: Michael Prokop <mika at grml.org>

commit b7e2161416537c0b43de6c8ebc64a6098736c150
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 19 15:40:09 2010 +0200

    grmlzshrc.t2t: More functions.
    
    deswap(), ipv6-tunnel(), Start()/Stop()/Reload() etc.

commit d56e5285200bd651b68d8a8cf9a65e8b63d24a3d
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 18 21:37:37 2010 +0200

    grmlzshrc.t2t: More functions documented.
    
    any(), dchange(), dnews(), edalias(), edfunc(), freload(),
    manzsh(), profile(), sll(), setenv(), uchange().

commit 08b620f9509a55bfc633bfaf50fd94065d72b633
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 18 16:20:03 2010 +0200

    grmlzshrc.t2t: Docs for some functions.
    
    get_tw_cli(), apache2-ssl-certificate(), nt().

commit 5489c332ac37140d8593c4eeba86720bb804a81c
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Mon Aug 16 18:45:59 2010 +0200

    grmlzshrc.t2t: Finish aliases
    
    Document debs-by-size and fix formatting typo in "...".

commit d923c855e3fe2e5f49960a17ec664d9adf7613b7
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Mon Aug 16 13:46:04 2010 +0200

    grmlzshrc.t2t: Docs for some aliases.
    
    $(uname -r)-reboot, cp, mkdir, mv, rm, rd, term2iso, term2utf,
    0, S, s, top10, dbp, ge llog, tlog.

commit 24305b590ced2df02f4d589f0e5ac7380ea572ea
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 11 21:35:53 2010 +0200

    grmlzshrc.t2t: aliases hidiff, url-quote, mdstat and ...

commit 282936240b1f57435248753f00a20595ec8157bb
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 11 14:48:49 2010 +0200

    grmlzshrc.t2t: Mercurial related aliases (hbp, mq).

commit 3fa9e9307ebb81bed64cb83ea49a8500750462a4
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Aug 10 18:47:10 2010 +0200

    grmlzshrc.t2t: environment vars LESS_TERMCAP_*

commit 8c10100d37bd17eaf94fb18ccd8e749a1bb0d4d0
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Aug 7 14:59:42 2010 +0200

    Update debian/changelog

commit 80da86cdf673fb3bc7879723423e9e5d66e69692
Author: Ulrich Dangel <uli at spamt.net>
Date:   Sat Aug 7 14:52:59 2010 +0200

    zshrc: Remove get{air,gizmo,skype,skypebeta,xlite} functions

commit bc1bce40871f35710d8381d66d7eb641e2fbebb0
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Aug 7 11:59:38 2010 +0200

    Update debian/changelog

commit 50d592ce3821793fc8203cd6c689add1096e85b4
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Aug 7 11:54:15 2010 +0200

    zshrc: Remove functions gethgclone() and gethgsnap()
    
    Superfluous wrappers around hg.

commit c7df268799aa92647081892e0d5c3e864a1e2afa
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Aug 7 11:49:15 2010 +0200

    grmlzshrc.t2t: functions hgstat() and hgdi().

commit 40a3354542898e8fa370af99da9cd535555edd00
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 5 18:53:48 2010 +0200

    grmlzshrc.t2t: Variable watch.

commit 284b053de6aab8a8efae47453c4c2e9000092491
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 5 13:28:26 2010 +0200

    grmlzshrc.t2t: Vars HISTFILE, HISTSIZE and SAVEHIST.

commit d623fde1f79fe3d0704c94a9b3114df172d3cf49
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Jul 31 13:15:27 2010 +0200

    grmlzshrc.t2t: Doc for functions whatwhen() and weather()

commit be1fd4ecc15373732358aba147401e1f196cc525
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jul 30 19:05:44 2010 +0200

    Update debian/changelog

commit 59b681d221dfdc091d4be594dfdd1a9767606350
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Jul 30 17:19:53 2010 +0200

    zshrc: Silence warning in weather() and make func more verbose.

commit 3591a4c2133ad10b9b4a456402a9bb9e6019084b
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Jul 28 16:42:04 2010 +0200

    Fixed a bug in whatwhen()' help output
    
    Found by Joerg Woelke. Thanks!
    
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit 35df2f959faf30397290af524a1a043d3a3dedf0
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Jul 28 16:15:09 2010 +0200

    Update debian/changelog

commit 10faaeccfa8a09eb6750a2a43dbcc7d06211fe6c
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Jul 28 15:11:33 2010 +0200

    grmlzshrc.t2t: Document function linenr()

commit e2367fd3cd6ea4b455265f45cc4e4a53cc01cf5b
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jul 23 10:48:23 2010 +0200

    Updated debian/changelog
    
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit bb421eff0568849e06231b8ee07002b742d28cb0
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Jul 21 18:10:26 2010 +0200

    zshrc: Comment out zurl().
    
    Function is broken and violates Tinyurl's policy. Needs a rewrite.
    
    Acked-by: Michael Prokop <mika at grml.org>
    Acked-by: Frank Terbeck <ft at grml.org>

commit 8eaced4266574872fb6185707788c53df58d24a2
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Jun 29 13:43:03 2010 +0200

    debian/changelog: Fixed typo
    
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit c9726efc0f6baf5cc1b0144eb6a2b7f5b963e8a0
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Jun 29 13:23:23 2010 +0200

    grmlzshrc.t2t: Remove references to git-get-*()
    
    Reported-by: Carsten Hey <carsten at debian.org>
    Signed-off-by: Frank Terbeck <ft at grml.org>

commit 481935b8882ca21dd79c0e0bbbe62da85303d6d2
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Jun 29 11:10:56 2010 +0200

    Updated debian/changelog
    
    Signed-off-by: Frank Terbeck <ft at bewatermyfriend.org>

commit 96e953dc4fd26a05ad8811bf44a54bdf38edd968
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Jun 29 11:07:26 2010 +0200

    zshrc: Amending the previous patches slightly
    
      * Using our `check_com' function instead of `which'
      * Make sure `print' doesn't crap its pants for files named "-*"
    
    Signed-off-by: Frank Terbeck <ft at bewatermyfriend.org>

commit 2bf79bbb247c6c349ae697abfd2a3fdca1f2681a
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Jun 28 14:03:42 2010 +0200

    zshrc: rename new() to modified(), add an alias for backwards compatibility and add new function accessed()
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit 01b9ed02a2e39dd58de3bff8a673ac1add3e7bae
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Jun 28 20:43:18 2010 +0200

    zshrc: load zsh/stat as zstat instead of stat
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit cfef940a82ef9cac9de13c25653e9a6b24975091
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Jun 28 14:03:39 2010 +0200

    zshrc: fix typo in default value handling of changed() and new()
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit 3c7bb2fa9a9957d4703b51cc54de094bd4232822
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat Jun 19 21:21:03 2010 +0200

    zshrc: Remove git-get-*()

commit d3ab838552dcf6e0649331b09cdb10b0c768381f
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 10 23:33:53 2010 +0200

    Release new version 0.3.83.

commit 3b7644286437411ebc63acb8f8e1a844a42f17a2
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 10 16:09:40 2010 +0200

    zshrc: prefer external vcs_info if available, fall back to internal otherwise (thanks, ft)

commit 553583de2158242b3161fb66068eb7c6400d0a10
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 10 15:38:19 2010 +0200

    zshrc: do not enable menu selection for directory-stack, this modifies ctrl-d behaviour as well

commit 4855fe0d478b67ced12783591c0636234b55da24
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jun 2 23:21:47 2010 +0200

    Run VCS_INFO_check_com cvs inside VCS_INFO_cvs_detect.
    
    Thanks to Carsten Hey.

commit 9db2fa1ad20f847e0162a3845ac5d7d450298b10
Author: Michael Prokop <mika at grml.org>
Date:   Mon May 31 18:25:04 2010 +0200

    Rename _bkdate to insert-datestamp and enter date at cursor position instead of end of line.
    
    Thanks to Martin Krafft for the inspiration.

commit 8cfa1ca76d4164182c26653c8237733cbe995324
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 28 01:03:52 2010 +0200

    Release version 0.3.82.

commit b36984cd736719693f754276bee529900ba22bf1
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 25 00:50:44 2010 +0200

    Function asc() for roadwarriors using GNU screen and ssh. Thanks to Axel Beckert.

commit fd025b6806dd26c6f27a96d7181e701983e0e7e1
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 20 21:44:02 2010 +0200

    Release version 0.3.81.

commit 5d0b338555c8eadf95e54c41aeca4cccb9779384
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 20 21:42:15 2010 +0200

    Support /etc/grml/screenrc in screen function for non-root users.

commit 75da108562618bc810c93fe0fefec22f9d293314
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Mar 15 00:47:54 2010 +0100

    debian/changelog Update

commit e5d1d0b354ab8ebe16b4f78aadec91ed861fd04c
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Mar 15 00:05:34 2010 +0100

    zshrc: add default values to changed() and new()
    
    Make changed() and new() display files changed/modified within the last
    day if no argument was given
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit 16e9ec67e0c4dbe11464ffc13a49f82bddabfa9e
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Mar 15 00:04:24 2010 +0100

    zshrc: add function changed()
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit ad2b81b8e6801c203693127ccbdec8656c0af223
Author: Carsten Hey <carsten at debian.org>
Date:   Mon Mar 15 00:02:06 2010 +0100

    zshrc: map backtab to reverse-menu-complete
    
    Signed-off-by: Carsten Hey <carsten at debian.org>

commit 8d44faaf696f3ad6fcb70cfe5fbb99cef249d26c
Author: Michael Prokop <mika at grml.org>
Date:   Thu Mar 11 01:35:37 2010 +0100

    Release new version 0.3.80.

commit 2464dac5c121307ce71877332d7a7b19fe653b95
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Mar 11 00:48:44 2010 +0100

    zshrc: Make minimal-shellrc printf-free
    
    One of the major reasons for `minimal-shell()' is to be able to use it
    without /usr being mounted. But some OS vendors think it's smart to put
    `printf' into /usr/bin - sed, of course happily lives in /bin. Debian
    happens to think that's funny, too.
    
    mksh doesn't make `printf' a builtin because it doesn't want to link
    libm in (well, you can hack it in - but that's a discouraged non-
    default). This replaces "printf '%s' foo' with "print -r -- foo", which
    should resolve the issue for us nicely.

commit 00085f1df9b9da86d01105627f7c42a0669b1e0b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Mar 11 00:28:32 2010 +0100

    zshrc: Fixed `minimal-shell' function
    
    Well, it was actually completely broken. Because I fed an absolute path
    name into `check_com()' without testing it - instead of using the
    obvious test.
    
    This also fixes an annoyance:
    
    If infocmp returns an octal code such as this:
        backspace='\177'
    
    That screwed up our special-string resolution, because mksh's `print'
    builtin doesn't like \177 style octals. It *requires* them to look like
    this: \0177 (leading zero).
    
    We now just translate these strings like this:
        \\[1-7][0-7]*    =>   \\0[1-7][0-7]*
    
    That should be fairly safe. - And this time, mika and me actually tested
    the code before committing it. :-)

commit 442da815e7724dc8601329d6f725a9f65e656382
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 10 23:53:00 2010 +0100

    Drop backupcopy option to avoid overwriting symlinks. Issue brought up by Ulrich, thanks!

commit 744df552df2218541797cff2406144f1d6745f44
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Mar 3 13:58:48 2010 +0100

    Make our C-z shortcut smarter

commit ba50de94fa8728459333e95a5019d1cfbf23dd78
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Mar 3 12:34:40 2010 +0100

    Make sure /bin/mksh is used in minimal-shell()
    
    If that is not done, the `env' program may start a mksh from the
    current directory, which we certainly do not want. At all.

commit fbfb3eb9ac91ed02c34a4c3229b7d1a44703b0ce
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Mar 1 19:05:23 2010 +0100

    grmlzshrc.t2t: Updated minimal-shell entry

commit e7f84863ff37d54cc2b99e259b4aa2698543a767
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Mar 1 17:50:10 2010 +0100

    zshrc: Switch `minimal-shell()' from ksh93 to mksh
    
    As announced in:
        <http://ml.grml.org/pipermail/grml-devel/2010-February/000011.html>
    
    The minimal-shell() function now checks if the shell in question (mksh)
    is available and if so, executes it with an empty environment, with only
    TERM and HOME set. The mksh setup used sets a number of other
    environment variables (such as $VISUAL, $EDITOR and $PAGER).
    
    One added feature is that the mksh prompt shows non-zero return values
    from programs you ran:
    
    [snip]
        (3)-~$ false
        [1]-(4)-~$ true
        (5)-~$
    [snap]
    
    The prompt does *not* feature any eye-candy such as standout or colour
    sequences. It should therefore run in pretty much every terminal.
    
    Special keys are set up via terminfo if `infocmp' is available.
    Otherwise mksh's rather sane defaults are used.

commit 802321b9d6feeda65df5d4055267e68e11ef053d
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 26 22:04:22 2010 +0100

    Bump Standards-Version to 3.8.4 and release 0.3.79.

commit 76cd9dc5ecc78230924c964ac37616f2ac6ffa71
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 8 23:06:03 2010 +0100

    debian/changelog move entry to the appropriate version

commit da66fbc42c4ddaad216a981785c61867e3e077e0
Author: Ulrich Dangel <uli at spamt.net>
Date:   Mon Feb 8 23:02:29 2010 +0100

    updated changelog entry

commit 61d7f2c159f8b702252ff6f603eb4dd4f32295a3
Author: Ulrich Dangel <uli at spamt.net>
Date:   Mon Feb 8 01:00:03 2010 +0100

    Use wrapper functions for changing title/screen [Closes: Issue779]
    
    ZSH prompt escapes in a command while caused strange output. Therefor
    do not use print -nP but expand the prompt escapes explicit.  To provide
    a convinient method for changing the title Franks screen_printf function
    from <http://ft.bewatermyfriend.org/comp/zsh/zshrc.d/zfunct.html> was used
    as starting point.
    
    Acked-by: Frank Terbeck <ft at grml.org>

commit 85d167395b54475847233b5a1c5edb81c1760bec
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Feb 7 18:07:10 2010 +0100

    zshrc: fix problems in vcs_info wrt older git versions
    
    When rebases conflict and create a directory .dotest/, the branch name
    ended up empty and that caused the git backend to abort collecting data
    and return an error code.
    
    That caused vcs_info to set up everything as if no version control
    system controlled the directory.
    
    Reported by Timo Boettcher, Thanks!

commit 6fbaca3963411d1ce818e61e114be4daed3860d6
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Dec 8 17:24:20 2009 +0100

    grmlzshrc.t2t: Docs for some shell variables.
    
    COMMAND_NOT_FOUND, GRML_ALWAYS_LOAD_ALL, GRML_ZSH_CNF_HANDLER,
    GRMLSMALL_SPECIFIC, MAILCHECK, NOCOR, NOMENU, NOPRECMD,
    REPORTTIME, ZSH_NO_DEFAULT_LOCALE, ZSH_PROFILE_RC.

commit 85e2b9fbc85614af53e38c997b32b731b9dec888
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Nov 26 15:12:44 2009 +0100

    zshrc: Remove function j2v().
    
    Acked-by: Michael Prokop <mika at grml.org>
    Acked-by: Frank Terbeck <ft at grml.org>

commit c1ce4507366085448f95c3d5f20109df3b2892c8
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Nov 25 09:21:40 2009 +0100

    grmlzshrc.t2t: Some environment variables.
    
    EDITOR, MAIL, PAGER, SHELL.

commit 9741c4556452efeeaad4c81ad05f7eb2564f9013
Author: Michael Prokop <mika at grml.org>
Date:   Wed Nov 11 21:48:06 2009 +0100

    Update for release 0.3.78.

commit b94c02c5ca17afd5974fad4fc34f00d60c085b57
Author: Ulrich Dangel <uli at spamt.net>
Date:   Sat Nov 7 02:37:55 2009 +0100

    Added top configuration file to skel directory. Thanks to Andras Korn for
    the idea. [Closes: issue755]

commit a85c16be24d7f779cf295dd33448c3fa26b47e82
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Nov 6 15:21:53 2009 +0100

    More sanity checks for vcs_info
    
    Before, this could screw you:
    cd /tmp; mkdir test; cd test; sudo chown root .; sudo chmod 700 .

commit 61acfbb61d0830f153227e97a631148e830a8bce
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 22 13:38:34 2009 +0200

    Update changelog (Closes: issue745)

commit 23875c21f01acaefbee4e532b5c24dff576b2ffe
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 22 02:56:30 2009 +0200

    Update changelog

commit d0d83ab96d43212033f4c8b7bfeca5584eb7e3c5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Oct 10 13:53:46 2009 +0200

    Add Emacs local variables at EOF equivalent to vim's.

commit 1344763d286000266de3d24a56e605fa569be7fb
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 22 01:18:31 2009 +0200

    Update date in GRMLZSHRC and add online rule to Makefile

commit 62fd126738cfade8aa2edaf0c1b42dfdb5c291ec
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 22 01:04:09 2009 +0200

    Update changelog for release 0.3.77.

commit 1597e1454b9b4f3aff279f6f7c336f4936896bc7
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Oct 21 16:10:33 2009 +0200

    Adding changelog entry for the added zshrc manual

commit 751844150b4aff77e796ec0460972dd868e66f3b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Oct 21 15:40:27 2009 +0200

    grmlzshrc.t2t: change wording in STATUS section

commit 44ade3a7157d7c181867ef15dcb8b025307f8972
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Oct 16 09:14:07 2009 +0200

    grmlzshrc.t2t: Add some more authors

commit 08eefff9a88eab6f0b3deb3e2cd6e79da04ee196
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Oct 7 14:14:01 2009 +0200

    grmlzshrc.t2t: Begin documenting environment variables.
    
    Intro, BROWSER, COLORTERM, QTDIR.

commit 812ab3773eeed56363a55af6739b74ad28375d36
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Sep 21 14:12:50 2009 +0200

    grmlzshrc.t2t: Document ssl-cert-* functions

commit 4950ee0b52dd0864e4012ed1d32cfd222ce46040
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sun Sep 20 20:30:23 2009 +0200

    grmlzshrc.t2t: Fix typo.
    
    smart-indent instead of smartindent.

commit 664b12957717af341439242f1539a1a638321057
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 17 08:49:43 2009 +0200

    grmlzshrc.t2t: Descriptions of functions.
    
    d, exirename, hl, ic_get, makereadable, man2, mdiff,
    mkmaildir, new, trans, uopen, xtrename.

commit c46a31df37b335196b6f5d9d0eff0b84b431fdd2
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Sep 11 17:05:45 2009 +0200

    grmlzshrc.t2t: Descriptions for functions.
    
    check_com, checkhome, iso2utf, salias, swspeak, uprint,
    utf2iso, xcat, xsource, xunfunction, zrcautoload,
    zrclocal.

commit 41212a225f56ee577416be908be954c014310df8
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Sep 8 16:06:20 2009 +0200

    grmlzshrc.t2t: Options chapter.

commit 1cf34fb021a4ff93478d3aca6fc1bc0170d41fae
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Mon Sep 7 12:41:56 2009 +0200

    grmlzshrc.t2t: Document umask settings.

commit 539bd76c726a48e1bfa28108be63cecda588edac
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:50 2009 +0200

    grmlzshrc.t2t: Some keybindings.
    
    ESC-v, CTRL-x-1, CTRL-x-p, CTRL-z.

commit b7831a99a41f437172eb86b58b33da4505bfa732
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:48 2009 +0200

    grmlzshrc.t2t: Docs for software installing functions.
    
    getair, getgizmo, getskype, getskypebeta, getxlite.

commit 37cc3a9c56d48e66ac4bbb81d8b7bab66f442554
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:49 2009 +0200

    grmlzshrc.t2t: Some descriptions of functions.
    
    allulimit, dirspace, disassemble, fir,  git-get-diff,
    git-get-commit, git-get-plaindiff, hidiff, mkaudiocd,
    mmake, ogg2mp3_192, refunc, smartindent.

commit a02215f68d095e92f11337e178e497a1806a13d0
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 3 17:50:41 2009 +0200

    grmlzshrc.t2t: Document new functions.
    
    855resolution, cdrecord, debian2hd.

commit 935c6617bbb70323afa8d2bbd17894bab1bba43b
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 3 17:57:52 2009 +0200

    grmlzshrc.t2t: More docs of some functions.
    
    ansi-colors, plap, selhist, show-archive,
    simple-extract, smartcompress, vman.

commit a4afaaa75f2c8b5eb74f49832e4f44fb82e1ad64
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 3 17:57:51 2009 +0200

    grmlzshrc.t2t: Docs for some functions.
    
    agoogle, aoeu, asdf, uiae, bk, brltty, debbug, debbugm,
    minimal-shell, peval, vim, zg.

commit aec3c03b63e326e05d5e2cfa7c548dfef9fc715f
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 3 17:57:50 2009 +0200

    grmlzshrc.t2t: Docs for some aliases.
    
    calc, CH, CO, default, grml-rebuildfstab, grml-version,
    hide, huge, large, medium, semifont, small, smartfont,
    su, tiny, truec.

commit e71109e01ab7e2d5307969a970a983cae1f89588
Author: Maurice McCarthy <manselton at googlemail.com>
Date:   Sun Aug 30 13:16:56 2009 +0100

    grmlzshrc.t2t: Aliases ? and help-zshglob

commit 642cbf9bcf655665eb4d0ee704b1f622d062ea3c
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 28 19:05:57 2009 +0200

    grmlzshrc.t2t: Docs for apt related aliases.
    
    acp, acs, acsh, adg, ag, agi, ati, au, up.

commit 07447f3428feebe83ba405d322acec3649af8563
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 27 19:41:03 2009 +0200

    grmlzshrc.t2t: Some aliases to ls(1).
    
    dir, lad, lsa, lsl, lss.

commit 6ba082d56db096b6971d83a81136ce2b25fd25c5
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 27 16:24:55 2009 +0200

    grmlzshrc.t2t: Put alias j back into alphabetic order.

commit 0fba215df226fb5194bb5d8b6d2bbb72c6b05061
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 27 16:21:19 2009 +0200

    grmlzshrc.t2t: aliases insecscp and insecssh.

commit 6669d4a3d2a4ba02161277b9b3a27e6973cb5614
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Aug 26 14:14:03 2009 +0200

    grmlzshrc.t2t: Add documentation about zsh-refcard tags

commit 3b5af21bb25c02bbb5f1cf2ffcfd78e94dfff91a
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 26 13:06:54 2009 +0200

    grmlzshrc.t2t: More function docs.
    
    fluxkey-change, genthumbs, lcheck, purge, regcheck.

commit ccabb9b26127441a2aff38571bfdbe901cf3a644
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Aug 25 16:03:46 2009 +0200

    grmlzshrc.t2t: Some more docs for functions.
    
    audioburn, audiorip, mkiso, shzip, slow_print, status, udiff.

commit 101b9a14ace836d337d35170a690bc5fd17b1563
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 21 19:46:14 2009 +0200

    grmlzshrc.t2t: Some more descriptions of functions.
    
    is4(), is41(), is42(), is425(), is43(), is433(),
    isdarwin(), isgrml(), isgrmlcd(), isgrmlsmall(),
    isutfenv(), limg(), sshot().

commit 264b6103759be264b9c95ba24e989a4072b813d1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Aug 21 10:35:53 2009 +0200

    grmlzshrc.t2t: Add note about --color=auto
    
    I think most aliases actually do check for GNU tools before using --color.
    Those that do not should get such a test in the future.

commit df06f345c76d1b47a8332b2c7091c8454e3e785a
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 20 17:19:57 2009 +0200

    grmlzshrc.t2t: More descriptions of aliases.
    
    l, la, lh, ll, ls, lsx, screen.

commit eff2aa1d0d48be73add162ffce254e2ddf676389
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 20 17:09:01 2009 +0200

    grmlzshrc.t2t: Some more descriptions of functions.
    
    cl, greph, mcd, shtar, viless.

commit e984e9c8934d44dad8662dd7f0492642a9e16242
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Aug 18 18:26:57 2009 +0200

    grmlzshrc.t2t: More descriptions of aliases.
    
    grep, GREP, lsbig, lsd, lse, lsnew, lsold, lssmall, lsw.

commit f2a1b407d3f02ac0716d97725423c1a36f4bd915
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 17 21:27:25 2009 +0200

    grmlzshrc.t2t: Update Authors section to include Joerg

commit b6494fe82e2b025ceba1797f5b1119bac2c4b552
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Mon Aug 17 21:05:06 2009 +0200

    grmlzshrc.t2t: Documentation for more functions
    
    2html, doc, hex, readme, startx, upgrade, xinit.

commit 6e903ad9497483def87bf60e0eee0305af56e833
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Mon Aug 10 22:03:33 2009 +0200

    grmlzshrc.t2t: Add documentation for a number of aliases
    
    Specifically:
    cmplayer, da, fblinks, fbmplayer, g, http, j, md, rw-, rwx, r--, r-x.
    
    Acked-By: Frank Terbeck <ft at bewatermyfriend.org>

commit 0b3e0489afc483675ef9f3069d1237c61cce2796
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 16:35:48 2009 +0200

    grmlzshrc.t2t: Update date

commit a4e963626119b8454a140a4cf95b215ebb6bda25
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 16:18:22 2009 +0200

    grmlzshrc.t2t: Start section about keybindings

commit ee2d90417035759b3d4c230cd5ca6d06cbb994bf
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 16:28:52 2009 +0200

    grmlzshrc.t2t: Document installation on non-debian systems

commit 4dd4d862e023c4167cdf0477cd8be62978c87890
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 15:49:06 2009 +0200

    grmlzshrc.t2t: Keep list layout consistent

commit a618457b55008eec5d9382996b21e8f07a9970b9
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 15:46:52 2009 +0200

    grmlzshrc.t2t: Update aux files section

commit 88878e226a06cfb2dc74576b9aa3186162bb3a95
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 15:46:27 2009 +0200

    grmlzshrc.t2t: Document persistent history

commit 464093627312e7be6e3afb6a2c42a5e468d21f16
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 15:45:51 2009 +0200

    grmlzshrc.t2t: Document screen status setting

commit ca3dedb3c5521ff4f6aef705efc446af0f2fde02
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 15:08:10 2009 +0200

    grmlzshrc.t2t: Document the accept-line wrapper feature

commit b7c265de1278f90f875d1a3f6332d5d79820f4b0
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 11:49:27 2009 +0200

    grmlzshrc.t2t: Add a STATUS section

commit b48f88f17f7ba95c0ba0000b9e9765e3a9c9d7c0
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Jun 1 12:41:39 2009 +0200

    grmlzshrc.t2t: Document directory based profiles

commit fc9a21f45058063dd2ff8161d01fdc0d832d708f
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Jun 1 12:41:02 2009 +0200

    grmlzshrc.t2t: Document persistent dirstack

commit 290b110df6b80560fc452f34160bfd050a2d15d1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Jun 1 13:54:48 2009 +0200

    t2t-modern.css: Switching default font family
    
    From "Garamond, Times, Serif" to "verdana, tahoma, helvetica, arial, sans-serif".
    As requested by mika. :)

commit 1237ce9607bb4dcebda9dfca17dd66091501d72a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Jun 1 13:21:20 2009 +0200

    Add modern.css from txt2tags as doc/t2t-modern.css
    
    It is GPLd, so we could use it as a base for an own css style.
    Unchanged for now.

commit bfc77e17e04977e0e132916be5db626a726b87aa
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 11:32:09 2009 +0200

    Add a manpage skeleton for grmlzshrc.5 as txt2tags markup

commit bf1a6cf153263cd08abf556959591f5773ee5b28
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun May 31 15:12:56 2009 +0200

    Add .gitignore

commit 90243ed0f646e34b0033f873ae64ce4cbe60529f
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 17 21:54:10 2009 +0200

    zshrc: drop aumix call in swspeak()

commit e2d45b2c14ea71f867f2fffae82b4cdb569e4597
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 14 09:27:04 2009 +0200

     Update changelog for release

commit a2eb5e1411e4ad4860c7c70735b9a59c703f16da
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Oct 12 01:10:30 2009 +0200

    zshrc: actively do: "setopt unset"
    
    It seems like some people think it is a good idea to unset that option.
    That is a very bad idea though.
    
    Why? Well, because of this:
    % unset foo
    % echo "foo$foo"
    zsh: foo: parameter not set
    
    That is totally incompatible with every other bourne like shell out
    there. And it breaks many shell idioms.
    
    In fact, it will break at least 'vcs_info()' and 'accept_line()' for us.
    Which is unacceptable.
    
    I also added 'emulate -L zsh' to accept-line() and vcs_info(), which are
    two functions, that will fail horribly with 'unset' unset. That will
    leave the shell intact even if someone wants to 'setopt no_unset' in
    his/her .zshrc.local

commit 0e01127a5a221a4e567fc30f17445b98d26f5e08
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Oct 8 11:31:07 2009 +0200

    Use *-pattern-* for incremental history searches

commit 6d72c14e22cc35f6443b933127b9d55e73427f06
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Oct 8 11:26:45 2009 +0200

    Fix one and add another is*() function
    
    The new one is is439 which checks for zsh 4.3.9 and newer.
    
    The fix is in is433, which did not return true for versions like 4.4.x and similar.
    That is currently not a problem, but may become once such a version is out.

commit c1a25cf9be7ef8441b528920e9dfe60729981c20
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Sep 21 20:36:32 2009 +0200

    Add missing Closes: for #741

commit 4e196b418a303d3badcb9479e36e949a2daf3d1a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Sep 21 13:21:58 2009 +0200

    zshrc: add openssl hash functions
    
    Initially written by Axel Beckert, minor changes by me.

commit 35aa71ae6f12db7fa22d0924e850761625a9da90
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 7 17:59:23 2009 +0200

    Update/fix debian/changelog

commit 500e8c54bec1b94515b49c2e4fc9e2fd39d618ca
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 7 17:57:03 2009 +0200

    Bump Standards-Version to 3.8.3

commit 11225c6f36d75c4016f0c20d5f573ebfbe7c5a89
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 7 17:55:42 2009 +0200

    zshrc: fix description of alias md

commit 6f323a73d1a65855ba847d2f2c64a6ccc10542ba
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:36 2009 +0200

    zshrc: Remove removal of unexisting functions/aliases for grmlsmall.
    
    vimpm, vimhelp (functions) and man2, man (aliases) don't seem
    to exist anywhere anymore.
    
    This also applies to /etc/skel/.zshrc.grmlsmall

commit 0f54088ed3defd8b0bdb9b6caaa103118a1cfff8
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:35 2009 +0200

    zshrc: Fix suidfind() and remove findsuid().
    
    Acked-by: Michael Prokop <mika at grml.org>

commit e81e770f7b7e6055fbd81bb5d1db635fb46ac7cc
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Sep 5 21:09:34 2009 +0200

    zshrc: Fix function fir() for Debian.
    
    As firefox is called iceweasel under Debian, the '-a' option
    won't find a "firefox" window. Additionally, if there is no
    firefox instance, just start a new one.

commit 4962cc96dbd7d7b253f9e65d495161ae27a08b70
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Sep 3 17:50:40 2009 +0200

    zshrc: Turn some returning aliases to functions.
    
    cdrecord, 855resolution, debian2hd.
    
    Acked-by: Frank Terbeck <ft at bewatermyfriend.org>

commit 87f7ba3507aa75f3213ed2bca9a524823bfbbf82
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sat Aug 29 17:24:49 2009 +0200

    zshrc: Fix limg.
    
    Remove listing of all files in directories given by argument.
    Parameters are ignored now.
    
    Acked-by: Frank Terbeck <ft at bewatermyfriend.org>

commit ab21c2ef0af93edcbd744d82d17b68a56d378236
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 28 18:50:37 2009 +0200

    zshrc: Drop arch/tla related aliases.
    
    Acked-by: Michael Prokop <mika at grml.org>

commit 672f7cffd65400bb1520fc9ee1d2e0a66d99c48d
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 27 19:55:14 2009 +0200

    zshrc: alias lsl should list all symlinks.
    
    Currently it only shows the ten first, which is rather arbitrary.

commit 048e33050c8ced7c723c3163e77b914da8e7ad52
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Thu Aug 27 09:45:39 2009 +0200

    zshrc: Remove aliases ips and check_dpkg_running.
    
    Added changelog entry. -ft
    
    Acked-by: Michael Prokop <mika at grml.org>

commit 344a5c51384fc3acead84167c96a0acfc61be474
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Aug 26 23:01:05 2009 +0200

    zshrc: move a commented out example to skel/.zshrc

commit 37c121ea95764ec47f81247933bf67a540fdcd1e
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Wed Aug 26 13:06:30 2009 +0200

    zshrc: Minor mispelling in output of purge().
    
    If then <-> more than.
    
    Added changelog entry. -ft

commit 7024682f98c4631845e6faf65c356bea21737a3a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Aug 25 22:31:46 2009 +0200

    zshrc: remove sig()
    
    Brought to attention by Joerg.
    This function serves no real purpose in an interactive shell session.
    
    Reported-by: Joerg Woelke <joewoe at fsmail.de>
    Acked-by: Michael Prokop <mika at grml.org>
    Signed-off-by: Frank Terbeck <ft at bewatermyfriend.org>

commit c33b019fd8c97b34b18baf0c9956649e690c6f58
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Aug 25 22:05:59 2009 +0200

    zshrc: remove reload()
    
    'exec zsh' should be used for reloading the configuration, freload() for
    reloading function definitions.

commit f56be3d6fa923b443c6cea20915eefca2d13f428
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Aug 21 18:36:00 2009 +0200

    Missed one in the last update

commit 6c513a04b0677ff80cd0f67e714d0c8b8dd7c4fd
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Aug 21 15:56:03 2009 +0200

    Update debian/changelog for Joerg's recent commits

commit 2071719f1feda7b2e4d13e127503c246b0d23ac3
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Fri Aug 21 15:34:51 2009 +0200

    zshrc: Remove superfluous function shtgz.
    
    shtar() does the same and is more portable.
    Also fixed description for zsh refcard.
    
    Acked-by: Frank Terbeck <ft at bewatermyfriend.org>

commit dfa598a7dd283a58d55d278758c97f4d1d426f22
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Tue Aug 18 18:27:46 2009 +0200

    zshrc: lsx should list all executables.
    
    Make lsx list all executable files instead of only the ten first
    of an alphabetically sorted list of executables.
    
    Acked-by: Frank Terbeck <ft at bewatermyfriend.org>
    Acked-by: Michael Prokop <mika at grml.org>

commit 0ffab22e438e7464320dd9ec344c6062124e99c0
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Aug 19 12:37:32 2009 +0200

    zshrc: Remove the completion.d test
    
    /etc/zsh/completion.d is not even in our $fpath anymore.

commit e71f13a3eacb3465d7712db9c9618bf2414952ce
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Aug 19 12:21:48 2009 +0200

    zshrc: Remove the warn_skel test
    
    The setup should be in this layout for long enough now.

commit 44964b9307d67abd91aeecfe69e52b58d7c41b76
Author: Joerg Woelke <joewoe at fsmail.de>
Date:   Sun Aug 16 16:59:27 2009 +0200

    Remove broken ytdl() function from zshrc

commit 06daabb03098a5938ece9c080dc153ca46dd75a6
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Aug 12 22:24:56 2009 +0200

    zshrc: mark specilized run-help functions for autoloading
    
    run-help-git
            -svk
            -svn
    
    As requested by mika.

commit ebd1c1c5d48b3a12ec039783a2f865c251cf76c6
Author: Michael Prokop <mika at grml.org>
Date:   Mon Aug 10 14:18:37 2009 +0200

    script-functions: replace type -p with which

commit e55cc5630f6d5e1d9d90474643134a22f4bf15f2
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Aug 6 23:43:35 2009 +0200

    debian/changelog for vimrc merge

commit e158c40bcae1d2553d0ed9ac7d8fb85562915372
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Aug 6 17:27:16 2009 +0200

    vimrc: Move inclusion of .local files to the end
    
    That's where is makes most sense.

commit 6805c0d81f61425768d0146f7ca160b034b9f85e
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Aug 6 17:18:09 2009 +0200

    vimrc: merge etc/vim/vimrc and etc/skel/.vimrc into one
    
    This is done in order to have one file to hand over to end users. Be it
    users in grml or non-grml systems.
    
    The introductory 'set nocp' from the skel file is not needed anymore, so
    it is silently dropped in this commit.
    
    Removed a few trailing spaces, too.

commit 0d6dd0966c7a3e4f77220c13bad13d925ee7d7b5
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Aug 3 16:24:56 2009 +0200

    zshrc: Use vcs_info data for GRMLPROMPT > 0, too

commit 03f5f4fb5c18867ee3921d8c4b5402cef946f2da
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 28 17:55:07 2009 +0200

    Update debian/overrides

commit 9de146659752dda7e6413debfea77820735d1611
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 28 17:54:16 2009 +0200

    Drop all 'Latest Change' leftover references in several config files

commit c738dbf96c5624d98c62697d87dc41dd477259ca
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 28 17:53:05 2009 +0200

    Use true binary without leading /bin/ in preinst script

commit 16934bdacf66efc5f477d0986e026a68ff79830a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 28 17:49:23 2009 +0200

    Minor Debian packaging updates

commit 04c4d618ca0b91626e1f2a9ad32330ee5abbfd7a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 28 17:46:06 2009 +0200

    Update for releasing 0.3.73

commit 3db58981845ee3e688e5f0e4872327538bc94b98
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Jul 8 17:32:45 2009 +0200

    zsh: Import new version of mercurial completion _hg
    
    We're shipping a completion for the mercurial VCS since quite some time.
    This version was recently submitted to the zsh-workers mailing list with
    a new licence so that it can be distributed along with zsh.
    
    We can drop this completion once the zsh version that includes an _hg
    completer is widely used (or at least included in grml).

commit 658db70fd528c7b5f2b1ce8fbe7b65f00b540ab1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Jul 8 17:14:56 2009 +0200

    zshrc: Include current directory in persistent dirstack
    
    When we used 'dirs -p' for that feature, $PWD was included already.
    It's not present in ${dirstack}, though. Now we just prepend $PWD to
    $dirstack when writing it to .zdirs.

commit b5070ac43c7fc3a280526aaa172a901862198c8b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Jun 22 21:23:19 2009 +0200

    zsh: move completion.d and functions.d to usr/share
    
    Having an additional set of files in /etc sucks because there is no
    reliable way to deal with removing files and user customizations in any
    sane way.
    
    Keeping completions and additional function files in usr/share makes a
    lot more sense. This also gives us the opportunity to finally get rid of
    one of the annoying warning-tests at the start of our zshrc.

commit 5c716b322f326200b851bdd3c8751cb1ab475e6e
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:30:26 2009 +0200

    zshrc: Using "emulate -L"s in functions where needed
    
    This will allow people to get functions from our setup into theirs, even
    if they are using very very uncommon option settings.
    
    Also changing coding style from ${x} to $x in the touched functions.
    Writing parameters as ${parameter} is clearer in most cases, but for
    single-character variables it is actually harder to read and a lot
    clumsier to type. I should probably add the to the policy...
    
    This also contains a few misc changes/fixes that caught my eye while
    browsing the file.

commit e77b03812337fe05e38d367dad4188b7a231006a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:11:40 2009 +0200

    zshrc: Set options a lot earlier and include no_sh_wordsplit
    
    We do need the version-checking functions and we also want .zshrc.pre to
    be sourced.
    
    We are also setting no_sh_wordsplit now. Doing that gives us a
    reasonable set of options for our zshrc to be sourced.

commit 26ec56414ddaa420642dc857bfb224386632023a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:02:30 2009 +0200

    zshrc: Move setting variables to the variables section

commit 17dd388203b936b1761f09f8c22a126eba4fa2b1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 21:00:50 2009 +0200

    zshrc: Move slash-backward-kill-word to a proper location

commit 88c67d516f79da57afebc57256536b38779d5e85
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Jul 8 13:18:50 2009 +0200

    Updating debian/changelog

commit 0d540a9391197ca4039246e4b5dc72b625d0df36
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Jul 8 12:59:31 2009 +0200

    zshrc: Insert a condition for loading /etc/default/locale
    
    In 76706fcdd9c160d7f3212e597d2139f45531da72 we started loading
    /etc/default/locale unconditionally in order to pick up sane defaults
    for a given system.
    
    While this is a good idea in most cases, because users may still
    customize the locale for their interactive sessions in ~/.zshrc.local,
    this does cause problems when you need most of your shells in the
    default locale and a few in another from time to time.
    
    That is the case for 'iso-term' a script that changes utf8 parts of the
    default environment to iso885915 and then calls an x11 terminal
    emulator.
    
    This change enables us to conditionally turn off sourcing the default
    locale file by inserting ZSH_NO_DEFAULT_LOCALE=1 into the environment of
    the calling process.

commit ec28d009086f81e755b7b508445e5b7e3584ff44
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 13:11:45 2009 +0200

    zshrc: Get rid off whence

commit 81d9fc2095becd2f56beac52989807b55936f815
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jun 7 12:56:37 2009 +0200

    zshrc: Give check_com a -g option to test for global aliases, too.

commit bcd36cbf23f304406b7541406492dc8fc317aaf7
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 5 09:37:04 2009 +0200

    zshrc: add deborphan, pal and hnb to compdef _gnu_generic

commit fab8bcc2d42a8202856a8ff1e1b5b21c596c51f8
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Jun 2 16:36:20 2009 +0200

    zshrc: Removing mostlike references competely
    
    Setting LESS_TERMCAP_* in zshrc now. And since virtually nobody has mostlike
    installed on their systems, we are now removing all references to it.

commit dbb49d444f52afd54c0a5b11705a769a0f801e32
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun May 31 17:58:10 2009 +0200

    zshrc: Do not discard the output of compinit
    
    When it calls compaudit, that can cause legitimate output, which
    is important because it requires user interaction. Not printing such
    output can make it seem like zsh is hanging forever.

commit 23c7c4da79c3253ea5f7bfcb6c55937f9866973d
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat May 30 19:33:09 2009 +0200

    zshrc: Add a note about contributing and grml-etc-core at grml.org

commit 7e8559ead49fd118410ce2a836de0a175c1a71d6
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat May 30 19:25:39 2009 +0200

    zshrc: Improve dir based profiles documentation
    
    Clarify how the context of the styles for directory based profiles are
    used used and mention a "best practice".

commit d26523599b4395b547e5dec41e9144ab18a985b4
Author: Michael Prokop <mika at grml.org>
Date:   Sat May 30 16:29:31 2009 +0200

    Update changelog for release

commit 172b53a13462d2bf42bacb8cab2c3241b454974e
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat May 30 01:25:07 2009 +0200

    zshrc: Make directory profiles version safe
    
    _functions[] arrays require version 4.3.3 of zsh. Check for that, document
    it and provide solutions to cope with it.

commit a63cf8f9b3c3fb8450dbc1d3faed62a10c72aecb
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri May 29 23:10:18 2009 +0200

    Forgot debian/changelog update. Again...

commit 1f3015211e686da1dcae9dd7af35e40df24afe7d
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri May 29 23:05:44 2009 +0200

    zshrc: Add directory based profiles
    
    Documentation included, see '/directory based profiles' in zshrc.

commit 1cf274b4162d9b93013c1738e26fed76186217ce
Author: Michael Prokop <mika at grml.org>
Date:   Mon May 18 22:32:37 2009 +0200

    zshrc: do not fall back to LANG en_US.iso885915 if it is unset

commit ab0af19da57705634c25c4c4c85490ba65ef3d32
Author: Michael Prokop <mika at grml.org>
Date:   Mon May 18 09:33:20 2009 +0200

    Update changelog for release

commit b16b540859e4b228722c5daa93c09220d68e0a9d
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun May 17 12:14:39 2009 +0200

    zshrc: source the global zshrc.local via zrclocal()
    
    This make sure it is always sourced when appropriate - along with other
    .local files and *before* the ~/.zshrc.local file.

commit c203eab69198c9ee3dddf98b535221cb39821c06
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 15 17:52:41 2009 +0200

    Update changelog for new version upload

commit 0ec6642fb74126584e686724e4da577256ca6696
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 12 15:29:47 2009 +0200

    Update changelog

commit 6726156d54c0c5de89c10b8bdc0dc9a332c6f451
Author: Moritz Augsburger <moemoe at grml.org>
Date:   Tue May 12 15:24:34 2009 +0200

    fix to enable title inside urxvt-unicode

commit 3c0d0ab61d47e9206deaf542d05abea1455ad0df
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat Apr 25 01:16:51 2009 +0200

    zshrc: remove conkeror alias

commit 8a4fbad6c3d99671c0fff11098d3ba40658dde16
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 21 11:01:50 2009 +0200

    debian/ policy updates

commit 929b3ff5a315c4abe6f4204939915ff0ba3800ef
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 21 10:27:27 2009 +0200

    Update changelog

commit 47571bf1c5ef12c02a26c4cc32ecb65ee4e1a48f
Author: Moritz Augsburger <moemoe at grml.org>
Date:   Wed Apr 15 12:45:18 2009 +0200

    not every user is allowed to read logfiles...
    
    Better way would be: create a command to test -r $file for all files in
    ARGV, prepend sudo only if not readable
    
    Signed-off-by: Moritz Augsburger <moemoe at grml.org>

commit aacd4d5ed67374faf59d09262c260876deb810b9
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Apr 6 13:05:48 2009 +0200

    zshrc: handle newer versions of mercurial
    
    It seems like the mercurial vcs (hg) does not create a .hg/branch file anymore,
    if there is only the 'default' branch. That broke hg-detection in vcs_info.
    
    This detects hg repositories by the .hg/store directory and defaults to 'default'
    if there is no .hg/branch file.

commit dd303d12e21ef67be7076604879299b896a8fa83
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Apr 3 21:23:52 2009 +0200

    zshrc: add a handler that uses debian's command-not-found package
    
    That package allows the user to get information with what package
    a certain command can be installed. AFAIK that package is only
    available on Debian based systems. Therefore disabled by default.

commit 4ae2112821835457375d257c1939da1385f92b32
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat Apr 4 11:45:47 2009 +0200

    zshrc: do not overrule native completions to _gnu_generic
    
    Only compdef commands to _gnu_generic if no native completion exists.
    This should fix problems with _gnu_generic and output from cp of
    coreutils version 7.1.

commit b28a9ffd7f5ad83fba4d58502a62c7fe32c2f092
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Apr 3 22:55:29 2009 +0200

    add commit-to-history widget
    
    Using the 'commit-to-history' widget a user can add command lines
    to the shell's history without executing it. Bound to: <ctrl-x><ctrl-h>

commit a13232cbdcd97fe43a13fe799658b98eec97493f
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Apr 2 13:13:02 2009 +0200

    Updated debian/changelog

commit bc37cee39c352813cf3aa420eec5ae25dc77d9fd
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Apr 2 13:09:02 2009 +0200

    zshrc: add wrapper for vim
    
    This wrapper sets VIM_PLEASE_SET_TITLE, so the vimrc knows to set screens
    hardstatus.
    
    The wrapper also supports an array ($VIM_OPTIONS), that can be used to set
    options for every vim invocation.
    
    To use the installed vim binary without the wrapper function, use either of these:
      % command vim
      % =vim
    
    The latter needs the EQUALS option set in zsh (which is the default).

commit 42ce151d8d932e740b6478698552f5185e69048c
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Apr 2 12:59:55 2009 +0200

    vimrc: only set title if the caller requests it or in gvim
    
    This should rule out problems with vim breaking screen titles when called
    from programs like w3m or mutt.

commit 20aa536b5cef0cef7cdd11842426af40f6686c02
Author: Michael Prokop <mika at grml.org>
Date:   Tue Mar 31 23:53:31 2009 +0200

    vimrc: enable features only if available; update changelog for upload

commit 76706fcdd9c160d7f3212e597d2139f45531da72
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Mar 31 13:23:59 2009 +0200

    zshrc: always read '/etc/default/locale'

commit 6c6bd10bc7aa19f3fff8e010df44166e2e1c0e10
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Mar 31 00:19:20 2009 +0200

    zshrc: Fix pattern to extract battery status from acpi

commit 2f25877ec37938414240e5d73899a40b57dc1d2c
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Mar 22 14:25:50 2009 +0100

    Updated debian/changelog

commit 7ed37a114a4cac77069d7dc37d20a92e6d1e0fd3
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Tue Mar 10 14:53:11 2009 +0100

    zshrc: Use single quotes througout values in power abbreviations

commit 180dcb7624d17d542a2a9285b221271b70269ae2
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Tue Mar 10 14:47:41 2009 +0100

    zshrc: Text formatting in section power abbreviations
    
    Just aligning the three columns key, value and additional doc string for
    better readability.

commit a98d735871694ee8d3efe07fbd4e0d8279e2d302
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Tue Mar 10 14:30:37 2009 +0100

    zshrc: Add a trailing space to the power abbreviation regarding grep(1)
    
    This way, the user doesn't need to type an extra space when giving following
    arguments and search pattern.

commit bc60c308d4e80b7943714dbec09dc3be81b9f2de
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Mar 8 18:31:53 2009 +0100

    zshrc: source ~/.zshrc.local for root, too
    
    This also fixes a missing Closes: in debian/changelog.

commit 23a5a031f0279b1070da6782937b55efd461681a
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 7 00:56:20 2009 +0100

    zshrc: use 'setopt noglobdots'

commit 3d658d0098c380491c35899bcebeb8b5afc54c76
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 28 16:59:23 2009 +0100

    vimrc: add check for $NOPRECMD

commit 98684b6bc8b75e5e6b5d413ee4d3a2bbf90d1181
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Feb 27 22:07:42 2009 +0100

    Updated debian/changelog

commit cf749a8adf5146b970860b199a883e4344a15962
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Thu Feb 26 17:48:11 2009 +0100

    zshrc: Delete unnecessary or questionable power abbreviation respectively.
    
    A lot of already defined aliases were incorporated as power abbreviations too.
    These were rather outdated or didn't make much sense. As a consequence just
    the power abbreviations which have replaced global aliases are being kept.

commit f48aff7356ceedbee43643bfbbfb875284f7baff
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Feb 25 01:40:14 2009 +0100

    Unfuck the last commit

commit 987bb60144a0483dbb42fb2bf3358bc3edaa0782
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Feb 24 20:42:57 2009 +0100

    Add support $NOTITLE variable
    
    'NOTITLE=1 zsh' allows the user to disable the alteration of terminal
    titles without completely disabling the precmd() and preexec() functions
    (in contrast to the already existing $NOPRECMD variable, which achieves
    a similar result by doing exactly that).

commit 60a3f7c9690ead62e0fbe7c9e82a4f88e9e44d6e
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 23 00:55:38 2009 +0100

    Updated debian/changelog

commit dd542fd9ce42db3eabaa9c914b14f1822457af9b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 23 00:51:38 2009 +0100

    Fix yet another bug in the shipped version of vcs_info()
    
    Triggered by the added format for screen title setting. *sigh*

commit 63327a1ef0da87f22dc63efc125308245a1a5510
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 23 00:24:03 2009 +0100

    Fix a bug in the shipped version of vcs_info()
    
    Triggered by the added format for screen title setting.

commit f1dcef93c675a38d71742e32410181d8cc50dd16
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 23 00:13:28 2009 +0100

    Tell repo names in screen title
    
    If we are in a VCS controlled directory you now get
      "zsh: repo-name"
    instead of the usual
      "zsh"
    in GNU screen's window title.

commit 87eac7da38591a149e32e912d07e32aff2806e35
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 23 00:07:17 2009 +0100

    Clean up pre{exec,cmd}

commit 60bb28bd9b6a8d3e388e69e4f6977cbb206d2a9a
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sat Feb 21 14:03:06 2009 +0100

    Forgot to add Closes: in the zurl() rewrite entry in changelog

commit 8c13f49a31fb01dafa85309149a2894874b52d76
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Wed Feb 18 16:21:11 2009 +0100

    zshrc::zurl(): Testing existence of given URL by pinging it first.

commit 15f6446e9f9fe17bab494f87ab43a01a3ca1e77f
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Feb 19 17:48:19 2009 +0100

    Updating debian/changelog

commit ccc94f4a8dcf92bdf3adacbdbf97c18b55fa0f8d
Author: Alexander Steinböck <bts at bts.grml.org>
Date:   Wed Feb 18 19:18:12 2009 +0000

    grml-etc-core: Rewrite of function zurl().
    
    Because of changes in the HTML source code of TinyURL, zurl() wasn't working
    properly anymore. For instance, it's now 'copy(http://tinyurl.com/7efkze)'
    instead of 'value="(http://tinyurl.com/7efkze)'.
    
    The function however is now just using zsh in-house means and tries to provide
    some decent output. Including TinyURL's new preview feature.
    <http://tinyurl.com/preview.php>

commit 12f9927c8ff4a36535c763038107433d8c1ff8ed
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Thu Feb 19 17:43:08 2009 +0100

    Fix typo in debian/changelog

commit f273e8a261f962d6c967771bd7dfe80d70fcdd1d
Author: Michael Prokop <mika at grml.org>
Date:   Thu Feb 19 17:14:09 2009 +0100

    Update debian/changelog for Franks work

commit c0c162e75f6602f2cf654cdb5be3d982b42b1115
Author: Michael Prokop <mika at grml.org>
Date:   Thu Feb 19 17:12:01 2009 +0100

    Use rxvt* to support setting title for rxvt-unicode

commit b93d674c5bc4e4327f1ab2ddd3674056d0e8f7f5
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Feb 17 12:51:05 2009 +0100

    zshrc: Make /etc/zsh/functions.d recursive
    
    That way, we can drop whole subsystems into there, if we want to, like:
    
        /etc/zsh/functions.d/VCS_Info/...
    
    This change also makes the code more backwards compatible.
    zrcautoload does not need the -U switch. It does that automatically
    depending on which zsh version is running.

commit 9663863a1c17ded15cc687a06ede6305a6e48b26
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Feb 13 17:47:26 2009 +0100

    Disable the skel check if running off a cd

commit 742f12ad19d083c16691006078305adf17477da7
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 13 14:07:36 2009 +0100

    s/please notice/please note/ - thanks ft

commit d31a5151aac452632653417b842bef8f034b9412
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 13 13:59:16 2009 +0100

    Improve NEWS and upgrade text

commit 9329fed8cdca843c1a3503f4b8d4f0eab52501a8
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 13 13:43:12 2009 +0100

    Further improve upgrade path via /etc/skel/.zshrc

commit 382aa5b14b992e88caafccbfd58482d0ce27e35d
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 13 13:24:59 2009 +0100

    zshrc: provide upgrade path via /etc/skel/.zshrc

commit ee38301e3a546f1cf5bc219cfb2a9cc73628431a
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 13 12:47:27 2009 +0100

    Add/Update header of /etc/skel/.zshrc and /etc/zsh/zshrc, add debian/NEWS entry

commit 2bb49d215ea82ab406f5c4ccf55fffe2a88e1b9b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Feb 8 13:33:51 2009 +0100

    debian/changelog: Updates for various commits from the temporary ft branch

commit 6247ef0d20c7a2c9302e9634476f54d23fd96150
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Feb 9 13:59:02 2009 +0100

    zshrc: Move more commented-out code to skel/.zshrc
    
    This time: $cdpath and $MANWIDTH
    
    All commented-out examples should go into the skel file, because users
    should make their specific changes in ~/.zshrc.pre and ~/.zshrc.local.
    Having examples in the global rc file would encourage to make changes
    there. Besides, commented-out examples make the setup harder to read and
    to maintain.

commit e7b6b7eabcf585a92aaaa1c8da7f694b7a49f3ab
Author: esc <valentin at esc.in-berlin.de>
Date:   Sun Feb 8 04:13:46 2009 +0100

    adding -f (force) switch to xtrename
    
    xtrename checks if $DISPLAY is set before printing the escape sequence that
    changes the xterm title. However, in certain circumstances this may not be an
    optimal check. For example: if the shell is running on a remote server which is
    headless, but an xterm is being used locally. In this case you can now use
    the -f switch to force the escape sequence to be issued regardless of the state
    of $DISPLAY.

commit 789fd75316c26ae394c3c32f7664139fc996a110
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Feb 6 17:28:15 2009 +0100

    zshrc: provide .. as a completion
    
    There was a bug in some 4.3.x versions of zsh, that enabled the
    completion of .. by default. That was a bug!
    
    This change does *not* provide '.' as a possible completion. But that
    is easily possible and an according snippet is included among the
    examples in etc/skel/.zshrc (commented out, as usual).

commit 2c8ba395a8bddb57300892c1ac27ff6036e493e9
Author: Jan-Hendrik Zab <jan.h.zab at googlemail.com>
Date:   Sun Feb 1 20:11:48 2009 +0100

    Use check_com for screen alias check/execution.

commit 0fabaaf4ee69cfb2e3a310542d0204196cc2b2e3
Author: Alexander Steinböck <z3ttacht at grml.org>
Date:   Fri Jan 30 21:04:14 2009 +0100

    zshrc: Fix status() when $BAUD is unset
    
    There are implementations of getty that don't export $BAUD. In these
    cases there is an empty value in the output of the status() function.
    
    This fixes it by only printing the baud-information field in case
    $BAUD is set to a non-empty value.

commit 4b7c5051eb6073da5a336b48d33f3f845ce0c01d
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jan 11 20:35:45 2009 +0100

    zshrc: try to be smarter about the skel warning
    
    In recent zsh versions, we can check the file name of the current code is.
    That way, we can add additional information about the warning.
    And automatically remove it if that seems reasonable.

commit 3cf8371bd1ed9e7d95dff34653bfe0ac90ab75a1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Jan 11 20:32:25 2009 +0100

    zshrc: move version check functions further to the front
    
    and restructure some of the code, which will be used differently in an upcoming commit.

commit 8cbf254eff70e6874c8b3da9002bfeb8fdd01923
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Jan 9 23:21:12 2009 +0100

    skel/.zshrc: adjust format to match the other examples

commit f3ba81acd221a5f865236f5e70706d7d599a7a51
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Jan 9 17:02:59 2009 +0100

    zshrc: move all the commented-out code to the skel file
    
    People should not be tempted to change our main config file. We
    provide plenty opportunities to tweak the config by .zshrc.pre and
    .zshrc.local; users really should use those files.

commit 8ad465d9652df46c1afd4781b710b87ea031c6ae
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Dec 31 16:30:18 2008 +0100

    Remove the use of ${rrn}, which is too new for vcs_info in grml

commit 6cb30e41c45e28f3f55ab554f05301b7bb3eb205
Author: Christian Hofstaedtler <hofstaedtler at inqnet.at>
Date:   Wed Dec 31 16:22:52 2008 +0100

    apply "PATCH: vcs_info, implement disable-patterns style (2nd try)" from ft

commit 20a16e6296515ea1a29e20d7839aa98c1feea646
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Dec 31 14:30:10 2008 +0100

    Remove .hgtags
    
    ...which is useless in a git repo.

commit 8cb42cfe2092494e9fd8e1b9b1f24980296cf2d8
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Wed Dec 31 12:12:59 2008 +0100

    zshrc: Add a warning about the new zshrc setup files
    
    Since a lot of people will have the .zshrc file from /etc/skel in
    their home directory, this should be the-right-thing-to-do[tm].
    
    This adds /etc/skel/zshrc.pre to stop this warning, because it is
    useless on grml systems where an up-to-date set of skel files is
    used.

commit faa0929b692212f492f7fca35d551c2caa5860ce
Author: Christian Hofstaedtler <hofstaedtler at inqnet.at>
Date:   Tue Dec 30 23:57:49 2008 +0100

    zshrc: add support for OS X, including fink and macports

commit e2ee5436065b022bdc4b060fa1bbf1d33437a8e7
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Dec 21 15:04:49 2008 +0100

    zshrc: Unification cleanup - Episode V
    
    Move genzshrefcard.pl setup variables to the end of the file.

commit 749c71d05a668b3b9c2bcddf32e570b44ce5fe7b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Dec 21 15:02:43 2008 +0100

    zshrc: Unification cleanup - Episode IV
    
    Do not source .zshenv it should have been sourced by zsh anyway...

commit 58ab47020ffa239076ab734f62edfe6ca6379d83
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Dec 21 14:51:23 2008 +0100

    zshrc: Unification cleanup - Episode III
    
    Remove zshskel alias.
    It's useless to source empty files. :-)

commit c4921aba55191f827aeb43465a1dcec67b690003
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Dec 21 14:49:25 2008 +0100

    zshrc: Unification cleanup - Episode II
    
    Update zsh-help() to reflect the new layout.

commit aed9b852626d06f14d99b23b335c194ebec89cd3
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Sun Dec 21 14:15:11 2008 +0100

    zshrc: Unification cleanup - Episode I
    
    zsh-gen-refcard comment

commit c0fd246d36df74a7f36b8c3ce25a2e2d6250a4ed
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Dec 16 13:44:58 2008 +0100

    zshrc: adding zg()
    
    This is a function that let's you grep for patterns in grml's zshrc
    depending on if you want to search for code for non-root or root users.

commit df8a2f32e7f95ba1f0c0fa85fa0b4f750e356cad
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Dec 16 12:01:50 2008 +0100

    Loading .zshrc.pre if it exists

commit b064d2e832046f078549a9625f75025c5638ab79
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Dec 16 11:57:01 2008 +0100

    Remove skel files...
    
    Well, not entirely. Removing .zshrc.grmlsmall.
    Leaving .zshrc with only a message in it to leave it untouched and
    use ${HOME}/.zshrc.local for private adjustments.

commit 753a93ad3c5168fad1f596bbabfe9638781db51b
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Dec 16 11:49:50 2008 +0100

    zshrc: Remove some unneeded code

commit b78fe008bd17e50641a9598d263208e3845fdba1
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Tue Dec 16 11:44:06 2008 +0100

    Merging all zshrc files into one
    
    That is skel/.zshrc{,.grmlsmall} + etc/zsh/zshrc => etc/zsh/zshrc.

commit eb353f2539a48e7b9629f77a1a3f627f3536b965
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jan 27 21:58:25 2009 +0100

    Re-enable exit keybinding in /etc/grml/screenrc

commit 1d005c74d1e8442e5529287d3a0955ff3ea47f08
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jan 21 14:53:57 2009 +0100

    Enable syntax only if available and do not enable digraph by default in /etc/skel/.vimrc

commit 36b19d3d797d334b963eb77e608250e930742e76
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Fri Dec 5 18:51:16 2008 +0100

    zshrc: Fixing a bug in urlencode()
    
    Apparently, the hex value of an encoded character must be at least 2
    digits wide.
    
    Found, explained and fix provided by Baptiste Daroussin. Thanks!

commit 1e0d93086b078c8031ee4502bdb525518ff3a3f7
Author: Michael Prokop <mika at grml.org>
Date:   Wed Nov 19 12:53:41 2008 +0100

    zshrc: add alias http for running "python -m SimpleHTTPServer"

commit ed19fce1c8039ff99f3493ed85edeee4d07c77c9
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 2 23:52:30 2008 +0100

    zshrc: update function swspeak for new script swspeak-setup

commit 7b6cd50a0ab551bc780a1ddad6db5d7eea22fb8b
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 2 23:52:06 2008 +0100

    gitconfig: update alias 'out', fix usage of pager config, add new alias 'tagme'

commit aaa8a923c46fa785a7fc6ab22508259e692d9033
Author: Frank Terbeck <ft at bewatermyfriend.org>
Date:   Mon Oct 6 18:30:38 2008 +0200

    zshrc: set default values for NOPRECMD and friends
    
    I am not exactly sure why this did not complain loudly...

commit e2ca20e59de7f7830b7d743330b52b7c089d3666
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 1 22:13:16 2008 +0200

    Update changelog

commit d576b5a7a8fa78f29c0f25147ab0c491ef00a6dc
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 1 21:57:30 2008 +0200

    Replace hg with git URLs

commit 2c924eaf62be71340f26c6292efb3a72dc8f994a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Sep 30 10:19:12 2008 +0200

    Integrate feedback from Gebi, please review again :)

commit 09accc45e10d98d2b2ceaca8b5a34693a71609a2
Author: Michael Prokop <mika at grml.org>
Date:   Tue Sep 30 00:45:12 2008 +0200

    Add fpu alias to gitconfig ("format-patch-upstream")
    
    Thanks for feedback, ft.

commit 48973e6a60a7534b220cc91903fd2aedcaa83128
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 29 23:51:36 2008 +0200

    Extend user section information (we need some further environment variables)

commit 1b7b920afc8121c241ce85f2ec083e420d527527
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 29 23:47:30 2008 +0200

    Do not enable user section by default

commit f7e7d5a0ee2953612b9010625896598653020359
Author: Grml User <git at grml.org>
Date:   Mon Sep 29 23:09:18 2008 +0200

    Initial version of ~/.gitconfig - please review
    
    Integrated stuff from Frank:
    http://www.bewatermyfriend.org/media/dot_gitconfig

commit 17fda8507b3616fd7d6ec89c52a6a33f0518f757
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 29 17:23:06 2008 +0200

    zshrc: update zsh-help() output

commit 608bc0481949763f227d5d3959cdc3a0207ed2bc
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 29 17:18:36 2008 +0200

    zshrc: improvements by Kai Wilke. Thanks!
    
    See <http://bts.grml.org/grml/issue528>.
    
      - transform [[ -z $PARAM ]] etc. tests to:
        [[ $PARAM -gt 0 ]] and [[ $PARAM -eq 0 ]]
      - fix a problem when /etc/zsh/functions.d
      - do not load zsh/zprof as it might be loaded already
      - *update* the battery status in $RPS1 each time its redrawn.
        only happens if the feature is enabled when sourcing zshrc.

commit 2d5ad7056e7e8d67802dbac537a26b758c5c33dc
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Sep 16 02:58:04 2008 +0200

    zshrc: ...updated the code, but not its users... fix.

commit 46d56404ec9fe1fc0042adf3f15708f6a37b1385
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Sep 16 02:53:00 2008 +0200

    zshrc: partial rewrite of vcs_info()
    
    Well, I hope the code is finally settling...
    This adds tla and codeville (cdv) backends.
    This is also a rewrite of the remaining parts that used external programs.

commit 09455061ecc0faf97354954ab8cf818877857770
Author: Michael Prokop <mika at grml.org>
Date:   Thu Sep 11 12:13:40 2008 +0200

    Added tag 0.3.57 for changeset d73e0a95943d

commit d276403302f3274cbce5c96c422c5fdc52a8b698
Author: Michael Prokop <mika at grml.org>
Date:   Thu Sep 11 12:13:10 2008 +0200

    Update changelog for uploading

commit 2766d2da77c8ea7f4b06a6ed1d9fe3f791d90374
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Sep 11 12:06:05 2008 +0200

    zshrc: Fixing $PS2
    
    We use prompt_subst for vcs_info() to work. PS2 contained a backtick, which
    starts off command substitution. There was no closing backtick (because the
    backtick is meant to be there for cosmetic reasons only), so that threw
    a parsing error now. Thanks to Matthias Merk noticing.
    
    This also removes some dead comments.

commit 988b6ab9c3675452786e2459ae5799bc0732a6a4
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 8 15:28:36 2008 +0200

    Added tag 0.3.56 for changeset 9fbbb733b10e

commit 76378e2bf57a0871a2e2b5c1a8b0b053637b2a42
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 8 15:28:22 2008 +0200

    Update changelog for upload

commit f891c0e2c2af5119345e63cb93beb28ca9328809
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Sep 6 02:00:10 2008 +0200

    zshrc: oops, renamed styles; use the new ones

commit 5e588b6d52992e691b406d3f3df175d2cf972d9b
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Sep 6 01:58:12 2008 +0200

    zshrc: changing invocation of vcs_info()
    
    Calling vcs_info() from PS1 is a stupid idea, because it will be called
    *every* *single* *time* the prompt is redrawn.
    
    That's among other things, every time you hit tab. Annoying.
    
    This calls vcs_info() from precmd(). That's a *lot* less than before.

commit 249e436ef73028ebac45308ee7de0332724aa616
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Sep 3 00:43:37 2008 +0200

    zshrc: 'limit stack' needs zsh 4.2.5 or newer (not just 4.*)

commit 545b01cbe7c32ad374ddb840c84bba6d032c4ab9
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 1 11:55:54 2008 +0200

    Added tag 0.3.55 for changeset bce6d8669eec

commit ad3fe460cf11548e3da462cf03410a25b270ede2
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 1 11:55:33 2008 +0200

    Update changelog for uploader

commit 66d7f9e8dc89e0bbf0631b5ba0e39b4d31378fa7
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 1 11:50:32 2008 +0200

    zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
    
    Remember, 'hg pull' != 'git pull' when testing changes... *sigh*

commit 13776b284312c395dc52d18ca350df19c0a7b6cd
Author: Michael Prokop <devnull at localhost>
Date:   Mon Sep 1 11:34:09 2008 +0200

    Added tag 0.3.54 for changeset 5eb50d5e5a9d

commit 97b6b92a6d9ee1210a5a9bf09827a9d7e826a48a
Author: Michael Prokop <devnull at localhost>
Date:   Mon Sep 1 11:32:51 2008 +0200

    Drop maintainer-script-lacks-debhelper-token of lintian file

commit e1d5d30dff103c5f1f0c3f75d7ef2fe4cbef9d82
Author: Michael Prokop <devnull at localhost>
Date:   Mon Sep 1 11:32:11 2008 +0200

    Update debian/overrides

commit 9d72f1504df9f5fc7b92bea6d8dc153b2830bc02
Author: Michael Prokop <devnull at localhost>
Date:   Mon Sep 1 11:30:17 2008 +0200

    Update lintian file

commit 133b0ba6c456b16fb15a1698d3b26cae08fa4b9c
Author: Michael Prokop <devnull at localhost>
Date:   Mon Sep 1 11:27:59 2008 +0200

    Debian updates to make lintian happy

commit a0594fc0b671d5dabc0eda312a86ebc3ea0b7094
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Aug 31 21:40:01 2008 +0200

    zshrc: Fixes for svk in vcs_info()

commit 938079fbcfc7f6b818911c714fcc84b3ce68666e
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Aug 31 16:08:15 2008 +0200

    zshrc: Fix in svn backend of vcs_info(), doc updates
    
    ...and a new style to configure the %b replacement in formats for svn and bzr.

commit 77db149d44a8b15fcb937caec992410660d6570f
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Aug 31 13:08:32 2008 +0200

    zshrc: Add experimental bzr backend to vcs_info()
    
    I works without calling 'bzr' itself, but remains disabled by default,
    because I have *no* idea if it does the right thing for all bzr repositories.
    
    If a bzr user complains about the slowness of the default bzr backend, we can
    now point him/her to:
        % zstyle ':vcs_info:bzr' use-simple true
    
    And get feedback, if that works in all cases.

commit ce2662172b0d75b9cdfecf17d4844f64d31ed240
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Aug 30 01:12:56 2008 +0200

    zshrc: Adding support for cvs repositories to vcs_info()

commit ab3aa95da092a0f354f06e35dc17b80d71321f1e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Aug 30 00:52:52 2008 +0200

    Added tag 0.3.53 for changeset 78e4ec3d7421

commit cb7d6b50cc7efadb4b967a7e97190a2bb4e3ee42
Author: Michael Prokop <mika at grml.org>
Date:   Sat Aug 30 00:52:33 2008 +0200

    Adjust changelog for uploading

commit c52121b18d77d83717059a6196994e911a000f56
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Aug 30 00:04:27 2008 +0200

    zshrc: Improve robustness of the bzr backend in vcs_info()
    
    I just played a little with bzr; calling 'bzr' itself in the prompt is
    painfully slow. And we do it *twice* for the base directory and the
    branchname/revision-number.
    
    I don't know enough about bzr, to change this.
    Personally, I would replace the branch-root, by the base directory, that
    VCS_INFO_detect_by_dir().
    
    The branch name *could* be replaced by ${bzrbase:t}, but since it is
    retrieved from the same command as the revision-number, so that will not
    save us a call to 'bzr'...
    
    Hints on this one are highly appreciated. Like this, the bzr backend
    is just too slow to use (for me on my laptop at 1.5GHz).

commit e89137e535aae3806887fbcc3c0539dfb3f0ee27
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Aug 29 23:28:32 2008 +0200

    zshrc: Adding support for monotone repositories to vcs_info()

commit 0362e538666d6c8522a835a2e839c63d545e385c
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Aug 29 22:22:44 2008 +0200

    zshrc: Adding support for darcs repositories to vcs_info()
    
    This is pretty basic support; but at least it detects darcs repositories
    correctly. Since darcs has no concept of branches, but rather implements
    them by using multiple repositories, %b expands to the same thing %r does.

commit f0e18fbd58fa624ba949a775260fd5e1b180e479
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Aug 29 19:50:36 2008 +0200

    Introduce a disable style to vcs_info()
    
    Give the user the opportunity to switch the vcs_info prompt off for
    certain version control systems.
    
    Plus documentation update for vcs_info(), including examples.

commit 102c2da0fd90751bbff72ac846ef6b1718ca3862
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Aug 29 19:11:50 2008 +0200

    zshrc: Handle non-repo .hg subdirectories
    
    Such directories, that are not the .hg subdirectory of a mercurial
    repository. Found by Karl Voit.

commit 20eb1f316600d36190d1bff62cb6acf0664fc920
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Aug 28 16:26:46 2008 +0200

    zshrc: A few changes for the sake of consistency
    
        + Use $'...' to manually define colors.
        + unset the newly introduced YELLOW and MAGENTA variables.
    
    No *real* code changes here.

commit 9d9ba039e307d69f0198724f865ae2484cd7ba05
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 27 22:36:44 2008 +0200

    zshrc: Make vcs_info() detect $GIT_DIR/svn and set vcs to 'git-svn'

commit fb5ef8c0071dc71da97dcc233a70ffade83b4643
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 27 22:24:05 2008 +0200

    zshrc: Clean up vcs_info() a little

commit 70d8a5d6d669d9ee5ff90004cc5d01b8ddf09603
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 27 13:08:29 2008 +0200

    Updating debian/changelog

commit bd6b021e73042e1c31673cc5b2d2a7cbc3408dda
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 27 13:00:35 2008 +0200

    zshrc: Handle a state of git in vcs_info(), when a normal rebase conflicts
    
    This should have been handled before, but didn't due to a bug.
    I just ran into this state for the first time.

commit cb790c798989ac8ec7fd1f55e9a4a6ed956c03d4
Author: Michael Prokop <devnull at localhost>
Date:   Wed Aug 27 13:05:35 2008 +0200

    Added tag 0.3.52 for changeset 1331f322ab7e

commit 9b656e87115edc0060041f14adb40dd6ea32d3d8
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 27 01:06:15 2008 +0200

    zshrc: Fix for detecting bzr repos with vcs_info()

commit 225b0ae392d4ef58bd6d71832121c8303d39a99a
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:40:07 2008 +0200

    And the of-course-forgotten debian/changelog update

commit 95b1193125bf2e9cd5682638a2adb27b270799b2
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:32:18 2008 +0200

    zshrc: Load colors earlier, for vcs_info()
    
    This also adds YELLOW and MAGENTA to the prompt color variables.

commit 7d52381ce375b3b2b55b7bdbfa9a4393e94bd066
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:21:48 2008 +0200

    zshrc: Fixing a stupid typo in the last commit, which totally broke our prompt

commit 1dd5dba62154645fd456ead68ab3db3225106e99
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:17:30 2008 +0200

    zshrc: Enable vcs_info() in our prompts by default.
    
    For people who really dislike this feature, it's optional via:
        % zstyle ':vcs_info:*' enable false

commit d1fdc0c489ee9c9bc0e33380458e3cbdc97b6066
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:04:27 2008 +0200

    zshrc: Remove the old __vcs_dir() code

commit 5df45d5ad3b55b9274bde7d467886f00eda1d628
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Aug 26 16:00:54 2008 +0200

    zshrc: Introduce vcs_info()
    
    This is supposed to be a better __vcs_dir(). In zsh, functions starting
    with an underscore are supposed to be part of the completion system.
    Therefore, the name switch to vcs_info().
    
    This commit does not enable vcs_info(), yet.
    
    It currently supports git, hg, bzr, svk and svn. However, only the
    git, hg and svn backends were tested. Up to now, only git supports
    *all* functionality vcs_info() is able to provide.
    
    Its configuration is documented in a comment within the code.

commit dbff803e5c017c914f790293016654a52c94c8fd
Author: Michael Prokop <devnull at localhost>
Date:   Wed Aug 6 23:56:08 2008 +0200

    Added tag 0.3.51 for changeset 38e8a4644102

commit cf57d776c87d5b8c35cbfb6a3c4a0c04f180d561
Author: Michael Prokop <devnull at localhost>
Date:   Wed Aug 6 23:52:10 2008 +0200

    Add (deactivated) completion for aliases

commit 347c7def8583733dd8f8440214af25fbaf89666f
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 6 23:43:53 2008 +0200

    Revert removal of xunfunction(), people are using it already

commit 0d42aae0da079081cc20228e8751eabb75efe15c
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 6 23:39:21 2008 +0200

    Update gizmo(), add linenr()

commit 11a10666977ec26bc4b83b427f49404220ecd465
Author: Michael Prokop <devnull at localhost>
Date:   Wed Aug 6 14:18:20 2008 +0200

    zshrc: new function uopen

commit 724508d30c788da653579d44ac3566f27ffed1d6
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Aug 6 14:09:13 2008 +0200

    Removing xunfunction()
    
    Caused more trouble than being useful.

commit 1b50f56ec3287b0d73eef304398540bf2304ec67
Author: Michael Prokop <devnull at localhost>
Date:   Sun Aug 3 20:25:14 2008 +0200

    Provide more processes in completion [...] of killall

commit 952e63b0f67a7f358e683140682c3ae8cb734360
Author: Michael Gebetsroither <michael.geb at gmx.at>
Date:   Fri Aug 1 13:55:50 2008 +0200

    added changelog entry

commit 42234f351bf117030b3eddbe34da5a094b194ced
Merge: f3f939938a90cc7b0dfd6cd8e83710c8c32edeb5 86f7665dcf8df61b407d16b0678f1297e88d5ffa
Author: Michael Gebetsroither <michael.geb at gmx.at>
Date:   Fri Aug 1 13:43:03 2008 +0200

    merged

commit f3f939938a90cc7b0dfd6cd8e83710c8c32edeb5
Author: Michael Gebetsroither <michael.geb at gmx.at>
Date:   Fri Aug 1 13:41:57 2008 +0200

    zshrc: add runit sysv emulation support to Start/Stop/Restart/...

commit 86f7665dcf8df61b407d16b0678f1297e88d5ffa
Author: Michael Prokop <devnull at localhost>
Date:   Thu Jul 17 21:30:32 2008 +0200

    zshrc: Fix wrong placed comments for debbug vs. debbugm

commit 0e6200b2a9f73f42fbd89a014a33a18f2b857752
Author: Frank Terbeck <ft at grml.org>
Date:   Fri May 30 14:59:34 2008 +0200

    Make abbreviation optional
    
    The ',.' global abbreviation replacement feature is meant.
    
    It is still on by default, but can be disabled by default by setting
    $NOABBREVIATION to something greater than zero in .zshenv; or temporarily by
    hitting '^xA', which switches it off (another '^xA' will reenable it - that
    way, we can still get it back on, if disabled by $NOABBREVIATION).
    
    Note: Turning off abbreviation effectively disables the feature. The binding
          to ',.' still remains, though. Therefore, entering a comma (,) will
          still take a few moments (because zsh is waiting for a possible ',.').
          If you cannot be bothered to wait that long, quickly hit CTRL-V before
          hitting the comma key.
          I briefly looked for a better binding for the feature; but most (all?)
          of the easy-to-remember ones (like ALT-a, ALT-, or ALT-.) where already
          taken. Others didn't produce a useful character sequence on my keyboard
          (like CTRL-, or CTRL.); and I don't want '^xA' for it, because that
          takes four(!) key presses.
          If someone has a better solution, please say so!

commit e2207cdcaa24da681907bc27f86aa56a296eb1bb
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 20 00:25:05 2008 +0200

    Add new function ansi-colors()

commit 4ba5622bf8f00cf8d882ac96a639560622da068f
Author: Michael Prokop <mika at grml.org>
Date:   Sat May 17 22:59:37 2008 +0200

    Drop $ALREADY_SOURCED_ZSHENV

commit fc0aa71a93f54482517a96e01c200ffbdad825e5
Author: Michael Prokop <mika at grml.org>
Date:   Sat May 17 22:53:46 2008 +0200

    Add support for ${HOME}/.zshenv; set $PATH on Solaris/SunOS

commit 892d64f3a2883ef700e573b425f1b8b12dd0d079
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 26 20:21:48 2008 +0100

    Adding print -l ${(u)foobar} workaround for pre-4.2.0 shells
    
    This also enabled the dirstack magic for such shells again.
    Also, this patch only sets defaults for DIRSTACKSIZE and introduces
    a new variable DIRSTACKFILE (which defaults to ~/.zdirs). That way
    you may change these defaults in your .zshenv for example.

commit 595dd1e6e42c6fb8a005465c3c547c2f77a36f0c
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 26 20:21:26 2008 +0100

    Move version and system checking functions up in the file
    
    I will need at least one of these earlier in the file and I do not see
    why not to define these almost as early as possible.

commit 20a83b08a64ef033ac0a2b5aedcbe4af2b4fd3ee
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Mar 26 11:06:50 2008 +0100

    Disable persistent dirstack for shells older then 4.2.0
    
    We use the (u) flag when saving, which is not available in these older
    versions of zsh. We do not intent to keep this disabled forever; just
    until we got a properly working solution for older shells.

commit 4b01bc675c8e23510ca5245c8274a338479c1b35
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 22 00:45:41 2008 +0100

    Added tag 0.3.50 for changeset 8e6a786b18d0

commit 44db046d57efd3c0bfc59c01957d9d79e104266c
Author: Michael Prokop <devnull at localhost>
Date:   Sat Mar 22 00:43:50 2008 +0100

    zshenv: extend and update $ADDONS handling

commit bd6fb996af3e45ef0d3b403965027dc2d708d5ff
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Mar 20 20:34:58 2008 +0100

    Add proper bindings for history-beginning-search-{forward,backward}

commit f28187bad5e9fd725c270cb1753e0619b63f7351
Author: Michael Prokop <devnull at localhost>
Date:   Sat Mar 8 14:14:23 2008 +0100

    zshrc: update function git-get-plaindiff()

commit 99285e7ef95f17347aa830fe6ef7587208a4e86e
Author: Michael Prokop <mika at grml.org>
Date:   Wed Feb 13 19:22:10 2008 +0100

    Added tag 0.3.49 for changeset ca91a3ad2651

commit f3b6daf7be6f138834953c1554dced2699ffab73
Author: Michael Prokop <mika at grml.org>
Date:   Wed Feb 13 19:21:10 2008 +0100

    Update changelog

commit c70bc9b520f5cce1303566888bf18ffa14f97625
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Feb 13 19:19:24 2008 +0100

    zshrc: Keeping check_com() defined after zshrcs are sourced
    
    That way, everything in our zshrc can use that function.
    ...like dchange() already does, which I must have overseen.

commit ccdab37603822d916451d2c4a7218faa7ef378b9
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 11 18:02:29 2008 +0100

    Added tag 0.3.48 for changeset e0c83bc3ca9e

commit 26a9a395048348b5e8d3df9a4cb16f356407825a
Merge: 1ba504b8966b69fae818621fb9d1e96220349c40 e22f2e742b2db38f890cc445732d278378a611e4
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 11 18:01:34 2008 +0100

    Merge branches

commit 1ba504b8966b69fae818621fb9d1e96220349c40
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 11 18:01:19 2008 +0100

    zshrc: use sudo su for alias su

commit e22f2e742b2db38f890cc445732d278378a611e4
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Feb 2 10:52:40 2008 +0100

    zshrc: autoloading is-at-least again
    
    is-at-least() can be used for precise version checks (as opposed to our
    broad is4(), is4{1,2,3}() functions - which are a lot simpler).
    
    Note that this test will *always* fail, if the is-at-least function could
    not be marked for autoloading.

commit 59af3d44e7f5d2b3b86451ac0e17103832c34f14
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Feb 2 10:41:09 2008 +0100

    zshrc: using FOO=${FOO:-default} instead of (( ${+FOO} )) || FOO=default
    
    This is more correct, IMHO.
    The old way only sets the default if $FOO is unset; whereas the new way
    sets the default if $FOO is unset *or* empty (which is certainly desirable,
    if you think of variables like $PAGER).

commit 4d645bc030f904b4b7ca830dcb4e10851adb45ac
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 1 02:53:24 2008 +0100

    zshrc: setopt longlistjobs

commit 083363e908e5ed112b05601781d500ac6909599e
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Feb 1 02:13:09 2008 +0100

    zshrc: add a check for ZSH_VERSION >= 3.1.7
    
    See <http://bts.grml.org/grml/issue389>.
    
    This commit quietly sets the required version of zsh to 3.1.7.
    If that test fails, we complain loudly.

commit 0597c709c459299c8c944728f0eba9889ab871f1
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Feb 1 02:07:54 2008 +0100

    zshrc: introduce zrcautoload()
    
    Taken from <http://ft.bewatermyfriend.org/comp/zsh/zshrc.real.html>.
    Stripped down for our purposes.

commit b3f054a04c0a4f2c274b1db2b9cb23099c18c0bd
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Feb 1 01:28:59 2008 +0100

    zshrc: Don't use is-at-least anymore
    
    While this can be a useful function, it really is a little overkill
    for out purposes; especially, since we provide much simpler fallback
    functions, when it is not available.
    
    added is43() as well, which is currently not used, but probably should. :-)

commit 5d7147e4efe5bfdfdc033b9f582476b2e949a0e3
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jan 31 20:28:54 2008 +0100

    zshrc: fix breakage, which was revealed by a zsh v3.1.7 testrun
    
    With these changes, implementing issue389 actually make sense.

commit 1ad4260ea49943b724621c684edb406c696501da
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jan 31 10:47:47 2008 +0100

    Forgot [Closes: ...] in changelog update...
    
    I should *think* before committing.

commit 51cdedd9155d460df426f608a9bae3531bb39f4e
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jan 31 10:45:56 2008 +0100

    Updating debian/changelog

commit 3fd11bbeda8436436384debc479cd1d9c8815de2
Author: Alexander 'z3ttacht' Steinböck <z3ttacht at grml.org>
Date:   Sun Jan 27 16:48:21 2008 +0100

    whatwhen() -- Get what you did when from the history.
    e.g. % whatwhen grml
         6682  2008-01-27 16:44  vim etc/grml/screenrc
         6683  2008-01-27 16:45  screen -c etc/grml/screenrc

commit a4a74f75c82624e9b4dca1b8126946727e91ee4d
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Jan 30 21:20:35 2008 +0100

    Updating debian/changelog

commit 76611f20ca2f17284b3032637fcc01916c082668
Author: Alexander 'z3ttacht' Steinböck <z3ttacht at grml.org>
Date:   Sun Jan 27 12:39:40 2008 +0100

    etc/zsh/zshrc: changed `most' for $PAGER in dchange(), uchange(), dnews.
    Furthermore `export PAGER' was moved from etc/skel/.zshrc to
    etc/zsh/zshrc, since the afore-mentioned functions reside in that
    file as well.

commit c9936f5f1824246b8790027cd92ae296e9814ce8
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 20 01:48:34 2008 +0100

    Added tag 0.3.47 for changeset 9e85a2154ccd265c630d3d2092e5235355a3f478

commit 367f7ab6222ea7afab10986563a043c1e2f68df2
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Jan 20 01:33:40 2008 +0100

    missed -l for print in chdir()... I need sleep.

commit 336b969a190921c2d1b54242cc890ea217e5ea6f
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Jan 20 01:31:15 2008 +0100

    zshrc: prevent chdir() from putting dupes into ~/.zdirs
    
    dirs -pl did print the complete stack, including dupes.
    Using ${dirstack} from the zsh/pararmeter module to fix this.

commit 7bf16fdfafe6d7006c23fdeea1050a8932aae851
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 20 00:36:16 2008 +0100

    Added tag 0.3.46 for changeset 7f6e5de9b53bb5c72104ed976b58c7032dcdf706

commit 0eb5348287d7b8af99c241817621c132e183fbe0
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Jan 19 22:26:37 2008 +0100

    zshrc: fixed some refcard-generating tags, that  where positioned incorrectly.

commit 2414844a952c9448418d7184bd4b384e959a6f07
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jan 18 21:47:39 2008 +0100

    updating debian/changelog

commit 8e3a00e1a0539e5357a977a4769b2e402e3fbd5a
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jan 18 21:28:12 2008 +0100

    vimrc: display the file, that is being edited into screen's hardstatus

commit 5fefe781aa75c8d2f78c04589421c538adf452cb
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jan 16 13:40:38 2008 +0100

    zshrc: set $NAME in screen title only if $HOSTNAME is set

commit 7c4b6b5094b2c0e7767b8de927af3c71ca0daf15
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jan 11 00:56:50 2008 +0100

    update weather() zsh function

commit 386b66cfc4e605b928d6fb5ef9994df304491907
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Dec 29 12:29:49 2007 +0100

    updating debian/changelog

commit 6eed6ec8a51ca1e9f2f3f826fdfb44d51a64ebf9
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Dec 29 12:24:49 2007 +0100

    zshrc: Removing folsym()
    
    ...which was not exactly beautiful.
    Just use ssl(), it does the same but looks clean.
    
    Added copyright notice to the accept-line wrapper, because our zshrc
    is GPL'd and the accept-line wrapper code is not.

commit f8190d58c28078fbb062de51223d428a6797fac4
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Dec 26 20:18:26 2007 +0100

    Removing the (commented out) my_accept() widget from zshrc
    
    It's obsoleted by the just-added generic accept-line wrapper.

commit fd8784afc194b46a942435e76f13a623857ba1cd
Author: Michael Prokop <mika at grml.org>
Date:   Wed Dec 26 18:37:42 2007 +0100

    Apply patches from ft and update changelog

commit 2eb50e905d4c556ac347c56bd804b7ae114551b5
Author: Frank Terbeck <ft at grml.org>
Date:   Wed Dec 26 12:43:57 2007 +0100

    Adding a generic accept-line wrapper
    
    See
    
    <http://bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html>
    
    for details.

commit c14f4f9ccc191fd15575a0fd093b06bc125fc9fd
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Dec 22 07:35:22 2007 +0100

    zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)

commit fbb9d8dd636b098ba25558cfef0886ed10181028
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Dec 22 07:13:55 2007 +0100

    zshrc: convert swspeak from alias to function

commit 4c1f0abf2cc8eb2a8c3dbfde65d3b8cdd6163e7c
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 24 21:42:11 2007 +0100

    Added tag 0.3.45 for changeset 10f9529b5d6e38adfb2fb6681a00d1e900e6fa5c

commit 99344abf956e7ac4eb73e7b765f46086296e5f45
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 24 21:10:57 2007 +0100

    Update vimrc: drop the p vmap

commit cdd0aab8328e266de45e45b775d0bc599c317899
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 22 19:20:06 2007 +0100

    Disable keybindings of issue350 by default and move to another place

commit d43c6d141669a70d6b74dcb77f82fdcfea8c0fdb
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 22 00:15:31 2007 +0100

    Apply second patch from issue350

commit 31d23dcd3a32c7cd29489b6f1fc5aa4410001cc0
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 22 00:12:12 2007 +0100

    Apply patch from issue350

commit 639b47a92cc4639612288a28165fabdcbba396ba
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 21 20:55:25 2007 +0100

    Added tag 0.3.44 for changeset 609ad70719ef6750c4d238c68c672f021f6287f3

commit 09761ff5c7e3d266e6d5d6962367c6268fee5cf3
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 21 20:54:56 2007 +0100

    update changelog

commit 5532870e3ba9416a0c5699151e75555168bb7a33
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Dec 20 22:21:36 2007 +0100

    zshrc: $reswords is an array *not* a hash...

commit 1a4bd46bdfe7ee7cba99cd7d19641345453e05a8
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 16 21:28:03 2007 +0100

    Added tag 0.3.43 for changeset c53762778490f4aafeeb0c7a468db6cb77295fc9

commit 374a4570d22d4300d89a6a43540f50ada586aa72
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 16 20:34:40 2007 +0100

    /etc/zsh/zshrc: change logic of $HOSTNAME in preexec()

commit fb0f43a91f4d7abf4ce4a33c264ec151c7a1858b
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 16 18:13:52 2007 +0100

    Added tag 0.3.42 for changeset 4763c51646abc2229e72390e12ba301e5723441b

commit b60eca9b2a0122943d3c5c7dbc7df8d41d7379ec
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 11 19:45:38 2007 +0100

    Bumb version number

commit ab18ca2102798c09780a143af2675af9f77a690d
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 11 19:44:57 2007 +0100

    Update changelog for "Disable command-completion descriptions"

commit 341944bf49fd6ba7ae33be14f3ee3784b97e88c5
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Dec 11 19:40:56 2007 +0100

    Disable command-completion descriptions

commit 6f33fbce1359fcd117e906ea0ee3ebbb02f4f2dc
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 9 23:02:54 2007 +0100

    Added tag 0.3.41 for changeset e4269e8228912ada0767c086df1ae2efb2fc810d

commit 564fa8685764092d1d38d83272fc8b25e7eaa4a9
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 9 23:01:26 2007 +0100

    Update debbug()

commit 4407c3ab549edaa76d5c6b49b335e513f6ca92b9
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 9 22:58:37 2007 +0100

    extend debbug() based on http://xana.scru.org/quanks/b-func.html

commit 3b12b1642d0f5a66dd9e289258627ead082c3435
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 7 22:56:56 2007 +0100

    Apply patches regarding zsh sourcing by ft
    
    * Fix the 'xsource' issue
    * Only read .zshrc.global if $ZSHRC_GLOBAL_HAS_BEEN_READ is not set yet

commit 9b7b15ea36e0e6227cdec1274f836b0dcf39638e
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 6 23:28:05 2007 +0100

    Adjust xsource function in skeleton file

commit 7a325cd3d523936085732da281fac43e55ad4e5c
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 6 23:25:11 2007 +0100

    Update changelog

commit d3f2ae885505d525fec84b17e7cdbadd4b8d712d
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 6 23:22:47 2007 +0100

    zsh: Make sure xsource works in any case; add modelines for vim

commit 3d6452fdfc44310b5615eaf61c95cab4c27d9bf8
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 6 23:16:36 2007 +0100

    Applied patch bomb for unified indenting, thanks ft

commit 7cd35fe5b7453290cfba553de94cf216e1833ac5
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 4 19:06:09 2007 +0100

    Revert the b0rken type change for zsh

commit 430b9c2ab968caeadd979644e99c3f7b3d91a654
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 4 18:26:43 2007 +0100

    Applied patch by ft and updated changelog

commit 8bdf3e57fdc82885826b23f7cd8c905b6331feb5
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 3 23:00:48 2007 +0100

    Apply patch by z3ttacht regarding issue354

commit fe2215ca407bc882da966f7393e05d2c3fee5f75
Author: Michael Prokop <mika at grml.org>
Date:   Mon Dec 3 22:18:53 2007 +0100

    zsh: replace $(which ...) with $(type ...)

commit 9b337f47ae36d838783f71e3f706c83c5f1074e5
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 2 19:55:03 2007 +0100

    /etc/skel/.zshrc: add alias 'g' for git

commit 31aa59a2092fa3b3b4d10259d38daa6d309a5c88
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 22 11:17:14 2007 +0100

    Added tag 0.3.40 for changeset cf36c722d6759468c2ae130dee70866bce5d897c

commit cb4f982aba9993a99b791b3f8d97c57af3c721b3
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 22 11:16:43 2007 +0100

    zshrc: add (deactivated) MANWIDTH=80; fix colorschema in screenrc

commit 4eee7da9e1e68ebd0f9dd65d4cbe040eebaac462
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 5 12:21:38 2007 +0100

    Added tag 0.3.39 for changeset ceb529f7474dbfd34eb11ba894e6aef3acde7d19

commit ca792aa8f7931be3775f6fb1ca6d56c9830dea6c
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 5 12:21:16 2007 +0100

    Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc

commit b2d0eea36409a0479db7df5b2010ead590c7e319
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 24 09:52:36 2007 +0200

    Added tag 0.3.38 for changeset b528a2139b77c784f0e3af6c107685cddf2a3754

commit 1a3788d3ee7bbc52266ca8d8324b065dca438258
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 24 09:48:17 2007 +0200

    Restore some RC_* variables

commit 4bfb41b45facbda837c14aeac6ead19b112ee1d9
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 24 09:37:01 2007 +0200

    Provide e* functions in /etc/grml/lsb-functions again

commit 58552f7d65f70254877f861d5d788a797d976080
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 23 20:09:10 2007 +0200

    Added tag 0.3.37 for changeset 743e23e4db32b31b70e61d9e96456ba39c864711

commit fbb62ecf6accb6fc222ca2fba86730e51f34d7a3
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 23 20:08:33 2007 +0200

    Update changelog

commit 9744b8522931488c6735e63e54249c17bc48038f
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Oct 23 17:22:52 2007 +0200

    Make eerror() use '>&2' instead of '>/dev/stderr'

commit 672c396f623dbb9a145088db2d308951081f3f3b
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Oct 23 17:05:51 2007 +0200

    Moving e*() functions grml/lsb-functions to grml/script-functions
    
    This is part of resolving #291.
    Note, that this commit will break everything that uses said functions,
    while only sourcing 'lsb-functions'. Sourcing 'script-functions' as
    well should fix such problems.

commit 9fa369cb881dd4ece64fb957ae074bfd85ead302
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 22 19:39:07 2007 +0200

    Added tag 0.3.36 for changeset 8230fdbe26b9875b385c1d5941df53983424cc36

commit fa5381ebacfc6bd79372e8bed5c78c2d26ec4eaa
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 22 16:49:26 2007 +0200

    Update changelog

commit a55d3a49488ef61c21912f12fba2fc81445b4a02
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Oct 22 16:44:55 2007 +0200

    zshrc: not using 'for name0 name1 in a b c d ; ...' anymore
    
    Replacing that contruct with something, that does not break older zshs.

commit 0e5d4b27a71e867d3f96e36d94d90514aeb7fdfd
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 22 10:18:50 2007 +0200

    /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1

commit 8ccb6854c35ca7bcca562d5e6dc2cd178f7fa5f1
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 18 10:28:12 2007 +0200

    Added tag 0.3.35 for changeset 70b0d92bc39c751a871f612483dc21de276609aa

commit 4c17f24271add7f6aeb4bb27ef5c8033432eb55a
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 18 10:24:19 2007 +0200

    /etc/zsh/zshrc: support displaying version control information inside prompt

commit 17687cd1bab3f704019b664c2cb87f74367557d8
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 11:50:51 2007 +0200

    Added tag 0.3.34 for changeset 9c7533ab86e054b6dbd377e9f8698918fde4fa34

commit 8bead81e18aba908a20e560233210d39f4f2a1ab
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 11:50:25 2007 +0200

    /etc/apt/grml/listbugs: support non-apt-show-versions

commit 1309e5ef535702738c9c3618528bd475cdad74d0
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 01:01:44 2007 +0200

    Added tag 0.3.33 for changeset 5b8c6eeaa1b101ebee63bf63e864e304814dd8d7

commit 4864b8f93ef471f914a081d1d509891880d1cdf5
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 01:01:10 2007 +0200

    Rename /etc/apt/listbugs into /etc/apt/grml/listbugs

commit 235e908324b26c996a06cdaf6817438db3532bc1
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 00:24:04 2007 +0200

    Added tag 0.3.32 for changeset 4827014e83a627ee49e7a14fd6818fd0ccf9d174

commit 7b6c4f45a05e7f7fb2aea4cde96ab6d33094d230
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 14 00:23:18 2007 +0200

    Add /etc/apt/listbugs

commit 42ff06523728cc9224d13486b4af71e6d4a6c54d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 6 13:13:21 2007 +0200

    Added tag 0.3.31 for changeset d234f7225408d8fe3f635b7fc6bfe085e9138d63

commit 784e4e62de3caa4f720e7281d1725838123ba626
Author: Michael Prokop <mika at grml.org>
Date:   Fri Oct 5 18:57:54 2007 +0200

    wodeb(): update URL

commit f2994d1f1716ac9bc444769b5d92d02305186f7a
Author: Michael Prokop <mika at grml.org>
Date:   Fri Oct 5 18:46:52 2007 +0200

    getskype(): make it compatible with final skype 1.4 version

commit 0907a3a9b51ea8628c4970a26333fd7eee97f2c9
Author: Michael Gebetsroither <michael.geb at gmx.at>
Date:   Fri Oct 5 02:47:35 2007 +0200

    /etc/zsh/zshrc: added bk() to backup a file with iso time tagged

commit 35c60287bfe595a69ec42354c887c79fa1f3a1b9
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 29 00:21:59 2007 +0200

    Another update of /etc/grml/screenrc_acpi

commit 6443914f4234cb6d29a2e7d0d24ac6293f998e57
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 29 00:14:29 2007 +0200

    Restore original behaviour of screen config, add some more header information

commit 8050e93ca39dde364a3a2cd3163b6b60ed6d8dd7
Author: Michael Prokop <mika at grml.org>
Date:   Fri Sep 28 23:37:47 2007 +0200

    Add /etc/grml/screenrc_generic; revert changes in caption/hardstatus switch

commit 7cc2caca91496fa75453311738a6bb3aa2980f8f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Sep 28 23:21:36 2007 +0200

    /etc/grml/screenrc*: switch caption and hardstatus

commit 98dac9baaa01ccad20b0e14f92163f2d45139d4e
Author: Michael Prokop <mika at grml.org>
Date:   Fri Sep 28 23:14:45 2007 +0200

    /etc/grml/screenrc_acpi: fix usage of yacpi

commit d3e76e83f271a5b3ba6f14159f5c6f0155a4e172
Author: Michael Prokop <mika at grml.org>
Date:   Wed Sep 26 22:52:30 2007 +0200

    Extend /etc/apt/hg-snapshot-script

commit 55466f63b5d5c8b28ea1400a434eae4ee7dc67eb
Author: Michael Prokop <mika at grml.org>
Date:   Wed Sep 26 22:48:43 2007 +0200

    Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script

commit 12f0aa60f20df76f4a10a08b84590d1485c062b2
Author: Michael Prokop <mika at grml.org>
Date:   Sun Sep 23 16:48:01 2007 +0200

    /etc/skel/.zshrc: use same pattern in function wikien as in wikide

commit 2167f64d0374d0226c2e7c1b4566004aaa0b6c19
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 23:40:41 2007 +0200

    Added tag 0.3.30 for changeset 65efc938378e6a68597761ddaba660868fb8d74f

commit 157adfaa3b8d6182cffdf96e88d785bdef9c852a
Merge: c88ef03af4af12d6989f2c54aba0327bf1fb4919 2c047a3855a389f377dfb3d0c539d081c3d742e2
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 23:39:33 2007 +0200

    /etc/grml/lsb-functions: another few bugfixes by ft (thanks)

commit c88ef03af4af12d6989f2c54aba0327bf1fb4919
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 17 23:33:54 2007 +0200

    lsb-functions: stricter argument checks in some functions

commit 2c047a3855a389f377dfb3d0c539d081c3d742e2
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 19:11:21 2007 +0200

    Added tag 0.3.29 for changeset 3a94e46993a76644accd96c578ea085f8f8e3218

commit f0a9f21895abb80edf6cb200ae2c605e4ea02586
Merge: ce339ce71e606d114b500918bd5d5bba57ce59cc 137fc620c1b29c0aa7719ef90d50cb9e99e0381d
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 19:10:22 2007 +0200

    /etc/grml/lsb-functions: another bugfix

commit ce339ce71e606d114b500918bd5d5bba57ce59cc
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 17 18:41:49 2007 +0200

    lsb-functions: more $(( ... )) fixes

commit 137fc620c1b29c0aa7719ef90d50cb9e99e0381d
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 18:34:01 2007 +0200

    /etc/grml/lsb-functions: replace tab with spaces (thanks, ft)

commit 4f0774359f30844d74011c65aed9d64b7ca6172e
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 18:23:28 2007 +0200

    Added tag 0.3.28 for changeset ac506923168491e7e59e939f958859eb5ff59928

commit 8465d6b889ef0f46f8f24a7b432595fdc6a8730b
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 18:22:31 2007 +0200

    /etc/grml/lsb-functions: some more slightly improvements

commit 31c8bc260482b8fe0870c6033c69cdf79987baf2
Author: Frank Terbeck <ft at grml.org>
Date:   Mon Sep 17 17:55:32 2007 +0200

    lsb-functions: not quoting $vars in $(( arthi-expr ))

commit 66bbc48dac31125ac09ee011aab3a9427e03f229
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 17:41:14 2007 +0200

    Added tag 0.3.27 for changeset 321bcf589d82e68eed562eac0cda88404d1342d6

commit ac1c83300b0fb632e03b36a0c656895f865a2bd5
Author: Michael Prokop <mika at grml.org>
Date:   Mon Sep 17 17:17:02 2007 +0200

    /etc/grml/lsb-functions: support disabling colors through $NOCOLORS

commit 4f3dc1aabe46307bad296325432a32efe7dbb082
Author: Michael Prokop <mika at grml.org>
Date:   Sun Sep 16 20:23:35 2007 +0200

    Update changelog

commit 746a0bd382dffe981e3b1ffe23ce0d8bacb9d350
Merge: 60b0fa9d552473625ec5057ecb010b5f309c7746 1b9f9669eba9670cf46056027bb4fdaee70dba47
Author: Michael Prokop <mika at grml.org>
Date:   Sun Sep 16 20:22:19 2007 +0200

    Refactoring /etc/grml/lsb-functions and /etc/grml/script-functions [ft]

commit 60b0fa9d552473625ec5057ecb010b5f309c7746
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 15:21:26 2007 +0200

    lsb-functions: refactoring, take two
    
    I think this should be tested, before I continue.

commit 8a5c5bfc49b435d904beb4c043ad56db77f739c7
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:26:36 2007 +0200

    script-functions: adjusted reverse_list's and is_older_than's indention
    
    Set to two spaces, just like the rest of the file.

commit dbcc99bcf584cec903ab729534d1434d021d4e5e
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:13:39 2007 +0200

    lsb-functions: removed add_suffix()

commit f5b996ec4d80add3c921e213a2a75ae8f6f7d346
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:11:00 2007 +0200

    lsb-functions: moved is_older_than() and reverse_list() to script-functions

commit 3145c8f9f62d9a2d122c4c4489dbccb0f2251f7b
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:07:28 2007 +0200

    lsb-functions: removed get_mount_fstab()

commit 5725235fd176ed0550019529960a256a76b03a6f
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:06:42 2007 +0200

    lsb-functions: removed get_bootparam()

commit cd1c920eff9eef7e56ea4928cc69195e01fc53b3
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 14:05:50 2007 +0200

    lsb-functions: removed get_bootconfig()

commit 158d2aff363f208b9216e0a7373639a926266601
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:08:12 2007 +0200

    lsb-functions: removed v-e-commands

commit dbaff94a20f3c2e2a50753b0a3e9e5ba6d5d5fdc
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:06:57 2007 +0200

    lsb-functions: removed get_libdir()

commit fcb1f5a4c443b8c2e2ba359170dd8bb88a899fdb
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:06:22 2007 +0200

    lsb-functions: removed is_vserver_sys()

commit 44dfd5a5bbbc40a4c1acb8a0b7ad451a01f3e3da
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:05:59 2007 +0200

    lsb-functions: removed is_uml_sys()

commit aebae95cc3450cf995920a1b5563527923e5f4fc
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:05:33 2007 +0200

    lsb-functions: removed is_net_fs()

commit d1fbaa461c985609e7171a74e2355a5fc6d86c69
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:04:30 2007 +0200

    lsb-functions: removed profiling() and splash()

commit 2eb0a57ff591566506abc54810333d464f10e3a5
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:03:39 2007 +0200

    lsb-functions: Style update
    
    foo_bar () was used sometimes. foo_bar() is what most of the file uses.

commit f989db8bb5c35e006c1e15319e18f65be13f52eb
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 13:00:57 2007 +0200

    lsb-functions: removed dolisting()

commit 902efcc7cb590cb94549bf86e43b01d27dc0e1e0
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:54:16 2007 +0200

    lsb-functions: renamed have_tput() to _have_tput()
    
    That function is for internal use only. Hence this change.

commit 45d8e206efcad56bb8e8324c81565b259ff80b1c
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:52:46 2007 +0200

    lsb-functions: removed get_KV()

commit e19bf541997e2181ee6cb3a458fa9138ebe9e2a3
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:52:21 2007 +0200

    lsb-functions: removed KV_to_int()

commit 57440c4894e44422cbf6705205205037ce4445ec
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:51:48 2007 +0200

    lsb-functions: removed KV_micro()

commit bf6aac3d15e15c4d0785fa0ee0aa1da7856fa292
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:51:22 2007 +0200

    lsb-functions: removed KV_minor()

commit 723616a1ccff8dc3494fff9b3a43290a75080261
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 12:50:58 2007 +0200

    lsb-functions: removed KV_major()

commit 8127b16eb88ea80058b009866a19408e22685aac
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 02:24:49 2007 +0200

    lsb-functions used inconsistent indenting style
    
    Some parts had pure tab indenting, others had pure space indenting.
    No mixed intention, AFAICS. Replacing leading tabs with four spaces.
    This makes indention consistent across the whole file.

commit c22da89cbe305aab1f4c09d8e0d3803e947611c7
Author: Frank Terbeck <ft at grml.org>
Date:   Sun Sep 16 02:21:00 2007 +0200

    Refactoring etc/grml/lsb-functions

commit 1b9f9669eba9670cf46056027bb4fdaee70dba47
Author: Michael Prokop <mika at grml.org>
Date:   Sun Sep 16 01:46:12 2007 +0200

    Update /etc/apt/sources.list.grml

commit 6986ed8881d0ac64d6b4cad5b39fdfa04739cd57
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 13:53:50 2007 +0200

    Added tag 0.3.26 for changeset b9fb8b8fe3b9201cc614194b8ac7fc79934d7977

commit 386a1ddab3f578e5fd66697c7a96ad88db486f94
Merge: 0c3e93a55c926484cedf6e87ea98ac9b1f65a373 b44b0cda8134f3195e6a7049c5bef398ee26b402
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 13:53:28 2007 +0200

    Really fix /etc/grml/lsb-functions :)

commit b44b0cda8134f3195e6a7049c5bef398ee26b402
Merge: 59bb481296a97b4e22c6ca9b189b1024fd9856b4 019cce6b36dca11752eb97ff0b7f89c6e251dec3
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 13:50:04 2007 +0200

    /etc/grml/lsb-functions: fix empty $COLS (thanks ft)

commit 0c3e93a55c926484cedf6e87ea98ac9b1f65a373
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Sep 15 13:49:42 2007 +0200

    Fixing last fix. I'm a moron. :-)

commit 59bb481296a97b4e22c6ca9b189b1024fd9856b4
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Sep 15 13:45:33 2007 +0200

    Fixing check for terminal width

commit 019cce6b36dca11752eb97ff0b7f89c6e251dec3
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 10:44:50 2007 +0200

    Added tag 0.3.25 for changeset b3dd3602104adcf23482f1652c8bba79cbdfbedf

commit afc9eb7f0d6ca2f62e44de902e4f675a21fa0dc5
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 10:44:30 2007 +0200

    /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it is set

commit c1afcaa08e987526577593d4a1b20e7efd34ac39
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 10:38:48 2007 +0200

    Added tag 0.3.24 for changeset b821a25857a814e92805c054cfbb7161749b816c

commit 007267fb430c8bcba8176e81f7f7a96015c9bad4
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 10:37:55 2007 +0200

    Pre-Depend on zsh [Testing: issue287]

commit b062a668547f5d896aa420f1a42c022f82085702
Author: Michael Prokop <mika at grml.org>
Date:   Sat Sep 15 10:25:38 2007 +0200

    /etc/zsh/zshrc: convert utf2iso and iso2utf into functions

commit ea4ba6939d7e0b37d959bce2233d8159a197950d
Author: Michael Prokop <mika at grml.org>
Date:   Thu Sep 13 01:39:51 2007 +0200

    Apply patch-bomb by ft, thanks a lot

commit c742a253a6eb9cbfc4f2ccf08cc9ff5dc4ba9b8f
Author: Michael Prokop <mika at grml.org>
Date:   Thu Sep 13 01:20:38 2007 +0200

    Frank Terbeck: try to make lsb-functions parsable by (d)ash

commit a7ae190d02dedc2f5f8b41645324c45ffae358bf
Author: Frank Terbeck <ft at grml.org>
Date:   Tue Sep 11 21:01:25 2007 +0200

    First try to make 'lsb-functions' parsable by (d)ash
    
    This should make said file fairly POSIX compliant.
    Debian's dash version 0.5.4 parses this file successfully.
    *However*, these changes are not well tested, yet.
    Prepare for some breakage.

commit 5115f0643419ed461e5c76bfd627d3cd296574a0
Author: Michael Prokop <mika at grml.org>
Date:   Wed Sep 5 18:25:01 2007 +0200

    Added tag 0.3.23 for changeset 9cf51e9d5c488a33870e8187a22bd7bf506d6fe9

commit 81ea5441a96d437ed649e0cb2d1ae5cd9f96be5c
Author: Michael Prokop <mika at grml.org>
Date:   Wed Sep 5 18:23:33 2007 +0200

    /etc/zsh/zshenv: switch direction of check for lesspipe

commit 3fd9a1e9c361ea39b9880389298edb6311f5d682
Author: Michael Prokop <mika at grml.org>
Date:   Tue Sep 4 12:54:49 2007 +0200

    Added tag 0.3.22 for changeset cc47627d16b529f88a9b365969a9f14d934cd91f

commit 2372d32665fd577f84d7927734169d5246322ba4
Author: Michael Prokop <mika at grml.org>
Date:   Sun Aug 19 10:53:11 2007 +0200

    Merge patch from ft for aptitude and sudo

commit 3d775f337d84380434d1e2bf2894034b4fd35eee
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Aug 17 16:12:52 2007 +0200

    Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
    That way, you can always get aptitude-* by 'aptitude-<tab>'.

commit b37e047d34cfcc875a7f9c1c8b55af438fc737bd
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Aug 16 18:48:32 2007 +0200

    Let sudo-command-line() do something sensible on an empty buffer.
    When the buffer is empty, assume that the user wants to rerun the previous
    command, prepended by 'sudo '. Also changed _sudo-command-line() to
    sudo-command-line(). Per convention functions starting with underscore are
    usually completion widgets (and it's really not needed here).

commit 8b697421bbe92dc33e30ad56413eec98c933af72
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 8 21:30:39 2007 +0200

    Added tag 0.3.21 for changeset 6c6c7ebf37b0

commit 51be7c1e0d46531504f53c5a5e2d98c9c0dcd46a
Author: Michael Prokop <mika at grml.org>
Date:   Wed Aug 8 21:29:28 2007 +0200

    /etc/skel/.zshrc: use luit for utf<->iso-hacks

commit dea46bc9e5fc85ed36021d85267a8bb93bdacda4
Author: Michael Prokop <mika at grml.org>
Date:   Thu Aug 2 11:02:12 2007 +0200

    Added tag 0.3.20 for changeset d42e087e9f9c

commit e86b781eabdb7f65f121295630faf5005547be28
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jul 28 01:16:12 2007 +0200

    /etc/grml/lsb-functions: put log_end_msg exactly one char to the left

commit 9bb3d2af40c1433290ae4fe1c5a3a700966ee72c
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 25 15:18:12 2007 +0200

    Added tag 0.3.19 for changeset 020ec658bcf4

commit 11d5da0a5489710e573b9ba7924416e71125cfe6
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 25 15:02:22 2007 +0200

    /etc/zsh/zshenv: make sure /usr/bin/id is available

commit 20ae45eae04df80594f1665e0ddafd3f669b5670
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 25 13:44:54 2007 +0200

    Added tag 0.3.18 for changeset fe6872e2f86b

commit 5a09fecd04878309c1b2d78ccef3573465c23f7a
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 23 12:05:27 2007 +0200

    /etc/apt/sources.list.grml: added entry for cryptobox-server; drop #1# stuff

commit 54fea477f9b4efcab580dad81fa3ad2b661e3e8f
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 23 11:47:13 2007 +0200

    use aptitude safe-upgrade instead of aptitude upgrade

commit 75fcaec7b88e3ab98ed936bb2bf381ede65d1104
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 23 11:45:31 2007 +0200

    Added tag 0.3.17 for changeset 108dd3df3e11

commit 93f0998afe7d4df6b29977e235c23eccddca7caa
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 23 11:41:09 2007 +0200

    Support LESS_TERMCAP_*

commit d4dce4f5cc5485d992ba06e83846b1a854fb7667
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jul 19 00:03:43 2007 +0200

    /etc/skel/.vimrc: deactivate digraph option

commit 8249df82d369284ba879a604b714f05c38714d05
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 18 21:56:31 2007 +0200

    /etc/zsh/zshrc: make sure we provide arguments for startx in the function as well

commit d057c82c5819bca55dfb12c9ba197b5f4ddbdcce
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 17 23:24:07 2007 +0200

    /etc/zsh/zshenv: check for presence of lesspipe

commit 62e62d591baa50938340dc1ba61802a4e59ed4eb
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 17 16:38:36 2007 +0200

    Use degree instead of degree sign in weather function

commit 86b1cfde8fc6366532e11b671477d195a744dd27
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 17 15:50:48 2007 +0200

    Added aliases S, s, top10 and function weather()

commit d557289e1edf4adbff7aaff331e00bb7a66fd7a9
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 10 16:21:04 2007 +0200

    Added tag 0.3.16 for changeset a77db3b185fd

commit 0daf2ad0a6faf4be6817bdc73934bbccd9ae8a22
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 10 16:20:41 2007 +0200

    /etc/zsh/zshrc: dchange() - restore old behaviour

commit c696da2e94559239d30f242c76efe1f38973b3bd
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jul 10 16:15:02 2007 +0200

    Added tag 0.3.15 for changeset 67f97d9c34bf

commit cef676814cebd511d5f2fba576f3dd775e8e9950
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 9 22:27:18 2007 +0200

    dchange() function: remove hardcoded option

commit 725aa87308b23fcf3a0a643b33912ab30f49d372
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jul 7 10:58:55 2007 +0200

    /etc/zsh/zshrc: activate 'setopt pushd_ignore_dups'

commit 5c8582fa1ca7b07348b683ca65543f8df12bfcff
Author: Frank Terbeck <ft at grml.org>
Date:   Sat Jul 7 10:53:18 2007 +0200

    setting pushd_ignore_dups.

commit 4bb903bfa9e5be93b4bdd5913f012f2dae369de4
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 4 12:45:20 2007 +0200

    Added tag 0.3.14 for changeset e31aaaa10a43

commit c37569497bb5b632f8db23cbaa4a46c00e033976
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 4 12:41:57 2007 +0200

    /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read

commit ab444f705c2a724fe4e0654d901be8a1ab958cb9
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jul 4 12:33:40 2007 +0200

    Added tag 0.3.13 for changeset 01c21265be59

commit 24aab95cd888adc1a7bad3120174b88ba72b26af
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 2 18:17:56 2007 +0200

    dchange(): use aptitude to retrieve changelog

commit ece9edc246b09d94656edb8391b80adfe45a3364
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jul 2 01:22:13 2007 +0200

    added alias "$(uname -r)-reboot for fast rebooting via kexec

commit 11125ca5aec63c226a409ad59498f9875bb7b278
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jul 1 23:06:47 2007 +0200

    aoeu(): do not use $XKEYBOARD and $KEYTABLE

commit 6a40be1604b55d65ca9aa45f9757b52130870d07
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jul 1 17:13:44 2007 +0200

    Added tag 0.3.12 for changeset c69118c37a16

commit a835cc7f725a494d0e53d1d5ec080d17cd31d2f1
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 30 01:28:59 2007 +0200

    vimrc: expand $HOME

commit 0eced1f9d2b3e1710dfa093e41e8d0d3231d4892
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 30 01:26:43 2007 +0200

    Move vimrc.local code

commit 6021c75f47b79bb046f83bcef70623d7fd37355b
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 30 01:20:38 2007 +0200

    /etc/skel/.vimrc: support ~/.vimrc.local

commit b82c5887248c6fdd45050340474fc0dcb4208622
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 29 11:46:55 2007 +0200

    fix some typos

commit 71c9a3bd42fc32cd81a37a357608670d004e3e84
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jun 29 11:30:26 2007 +0200

    Update changelog

commit b472f5d533b278bfea4c2f5ec8be728be8cde7dd
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jun 29 11:13:42 2007 +0200

    added documentation for the genrefcard.pl tags on top of zshrc.

commit e6fda56d958a875961eb590290dd406ece1232c0
Author: Frank Terbeck <ft at grml.org>
Date:   Fri Jun 29 10:15:46 2007 +0200

    compctl definition shadowed _grmlinitd. Found by Anthony CHARLES. Thanks!
    The fix is to simply throw the compctl line away. If the grml zshrc is
    installed properly, /etc/zsh/completion.d/_grmlinit.d is there to take
    care of this properly via compsys (Otherwise, the _grmlinitd would be
    useless).

commit 048e41b89836161cbda494678df211fd0420946e
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jun 26 00:21:14 2007 +0200

    Update changelog

commit 77190bf26c5ea55cfc3d4f7da080806cf022e70d
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jun 21 20:18:21 2007 +0200

    3 tiny changes in the zsh-setup, that ease generating the zsh-refcard.
    These do not change any functionality at all.

commit bd241715e6d04937428a38a8a4002f3010f7279b
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jun 21 19:55:12 2007 +0200

    same as the last commit, just for skel/.zshrc this time.

commit d17d0724445f3e4c2a9887e9b2b5c609b3925b08
Author: Frank Terbeck <ft at grml.org>
Date:   Thu Jun 21 19:40:10 2007 +0200

    imported comments that can be used to generate the refcard.
    used vimdiff, I hope I didn't break anything. I'll test this. Promise. :)

commit e9eb7498c7ce5f3271d53f0fe2c6a949e2f86eff
Author: Michael Prokop <mika at grml.org>
Date:   Wed Jun 20 10:35:00 2007 +0200

    move environment stuff from /etc/zsh/zshenv; added function minimal-shell; added keybinding ctrl-x1 to jump behind the first word

commit 215e3f544c360d8bd1651b706fd6088bc1597d3f
Author: Michael Prokop <mika at grml.org>
Date:   Tue Jun 12 14:01:16 2007 +0200

    /etc/zsh/zshrc: added function dnews

commit 272f989955b3fdff28d30b3386096c46260f2a84
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jun 10 00:04:25 2007 +0200

    Added some more examples to /etc/network/interfaces.examples

commit 5264d4eae98bdc336d0b53441106d65d1f7ec7af
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 9 19:26:56 2007 +0200

    Added tag 0.3.11 for changeset 70c5a4e2aa7b

commit 11963d4f26dd73ae8d8d0009d02d002ac0917ee9
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 9 18:46:59 2007 +0200

    added function iwclient

commit 0e313012c03842191f78762cfdc8baf3207bfe9b
Author: Michael Prokop <mika at grml.org>
Date:   Sat Jun 9 00:45:18 2007 +0200

    /etc/zsh/zshrc: added alias ipv6-tunnel

commit 3bc19678e3b6d23f7f41fbb0eb6d780901f464de
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 7 14:55:08 2007 +0200

    Added tag 0.3.10 for changeset 50b9f0e013ae

commit 5478ef70c0c343b4b120830c4c7e07e345bd85e3
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 7 14:54:46 2007 +0200

    applied patch from Issue230

commit 7bd82d6616bc3f1a707d40e9aaef02ad4b5b8b36
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jun 7 14:52:23 2007 +0200

    /etc/zsh/zshrc: use \e instead of the escape-sequence

commit 416a7f83957cd9b065264ae90d30c3c8b32c413c
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jun 4 23:26:32 2007 +0200

    Added tag 0.3.9 for changeset c5700fe6cd09

commit 94c20637899dfe8666d6a95bd804b883498cc109
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jun 4 23:26:15 2007 +0200

    Added toggle key functions to /etc/zsh/zshrc

commit 83c8571605815245c86e29c20c9958b922825a9b
Author: Michael Prokop <mika at grml.org>
Date:   Mon Jun 4 10:45:15 2007 +0200

    Added alias llog, use sudo -s and mention alias -s pl...

commit c06c668485329ab2b6f8b38e1be55a1279532e9f
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 31 17:22:14 2007 +0200

    Added tag 0.3.7 for changeset 83f91082af35

commit ff188f766824a9d383191b608a402318bdb3b64d
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 31 17:21:51 2007 +0200

    deactivate zsh-mime-setup by default

commit 2fb16c49baaa1ade7410c08532d9a051e4d5e0c3
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 29 16:34:13 2007 +0200

    Added tag 0.3.7 for changeset e37ce91e81cc

commit 4f9cbb4bae166783f31b702b917ac3761aa34b2a
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 29 16:31:48 2007 +0200

    /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether the global file has been read

commit f70c5f141ce1643c8915d87369f8b33fb72c0e7c
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 27 19:13:25 2007 +0200

    Added tag 0.3.6 for changeset cf1dc4e03ff9

commit 969ad4738a5d81a23590a760e37b04a9dc5b4398
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 27 19:13:01 2007 +0200

    /etc/zsh/zshrc: do not even add completion directories if broken setup has been detected

commit a940d37c27bc5d206183e044463dd3df3f77ca28
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 25 02:16:15 2007 +0200

    Added tag 0.3.5 for changeset cfc3bc4a333b

commit fb0f5303d1e6bc334c009501cbff754b38e8cff9
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 25 02:09:18 2007 +0200

    /etc/zsh/zshrc: check for potentially old files in 'completion.d'

commit a8296ff2c10b8d37a477de986ae45f493c194bb3
Author: Michael Prokop <mika at grml.org>
Date:   Wed May 23 10:24:30 2007 +0200

    Added tag 0.3.4 for changeset 2794774c160e

commit c33a7d6bb7a2314e9d75cdd6d4d90e65314fa259
Author: Michael Prokop <mika at grml.org>
Date:   Wed May 23 10:22:56 2007 +0200

    /etc/zsh/zshrc: check for present directory inside dirstack code before switching between directories.

commit 6b2d2cf4c9aa350819b46449fe414e5d29c01347
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 17 15:19:30 2007 +0200

    Added tag 0.3.3 for changeset 5fa6c82670f2

commit 222006c939694a8d6f20543cfb1d24a37e74e5de
Author: Michael Prokop <mika at grml.org>
Date:   Thu May 17 15:09:51 2007 +0200

    /etc/skel/.zshrc: added function fluxkey-change

commit 6112e821611edef866a3216772fec371a54c540f
Author: Michael Prokop <mika at grml.org>
Date:   Wed May 16 11:30:48 2007 +0200

    Added tag 0.3.2 for changeset e7c60c9df1df

commit 542d0e4b8e59e6c4a0561e8a34372f7f27b28e14
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 15 11:22:28 2007 +0200

    /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!

commit f332074fab1b43abafb0f339fcddd6650e894e79
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 15 10:55:44 2007 +0200

    Added tag 0.3.1 for changeset d848387b23e0

commit f6169af32ab0704dc19c90f82b9755e5375bc417
Author: Michael Prokop <mika at grml.org>
Date:   Tue May 15 10:55:16 2007 +0200

    Applied patch by ft for better $SUDO handling via salias; alias debian2hd

commit b4497e2261bbcca65d6a26786d149ad1b19d63fa
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 13 12:21:24 2007 +0200

    Added tag 0.3.0 for changeset 93466c7937ed

commit 1147222e8d656392f66128c497df296112c5af4f
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 13 12:20:16 2007 +0200

    /etc/zsh/zshrc: check for $SUDO and do not use it when running as root

commit c060d649f97e25b96a987aee6bbe04058271bdbe
Author: Michael Prokop <mika at grml.org>
Date:   Sun May 13 00:14:45 2007 +0200

    Add /etc/skel/.emacs which enables UTF-8 mode by default.

commit 3c1a5fc9746a1562f1f7c204b9dadc6336efd4a7
Author: Michael Prokop <mika at grml.org>
Date:   Sat May 12 23:23:05 2007 +0200

    Added alias and powerglob insecscp (like insecssh but for scp).

commit 5b2c7a0bc8c8f0c7ed03dd17a98552f551c3d954
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 11 23:50:49 2007 +0200

    Added tag 0.2.51 for changeset eace752ef72f

commit 575c92ff4335c1fb35a8dc4995ff12e298058eee
Author: Michael Prokop <mika at grml.org>
Date:   Fri May 11 01:15:22 2007 +0200

    /etc/zsh/zshrc: added brltty-wrapper, some new functions for /etc/skel/.zshrc

commit aab473e1999f134324609c703d76d59f06fb8933
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 29 13:54:11 2007 +0200

    Added tag 0.2.50 for changeset 7ad04f8bcbde

commit 5d0816fb166a90684f76d02a420541324642c10b
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 29 13:17:22 2007 +0200

    /etc/zsh/zshrc: sleep 2 seconds before running flite in swspeak alias

commit 4442b87b2540279fe4d3a0080a60780b283149d8
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 22 21:50:31 2007 +0200

    Added tag 0.2.49 for changeset a669b400c5dd

commit 37cafe9ce9405294771399dd8d81f1e97d70e791
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 22 18:56:08 2007 +0200

    /etc/zsh/zshrc: improve code for manual overriding of RPROMPT

commit 12b06b3966b3fe236d6013b041fc8958b17e184e
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 22 18:38:01 2007 +0200

    /etc/zsh/zshrc: restore old behaviour of RPROMPT

commit bd9bc960e257b91839985caf689f4b4510118652
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 22 16:54:23 2007 +0200

    Added tag 0.2.48 for changeset ba5f42dfe386

commit a096c58879bbeed296a77af0ba31e5da711e223e
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 22 00:13:34 2007 +0200

    /etc/zsh/zshrc: use transient_rprompt only with zsh version 4

commit b5870cf1254cc392a7fe5227b0ed5177bed30d22
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 21 23:58:54 2007 +0200

    /etc/zsh/zshrc: re-enable smiley, allow manual overriding of RPROMPT

commit 2f0de92b097d0debc557799d4f399488ae96873f
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 21 23:38:22 2007 +0200

    Remove grml-etc-core.diff from repository

commit 6de82702b49bd4cfade4cbd5deae5fa16e5a81e6
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 17 09:23:30 2007 +0200

    Added tag 0.2.47 for changeset 2627905431f7

commit 8ac2e84c61fe067dc2676cbf4b29d431c209bcf8
Author: Michael Prokop <mika at grml.org>
Date:   Tue Apr 17 09:21:29 2007 +0200

    Big rewrite of /etc/zsh/completion.d/, thanks to ft!

commit d0efc44af1d049776967ae980611631be13d7561
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 15 22:52:43 2007 +0200

    /etc/zsh/zshrc: added zstyle for url-quote-magic

commit 465d477a84336597424c38989c7c9ab0c798d9db
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 15 22:38:52 2007 +0200

    /etc/zsh/zshrc: deactivate url-quote-magic by default and provide it as alias url-quote instead.

commit 402babc51c3c39a38f2d07158f554ed5e99dc9cf
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 14 11:12:29 2007 +0200

    Added tag 0.2.45 for changeset 58d2b341e127

commit 64aa82a0815d2f3fa6d218db4a71735243f14325
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 14 11:11:59 2007 +0200

    /etc/zsh/zshrc: fix syntax error in get_twi_cl

commit 4e986c798640ab7c28315492c3b1be8d567c51a3
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 14 11:07:03 2007 +0200

    Added tag 0.2.44 for changeset 388678a6bf1e

commit cd7805eb94797ce4c6cca70777207bad15773821
Author: Michael Prokop <mika at grml.org>
Date:   Sat Apr 14 11:06:45 2007 +0200

    /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware

commit 4f1705e138be176f6aa182935df248c2cddb670f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 18:02:12 2007 +0200

    Added tag 0.2.43 for changeset 95c765ba3534

commit b72d908b1b136820a113c2a01da79393cf331678
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 18:01:18 2007 +0200

    /etc/skel/.zshrc: added alias mq

commit 0e94a5d29a3957ce97fcf452558ee9a57b4fb40a
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 17:44:16 2007 +0200

    /etc/zsh/zshrc: fix function sll

commit dfc4fb72649668ce8f919eb947102cab3f5af607
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 17:41:26 2007 +0200

    /etc/zsh/zshrc: update function sll

commit 91d0835c1d20d697870290fa97f45b5794d17cf7
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 17:40:52 2007 +0200

    /etc/zsh/zshrc: update function sll

commit 0f258b3509c2d5c097e3ca051f8e9b233cb5cd0d
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 13 17:36:19 2007 +0200

    /etc/zsh/zshrc: generic file completion, function sll

commit 41f5356d39cee94c58d7caac79a7cc30abed74d9
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 12 12:56:35 2007 +0200

    Added tag 0.2.42 for changeset 18d845193ebc

commit 5ea2b67a1c85e9452c72df37343c9e722ff2ca3e
Author: Michael Prokop <mika at grml.org>
Date:   Thu Apr 12 12:50:36 2007 +0200

    Update /etc/apt/sources.list.grml

commit a3d2754da1531adbde1cea08d10231f1ff8243bd
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 6 22:43:44 2007 +0200

    Added tag 0.2.41 for changeset 84bdbc8ea96f

commit 0e59a65165a77ec4bf0b6a048c1a8469f540059e
Author: Michael Prokop <mika at grml.org>
Date:   Fri Apr 6 22:42:59 2007 +0200

    etc/grml/script-functions: replace $UID with id -u

commit 7c7e3dc14d767207fe750a47f4b2f9a99714922e
Author: Michael Prokop <mika at grml.org>
Date:   Wed Apr 4 21:39:36 2007 +0200

    Added tag 0.2.40 for changeset 6cfd0338191b

commit 9c3b6dc030abd09b1ed0660cc27328b2f08f7da7
Author: Michael Prokop <mika at grml.org>
Date:   Wed Apr 4 21:39:16 2007 +0200

    /etc/skel/.vimrc: do not set "tw=72" by default anymore

commit 65363013c8eca35a763ad111e8aee78e80f9097e
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 1 17:26:09 2007 +0200

    Added tag 0.2.39 for changeset 72fff3061674

commit e23adb45813569c30dbb5d7eb029dd3e9437ac5f
Author: Michael Prokop <mika at grml.org>
Date:   Sun Apr 1 11:42:55 2007 +0200

    check for most before assigning aliases dchange and uchange

commit cc6e808d6f1aecb646896f2f682796d4928a0ee2
Author: Michael Prokop <mika at grml.org>
Date:   Thu Mar 29 00:23:23 2007 +0200

    /etc/zsh/zshrc: added aliases mdstat and ...

commit c0a58cb6aaa972a62194295f34f14bd5557170dc
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 28 20:48:38 2007 +0200

    Added tag 0.2.38 for changeset e04b99e01033

commit 5b84a72e933748d16e67e6abfa8ee55879a97440
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 28 20:46:25 2007 +0200

    /etc/zsh/zshrc: added new aliases ati and up

commit 372aeee4bbb9004ff2226bc3a1d17eef0b9c9d4d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 24 17:07:29 2007 +0100

    Added tag 0.2.37 for changeset 7dcd84155a8d

commit ae1db734c9bd60f5d5617a943b88aaa65f8b2249
Author: Michael Prokop <mika at grml.org>
Date:   Thu Mar 22 12:31:11 2007 +0100

    Add solaris examples to /etc/zsh/zshenv

commit b9bef36ff3ed89109f072e4fc1800f081979370c
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 21 19:11:32 2007 +0100

    Added tag 0.2.36 for changeset f0f6d473619c

commit ccbb261ab37df12e5367406c9faa933f726f5443
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 21 19:04:10 2007 +0100

    Another version of dpkg-divert handling for debian/preinst.

commit cdc5f3bd3ac376bd0042975753e17f541a6a13de
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 20:14:16 2007 +0100

    Added tag 0.2.35 for changeset 9781e11c882410e093d50d7f17506707f153ae80

commit db88d9d2536c7ea4596d5d6f473ed6218b1f5984
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 20:13:32 2007 +0100

    /etc/zsh/zshrc: added aliases for better iso<->utf handling

commit 7058d4b2232ebc4ba737bcb46f58476d7a4e4598
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 15:20:17 2007 +0100

    Added tag 0.2.34 for changeset 2fa200b935905cb189edf9e48e6a8c6d84e0a3e4

commit 97ee7d757f2b601dd2bd3ff8d9557e4c03f3ef4d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 15:19:23 2007 +0100

    /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is present in /proc/cmdline

commit fa041d31dc8589c4b37041a6fa86289f68ccc336
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 12:52:17 2007 +0100

    Added tag 0.2.33 for changeset 12a0e8166f0aa7fe6c71885cecf2378d599a65a9

commit eeb9806fb104a1e72e9f36d9fa6f7be8c7d56bd6
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 12:51:52 2007 +0100

    /etc/zsh/zshenv: fix sourcing of /etc/timezone

commit 4aeb19b6a0a8204b93c1902537768f85deec55de
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 12:20:16 2007 +0100

    Added tag 0.2.32 for changeset 5d445d7b5a77f5d39ab72aa8f0e21a5f73a7d6d6

commit 080b850cc6903b0f46d179bc9d24b2036924e1d5
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 17 12:19:19 2007 +0100

    /etc/zsh/zshenv: source /etc/timezone if present

commit 0e26b3a44030c61b48134dc28eee533c830468c2
Author: Michael Prokop <mika at grml.org>
Date:   Fri Mar 16 22:19:58 2007 +0100

    Added tag 0.2.31 for changeset 32fce02ff9e8a50c830fc3f9c39aa5d9649c475b

commit df6dc417ebe4ed62b67bb2bf45b2d0b235dfa8a1
Author: Michael Prokop <mika at grml.org>
Date:   Fri Mar 16 22:19:50 2007 +0100

    added [Closes: issue152] to debian/changelog

commit 8df48ec80b156ee8812e69ac7b0aeb1f4d974cb6
Author: Michael Prokop <mika at grml.org>
Date:   Fri Mar 16 22:19:02 2007 +0100

    /etc/zsh/zshrc: update swspeak alias

commit f3e7f85dab45efdc1091e005a7e5f27ab0659bcf
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 14 15:49:04 2007 +0100

    deactivate rationalise-dot by default

commit bf839e5e3054fcc7f20f49eb1630a7dc9ed49b13
Author: Michael Prokop <mika at grml.org>
Date:   Wed Mar 14 15:42:17 2007 +0100

    /etc/zsh/zshrc: added rationalise-dot

commit dd223a487a9a35430db3656710babb4312fce71b
Author: Michael Prokop <mika at grml.org>
Date:   Mon Mar 12 10:04:49 2007 +0100

    Added tag 0.2.29 for changeset f055e8bbaca4b4ab3f406818f60e088ec42939a5

commit 8f8d8ea4d993964d26eb60f7978e1d6d72d7b28f
Author: Michael Prokop <mika at grml.org>
Date:   Sun Mar 11 12:45:57 2007 +0100

    etc/skel/.zshrc: remove duplicate cl() definition

commit a8fffa3ff3e2d91c29d248bf5814bffc09827143
Author: Michael Prokop <mika at grml.org>
Date:   Fri Mar 9 15:35:45 2007 +0100

    Added tag 0.2.28 for changeset 08ffe565e2796ca72871787775e4c4eb8119e192

commit 031ad3ac7432514b0ddbf1c10c9f1a99ba21a335
Author: Michael Prokop <mika at grml.org>
Date:   Fri Mar 9 15:34:32 2007 +0100

    /etc/vim/vimrc: added set wildmenu

commit 661f68206e453a59d79940c87ab9226ef968e9b8
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 3 18:38:50 2007 +0100

    Added tag 0.2.27 for changeset 61e9cdd8a20aff1d9c869be41d0413b0728fd528

commit 1ca67a0aed6076b6809d25dd0d0b880f6c742448
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 3 18:37:08 2007 +0100

    adjust debian/changelog corresponding

commit 7b19d0f7999d82136fa08bd45de8834d9dfc8256
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 3 18:35:55 2007 +0100

    another debian/preinst fix

commit 5a4ab4ce6f371c049a9454978e559e435c003302
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 3 18:21:15 2007 +0100

    Added tag 0.2.26 for changeset d149ebe32342a86fb6c2e7b8c9e8c914c672d16e

commit 6193e553d31bf5aba61f8ef5ffd072ac3805ef7a
Author: Michael Prokop <mika at grml.org>
Date:   Sat Mar 3 18:17:00 2007 +0100

    try to fix preinst failure on Debian stable systems

commit 0d12192cd79feeddfa56c177b212606d20068d71
Author: Michael Prokop <mika at grml.org>
Date:   Thu Mar 1 15:00:17 2007 +0100

    Move /etc/skel/.channels to package grml-etc

commit 48e43f01638cd83d2e7435834255ef75d1311acb
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 26 19:04:08 2007 +0100

    Added tag 0.2.25 for changeset dff8124d880ac5f44310f98750e647eafe6b0b88

commit 0e8f489f9664279e8d43548896c04f8db365da35
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 26 18:53:04 2007 +0100

    /etc/zsh/zshrc: user root should have umask 022 of course

commit e74d564a08a4d5db48248b5bc7c9073572bf7887
Author: Michael Prokop <mika at grml.org>
Date:   Mon Feb 26 09:27:30 2007 +0100

    Added tag 0.2.24 for changeset a2ae617438a4412cf601380b0af4bd24bb796318

commit fbcf64be606a6956dc4c4ade15775e4a4670366f
Author: Michael Prokop <mika at grml.org>
Date:   Sun Feb 25 22:30:51 2007 +0100

    source /etc/default/locale only if LANG is not set

commit f60f4964bd1f53fc8aec9451e806a38a618806e3
Author: Michael Prokop <mika at grml.org>
Date:   Sun Feb 25 13:05:49 2007 +0100

    Added tag 0.2.23 for changeset 13207a2b97b0831e2feb87a6cc49a4522fc32b2e

commit 1070e95c2e69a17540eb608b819d40f8ca5f37f4
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 21:29:48 2007 +0100

    drop the $ZSH_VERSION checks, the do not work for zsh-beta package

commit d3741cae8fbe2b2f7386c75f9d0881a91570b125
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 20:51:18 2007 +0100

    added insert-unicode-char

commit aaebb85b04148aafcad855c310254b0568ddad72
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 19:23:28 2007 +0100

    improved documentation about startup of zsh; added function ytdl; work around non utf8 capable software

commit bf5493f17cbb327221eb800a43f1abfc93540322
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 17:33:32 2007 +0100

    export SHELL=/bin/zsh

commit c133858ec40a4679a874765bd67b242c259be9c4
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 13:07:13 2007 +0100

    Added tag 0.2.22 for changeset 5e72b8b6983bdb2833277d5a4d6460c597f36e63

commit 2a699f5a2c6aa9baac48dd2967928e243ff7295e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 24 13:06:40 2007 +0100

    added /etc/skel/.channels

commit ee045f620fb7025742f6dfcaf7ab5bc3e1d00363
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 17 12:20:18 2007 +0100

    Added tag 0.2.21 for changeset 628da98053525a5ade61b776b782e19fd5e862a1

commit ac8a97797662df20aa9bc239e434ca8f94596bab
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 17 12:19:44 2007 +0100

    /etc/zsh/zshrc: check for upper letters in isutfenv as well

commit 579571b4582017e2b2af343b23d211a013c212af
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 10 11:41:20 2007 +0100

    Added tag 0.2.20 for changeset 00fc647378fa850fabf8266cb542287c821c0239

commit c157dec31b1788825901d761aa3c51edf73d184a
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 10 11:38:54 2007 +0100

    /etc/vim/vimrc: fix syntax statement - missing endif

commit abb5f0d01ea0b935b13530ea3d40a7e881cc93d8
Author: Michael Prokop <mika at grml.org>
Date:   Sat Feb 10 11:34:26 2007 +0100

    Update of /etc/skel/.vimrc and /etc/vim/vimrc, added /etc/skel/.vim/ftplugin/c.vim

commit 3ee924b50423ab382c6b423bf819dcae147de67f
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 9 15:30:48 2007 +0100

    Added tag 0.2.19 for changeset 09c9b661d1006a901aba287f242f987c3a1a464d

commit b285a6913f2b2f80d51d70b57bfe0a659903e2e2
Author: Michael Prokop <mika at grml.org>
Date:   Fri Feb 9 15:25:27 2007 +0100

    /etc/vim/vimrc: syntax on fix; update in debian/preinst

commit 08f61f2b8ff41f131e4d71dccfeddc7cd27474a0
Author: Michael Prokop <mika at grml.org>
Date:   Tue Feb 6 20:19:59 2007 +0100

    Added tag 0.2.18 for changeset 2336e9e738ae570747d7f6796c1987655810ac24

commit 4b876f9cdf2ffecb4e5510e19d112c4415391134
Author: Michael Prokop <mika at grml.org>
Date:   Tue Feb 6 20:19:12 2007 +0100

    /etc/zsh/completion.d/grml-wallpaper: close issue116

commit c5def1541078b09dc0a8749b0ffa032f44007ffd
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jan 19 19:28:57 2007 +0100

    zsh configs: fix handling of check for binaries

commit c1f2dec91f1d93d184832a008ad5e4a93f6eb022
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jan 18 13:09:16 2007 +0100

    /etc/zsh/zshrc: add completion for qma (thanks, wuehlmaus)

commit 5045b55bb9a9040db953034a6cd517c16ef7e2db
Author: Michael Prokop <mika at grml.org>
Date:   Thu Jan 11 00:27:59 2007 +0100

    /etc/zsh/zshrc: added functions deswap, hex and peval

commit 468e8ff43e302b321ce258dea466d9411d6807cd
Author: Michael Prokop <mika at grml.org>
Date:   Sun Jan 7 11:58:09 2007 +0100

    /etc/zsh/zshrc: add alias debs-by-size

commit 967cab663788cb71848b1566561d937f21aefc05
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jan 5 19:36:19 2007 +0100

    support zsh profiling via $ZSH_PROFILE_RC and profile()

commit 7cae82a41c8c1c11ccbdf530830a61c22f7a9fd4
Author: Michael Prokop <mika at grml.org>
Date:   Fri Jan 5 00:04:39 2007 +0100

    several tuning tweaks like host completion in /etc/zsh/zshrc

commit cd685da57b15802cda65eca1493d4cd46ef5a49f
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 17 14:55:54 2006 +0100

    Added tag 0.2.14 for changeset b9f732a98ef1cd5499d9308f6386a91019c22515

commit 73d7a9a13106115c65b57734e1fca59b23152c3f
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 17 14:55:35 2006 +0100

    improve chpwd handling for builtin dirs command

commit a1cd3b6fb0975ea28dee76ec9a8133f78e88133c
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 17 13:52:57 2006 +0100

    make sure dirs is not an alias or function

commit e7c0b2d9bc977f2765a4d11309d7304e56c56428
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 16 20:16:10 2006 +0100

    Added tag 0.2.12 for changeset 99f3a8fbdabaeffbb43d2b9f99b0d055ac903934

commit 2bc1a7520ac89e8d72fc88a114f5040c066125f5
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 16 20:13:14 2006 +0100

    zsh: add support for global dirstack handling

commit 6b3c699360ff58a9fb6b6713c16a2c4029125d2d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 16 10:36:26 2006 +0100

    Added tag 0.2.11 for changeset 745f7ba5c1759580e7c2ce0775500d65601dbbd2

commit 0833de937384bc73d3db2a74b2cf20c213084818
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 15 01:03:31 2006 +0100

    add editor to depends

commit f3d6ce20a79df620b18d4d64e574450a26d79d4b
Author: Michael Prokop <mika at grml.org>
Date:   Thu Dec 7 18:59:14 2006 +0100

    Added tag grml0.9 for changeset 524d9f822c2915d7609e78c8d862681f4ff4b134

commit 0d8dc9009faa21c74a63e2b4c4bfd267a13bcacb
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 5 17:07:19 2006 +0100

    Added tag 0.2.10 for changeset d95f1c6646d3ffae2f07f5f2ba1b4c029b729789

commit 9475e8561d9c05f83dd3346031b0a2491b590d1a
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 5 17:06:16 2006 +0100

    update debian/changelog

commit d011ac16783081a339a43c5f897f662c7148c076
Author: Michael Prokop <mika at grml.org>
Date:   Tue Dec 5 16:58:04 2006 +0100

    try another workaround for /etc/skel/.zshrc in debian/preinst

commit b6a21264c2564f3b5153be8ed53ccbe18ab26474
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 3 12:54:03 2006 +0100

    Added tag 0.2.9 for changeset 779b348b419f341115c83ddd4a5bedff3ee37cd5

commit c6fee93cc936058cf06b2ed808d5e996dca063ad
Author: Michael Prokop <mika at grml.org>
Date:   Sun Dec 3 12:53:12 2006 +0100

      * /etc/zsh/zshrc: update NOPRECMD handling

commit 18ce1794870da31c52a21ea0f50db3d9b276496e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 22:45:19 2006 +0100

    Added tag 0.2.8 for changeset a4b4df0755f7506f48f1b4e91bb6c7b6051a3a27

commit 140a5435230cc9e9d86b21d09f9110d9d1bf6873
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 22:44:24 2006 +0100

      * /etc/zsh/zshrc: drop completion for lintian and linda as
        zsh ships that already.

commit 6903c782c64fe21566529140fe217fe765c09a5e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 18:50:22 2006 +0100

    Added tag 0.2.7 for changeset 7a1c9a0328586d9cee0df554dc7b02e695f8ab29

commit e79087c4b964f0eff4d2149cbaf3948c0b0efeca
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 18:50:04 2006 +0100

      * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
        therefore and use qma for manzsh too. (This fixes part 2/2 of
        issue19)

commit 3f33e6454c2d2759b4eb53fd1120251907093b9e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 18:26:34 2006 +0100

    Added tag 0.2.6 for changeset ab8404133ef5fe86a4254079af529189764ad85b

commit 19166a4c4d50b58cbd7688f23f0463f2a860236c
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 18:25:02 2006 +0100

      * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
        (Closes: issue36)

commit f8575ae892e55a8826f15a20ac3f7de177079afe
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 16:18:58 2006 +0100

      * /etc/zsh/zshrc:
        - our new default umask is now 002.
        - function isutfenv to check whether we are running inside
          an utf environment
        - add option utf8 to alias truec according to result of isutfenv

commit a0cb586db00052329d1f3517dce39700ec0b0575
Author: Michael Prokop <mika at grml.org>
Date:   Sat Dec 2 11:51:33 2006 +0100

      * /etc/zsh/zshrc: add alias 'any' for grepping through process
        list, thanks for the basic idea - Karl Voit!

commit 55947e067f3f2bf9f19ac7496b83fa86097f540c
Author: Michael Prokop <mika at grml.org>
Date:   Fri Dec 1 10:57:22 2006 +0100

      * Let's ship /etc/apt/preferences.grml as reference file.

commit 79ff7c4f0f0400330395f52063f6095a263401a7
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 30 20:13:21 2006 +0100

    Added tag 0.2.2 for changeset 4eb2226110b50f63c5899c6818e7b9555c4b343b

commit 2550abc86968ff51ff7931aeebaf2980db428855
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 30 17:15:40 2006 +0100

      * /etc/zsh/zshrc:
        - move function H-Glob to this file as well and make it available
          as help-zshglob as well, thanks for the translation to english - ft!
      * /etc/skel/.zshrc:
        - rework function dirspace() [support $1]
        - replace all '1>/dev/null 2>&1' with '&>/dev/null'

commit da48c656abbb58141937936c9e36c10327a868fc
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 30 16:55:38 2006 +0100

      * /etc/zsh/zshrc:
        - move power completion / abbreviation expansion from /etc/skel/.zshrc to
          main zsh config file so we can use it as root as well (thanks for hint,
          wuehlmaus)
        - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
        - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
      * /etc/skel/.zshrc: rework function dirspace() [support $1]

commit d1767ad045a29f17c85fd12d772db6f760946029
Author: Michael Prokop <mika at grml.org>
Date:   Wed Nov 29 23:26:13 2006 +0100

      * Use new grml-repository by default now (thanks for the great
        work, formorer!).

commit dc8a0e783e682c976f1ae953a1baa57a571fd34b
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 26 19:16:17 2006 +0100

      * New version number for new release.

commit dc159d944a4b96d8f732561a91b6697b02803c47
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 26 10:35:38 2006 +0100

    Added tag 0.1-38 for changeset 79261c69a90adb8c070974665aab30ad40108dff

commit c31db6c8f535ac1c3ce64f69cbd6b39fa21d0f55
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 26 10:33:17 2006 +0100

      * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
        to Erich Minderlein and Ulrich Dangel!

commit 88352c313509fff4bb63888a89674c603f8b522d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Nov 25 00:54:45 2006 +0100

    update debian/changelog for new Closes:-feature by grml-BTS, thanks - formorer!

commit 8dd52c3b04b9a5f32596dc8ab745e61ab5c0987a
Author: Michael Prokop <mika at grml.org>
Date:   Sat Nov 25 00:52:18 2006 +0100

    The 'preparation to a zsh workshop improves code quality' release. :)
    
      * /etc/zsh/zshrc:
        - run "limit core 0" only in live-cd mode
        - support Force-Reload for /etc/init.d/*-action as well
        - move upgrade-function from /etc/skel/.zshrc to this file
      * /etc/skel/.zshrc: some cosmetic cleanups

commit 9eca419d293f6c2f04013cfb313caacad49b7655
Author: Michael Prokop <mika at grml.org>
Date:   Fri Nov 24 23:14:39 2006 +0100

    Added tag 0.1-36 for changeset d2f11b728635f100fe0f0dd8ca9c1c54913cc013

commit 44caa64f88f6786d44c5e3c95d1e12c5e5e0890e
Author: Michael Prokop <mika at grml.org>
Date:   Fri Nov 24 23:13:28 2006 +0100

      * /etc/skel/.zshrc:
        + alias hbp='hg-buildpackage'
        + renamed tla related aliases:
            ldiff   => tdi
            mirror  => tmi
            commit  => tco
            merge   => tme
        + fix function lcheck
      * /etc/zsh/zshrc:
        + grml-rebuildfstab: use -config option of new rebuildfstab
        + alias acp='apt-cache policy'

commit 51f4b5ecfdfb407b06f59e6b0e23d9f0f667b34f
Author: Michael Prokop <mika at grml.org>
Date:   Thu Nov 23 22:47:53 2006 +0100

    Adjust /etc/apt/sources.list.grml for new repositories (thanks
    for the great work, formorer!), not yet activated by default.

commit 3592bd5da27db7244c6b8e0a3d98d56c3335d547
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 16:25:49 2006 +0100

    Build package for new repository layout using "grml-testing" as "Distribution".

commit 55fe7ec7c2728f92de132cf4c5f4dc6b4e531214
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 15:31:06 2006 +0100

    Added tag 0.1-33 for changeset 35c75d7c8bb0c302e79583b5b56cd01082ff81e7

commit cc60a9590c91b0aa7acffa386062869bd11bb871
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 15:30:05 2006 +0100

    /etc/vim/vimrc: set nocompatible even though it is set via
    debian.vim, just to make sure we have nocompatible also on
    older vim versions.

commit 0536761f024c1f8deff7deb82221d54e22b1625b
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 15:02:09 2006 +0100

    mention preinst stuff in changelog

commit 18b360b87ad28e8ed377dab3bf7e992ffbf73ed5
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 14:59:51 2006 +0100

    small fix in url-quote-magic of /etc/zsh/zshrc

commit 89249c70daeb0dc4485c9a0d3a3c7a1fe9b107bd
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 14:51:39 2006 +0100

    try another preinst version

commit 943b9eeb8b15b3ca93a9360c2321f7e3d16a3468
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 19 14:46:02 2006 +0100

      * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
        to avoid problems with different zsh versions.

commit f9a9106b1b6e2c4b8fe489191e9df9def4d00e7c
Author: Michael Prokop <mika at grml.org>
Date:   Wed Nov 15 21:35:03 2006 +0100

    Added tag 0.1-32 for changeset 74467546addd7e8b8703ed5294933ff402dc789a

commit eb24dc890ae717df0753b32c3e04a033daf7f5ab
Author: Michael Prokop <mika at grml.org>
Date:   Wed Nov 15 21:32:13 2006 +0100

    zsh-setup: applied patch from Frank Terbeck for improved
    grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!

commit 3322d3de3fe04a93dadf43cf99777a3a0ca5c945
Author: Michael Prokop <mika at grml.org>
Date:   Tue Nov 14 13:00:44 2006 +0100

    Added tag 0.1-31 for changeset d329f21a242d295cb5aa8167df11aa9f498dcbdb

commit 3fcd990d659196002edf4147fb180e26eab12977
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 12 12:31:35 2006 +0100

    add debian/NEWS to notifiy users about change of global aliases behaviour

commit 9bb2a4f0cbcda8e495d306e3ee8420c6c24959c1
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 12 12:25:35 2006 +0100

    remove deprecated "vim's abbreviation feature" stuff and add isgrmlsmall-checks, thanks ft

commit c35c92e53bd39f554572774910ad8d3c6887edec
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 12 12:03:57 2006 +0100

    drop unwanted bindkey stuff in power completion, thanks ft

commit 6afca8dc10a8d991cbd3ee89eca07e9315e96988
Author: Michael Prokop <mika at grml.org>
Date:   Sun Nov 12 11:53:40 2006 +0100

        - added power completion, thanks wuehlmaus!
          See http://zshwiki.org/home/examples/zleiab for details.
          Notice: this deactivates the global aliases by default now,
          just use the global aliases as well but press ',.' afterwards
          to expand the abbreviation!

commit 050227ae683e7b119f1f2a020afd9e49191460e4
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 6 22:38:02 2006 +0100

    Added tag 0.1-30 for changeset 7dc10ed909cea5961b0bd7dfb916706a0431b5ea

commit aae4ec9f95e42b6423996147d813a280ad5166ac
Author: Michael Prokop <mika at grml.org>
Date:   Mon Nov 6 22:36:01 2006 +0100

    Ship /etc/grml/script-functions with this package, bumb standard version to 3.7.2

commit 9e13dd41d5fc7998145b8556cb9627eb1bbb66c0
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 29 17:51:15 2006 +0100

    - deactivate smiley on right side of prompt by default, uncomment
      the line if you want to use it
    - function isgrmlsmall: check whether we are on a grml system at all

commit ae7c680c143e6a884d4dd8f536dabe6c53ae93f8
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 29 15:25:15 2006 +0100

      * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
        but do not activate it by default
      * /etc/skel/.hgrc: adjust username for "generic user"

commit 5c99d15fe656601918f01636b97e3181c0783357
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 28 16:22:08 2006 +0200

      * /etc/zsh/zshrc: added isgrmlsmall() and set $EDITOR
        according to grml flavour, thanks - Frank Terbeck!

commit fd629999200647db34bdfaff42031390aab4284d
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 28 10:57:10 2006 +0200

    Added tag 0.1-28 for changeset beb0c304c2bfc75ada8da5feed2b2c21eed95e34

commit 9d8805145f33ab856da715b31cbf66a97ec9e0d1
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 28 10:56:42 2006 +0200

    /etc/skel/.zshrc: always set 'setopt local_options' if using 'setopt errreturn'.

commit c2575a46e38c229c6b2149a5650c93b0d7920a62
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 26 14:06:01 2006 +0200

    Added tag 0.1-27 for changeset 9dfbc8d05aec81071575229fcc2421d1a463fac3

commit cdbc6052c76e0a46704f1983f813f9bbb2978952
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 26 14:05:39 2006 +0200

      * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
        otherwise running 'script' might hang. Thanks, wuehlmaus!

commit 5236474012d3cdd165ed4db43da12413c5051703
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 26 00:51:33 2006 +0200

    Added tag 0.1-26 for changeset 660bf9a65432427c05102ad9a65f8d58512bd359

commit 4d46d343acc9256f5ed54ccc27f33d24609c5e12
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 26 00:51:08 2006 +0200

    update functions gethgsnap and gethgclone in /etc/skel/.zshrc

commit 388a927ab9b1be708cc47abbfa7fcec796bf8db9
Author: Michael Prokop <mika at grml.org>
Date:   Thu Oct 26 00:05:35 2006 +0200

    /etc/zsh/zshrc: don't export $SHELL anymore
    /etc/zsh/zshenv: some minor code style improvements

commit 538b20715841b392eb9b8f7a410546e78de57afa
Author: Michael Prokop <mika at grml.org>
Date:   Wed Oct 25 23:52:37 2006 +0200

      The "Frank Terbeck is my zsh hero" release.
    
      * Update /etc/zsh/site-functions/_hg to latest version from
        http://hg.intevation.org/mercurial/crew
      * Added /etc/zsh/site-functions/_grmlinitd for better completion
        of "Start Restart Stop Reload" with initscripts, thanks - Frank
        Terbeck!
      * /etc/zsh/zshrc:
        - use is-at-least for is4[2]-functions if possible
        - bugfix for $2 in initscripts "Start Restart Stop Reload"
          function (thanks, Frank Terbeck!)
        - use zsh's color capabilities if the module is present
          (thanks, Frank Terbeck!)
      * /etc/zsh/zshenv:
        - set /bin instead of /bin/ in $PATH
      * /etc/skel/.zshrc:
        - updated alias fbmplayer (thanks, wuehlmaus!)
        - added function gex (google exact search, thanks wuehlmaus!)
        - added gethgsnap and gethgclone for retrieving mercurial
        - use $SUDO in the whole file instead of $RUNASROOT
        - use 'setopt errreturn' in some functions

commit 7cb3be14606f3e2f2e7d01adbf2cf64db4176606
Author: Michael Prokop <mika at grml.org>
Date:   Mon Oct 23 00:07:18 2006 +0200

      * /etc/skel/.zshrc: add functions for mercurial
      * Added /etc/skel/.hgrc - configuration file for mercurial.
      * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
        two directories recursively), taken from
        http://www.vim.org/scripts/script.php?script_id=102

commit b85e0d3fc6c23727457eceba065b392768830542
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 19:33:11 2006 +0200

    Added tag 0.1-24 for changeset d905de3b156a383ba11782dd59da0de836855015

commit 828609514e739f7626c91daddc7dfe7c10807ae9
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 19:31:06 2006 +0200

      * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
        thanks for the patch - Frank Terbeck!

commit a577a428e64736d4f599531c9c77b1547554ec03
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:40:27 2006 +0200

    Added tag 0.1-23 for changeset 5253f25ec55e6d0386fa170d748efd48fe2cea11

commit 822072725593e64b7dc57ba070433cb6112981d8
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:40:25 2006 +0200

    fix another typo...

commit 59827ffac59afdd1d3e318777e942770c240bc80
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:38:39 2006 +0200

    Added tag 0.1-23 for changeset 6c9c66871e1b10ac3916e7c6fe0c70d0e654fccf

commit 279ee9a19e2e1f29623551f11b87d28cfd775dc3
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:37:41 2006 +0200

    Added tag 0.1-22 for changeset fe02a902dcb476501151bf0cf878c52468853efe

commit 4c89b303d62900127dd383375a5cf559b012bb3e
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:37:27 2006 +0200

      * Fix typo in /etc/zsh/zshrc.

commit 9779bb8d049ea10798af7cc12de0c26a513d6432
Author: Michael Prokop <mika at grml.org>
Date:   Sat Oct 21 16:21:16 2006 +0200

      * /etc/zsh/zshrc: update functions dchange and uchange - check
        whether changelogs exist before trying to display them.

commit f6bed3a3ce63511331fa0843d2ccbd89abdb0554
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 17 18:21:01 2006 +0200

    Added tag 0.1-21 for changeset f965e29619a616e0ca2c79d533d6f477b2fbc64f

commit b3cec3054391bb54542d3a5a4998b626ad6cc322
Author: Michael Prokop <mika at grml.org>
Date:   Tue Oct 17 18:20:54 2006 +0200

      * /etc/zsh/zshrc: added some more checks so the config works
        on AIX (powerpc-ibm-aix5.2.0.0) as well.

commit 7c1c1fa428f3a7516668ea4fa707c356a758ca9d
Author: mika at grml.vc-graz.ac.at <mika at grml.vc-graz.ac.at>
Date:   Sun Oct 15 23:20:37 2006 +0200

      * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
        and set according $FPATH in /etc/zsh/zshrc.

commit fdc8e8a0089fc457478464f8cbe4b89a813b27fc
Author: Michael Prokop <mika at grml.org>
Date:   Sun Oct 15 10:36:22 2006 +0000

    initial checkin

-----------------------------------------------------------------------


hooks/post-receive
-- 
core configuration files of grml


More information about the Git-commits mailing list