about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 33277: Fix VCS_INFO_reposub's command expansionFrank Terbeck2014-09-291-0/+5
| | | | Reported-by: Marco Hinz <mh.codebro@gmail.com>
* users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2014-09-291-0/+3
|
* 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-291-0/+5
|
* 33256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2014-09-271-0/+4
|
* 33242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2014-09-261-0/+4
|
* 33252: complete more notmuch subcommandsWieland Hoffmann2014-09-261-0/+5
|
* 33212: improve log entryPeter Stephenson2014-09-251-2/+2
|
* users/19143: fix depth glob search with trailing slashesPeter Stephenson2014-09-251-0/+5
|
* unposted: tweak last change to NEWS a bitPeter Stephenson2014-09-251-0/+4
|
* 33238: correct return valuesOliver Kiddle2014-09-251-0/+4
|
* 33224: complete directory as second btrfs argumentEric Cook2014-09-241-0/+5
|
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-231-0/+5
|
* 33180: _git: add missing --3way optionØystein Walle2014-09-231-0/+3
|
* 33177: _git: fix typo in git-applyØystein Walle2014-09-231-0/+2
|
* 33178: _git: updates for Git 2.1.0Øystein Walle2014-09-231-0/+2
| | | | This incorporates changes mentioned in the release notes since 2.0.0.
* 33176: _git: Add missing --list to git-tagØystein Walle2014-09-231-0/+3
|
* 33179: _git: updates for Git 2.0.0Øystein Walle2014-09-231-0/+4
| | | | This incorporates changes mentioned in the release notes since 1.9.0.
* unposted: more NEWS tweaks while I'm there.Peter Stephenson2014-09-231-0/+2
|
* unposted: mention numeric output with underscore separatorsPeter Stephenson2014-09-231-0/+2
|
* unposted: mention /usr/local/share/zsh/site-functions default in NEWSPeter Stephenson2014-09-231-0/+5
|
* 33221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2014-09-231-0/+5
| | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
* unposted: add dvipdf to _dvi command listPeter Stephenson2014-09-231-0/+3
|
* 33218: complete m4a files for mplayerRichard Hartmann2014-09-231-1/+7
|
* 33198: new augeas completionOliver Kiddle2014-09-221-0/+2
|
* users/19113: reorganised cryptsetup completion functionOliver Kiddle2014-09-221-0/+4
|
* 33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-indexDaniel Hahler2014-09-221-0/+5
| | | | | | | | | | | This will detect changes to submodules from the superproject's perspective, e.g. after `git rm submodule`. >From GIT-DIFF-INDEX(1)/GIT-DIFF(1): Using "dirty" ignores all changes to the work tree of submodules, only changes to the commits stored in the superproject are shown (this was the behavior until 1.7.0).
* 33208: improve report on paths at end of configurationTanu Kaskinen2014-09-221-0/+4
|
* 33214 (modified further): test prefixes for site fpath betterPeter Stephenson2014-09-201-0/+2
|
* 33213: try to get fixed fpath dir right this timePeter Stephenson2014-09-201-0/+2
|
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-201-0/+5
|
* 33209: allow dummy zsh.texi if yodl not available.Tanu Kaskinen2014-09-201-0/+5
| | | | Removes catastrophic make failure so rest of make can finish.
* 33206: fix compdescribe docBarton E. Schaefer2014-09-191-0/+2
|
* 33205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer2014-09-191-0/+6
| | | | filtering for matches
* users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson2014-09-181-0/+6
|
* 33184: vcs_info git: consider patches for rebaseMarc Finet2014-09-161-0/+4
| | | | | | | | Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?".
* 33188: vcs_info git: set rrn before using itMarc Finet2014-09-161-0/+5
| | | | | This would fix handling get-revision, check-for-changes or check-for-staged-changes when set per repository.
* 33137: _path_files: complete # to introduce a glob flagMikael Magnusson2014-09-161-0/+3
|
* 33136: P glob qual appends words when negatedMikael Magnusson2014-09-161-0/+5
|
* 33150: completion git: fix send-email --confirm valuesMarc Finet2014-09-141-0/+3
|
* 33145: vcs_info git: fix applied-string nameMarc Finet2014-09-141-0/+3
| | | | | Documentation and hg backend use applied-string. patch-string does not appear anywhere.
* 33148: vcs_info quilt: refactor standalone detectionMarc Finet2014-09-141-0/+3
| | | | | | Since VCS_INFO_bydir_detect always uses the vcs_comm[detect_need_file], it should be cleared when querying it without file.
* 33147: vcs_info git: detect revert or cherry-pick with multiple commitsMarc Finet2014-09-141-0/+3
| | | | | When revert or cherry-pick involve many commits the .git/sequencer directory holds context for the action and no CHERRY_PICK_HEAD exist.
* 33151: completion git: support aliases when \n existMarc Finet2014-09-141-0/+3
| | | | | The git completion for aliases (i.e. completing with aliased verb) was broken whem some \n exist in aliases.
* 33149: vcs_info examples: fix typoMarc Finet2014-09-141-0/+4
|
* 33143: POSIX_ARGZERO more closely matches bash et al.Barton E. Schaefer2014-09-121-1/+5
|
* Add $functypestack special parameter in zsh/parameterPeter Stephenson2014-09-121-0/+6
|
* 33132: use ip on Linux to get interface namesEric Cook2014-09-091-0/+5
|
* users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson2014-09-081-0/+6
|
* 33122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer2014-09-071-0/+5
|
* clarify ${(~j.|.)array} exampleBarton E. Schaefer2014-09-061-0/+2
|