summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2014-02-1832397: _git: fix __git_submodules to only use the actual name of the submodulem0viefreak1-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.
2014-02-1832395: _git: diff: refactor and fix wrong completionsm0viefreak1-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.
2014-02-1832396: _git: fix __git_committish_range_{first,last} and ↵m0viefreak1-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.
2014-02-17unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMDBarton E. Schaefer1-0/+5
2014-02-1532388: zparseopts -K preserves individual associative array elementsBarton E. Schaefer1-0/+3
2014-02-1532389 (with Jun Takimoto): additional PTY and keybinding adjustmentsBarton E. Schaefer1-0/+5
2014-02-1432361: don't reset lastline before completionOliver Kiddle1-0/+4
2014-02-1332377: change keybindings and PTY control for vi-mode tests to make them ↵Barton E. Schaefer1-0/+5
more reliable
2014-02-0832365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer1-0/+5
2014-02-0732356: fix a typoMartin Vaeth1-0/+4
2014-02-0532355: document and test vi mode undo changesOliver Kiddle1-0/+3
2014-02-0532342: fix overstrike for vi mode and use varying vi commands at line startOliver Kiddle1-0/+3
2014-02-0532334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based onOliver Kiddle1-1/+8
Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: add split-undo zle widget for configurable breaks in undo sequence
2014-02-02Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer1-0/+4
2014-02-0232341: heuristic initialization of ZLE_RPROMPT_INDENTBarton E. Schaefer1-1/+4
2014-02-02Fix leading whitespace in a commentBarton E. Schaefer1-0/+2
2014-02-0232340: improve error messages for "read -c" / "read -l"Barton E. Schaefer1-0/+3
2014-02-0232338: create empty help.txt so lack of helpfiles does not break the buildBarton E. Schaefer1-0/+4
2014-02-0232337: change initialization of some special parameters for emulation ↵Barton E. Schaefer1-0/+6
compatibility
2014-01-3132314: merge undo events corresponding to vi change in the vi-cmd-mode ↵Oliver Kiddle1-0/+7
widget so undo from insert mode is useful again
2014-01-3032322: display a message when completion is interrupted from the keyboardBarton E. Schaefer1-0/+5
2014-01-3032300: new od completionJun T1-0/+5
2014-01-2932316: complete new ssh key typeChristian Hesse1-0/+5
2014-01-28Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-1/+14
Conflicts: ChangeLog
2014-01-2832303: simplistic completion after $x:Peter Stephenson1-0/+6
2014-01-2832308: Improve initialising of vi change.Peter Stephenson1-0/+7
Better handling when entering viins on entry to editor. Slightly changed since post to use vi command a.
2014-01-27users/18368: compromise to restore partial path completion inadvertently ↵Barton E. Schaefer1-1/+8
removed by 31159
2014-01-27unposted: update 31983 to suppress stdout from cmp, too.Peter Stephenson1-0/+5
Gets rid of unnecessary messages building patchlevel.h.