1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-26 13:51:05 +01:00
Commit graph

1040 commits

Author SHA1 Message Date
Frank Terbeck
1682d0cc10 Mikael Magnusson: 28110: Fix yodl warning. 2010-07-30 17:32:41 +00:00
Peter Stephenson
c42ae31a19 28081: cdr tweaks 2010-07-20 18:59:15 +00:00
Peter Stephenson
e9561d771f 28068: contrib texinfo declaration messed up 2010-07-12 09:57:13 +00:00
Frank Terbeck
ddb8104d4f users/15165: Fix a warning about a missing macro in `contrib.yo' 2010-07-12 09:50:54 +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
Frank Terbeck
9611513a89 Holger Weiss: Doc/Zsh/compsys.yo: Fix a typo. 2010-06-17 12:23:26 +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
Peter Stephenson
4c1a3a89f0 unposted: extra note on ZSH_EVAL_CONTEXT 2010-06-14 11:58:26 +00:00
Peter Stephenson
27254b788f Mikael: 28027: typo 2010-06-13 15:59:59 +00:00
Peter Stephenson
92233c8029 28026: use "zsh_directory_name c" for completion of dynamic directory names 2010-06-11 22:28:21 +00:00
Peter Stephenson
64d431d98b 28025: (D) parameter flag 2010-06-11 20:08:01 +00:00
Peter Stephenson
43ee0cd4fd 27976: more parameter substitution order description 2010-05-27 18:52:30 +00:00
Peter Stephenson
35d3418aeb users/15078: completion for zsh-mime-handler 2010-05-23 19:54:03 +00:00
Clint Adams
b7d9912f8b 27964: add back missing enditem(). 2010-05-22 17:39:58 +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
9773e56418 Simon Ruderich: 27954: vcs_info: more minor documentation fixes. 2010-05-14 07:55:38 +00:00
Peter Stephenson
9ecfa0842b unposted: fix typo in previous commit 2010-05-12 10:17:58 +00:00
Peter Stephenson
09960dc5b9 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt 2010-05-12 10:06:59 +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
Peter Stephenson
edc01c0455 Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE 2010-04-28 08:55:35 +00:00
Peter Stephenson
a16f04d1c7 unposted: add kindex entry for path-completion style 2010-04-14 10:26:16 +00:00
Peter Stephenson
047ee6aaf3 unposted: slightly rephrase path-completion doc 2010-04-14 09:59:39 +00:00
Peter Stephenson
e694590b37 users/15011: add path-completion style 2010-04-14 09:57:47 +00:00
Peter Stephenson
70cc1b3da0 Simon Ruderich: 27856 (tweaked): Git availability 2010-04-09 20:49:51 +00:00
Peter Stephenson
78d461126f 27843: fix description of extended history format 2010-03-29 09:42:29 +00:00
Peter Stephenson
815cc9fc0d rationalise widths of non-printing characters to zero. 2010-03-27 19:04:35 +00:00
Peter Stephenson
b16923b096 27812: display invalid bytes in multibyte characters specially 2010-03-22 19:46:53 +00:00
Peter Stephenson
c977b0125d unposted: document that age functions uses zstat, not stat 2010-03-16 22:53:32 +00:00
Peter Stephenson
53745d8df0 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH 2010-03-16 09:43:51 +00:00
Peter Stephenson
43df0a21c0 27785: IFS doesn't have a null in it in POSIX
unposted: note & needs quoting in :s in glob qualifier
2010-03-11 22:38:58 +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
21193d7f01 users/14905 + 14906: problems with :s in parameter expansion 2010-02-27 00:18:13 +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
ecc7dc91f6 users/14891: say that condition arguments don't do globbing 2010-02-26 11:06:27 +00:00
Peter Stephenson
a3b971a27e 27755: add "zsystem supports" to zsh/system 2010-02-25 11:15:26 +00:00
Peter Stephenson
bec3de98df 27754 plus NEWS change: add "zsystem flock" 2010-02-24 21:37:24 +00:00
Andrey Borzenkov
406a6135b0 fix typo in compsys.yo 2010-02-17 06:16:20 +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
6009c7cb57 unposted: typo in formatting doc for last patch 2010-02-09 20:36:46 +00:00
Peter Stephenson
f4f0becb63 27694: add P glob qualifier for prepending 2010-02-09 17:47:02 +00:00
Peter Stephenson
fdb266d819 27661: Ben: typo in manual page references 2010-02-04 17:40:06 +00:00
Peter Stephenson
8ac97f3308 27648, 267650/1, unposted README change:
Turn off repeat and turn on ulimit in emulation modes
2010-02-03 18:34:32 +00:00
Peter Stephenson
35b74bc0b9 unposted: minor doc tweak for regexp-replace 2010-02-02 14:56:39 +00:00
Peter Stephenson
06b7029aa8 27638, based on Frank Terbeck, 27633: SOURCETRACE option 2010-01-27 19:24:22 +00:00
Peter Stephenson
7ec0c64b4d avoid Yodl error in cond.yo 2010-01-19 10:20:15 +00:00
Peter Stephenson
ec7b7e09e9 unposted: clarify documentation for 27604 2010-01-18 12:50:59 +00:00
Peter Stephenson
c508c6e368 27604: substitution using regular expressions 2010-01-18 12:47:09 +00:00
Peter Stephenson
8890e6e19f 27600: extend =~ syntax to set positional variables for matches 2010-01-17 21:48:25 +00:00