summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2014-04-0532528: vcs_info: Add check-for-staged-changesDaniel Shahaf1-0/+6
2014-03-2832505: improved Solaris compatibility for pgrep completionDanek Duvall1-0/+5
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-0/+12
Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash
2014-03-2132502: fix typo in argument list for git completioTakeshi Banse1-0/+5
2014-03-20Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson1-0/+2
2014-03-20users/18644: bindkey -s doc should have forward reference.Peter Stephenson1-0/+3
Indicate there is documentation for the argument strings.
2014-03-2032500: handle interrupts during pattern matchingBarton E. Schaefer1-0/+2
2014-03-20unposted: in Perforce path completion complete depots after //Peter Stephenson1-0/+6
2014-03-1832497: avoid using comptesteval in the middle of a series of testsBarton E. Schaefer1-0/+7
The change in control required for sourcing the command file can confuse the simulated interactive input
2014-03-1732494: Yodl hack to fix indents in manual page outputJun T1-0/+3
2014-03-1732493: some man page formatting fixesJun T1-0/+6
2014-03-16Fix zypper commands completion [zypper <TAB>].Mariusz Fik1-0/+5
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-03-14unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson1-0/+2
2014-03-1432482: fix character translation issue with some versions of YodlJun T1-0/+5
2014-03-1432479: POSIXTRAPS and implicit return values.Peter Stephenson1-0/+5
With POSIXTRAPS never propagate implicit return value. In any case if not forcing a return value don't use lastval from within the trap, use the one from the surrounding code.
2014-03-1332471: tidy up pgrep completionKosuke Asami1-0/+2
2014-03-1332471: handle BSD process management in pgrep completionKosuke Asami1-0/+3
2014-03-1332472: new pgrep completion optionsKosuke Asami1-0/+4
2014-03-1332480: Fix crash in vi mode with too few previous changesJun T1-0/+5
2014-03-0932468: save/restore match/mbegin/mend when doing pattern lookups against ↵Barton E. Schaefer1-0/+6
zstyle contexts
2014-03-03Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-17/+36
2014-03-03users/18550: matcher-list documentation clarificationsBarton E. Schaefer1-1/+5
2014-03-0332289: Doc: Add zsh version to footer in HTML documentation.Simon Ruderich1-0/+4
2014-03-0332441: add completer for file extensionsOliver Kiddle1-0/+3
2014-03-0332450: make get-line widget set the history number that was saved with the lineOliver Kiddle1-0/+3
2014-03-0332448: fix seg fault if $WIDGET is accessed after recursive-edit is interruptedOliver Kiddle1-0/+2
2014-03-0332439: add new show-ambiguity styleOliver Kiddle1-0/+3
2014-03-0332436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵Oliver Kiddle1-17/+22
parentheses
2014-03-0132453: fix zcalc default base handlingPeter Stephenson1-0/+2
2014-03-0132412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz1-1/+7
2014-02-28Fix merge conflictPeter Stephenson1-0/+19
2014-02-28users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson1-0/+6
2014-02-2632435: improved quoting for ignore-line completion styleJun T1-0/+6
2014-02-25unposted: fix typo in documentationOliver Kiddle1-0/+2
2014-02-25unposted: duplicate local statement was printing variable valueOliver Kiddle1-0/+3
2014-02-25users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle1-0/+3
2014-02-25users/18485: add .. as an auto-removable suffix in git revision rangesOliver Kiddle1-0/+5
2014-02-24Fix outdated npm completionHong Xu1-0/+3
2014-02-2432642: improve bzr completion with directory pathSebastien Alaiwan1-0/+5
2014-02-2332427: avoid busy loop on closed descriptors for "zle -F" handlersBarton E. Schaefer1-0/+7
Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case.
2014-02-1932414: improved error message for missing delimiters.Peter Stephenson1-0/+5
For glob qualifiers "u" and "g".
2014-02-18new forms of completion for btrfsEric Cook1-4/+7
2014-02-18updated subcommand completion for btrfsEric Cook1-0/+3
2014-02-18minor typo in btrfs completionEric Cook1-0/+2
2014-02-18remove hard tabs from btrfs completionEric Cook1-0/+2
2014-02-18prefer col -bx to colcrt in helpfilesm0viefreak1-0/+2
2014-02-18remove old example from helpfiles:m0viefreak1-0/+3
code is integrated with distribution
2014-02-18use env to find perl for helpfilesm0viefreak1-0/+2
2014-02-18update zshcontrib for latest helpfilesm0viefreak1-0/+5
2014-02-1832398: _git: completion updates up to latest git v1.9.0m0viefreak1-0/+3
- cherry-pick: allow commit ranges to be specified - push: option is called --set-upstream and not --set-upstream-to - status: offer -b,--branch when --porcelain or -z are given --porcelain and -z don't show the branch info by default, so it is needed to offer --branch for those options, too. - checkout: add '--detach' option - checkout: offer '-l' option when '--orphan' was given - show-ref: update wording of --head and --heads according to man-page - config: update default value for color.ui color-bool was changed to accept a default value as $parts[5] - add support for 'cygstart' as a valid builtin browser on cygwin - rebase: add suuport for --autostash and config.autostash - update builtin browser list - grep: add --{no,}textconv - check-ignore: add --no-index - update-ref: add --stdin -z - add -C - pull: add support for --rebase=preserve - config: add support for http.*. options - blame: -L can be given multiple times - config: add support for http.savecookies - push: add support for --force-with-lease - diff: --diff-filter: allow lower-case variants (all-but ... specs) - config: add support for 'fetch.prune' and 'remote.*.prune' - check-ignore: -z: update message, check-attr: add -z - config: add diff.orderfile - revision options: add --exclude - revision options: add --ignore-missing - revision options: add --bisect - rev-parse: add --stuck-long - merge-base: add --fork-point - config: implement submodule.*.update completion - send-email: add --smtp-ssl-cert-path and config options