1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-10 10:21:23 +02:00
Commit graph

6661 commits

Author SHA1 Message Date
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
Peter Stephenson
cb8ddf171e c.f. 27950: strip bogus whitespace from tests 2010-05-10 12:31:49 +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
144a06bf95 users/15031: another file completion quoting fix,
useful if path-completion is false or accept-exact-dirs is true
2010-05-05 09:54:38 +00:00
Peter Stephenson
a6ea7ab36d 27947: some cases where we should execute EXIT traps 2010-05-05 09:49:39 +00:00
Frank Terbeck
b0aec8054c * 27813: Simon Ruderich: Completion/Unix/Command/_git: Complete some generic symbolic references as heads. 2010-05-02 08:56:25 +00:00
Clint Adams
b4014f00a6 Bernd Zeimetz: 27931: completion for bts affects. 2010-04-28 12:16:59 +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
443d873258 27926: fix completion suffix when inserting last word 2010-04-27 08:58:34 +00:00
Peter Stephenson
5d77927ffd 27911: no completion colouring with old lists when turned off 2010-04-27 08:49:11 +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
c613f33635 unposted: update to _kfmclient
unposted: update to _perforce for Perforce 2009.2
2010-04-26 13:17:24 +00:00
Clint Adams
19849aa444 fix previous commit 2010-04-25 22:40:54 +00:00
Clint Adams
9b8e49a7b1 27914: find usb.ids in /usr/share/misc. 2010-04-25 22:39:09 +00:00
Clint Adams
9cd312ff0f 27912: presume that pci.ids is uncompressed now. 2010-04-25 22:19:19 +00:00
Peter Stephenson
32251cbac4 users/15028 modified to unquote in one place:
with path-completion false or accept-exact-dirs true we need
to unquote the string before sticking it in the current path
2010-04-23 21:51:59 +00:00
Peter Stephenson
11440d17d1 27889: Force more use of GLOB_SUBST in parameters if ~ is used 2010-04-20 21:16:21 +00:00
Peter Stephenson
b230a690fa "Akinori MUSHA: 27892: update service & init completion for FreeBSD 2010-04-20 08:59:32 +00:00
Peter Stephenson
df9cf1bf31 unposted: update NEWS with path-completion style 2010-04-15 09:26:37 +00:00
Frank Terbeck
d4bf6fcb84 27798: Alexey I. Froloff: Completion/Unix/Command/_git: support for the `--interactive' option of "git commit". 2010-04-14 22:29:25 +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
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
Clint Adams
1094863b35 27876: completion for axi-cache (from apt-xapian-index). 2010-04-12 13:23:33 +00:00
Peter Stephenson
70cc1b3da0 Simon Ruderich: 27856 (tweaked): Git availability 2010-04-09 20:49:51 +00:00
Peter Stephenson
e2d855f364 27865: fix problem with glob_subst in parameter subsitution 2010-04-09 15:40:13 +00:00
Peter Stephenson
27c1ca8628 Ben: 27589: improved -redirect 2010-04-09 11:57:37 +00:00
Clint Adams
2e69c9ffd2 27847: completion for uzbl. 2010-03-30 18:37:36 +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
691be6d0fc unposted: change new test in A02alias.ztst to use cat 2010-03-25 15:13:35 +00:00
Peter Stephenson
e71df91bd2 27827: fix infinite loop in recursive alias at end of parsed string 2010-03-25 14:03:40 +00:00
Peter Stephenson
c2fdffa316 27823: fix memory access in 27822 2010-03-22 23:20:11 +00:00
Peter Stephenson
872e7ab08c 27823: fix memory access in 27822 2010-03-22 23:14:59 +00:00
Peter Stephenson
b16923b096 27812: display invalid bytes in multibyte characters specially 2010-03-22 19:46:53 +00:00
Peter Stephenson
08dec290d4 Fix ZLE access to pushed history line 2010-03-22 16:22:13 +00:00
Peter Stephenson
7dd4c69371 FAQ update 2010-03-19 21:11:15 +00:00
Peter Stephenson
5e629a4565 update calendar to run calendar_show in current shell 2010-03-19 16:39:36 +00:00
Peter Stephenson
95a581f6d4 Use // instead of :gs in parameter substitution 2010-03-19 16:38:12 +00:00
Peter Stephenson
db65bef413 unposted: fix new test in A01grammar.ztst 2010-03-18 16:30:50 +00:00
Peter Stephenson
be2381eb52 27804: don't hang in isearch if invalid character found 2010-03-18 16:03:09 +00:00
Peter Stephenson
9cfc991811 unposted: calendar -s was broken by file locking change 2010-03-17 16:55:04 +00:00
Peter Stephenson
c977b0125d unposted: document that age functions uses zstat, not stat 2010-03-16 22:53:32 +00:00
Peter Stephenson
db40de0af3 NEWS: PATH_SCRIPT 2010-03-16 22:44:08 +00:00