about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 32479: POSIXTRAPS and implicit return values.Peter Stephenson2014-03-141-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.
* 32471: tidy up pgrep completionKosuke Asami2014-03-131-0/+2
|
* 32471: handle BSD process management in pgrep completionKosuke Asami2014-03-131-0/+3
|
* 32472: new pgrep completion optionsKosuke Asami2014-03-131-0/+4
|
* 32480: Fix crash in vi mode with too few previous changesJun T2014-03-131-0/+5
|
* 32468: save/restore match/mbegin/mend when doing pattern lookups against ↵Barton E. Schaefer2014-03-091-0/+6
| | | | zstyle contexts
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-03-031-17/+36
|\
| * 32289: Doc: Add zsh version to footer in HTML documentation.Simon Ruderich2014-03-031-0/+4
| |
| * 32441: add completer for file extensionsOliver Kiddle2014-03-031-0/+3
| |
| * 32450: make get-line widget set the history number that was saved with the lineOliver Kiddle2014-03-031-0/+3
| |
| * 32448: fix seg fault if $WIDGET is accessed after recursive-edit is interruptedOliver Kiddle2014-03-031-0/+2
| |
| * 32439: add new show-ambiguity styleOliver Kiddle2014-03-031-0/+3
| |
| * 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵Oliver Kiddle2014-03-031-17/+22
| | | | | | | | parentheses
* | users/18550: matcher-list documentation clarificationsBarton E. Schaefer2014-03-031-1/+5
|/
* 32453: fix zcalc default base handlingPeter Stephenson2014-03-011-0/+2
|
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-1/+7
|
* Fix merge conflictPeter Stephenson2014-02-281-0/+19
|\
| * 32435: improved quoting for ignore-line completion styleJun T2014-02-261-0/+6
| |
| * unposted: fix typo in documentationOliver Kiddle2014-02-251-0/+2
| |
| * unposted: duplicate local statement was printing variable valueOliver Kiddle2014-02-251-0/+3
| |
| * users/18498: observe add-space style in _expand_alias so suffix can be disabledOliver Kiddle2014-02-251-0/+3
| |
| * users/18485: add .. as an auto-removable suffix in git revision rangesOliver Kiddle2014-02-251-0/+5
| |
* | users 18531 plus doc etc.: new expand-absolute-path widgetPeter Stephenson2014-02-281-0/+6
| |
* | Fix outdated npm completionHong Xu2014-02-241-0/+3
|/
* 32642: improve bzr completion with directory pathSebastien Alaiwan2014-02-241-0/+5
|
* 32427: avoid busy loop on closed descriptors for "zle -F" handlersBarton E. Schaefer2014-02-231-0/+7
| | | | | Also assure the handlers are called on error conditions and document the extra argument that is passed in the error case.
* 32414: improved error message for missing delimiters.Peter Stephenson2014-02-191-0/+5
| | | | For glob qualifiers "u" and "g".
* new forms of completion for btrfsEric Cook2014-02-181-4/+7
|
* updated subcommand completion for btrfsEric Cook2014-02-181-0/+3
|
* minor typo in btrfs completionEric Cook2014-02-181-0/+2
|
* remove hard tabs from btrfs completionEric Cook2014-02-181-0/+2
|
* prefer col -bx to colcrt in helpfilesm0viefreak2014-02-181-0/+2
|
* remove old example from helpfiles:m0viefreak2014-02-181-0/+3
| | | | code is integrated with distribution
* use env to find perl for helpfilesm0viefreak2014-02-181-0/+2
|
* update zshcontrib for latest helpfilesm0viefreak2014-02-181-0/+5
|
* 32398: _git: completion updates up to latest git v1.9.0m0viefreak2014-02-181-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
* 32397: _git: fix __git_submodules to only use the actual name of the submodulem0viefreak2014-02-181-0/+3
| | | | | | | | | | | | The output of 'submodule status' is Xsha1 name (describe) X being one of -,+,U,[space] We are only interested in the name part and not the whole line. Fix the parameter expansions accordingly.
* 32395: _git: diff: refactor and fix wrong completionsm0viefreak2014-02-181-0/+3
| | | | | | | | | | | | | | | | | | | Before this, there were several cases where the completion would offer the wrong things: $ git diff branch -- <tab> would try to complete "changed in workdir files", but needs to complete all "tree files in HEAD". $ git diff --cached -- file1 file2 <tab> would try to complete "changed in workdir files" but needs to complete "changed in index files". ... After this change all possible combinations are taken into account and completion should work properly.
* 32396: _git: fix __git_committish_range_{first,last} and ↵m0viefreak2014-02-181-0/+5
| | | | | | | | | | | | | | | | | | __git_is_committish_range - Ranges with 3 dots would always fail, because the non-greedy expansion %..(.|)* in __git_committish_range_first would only remove '..' and never three dots. 'a...b' would end up in 'a.'. Use ${${1%..*}%.} instead. - Use a similar approach for __git_committish_range_last. - Wrap them in another expansion to replace empty results with 'HEAD'. Git man-page states omitted range ending are being replaced with HEAD. This rule has to be followed to make completions like 'git log foo.. -- <tab>' work properly. - Add an additional check to make sure none of the extracted first/last parts contain additional '..' in invalied ranges such as 'a..b..c'. This gets rid of the 'TODO:' and ideally saves a few unneded calls to git rev-parse.
* unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer2014-02-171-0/+5
|
* 32388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer2014-02-151-0/+3
|
* 32389 (with Jun Takimoto): additional PTY and keybinding adjustmentsBarton E. Schaefer2014-02-151-0/+5
|
* 32361: don't reset lastline before completionOliver Kiddle2014-02-141-0/+4
|
* 32377: change keybindings and PTY control for vi-mode tests to make them ↵Barton E. Schaefer2014-02-131-0/+5
| | | | more reliable
* 32365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer2014-02-081-0/+5
|
* 32356: fix a typoMartin Vaeth2014-02-071-0/+4
|
* 32355: document and test vi mode undo changesOliver Kiddle2014-02-051-0/+3
|
* 32342: fix overstrike for vi mode and use varying vi commands at line startOliver Kiddle2014-02-051-0/+3
|
* 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based onOliver Kiddle2014-02-051-1/+8
| | | | | Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence
* Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer2014-02-021-0/+4
|