1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-06 23:31:28 +02:00
Commit graph

471 commits

Author SHA1 Message Date
Peter Stephenson
154b7351f4 unposted: safety on regexp errors in replace-string-again 2010-09-08 16:32:44 +00:00
Clint Adams
0bb608abc4 unposted: tweak newline placement. 2010-08-10 18:57:43 +00:00
Peter Stephenson
a9e7fd4e75 28137: zsh-mime-handler typo: $argv[0] should be $argv[1] 2010-08-08 17:20:54 +00:00
Frank Terbeck
01b4a67310 Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories. 2010-08-02 21:11:08 +00:00
Peter Stephenson
93e0bc094f users/15204: in zfinit check for compctl before using 2010-07-28 15:53:32 +00:00
Peter Stephenson
4de3dbac16 c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 14:01:12 +00:00
Peter Stephenson
10c2f225fd c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 13:33:52 +00:00
Peter Stephenson
bdfc1edc89 28096: don't add $OLDPWD to recent dirs as we weren't there 2010-07-20 21:46:42 +00:00
Peter Stephenson
c42ae31a19 28081: cdr tweaks 2010-07-20 18:59:15 +00:00
Frank Terbeck
bb95aef24f 28095: Fix two hard-coded invocations of the "git" command. 2010-07-19 20:05:22 +00:00
Frank Terbeck
9b2334cf55 28093, based on Michel Lespinasse: 28090: Fix a problem with `check-for-changes' and freshly initialised repositories. 2010-07-19 19:20:27 +00:00
Peter Stephenson
5da6530d83 28065 plus unposted zsh.mdd:
add cdr and related functions and docs
2010-07-09 14:47:48 +00:00
Clint Adams
924f40b772 28062: make the filename even longer 2010-06-30 13:22:51 +00:00
Clint Adams
6e0d1b57ce 28061: transpose filename halves, describe action better 2010-06-30 13:08:14 +00:00
Clint Adams
e1772fd046 27998: add recommended zshrc option. 2010-06-30 12:49:29 +00:00
Peter Stephenson
091cbd9d58 28042: transpose-lines widget 2010-06-16 21:50:39 +00:00
Peter Stephenson
14dde08475 28038: improved handling of recurring events in calendar system 2010-06-14 13:01:41 +00:00
Frank Terbeck
17b7471fbc Seth House: 27971: vcs_info: Fix a bug that caused the mercurial backend to always return `default' as the branch name. 2010-05-27 10:06:16 +00:00
Peter Stephenson
35d3418aeb users/15078: completion for zsh-mime-handler 2010-05-23 19:54:03 +00:00
Frank Terbeck
88ea63adf2 Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. 2010-05-14 07:58:37 +00:00
Frank Terbeck
0501efc54a Seth House, Simon Ruderich and myself: 27948: various vcs_info changes
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-10 10:46:48 +00:00
Frank Terbeck
4277121662 27908: Functions/VCS_Info/vcs_info: Avoid locale related problems 2010-04-26 18:58:33 +00:00
Peter Stephenson
c30b038a42 unposted: calendar system updates:
allow file locking to fall back; don't need dcop for kdialog
2010-04-13 16:28:21 +00:00
Peter Stephenson
5e629a4565 update calendar to run calendar_show in current shell 2010-03-19 16:39:36 +00:00
Peter Stephenson
9cfc991811 unposted: calendar -s was broken by file locking change 2010-03-17 16:55:04 +00:00
Frank Terbeck
ff22b24f1b Simon Ruderich: 27779: Fix mistakes in vcs_info's documentation. 2010-03-11 12:39:38 +00:00
Peter Stephenson
00e507fc0e unposted: fix calendar bug updating repeating events
allow calendar_edit to take arguments for editor
2010-03-09 11:01:20 +00:00
Peter Stephenson
de3159d73a Frank: 27768: shut up cd some more 2010-03-04 10:03:00 +00:00
Peter Stephenson
07b6256d8e 27756: add OS file locking to calendar
add errflag test to loop over fcntl()
2010-02-26 12:09:20 +00:00
Peter Stephenson
8a0629c12b 27731: Frank: turn off WARN_CREATE_GLOBAL in VCS_INFO 2010-02-21 18:41:41 +00:00
Peter Stephenson
1c7075f8b9 Frank: 27717: option terminators in VCS Info 2010-02-17 11:16:13 +00:00
Peter Stephenson
4523ff9383 Frank Terbeck, Seth House: 27712, 22713, 27714:
VCS Info hooks and Mercurial improvements
2010-02-16 10:47:06 +00:00
Peter Stephenson
94777f64e8 Frank Terbeck, Seth House: 27712, 22713, 27714:
VCS Info hooks and Mercurial improvements
2010-02-16 10:09:15 +00:00
Peter Stephenson
4a0ddedf0a unposted: a couple of typeset -g's and a comment 2010-02-08 11:49:28 +00:00
Peter Stephenson
f8e05427db Frank: 27679: better logic in VCS_INFO_get_data_git 2010-02-07 18:50:54 +00:00
Peter Stephenson
0d8a580951 users/14752: add #! line to zed
allow script run with -i to exit on return
2010-01-29 21:44:54 +00:00
Peter Stephenson
1d31834223 Julien Jehannet: users/14751: typo in variable name in zed 2010-01-29 20:58:43 +00:00
Peter Stephenson
1c71dfd735 unposted: return status 1 if no replacement 2010-01-19 13:13:56 +00:00
Peter Stephenson
c508c6e368 27604: substitution using regular expressions 2010-01-18 12:47:09 +00:00
Peter Stephenson
8c60540ce6 27577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyed 2010-01-08 09:30:43 +00:00
Peter Stephenson
3b289b32a7 unposted: new run-help-p4 2009-12-16 12:11:56 +00:00
Peter Stephenson
46bad169a8 27492 based on Jörg Sommer: 27473: fix run-help alias problem. 2009-12-16 11:07:09 +00:00
Peter Stephenson
b7e76da2ef Alexey: users/14588: ztodo function and completion 2009-11-22 19:17:32 +00:00
Peter Stephenson
3d8115275f Alexey: users/14588: ztodo function and completion 2009-11-22 19:06:54 +00:00
Clint Adams
2746eec722 unposted: change bracket colors default to yellow when in an ssh session. 2009-11-20 03:05:54 +00:00
Peter Stephenson
d6c4e4c692 Frank Terbeck: 27353: more VCS_Info sanity checks 2009-11-06 14:35:33 +00:00
Peter Stephenson
65e45654b3 unposted: brief calendar display 2009-11-03 09:57:34 +00:00
Peter Stephenson
f25c62cb18 unposted: Functions/Calendar/calendar: brief display failed on single lines 2009-10-29 09:50:45 +00:00
Peter Stephenson
d5d858b0e2 unposted: more local variables needed 2009-10-22 09:28:30 +00:00
Peter Stephenson
7c4c41a0bb unposted, c.f. 27313: mailing list and website moved 2009-10-22 09:28:02 +00:00