summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2010-05-02* 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic ↵Frank Terbeck2-2/+7
symbolic references as heads.
2010-04-28Bernd Zeimetz: 27931: completion for bts affects.Clint Adams2-2/+16
2010-04-28Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson3-3/+9
2010-04-2727926: fix completion suffix when inserting last wordPeter Stephenson2-1/+5
2010-04-2727911: no completion colouring with old lists when turned offPeter Stephenson2-3/+13
2010-04-2627908: Functions/VCS_Info/vcs_info: Avoid locale related problemsFrank Terbeck2-2/+13
2010-04-26unposted: update to _kfmclientPeter Stephenson3-21/+214
unposted: update to _perforce for Perforce 2009.2
2010-04-25fix previous commitClint Adams2-4/+4
2010-04-2527914: find usb.ids in /usr/share/misc.Clint Adams2-3/+6
2010-04-2527912: presume that pci.ids is uncompressed now.Clint Adams2-2/+7
2010-04-23users/15028 modified to unquote in one place:Peter Stephenson2-2/+9
with path-completion false or accept-exact-dirs true we need to unquote the string before sticking it in the current path
2010-04-2027889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson3-6/+18
2010-04-20"Akinori MUSHA: 27892: update service & init completion for FreeBSDPeter Stephenson7-50/+125
2010-04-15unposted: update NEWS with path-completion stylePeter Stephenson2-6/+18
2010-04-1427798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the ↵Frank Terbeck2-2/+8
`--interactive' option of "git commit".
2010-04-14unposted: add kindex entry for path-completion stylePeter Stephenson2-2/+5