about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.Frank Terbeck2010-05-141-1/+5
|
* Simon Ruderich: 27954: vcs_info: more minor documentation fixes.Frank Terbeck2010-05-141-1/+6
|
* unposted: fix typo in previous commitPeter Stephenson2010-05-121-1/+4
|
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-1/+9
|
* c.f. 27950: strip bogus whitespace from testsPeter Stephenson2010-05-101-1/+6
|
* Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck2010-05-101-1/+13
| | | | | | | | | | | | | | | | | | | | | | | 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.
* users/15031: another file completion quoting fix,Peter Stephenson2010-05-051-1/+5
| | | | useful if path-completion is false or accept-exact-dirs is true
* 27947: some cases where we should execute EXIT trapsPeter Stephenson2010-05-051-1/+6
|
* * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic ↵Frank Terbeck2010-05-021-1/+6
| | | | symbolic references as heads.
* Bernd Zeimetz: 27931: completion for bts affects.Clint Adams2010-04-281-1/+6
|
* Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson2010-04-281-1/+6
|
* 27926: fix completion suffix when inserting last wordPeter Stephenson2010-04-271-1/+4
|
* 27911: no completion colouring with old lists when turned offPeter Stephenson2010-04-271-1/+6
|
* 27908: Functions/VCS_Info/vcs_info: Avoid locale related problemsFrank Terbeck2010-04-261-1/+6
|
* unposted: update to _kfmclientPeter Stephenson2010-04-261-1/+9
| | | | unposted: update to _perforce for Perforce 2009.2
* fix previous commitClint Adams2010-04-251-3/+3
|
* 27914: find usb.ids in /usr/share/misc.Clint Adams2010-04-251-2/+5
|
* 27912: presume that pci.ids is uncompressed now.Clint Adams2010-04-251-1/+6
|
* users/15028 modified to unquote in one place:Peter Stephenson2010-04-231-1/+8
| | | | | with path-completion false or accept-exact-dirs true we need to unquote the string before sticking it in the current path
* 27889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson2010-04-201-1/+6
|
* "Akinori MUSHA: 27892: update service & init completion for FreeBSDPeter Stephenson2010-04-201-1/+10
|
* unposted: update NEWS with path-completion stylePeter Stephenson2010-04-151-1/+5
|
* 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the ↵Frank Terbeck2010-04-141-1/+6
| | | | `--interactive' option of "git commit".
* unposted: add kindex entry for path-completion stylePeter Stephenson2010-04-141-1/+4
|
* unposted: slightly rephrase path-completion docPeter Stephenson2010-04-141-1/+3
|
* users/15011: add path-completion stylePeter Stephenson2010-04-141-1/+8
|
* unposted: calendar system updates:Peter Stephenson2010-04-131-1/+8
| | | | allow file locking to fall back; don't need dcop for kdialog
* 27876: completion for axi-cache (from apt-xapian-index).Clint Adams2010-04-121-1/+6
|
* Simon Ruderich: 27856 (tweaked): Git availabilityPeter Stephenson2010-04-091-1/+6
|
* 27865: fix problem with glob_subst in parameter subsitutionPeter Stephenson2010-04-091-1/+6
|
* Ben: 27589: improved -redirectPeter Stephenson2010-04-091-1/+6
|
* 27847: completion for uzbl.Clint Adams2010-03-301-1/+5
|
* 27843: fix description of extended history formatPeter Stephenson2010-03-291-1/+6
|
* rationalise widths of non-printing characters to zero.Peter Stephenson2010-03-271-1/+7
|
* unposted: change new test in A02alias.ztst to use catPeter Stephenson2010-03-251-1/+4
|
* 27827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson2010-03-251-1/+7
|
* 27823: fix memory access in 27822Peter Stephenson2010-03-221-1/+4
|
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-221-1/+8
|
* Fix ZLE access to pushed history linePeter Stephenson2010-03-221-1/+7
|
* FAQ updatePeter Stephenson2010-03-191-1/+6
|
* update calendar to run calendar_show in current shellPeter Stephenson2010-03-191-1/+5
|
* Use // instead of :gs in parameter substitutionPeter Stephenson2010-03-191-1/+7
|
* unposted: fix new test in A01grammar.ztstPeter Stephenson2010-03-181-1/+4
|
* 27804: don't hang in isearch if invalid character foundPeter Stephenson2010-03-181-1/+6
|
* unposted: calendar -s was broken by file locking changePeter Stephenson2010-03-171-1/+6
|
* unposted: document that age functions uses zstat, not statPeter Stephenson2010-03-161-1/+3
|
* NEWS: PATH_SCRIPTPeter Stephenson2010-03-161-1/+5
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-1/+7
|
* Mikael: 27797: delimit arguments to compadd in _expand_aliasPeter Stephenson2010-03-151-1/+4
|
* Alexey: 27789: use _arguments in _sudoPeter Stephenson2010-03-151-1/+5
|