summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2018-09-08unposted: Patch release: 5.6.1Daniel Shahaf1-0/+5
2018-09-0743409: Fix process group setting in main shell.Peter Stephenson1-0/+6
A newly forked subshell now reports back the process group it will be using for the main shell to record. This prevents an error where the shell incorrectly thought an exiting process owned the terminal and so grabbed it back, putting the foreground process into the background.
2018-09-0743404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf1-0/+5
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf1-0/+4
srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf1-0/+5
Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
2018-09-0543372: Add completion for e2labeldana1-0/+5
2018-09-0543375 with fix from 43390: fix #! tests.Peter Stephenson1-0/+5
Don't assume path to sh and echo, instead work it out.
2018-09-05unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf1-0/+5
build in-tree.
2018-09-0343370: New maintainer-facing documentation.Daniel Shahaf1-0/+3
2018-09-03unposted: Post-release version bump.Daniel Shahaf1-0/+2
2018-09-03unposted: Release 5.6.Daniel Shahaf1-0/+4
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile1-0/+5
See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
2018-09-0343367: Add maintainer targets 'tarxz-src' and 'targz-src'.Daniel Shahaf1-0/+5
2018-09-03mention Inf/NaN floating point changes in NEWS fileOliver Kiddle1-0/+2
2018-09-03unposted: Makefile.in: further to 43358 use same patchlevel form for the ↵Oliver Kiddle1-0/+5
release file
2018-09-0343333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf1-0/+6
it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
2018-09-03Don't handle ZLE functions for single key.Peter Stephenson1-0/+6
For read -k and read -q where we use ZLE, we just want a single key and not full ZLE processing. So don't handle timed ZLE functions when preforming the read.
2018-08-3143358: enforce consistent patchlevel formOliver Kiddle1-0/+2
2018-08-3143357: isinf/isnan can be macros so need custom configure testsOliver Kiddle1-0/+3
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle1-0/+3
2018-08-3143359: further review of git remote set-url completionOliver Kiddle1-0/+3
2018-08-3142810: git remote set-url completionpseyfert1-0/+8
2018-08-3043350: _zsh: support --emulateJun-ichi Takimoto1-0/+2
2018-08-3043349: new completion for eogJun-ichi Takimoto1-0/+4
2018-08-2943346: various completion option updatesOliver Kiddle1-0/+13
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov1-0/+3
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov1-0/+5
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle1-0/+3
2018-08-28unposted: correct completion argument order for dkmsOliver Kiddle1-0/+3
2018-08-28unposted: completion for argument to strings -s was missingOliver Kiddle1-0/+3
2018-08-28unposted: complete also for bsdtarOliver Kiddle1-0/+2
2018-08-28unposted: fix typo in svccfg completion function callOliver Kiddle1-0/+5
2018-08-25unposted: Fix FAQ build, broken by 43184.Daniel Shahaf1-0/+2
2018-08-25unposted: Test release: 5.5.1-test-1.Daniel Shahaf1-0/+3
2018-08-2543331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf1-0/+5
2018-08-2443313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf1-0/+5
a symbolic name before falling back to a raw commit hash. Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7) name in terms of a branch or tag that contains (= is a descendant of, is younger than) HEAD. In this repository, the output changes from "9567bfe..." to "master~1" or "remotes/origin/HEAD~1". This would also happen during bisects, e.g., "bisect/bad~22".
2018-08-2443314: vcs_info git: Flatten a nested if.Daniel Shahaf1-0/+5
No functional change.
2018-08-2443330: complete more options to cuOliver Kiddle1-1/+3
2018-08-2443329: new diff3 completionOliver Kiddle1-0/+2
2018-08-2443328: new zeal completionOliver Kiddle1-0/+4
2018-08-23unposted: Fix --ascii typo in _mandana1-0/+4
2018-08-2343325: _hg: suggest merge tools for -t/--toolAnton Shestakov1-0/+3
2018-08-2343326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov1-0/+3
2018-08-23github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn1-0/+3
2018-08-2343301: add some functions from zsh-completions projectOliver Kiddle1-0/+7
2018-08-21unposted: docs: Fix duplicated words in _combination.Daniel Shahaf1-0/+5
2018-08-1743294: Add ZLE_RECURSIVE parameter.Peter Stephenson1-0/+5
2018-08-1543302: Fix _du -B specdana1-0/+4
2018-08-13unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf1-0/+5
2018-08-1343275: Add log2 to match funcdana1-0/+5