summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2021-06-2849102: Ignore dynamic directory name failure if NO_EXECPeter Stephenson1-0/+5
2021-06-2248096: Update Sourceforge links to https://zsh.sourceforge.io/Peter Stephenson1-0/+6
2021-06-1448920: _pgrep: Address issues related to -f completiondana1-0/+3
2021-06-1448920: _pgrep: Clarify -x descriptiondana1-0/+4
2021-06-1349069: literal interpretation of subscripts for unset of array/hash elementsBart Schaefer1-0/+5
2021-06-0348942: Let EDITOR invoked by edit-command-line know it's a zsh scriptAkinori MUSHA1-0/+3
2021-06-0348954: avoid crash in reverse-menu-complete from menuselect without 'menu' ↵Oliver Kiddle1-0/+3
in $compstate[insert]
2021-06-0348952: expand octal codes for record separators in perl completionOliver Kiddle1-0/+3
2021-06-0348938: remove vim fold and option markers in completionsOliver Kiddle1-0/+3
2021-06-0348939: update completion of options for rsync 3.2.3Oliver Kiddle1-0/+4
2021-05-2248897: completion updates for DragonFly 6.0 and OpenBSD 6.9Oliver Kiddle1-0/+6
2021-05-2148891: Fix pgrep/pkill -f completionMarlon Richert1-0/+3
Old completion produced false positives & took too much screen space.
2021-05-2148864: Improve extra-verbose completion display strings for array parameter ↵Marlon Richert1-0/+5
values
2021-05-1848601/0005: zmathfuncdef: Fix the workers/48147 return status / 'set -e' bug.Daniel Shahaf1-0/+3
Not tested.
2021-05-1848601/0004: docs: return: Give examples of using arithmetic evaluation.Daniel Shahaf1-0/+3
2021-05-1848601/0003: docs: functions -M: Add a subheading and index entries.Daniel Shahaf1-0/+3
2021-05-1848601/0002: docs: functions -M: Document the return status / result ↵Daniel Shahaf1-0/+3
interdependency gotchas (cf. 48147).
2021-05-1848601/0001: docs: functions -M: Move an example to be near the specification ↵Daniel Shahaf1-0/+3
of the relevant flag
2021-05-1848594 (plus an "F:" line corresponding to the question there): New tests for ↵Daniel Shahaf1-0/+5
functions -t / functions -T
2021-05-1648853: improved handling of theme resets when changing prompt themes, ↵Marlon Richert1-0/+4
especially for theme preview
2021-05-1648860: remove mention of bugs that have been fixedBart Schaefer1-0/+2
2021-05-1648857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer1-0/+6
2021-05-17users/26649: add zstyle for rake targets without descriptionJörg Sommer1-0/+3
`rake -T` shows only these targets having a description. But it might be useful to see all. Allow this with the zsytle setting: zstyle :completion::complete:rake:argument-rest:targets extended true
2021-05-1648783: update ansible completion to 2.10.8Oliver Kiddle1-0/+3
2021-05-1648623: update options in openssh completion to version 8.6Oliver Kiddle1-0/+5
2021-05-16_timeout: Fix wrong syntaxMikael Magnusson1-0/+4
2021-05-1533465: use prctl() for "jobs -Z" where availableHan Pingtian1-0/+3
Bart apologizes for waiting 7 years to apply this change.
2021-05-1548723: locale-safe recognition of "Inf" and "NaN" constants in mathVincent Lefevre1-0/+3
2021-05-15users/26742: break out of surrounding shell loops when exit is called from ↵Peter Stephenson1-0/+3
an exit hook
2021-05-15users/26736: avoid infinite loop in getbyte from exit hookBart Schaefer1-0/+3
2021-05-1548810: fix potential name clash in test case for autoloadingBart Schaefer1-0/+2
2021-05-1548790: COMPLETE_IN_WORD inside brace-paramBart Schaefer1-0/+2
2021-05-1548710: histed + other zed updatesBart Schaefer1-0/+4
2021-05-1548709: suppress error messages from comptryBart Schaefer1-0/+3
2021-05-1548707: fix keymap handling when zed invokes read-from-minibuffer; update docBart Schaefer1-0/+5
2021-05-0648787: Fix command status after failed ifPeter Stephenson1-0/+5
If "if" had a hard error in the condition, and there was no else clause, the command status was incorrectly cleared to zero. Add test.
2021-05-03unposted: FAQ: Move section 3.31 to 2.8dana1-0/+2
See 48613
2021-05-03unposted: docs: Update http:// FAQ links to https://dana1-0/+3
See 48613
2021-05-0348551: docs: Add disclaimer about POSIX compliance and emulation of other shellsdana1-0/+3
2021-05-0348614: getopts: Calculate OPTIND according to POSIX_BUILTINSdana1-0/+6
2021-05-0348767: docs: $SECONDS: Clarify what types may be setDaniel Shahaf1-0/+5
2021-04-2848702: _pandoc: don't use cache, multiple extensions of format, etc.Jun-ichi Takimoto1-0/+5
2021-04-2148606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and ↵Daniel Shahaf1-0/+4
catch errors.
2021-04-21unposted (cf. 48156): New test.Daniel Shahaf1-0/+2
2021-04-21users/26635 (tweaked): vcs_info hg: Compute the branch name correctly when ↵Daniel Shahaf1-0/+7
get-revision is set and check-for-changes is not Tweak: Simplify an always-true condition. Review-by: Manuel Jacob
2021-04-2048638: mention TYPESET_TO_UNSET in NEWSBart Schaefer1-0/+4
2021-04-2048435 (tweaked): vcs_info docs: applied-string/unapplied-string: Correct an ↵Daniel Shahaf1-0/+4
omission in the documentation and add an example. The example code is a reduced version of my function from workers/47519, with one bug fixed. (In workers/47519, if $1 doesn't contain spaces - which is the case under hg mq - then $H and $s will be set to the same value.) Tweaked: Extended the contrib.yo hunk with details about mq.
2021-04-2048528/0002: vcs_info git docs: ahead/behind commits: Reduce the number of forksDaniel Shahaf1-0/+3
2021-04-2048528/0001: vcs_info git docs: ahead/behind commits: Don't run rev-list when ↵Daniel Shahaf1-0/+5
that would fail
2021-04-1948617: fix misuse of IGNORE_BRACES when initializing debug_indentBart Schaefer1-0/+3