Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: safety on regexp errors in replace-string-again | Peter Stephenson | 2010-09-08 | 1 | -2/+2 |
| | |||||
* | unposted: tweak newline placement. | Clint Adams | 2010-08-10 | 1 | -3/+3 |
| | |||||
* | 28137: zsh-mime-handler typo: $argv[0] should be $argv[1] | Peter Stephenson | 2010-08-08 | 1 | -2/+2 |
| | |||||
* | Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories. | Frank Terbeck | 2010-08-02 | 1 | -5/+2 |
| | |||||
* | users/15204: in zfinit check for compctl before using | Peter Stephenson | 2010-07-28 | 1 | -1/+2 |
| | |||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 13 | -14/+14 |
| | |||||
* | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 2010-07-28 | 15 | -21/+21 |
| | |||||
* | 28096: don't add $OLDPWD to recent dirs as we weren't there | Peter Stephenson | 2010-07-20 | 1 | -5/+0 |
| | |||||
* | 28081: cdr tweaks | Peter Stephenson | 2010-07-20 | 1 | -7/+12 |
| | |||||
* | 28095: Fix two hard-coded invocations of the "git" command. | Frank Terbeck | 2010-07-19 | 1 | -2/+2 |
| | |||||
* | 28093, based on Michel Lespinasse: 28090: Fix a problem with ↵ | Frank Terbeck | 2010-07-19 | 1 | -2/+2 |
| | | | | `check-for-changes' and freshly initialised repositories. | ||||
* | 28065 plus unposted zsh.mdd: | Peter Stephenson | 2010-07-09 | 6 | -0/+491 |
| | | | | add cdr and related functions and docs | ||||
* | 28062: make the filename even longer | Clint Adams | 2010-06-30 | 1 | -2/+2 |
| | |||||
* | 28061: transpose filename halves, describe action better | Clint Adams | 2010-06-30 | 1 | -3/+4 |
| | |||||
* | 27998: add recommended zshrc option. | Clint Adams | 2010-06-30 | 1 | -0/+11 |
| | |||||
* | 28042: transpose-lines widget | Peter Stephenson | 2010-06-16 | 2 | -16/+76 |
| | |||||
* | 28038: improved handling of recurring events in calendar system | Peter Stephenson | 2010-06-14 | 4 | -123/+340 |
| | |||||
* | Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to ↵ | Frank Terbeck | 2010-05-27 | 1 | -2/+3 |
| | | | | always return `default' as the branch name. | ||||
* | users/15078: completion for zsh-mime-handler | Peter Stephenson | 2010-05-23 | 1 | -7/+58 |
| | |||||
* | Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. | Frank Terbeck | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Seth House, Simon Ruderich and myself: 27948: various vcs_info changes | Frank Terbeck | 2010-05-10 | 8 | -126/+475 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 27908: Functions/VCS_Info/vcs_info: Avoid locale related problems | Frank Terbeck | 2010-04-26 | 1 | -1/+7 |
| | |||||
* | unposted: calendar system updates: | Peter Stephenson | 2010-04-13 | 5 | -10/+18 |
| | | | | allow file locking to fall back; don't need dcop for kdialog | ||||
* | update calendar to run calendar_show in current shell | Peter Stephenson | 2010-03-19 | 1 | -12/+13 |
| | |||||
* | unposted: calendar -s was broken by file locking change | Peter Stephenson | 2010-03-17 | 1 | -3/+13 |
| | |||||
* | Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. | Frank Terbeck | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | unposted: fix calendar bug updating repeating events | Peter Stephenson | 2010-03-09 | 2 | -2/+11 |
| | | | | allow calendar_edit to take arguments for editor | ||||
* | Frank: 27768: shut up cd some more | Peter Stephenson | 2010-03-04 | 1 | -12/+3 |
| | |||||
* | 27756: add OS file locking to calendar | Peter Stephenson | 2010-02-26 | 4 | -7/+43 |
| | | | | add errflag test to loop over fcntl() | ||||
* | 27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO | Peter Stephenson | 2010-02-21 | 1 | -1/+1 |
| | |||||
* | Frank: 27717: option terminators in VCS Info | Peter Stephenson | 2010-02-17 | 1 | -3/+3 |
| | |||||
* | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 2010-02-16 | 2 | -0/+43 |
| | | | | VCS Info hooks and Mercurial improvements | ||||
* | Frank Terbeck, Seth House: 27712, 22713, 27714: | Peter Stephenson | 2010-02-16 | 8 | -98/+210 |
| | | | | VCS Info hooks and Mercurial improvements | ||||
* | unposted: a couple of typeset -g's and a comment | Peter Stephenson | 2010-02-08 | 1 | -2/+3 |
| | |||||
* | Frank: 27679: better logic in VCS_INFO_get_data_git | Peter Stephenson | 2010-02-07 | 1 | -11/+19 |
| | |||||
* | users/14752: add #! line to zed | Peter Stephenson | 2010-01-29 | 1 | -1/+1 |
| | | | | allow script run with -i to exit on return | ||||
* | Julien Jehannet: users/14751: typo in variable name in zed | Peter Stephenson | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | unposted: return status 1 if no replacement | Peter Stephenson | 2010-01-19 | 1 | -0/+8 |
| | |||||
* | 27604: substitution using regular expressions | Peter Stephenson | 2010-01-18 | 3 | -3/+45 |
| | |||||
* | 27577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyed | Peter Stephenson | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | unposted: new run-help-p4 | Peter Stephenson | 2009-12-16 | 2 | -0/+6 |
| | |||||
* | 27492 based on Jörg Sommer: 27473: fix run-help alias problem. | Peter Stephenson | 2009-12-16 | 1 | -3/+8 |
| | |||||
* | Alexey: users/14588: ztodo function and completion | Peter Stephenson | 2009-11-22 | 1 | -0/+62 |
| | |||||
* | Alexey: users/14588: ztodo function and completion | Peter Stephenson | 2009-11-22 | 1 | -0/+1 |
| | |||||
* | unposted: change bracket colors default to yellow when in an ssh session. | Clint Adams | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | Frank Terbeck: 27353: more VCS_Info sanity checks | Peter Stephenson | 2009-11-06 | 2 | -0/+3 |
| | |||||
* | unposted: brief calendar display | Peter Stephenson | 2009-11-03 | 1 | -3/+3 |
| | |||||
* | unposted: Functions/Calendar/calendar: brief display failed on single lines | Peter Stephenson | 2009-10-29 | 1 | -1/+2 |
| | |||||
* | unposted: more local variables needed | Peter Stephenson | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | unposted, c.f. 27313: mailing list and website moved | Peter Stephenson | 2009-10-22 | 1 | -1/+1 |
| |