summaryrefslogtreecommitdiff
path: root/Functions
AgeCommit message (Collapse)AuthorFilesLines
2011-04-25unposted: Revert change from 28896, which did more evil than good.Frank Terbeck1-2/+0
2011-03-3028959: Make the nvcsformats style be used if vcs_info is disabled.Frank Terbeck2-7/+3
2011-03-3028961: Add `no-vcs' hook.Frank Terbeck1-0/+1
2011-03-3028960: Add functions to add/remove static hooks.Frank Terbeck4-0/+71
2011-03-3028958: Support registering hooks independent of the context.Frank Terbeck1-3/+15
2011-03-30Add new vcs_info backend files to corresponding `.distfiles' file.Frank Terbeck1-0/+2
2011-03-30Mike Meyer: 28956, 28957: Add fossil support to vcs_info.Frank Terbeck2-0/+37
2011-03-1628896: unset `monitor' option while the widget is running to avoid ↵Frank Terbeck1-0/+2
accidential data loss.
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson3-2/+31
2011-03-05Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWDBart Schaefer1-1/+1
2011-03-0428853: Fix typo: preceed -> precedeFrank Terbeck1-1/+1
2011-02-1928776: Let vcs_info detect very old mercurial repositories.Frank Terbeck3-6/+8
2011-02-1828772: Update regions in region highlight dynamicallyPeter Stephenson1-1/+1
2011-02-1528758: make `colors' function work with non-default option setsFrank Terbeck1-0/+2
2011-02-11users/15738: better cursor positioning in modify-current-argumentPeter Stephenson1-10/+34
2011-02-11Lennart Weller: 28739: Fix svn detection in vcs_infoFrank Terbeck1-1/+1
2011-02-11users/15759 for send-invisibleBart Schaefer2-0/+86
2010-12-17Štěpán Němec: 28533: typosPeter Stephenson1-1/+1
2010-11-27users/15583: update with zstyles and for ease of use in zle-line-init.Bart Schaefer1-39/+88
2010-11-25users/15580: fix MIME handler completion on fallthroughPeter Stephenson1-1/+5
2010-10-18Jérôme Pouiller: 28351: new help functionsPeter Stephenson3-0/+16
2010-10-1528345: make ${(D)...} return a fully usable command line argumentPeter Stephenson1-1/+1
2010-09-08unposted: safety on regexp errors in replace-string-againPeter Stephenson1-2/+2
2010-08-10unposted: tweak newline placement.Clint Adams1-3/+3
2010-08-0828137: zsh-mime-handler typo: $argv[0] should be $argv[1]Peter Stephenson1-2/+2
2010-08-02Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories.Frank Terbeck1-5/+2
2010-07-28users/15204: in zfinit check for compctl before usingPeter Stephenson1-1/+2
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson13-14/+14
2010-07-28c.f. users/15202: use "autoload -Uz" consistentlyPeter Stephenson15-21/+21
2010-07-2028096: don't add $OLDPWD to recent dirs as we weren't therePeter Stephenson1-5/+0
2010-07-2028081: cdr tweaksPeter Stephenson1-7/+12
2010-07-1928095: Fix two hard-coded invocations of the "git" command.Frank Terbeck1-2/+2
2010-07-1928093, based on Michel Lespinasse: 28090: Fix a problem with ↵Frank Terbeck1-2/+2
`check-for-changes' and freshly initialised repositories.
2010-07-0928065 plus unposted zsh.mdd:Peter Stephenson6-0/+491
add cdr and related functions and docs
2010-06-3028062: make the filename even longerClint Adams1-2/+2
2010-06-3028061: transpose filename halves, describe action betterClint Adams1-3/+4
2010-06-3027998: add recommended zshrc option.Clint Adams1-0/+11
2010-06-1628042: transpose-lines widgetPeter Stephenson2-16/+76
2010-06-1428038: improved handling of recurring events in calendar systemPeter Stephenson4-123/+340
2010-05-27Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵Frank Terbeck1-2/+3
always return `default' as the branch name.
2010-05-23users/15078: completion for zsh-mime-handlerPeter Stephenson1-7/+58
2010-05-14Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.Frank Terbeck1-2/+2
2010-05-10Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck8-126/+475
Here's a diff-stat: Doc/Zsh/contrib.yo | 506 ++++++++++++++------- Functions/VCS_Info/.distfiles | 1 + Functions/VCS_Info/Backends/VCS_INFO_detect_hg | 14 +- Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 35 +- Functions/VCS_Info/Backends/VCS_INFO_get_data_hg | 295 +++++++++---- Functions/VCS_Info/VCS_INFO_formats | 26 +- Functions/VCS_Info/VCS_INFO_hook | 10 +- Functions/VCS_Info/VCS_INFO_quilt | 190 ++++++++ Functions/VCS_Info/vcs_info | 30 +- Misc/.distfiles | 1 + Misc/vcs_info-examples | 496 ++++++++++++++++++++ 11 files changed, 1303 insertions(+), 301 deletions(-) The major changes are vast improvements for the mercurial (hg) backend (which was done almost entirely by Seth); improved documentation (mostly done by Simon and again Seth); quilt support (as an addon and stand alone, see the manual for details); a number of new hooks and a fair share of bugfixes.
2010-04-2627908: Functions/VCS_Info/vcs_info: Avoid locale related problemsFrank Terbeck1-1/+7
2010-04-13unposted: calendar system updates:Peter Stephenson5-10/+18
allow file locking to fall back; don't need dcop for kdialog
2010-03-19update calendar to run calendar_show in current shellPeter Stephenson1-12/+13
2010-03-17unposted: calendar -s was broken by file locking changePeter Stephenson1-3/+13
2010-03-11Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation.Frank Terbeck1-1/+1
2010-03-09unposted: fix calendar bug updating repeating eventsPeter Stephenson2-2/+11
allow calendar_edit to take arguments for editor
2010-03-04Frank: 27768: shut up cd some morePeter Stephenson1-12/+3