summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2010-04-14unposted: slightly rephrase path-completion docPeter Stephenson2-3/+5
2010-04-14users/15011: add path-completion stylePeter Stephenson3-8/+39
2010-04-13unposted: calendar system updates:Peter Stephenson6-11/+26
allow file locking to fall back; don't need dcop for kdialog
2010-04-1227876: completion for axi-cache (from apt-xapian-index).Clint Adams2-1/+35
2010-04-09Simon Ruderich: 27856 (tweaked): Git availabilityPeter Stephenson2-3/+10
2010-04-0927865: fix problem with glob_subst in parameter subsitutionPeter Stephenson3-2/+17
2010-04-09Ben: 27589: improved -redirectPeter Stephenson2-6/+13
2010-03-3027847: completion for uzbl.Clint Adams2-1/+15
2010-03-2927843: fix description of extended history formatPeter Stephenson2-2/+7
2010-03-27rationalise widths of non-printing characters to zero.Peter Stephenson4-35/+81
2010-03-25unposted: change new test in A02alias.ztst to use catPeter Stephenson2-3/+6
2010-03-2527827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson3-10/+25
2010-03-2227823: fix memory access in 27822Peter Stephenson1-2/+2
2010-03-2227823: fix memory access in 27822Peter Stephenson1-1/+4
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson5-14/+82
2010-03-22Fix ZLE access to pushed history linePeter Stephenson5-10/+55
2010-03-19FAQ updatePeter Stephenson2-13/+36
2010-03-19update calendar to run calendar_show in current shellPeter Stephenson2-13/+18
2010-03-19Use // instead of :gs in parameter substitutionPeter Stephenson2-2/+8
2010-03-18unposted: fix new test in A01grammar.ztstPeter Stephenson2-2/+5
2010-03-1827804: don't hang in isearch if invalid character foundPeter Stephenson2-1/+8