summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-12users/15165: Fix a warning about a missing macro in `contrib.yo'Frank Terbeck2-4/+9
2010-07-0928065 plus unposted zsh.mdd:Peter Stephenson9-4/+768
add cdr and related functions and docs
2010-06-3028062: make the filename even longerClint Adams2-5/+5
2010-06-3028061: transpose filename halves, describe action betterClint Adams2-6/+7
2010-06-3028060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre.Clint Adams2-1/+5
2010-06-3027998: add recommended zshrc option.Clint Adams2-1/+17
2010-06-2328056: add option descriptions to _lynxDoug Kearns2-130/+150
2010-06-2228055: add some missing options to _vimDoug Kearns2-2/+10
2010-06-2228047: attempt to make locking with fc command more usefulPeter Stephenson3-26/+84
2010-06-2228052: remove duplicated completion of the cvs version subcommandDoug Kearns2-2/+4
2010-06-22unposted: fix typos in INSTALL and READMEDoug Kearns3-5/+7
2010-06-2228051: update elinks completion for version 0.12pre5Doug Kearns2-16/+35
2010-06-17Fix a date in ChangeLog.Frank Terbeck1-2/+4
2010-06-17Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.Frank Terbeck2-2/+4
2010-06-17Holger Weiss: Completion/Unix/Command/_git: various fixes and enhancements.Frank Terbeck2-25/+53
2010-06-1628042: transpose-lines widgetPeter Stephenson4-17/+99
2010-06-1428038: improved handling of recurring events in calendar systemPeter Stephenson6-124/+416
2010-06-14unposted: extra note on ZSH_EVAL_CONTEXTPeter Stephenson2-1/+6
2010-06-1428037: improved error messages for module autoloadsPeter Stephenson5-7/+17
of math functions and builtins
2010-06-1428010: use getcwd() as fallback for zgetcwd()Peter Stephenson1-2/+3
2010-06-1428010: use getcwd() as fallbackPeter Stephenson3-3/+52
2010-06-13Mikael: 28027: typoPeter Stephenson2-2/+6
2010-06-1128026: use "zsh_directory_name c" for completion of dynamic directory namesPeter Stephenson3-7/+29
2010-06-1128025: (D) parameter flagPeter Stephenson4-21/+65
2010-06-09Haakon Riiser: 28009: new ffmpeg completionPeter Stephenson3-1/+169
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson4-13/+51
only use "." if setting pwd
2010-06-07unposted: fix typo in _urpmi parameter nameDoug Kearns2-2/+7
2010-06-07Alexey: 27999: fix error messagePeter Stephenson2-2/+6
2010-06-07Simon Ruderich: 28002: fix bad _feh update commitDoug Kearns2-2/+7
2010-06-06unposted: fix incorrectly capitalized completion descriptionsDoug Kearns64-1336/+1377
2010-06-0327983: colours could be output twicePeter Stephenson2-2/+11
2010-06-0327994: better error for failed parameter autoloadPeter Stephenson2-2/+8
2010-06-03Holger Weiss: 27977: _git shouldn't return 0 if there are no matches.Frank Terbeck2-1/+8
2010-06-0227990: don't use return value from setupterm()Peter Stephenson3-6/+21
to decide if module booted OK
2010-06-01Daniel Friesel: 27982: feh completion updatePeter Stephenson2-31/+61
2010-05-31Mikael: 27981: complete (e) in subscriptPeter Stephenson2-1/+8
2010-05-28Mikael: 27980: completion typoPeter Stephenson2-2/+6
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson5-15/+45
2010-05-2727976: more parameter substitution order descriptionPeter Stephenson2-9/+46
2010-05-27Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵Frank Terbeck2-3/+10
always return `default' as the branch name.
2010-05-23users/15078: completion for zsh-mime-handlerPeter Stephenson5-9/+86
2010-05-2227964: add back missing enditem().Clint Adams2-1/+6
2010-05-14Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.Frank Terbeck4-11/+9
2010-05-14Simon Ruderich: 27954: vcs_info: more minor documentation fixes.Frank Terbeck3-10/+13
2010-05-12unposted: fix typo in previous commitPeter Stephenson4-3/+15
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson12-38/+188
2010-05-10c.f. 27950: strip bogus whitespace from testsPeter Stephenson2-5/+10
2010-05-10Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck12-302/+1316
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-05-05users/15031: another file completion quoting fix,Peter Stephenson2-6/+27
useful if path-completion is false or accept-exact-dirs is true
2010-05-0527947: some cases where we should execute EXIT trapsPeter Stephenson3-2/+33