about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: fix typos in INSTALL and READMEDoug Kearns2010-06-223-5/+7
|
* 28051: update elinks completion for version 0.12pre5Doug Kearns2010-06-222-16/+35
|
* Fix a date in ChangeLog.Frank Terbeck2010-06-171-2/+4
|
* Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo.Frank Terbeck2010-06-172-2/+4
|
* Holger Weiss: Completion/Unix/Command/_git: various fixes and enhancements.Frank Terbeck2010-06-172-25/+53
|
* 28042: transpose-lines widgetPeter Stephenson2010-06-164-17/+99
|
* 28038: improved handling of recurring events in calendar systemPeter Stephenson2010-06-146-124/+416
|
* unposted: extra note on ZSH_EVAL_CONTEXTPeter Stephenson2010-06-142-1/+6
|
* 28037: improved error messages for module autoloadsPeter Stephenson2010-06-145-7/+17
| | | | of math functions and builtins
* 28010: use getcwd() as fallback for zgetcwd()Peter Stephenson2010-06-141-2/+3
|
* 28010: use getcwd() as fallbackPeter Stephenson2010-06-143-3/+52
|
* Mikael: 28027: typoPeter Stephenson2010-06-132-2/+6
|
* 28026: use "zsh_directory_name c" for completion of dynamic directory namesPeter Stephenson2010-06-113-7/+29
|
* 28025: (D) parameter flagPeter Stephenson2010-06-114-21/+65
|
* Haakon Riiser: 28009: new ffmpeg completionPeter Stephenson2010-06-093-1/+169
|
* 28006: make zgetcwd() fall back to pwd,Peter Stephenson2010-06-084-13/+51
| | | | only use "." if setting pwd
* unposted: fix typo in _urpmi parameter nameDoug Kearns2010-06-072-2/+7
|
* Alexey: 27999: fix error messagePeter Stephenson2010-06-072-2/+6
|
* Simon Ruderich: 28002: fix bad _feh update commitDoug Kearns2010-06-072-2/+7
|
* unposted: fix incorrectly capitalized completion descriptionsDoug Kearns2010-06-0664-1336/+1377
|
* 27983: colours could be output twicePeter Stephenson2010-06-032-2/+11
|
* 27994: better error for failed parameter autoloadPeter Stephenson2010-06-032-2/+8
|
* Holger Weiss: 27977: _git shouldn't return 0 if there are no matches.Frank Terbeck2010-06-032-1/+8
|
* 27990: don't use return value from setupterm()Peter Stephenson2010-06-023-6/+21
| | | | to decide if module booted OK
* Daniel Friesel: 27982: feh completion updatePeter Stephenson2010-06-012-31/+61
|
* Mikael: 27981: complete (e) in subscriptPeter Stephenson2010-05-312-1/+8
|
* Mikael: 27980: completion typoPeter Stephenson2010-05-282-2/+6
|
* 27965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson2010-05-275-15/+45
|
* 27976: more parameter substitution order descriptionPeter Stephenson2010-05-272-9/+46
|
* Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵Frank Terbeck2010-05-272-3/+10
| | | | always return `default' as the branch name.
* users/15078: completion for zsh-mime-handlerPeter Stephenson2010-05-235-9/+86
|
* 27964: add back missing enditem().Clint Adams2010-05-222-1/+6
|
* Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.Frank Terbeck2010-05-144-11/+9
|
* Simon Ruderich: 27954: vcs_info: more minor documentation fixes.Frank Terbeck2010-05-143-10/+13
|
* unposted: fix typo in previous commitPeter Stephenson2010-05-124-3/+15
|
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-1212-38/+188
|
* c.f. 27950: strip bogus whitespace from testsPeter Stephenson2010-05-102-5/+10
|
* Seth House, Simon Ruderich and myself: 27948: various vcs_info changesFrank Terbeck2010-05-1012-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.
* users/15031: another file completion quoting fix,Peter Stephenson2010-05-052-6/+27
| | | | useful if path-completion is false or accept-exact-dirs is true
* 27947: some cases where we should execute EXIT trapsPeter Stephenson2010-05-053-2/+33
|
* * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic ↵Frank Terbeck2010-05-022-2/+7
| | | | symbolic references as heads.
* Bernd Zeimetz: 27931: completion for bts affects.Clint Adams2010-04-282-2/+16
|
* Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson2010-04-283-3/+9
|
* 27926: fix completion suffix when inserting last wordPeter Stephenson2010-04-272-1/+5
|
* 27911: no completion colouring with old lists when turned offPeter Stephenson2010-04-272-3/+13
|
* 27908: Functions/VCS_Info/vcs_info: Avoid locale related problemsFrank Terbeck2010-04-262-2/+13
|
* unposted: update to _kfmclientPeter Stephenson2010-04-263-21/+214
| | | | unposted: update to _perforce for Perforce 2009.2
* fix previous commitClint Adams2010-04-252-4/+4
|
* 27914: find usb.ids in /usr/share/misc.Clint Adams2010-04-252-3/+6
|
* 27912: presume that pci.ids is uncompressed now.Clint Adams2010-04-252-2/+7
|