Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28179, users/15314, users/15310, users/15200: | Peter Stephenson | 2010-08-22 | 1 | -2/+3 |
| | | | | various job and process control fixes | ||||
* | Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be ↵ | Frank Terbeck | 2010-08-21 | 1 | -1/+1 |
| | | | | output | ||||
* | 28122 (Frank) / 28139: add ZLE_STATE | Peter Stephenson | 2010-08-11 | 1 | -0/+11 |
| | |||||
* | Mikael Magnusson: 28110: Fix yodl warning. | Frank Terbeck | 2010-07-30 | 1 | -2/+2 |
| | |||||
* | 28081: cdr tweaks | Peter Stephenson | 2010-07-20 | 1 | -1/+17 |
| | |||||
* | 28068: contrib texinfo declaration messed up | Peter Stephenson | 2010-07-12 | 1 | -2/+1 |
| | |||||
* | users/15165: Fix a warning about a missing macro in `contrib.yo' | Frank Terbeck | 2010-07-12 | 1 | -3/+3 |
| | |||||
* | 28065 plus unposted zsh.mdd: | Peter Stephenson | 2010-07-09 | 1 | -2/+266 |
| | | | | add cdr and related functions and docs | ||||
* | Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo. | Frank Terbeck | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | 28042: transpose-lines widget | Peter Stephenson | 2010-06-16 | 1 | -0/+17 |
| | |||||
* | 28038: improved handling of recurring events in calendar system | Peter Stephenson | 2010-06-14 | 1 | -0/+69 |
| | |||||
* | unposted: extra note on ZSH_EVAL_CONTEXT | Peter Stephenson | 2010-06-14 | 1 | -0/+3 |
| | |||||
* | Mikael: 28027: typo | Peter Stephenson | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | 28026: use "zsh_directory_name c" for completion of dynamic directory names | Peter Stephenson | 2010-06-11 | 1 | -1/+19 |
| | |||||
* | 28025: (D) parameter flag | Peter Stephenson | 2010-06-11 | 1 | -9/+19 |
| | |||||
* | 27976: more parameter substitution order description | Peter Stephenson | 2010-05-27 | 1 | -8/+40 |
| | |||||
* | users/15078: completion for zsh-mime-handler | Peter Stephenson | 2010-05-23 | 1 | -1/+7 |
| | |||||
* | 27964: add back missing enditem(). | Clint Adams | 2010-05-22 | 1 | -0/+1 |
| | |||||
* | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Simon Ruderich: 27954: vcs_info: more minor documentation fixes. | Frank Terbeck | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | unposted: fix typo in previous commit | Peter Stephenson | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 2 | -7/+107 |
| | |||||
* | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 2010-05-10 | 1 | -175/+331 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE | Peter Stephenson | 2010-04-28 | 1 | -1/+2 |
| | |||||
* | unposted: add kindex entry for path-completion style | Peter Stephenson | 2010-04-14 | 1 | -1/+1 |
| | |||||
* | unposted: slightly rephrase path-completion doc | Peter Stephenson | 2010-04-14 | 1 | -2/+2 |
| | |||||
* | users/15011: add path-completion style | Peter Stephenson | 2010-04-14 | 1 | -0/+17 |
| | |||||
* | Simon Ruderich: 27856 (tweaked): Git availability | Peter Stephenson | 2010-04-09 | 1 | -2/+4 |
| | |||||
* | 27843: fix description of extended history format | Peter Stephenson | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | rationalise widths of non-printing characters to zero. | Peter Stephenson | 2010-03-27 | 1 | -0/+8 |
| | |||||
* | 27812: display invalid bytes in multibyte characters specially | Peter Stephenson | 2010-03-22 | 1 | -0/+14 |
| | |||||
* | unposted: document that age functions uses zstat, not stat | Peter Stephenson | 2010-03-16 | 1 | -8/+2 |
| | |||||
* | 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH | Peter Stephenson | 2010-03-16 | 2 | -2/+26 |
| | |||||
* | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 2010-03-11 | 1 | -0/+3 |
| | | | | unposted: note & needs quoting in :s in glob qualifier | ||||
* | Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. | Frank Terbeck | 2010-03-11 | 1 | -5/+5 |
| | |||||
* | unposted: fix calendar bug updating repeating events | Peter Stephenson | 2010-03-09 | 1 | -2/+5 |
| | | | | allow calendar_edit to take arguments for editor | ||||
* | users/14905 + 14906: problems with :s in parameter expansion | Peter Stephenson | 2010-02-27 | 1 | -10/+12 |
| | |||||
* | 27756: add OS file locking to calendar | Peter Stephenson | 2010-02-26 | 1 | -1/+3 |
| | | | | add errflag test to loop over fcntl() | ||||
* | users/14891: say that condition arguments don't do globbing | Peter Stephenson | 2010-02-26 | 1 | -3/+4 |
| | |||||
* | 27755: add "zsystem supports" to zsh/system | Peter Stephenson | 2010-02-25 | 1 | -0/+10 |
| | |||||
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 1 | -2/+41 |
| | |||||
* | fix typo in compsys.yo | Andrey Borzenkov | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 2010-02-16 | 1 | -12/+278 |
| | | | | VCS Info hooks and Mercurial improvements | ||||
* | unposted: typo in formatting doc for last patch | Peter Stephenson | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | 27694: add P glob qualifier for prepending | Peter Stephenson | 2010-02-09 | 1 | -0/+12 |
| | |||||
* | 27661: Ben: typo in manual page references | Peter Stephenson | 2010-02-04 | 3 | -3/+3 |
| | |||||
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 2 | -0/+16 |
| | | | | Turn off repeat and turn on ulimit in emulation modes | ||||
* | unposted: minor doc tweak for regexp-replace | Peter Stephenson | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 2010-01-27 | 1 | -1/+17 |
| | |||||
* | avoid Yodl error in cond.yo | Peter Stephenson | 2010-01-19 | 1 | -2/+2 |
| |