summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2021-04-1947489: rename standout as italicBart Schaefer1-0/+4
2021-04-19Add -L to add-(zsh|zle)-hook[-widget] completionMarlon Richert1-0/+4
…and hide mutually exclusive options.
2021-04-19github/zsh-completions #792: added completions for opus-tools (opusenc, ↵André Kugland1-0/+3
opusdec & opusinfo)
2021-04-1948619: complete inventory plugins in assignments to ANSIBLE_INVENTORY_ENABLEDOliver Kiddle1-0/+3
2021-04-1948618: update completions for FreeBSD 13Oliver Kiddle1-0/+7
2021-04-1847704: POSIX export and readonly ignore "-p" when parameter names also appearBart Schaefer1-0/+4
2021-04-1848560: add TYPESET_TO_UNSET option to remove initialization of parametersBart Schaefer1-2/+17
Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness.
2021-04-18unposted: remove an already fixed bug from BUGSJun-ichi Takimoto1-0/+4
This was fixed by commit b6ba74c
2021-04-1748361 (+ 48368 review comments): __arguments: New completion function for ↵Daniel Shahaf1-0/+6
_arguments. In the penultimate paragraph of the comment, the two possibilities for the relative path cover three cases: - The comment is read in the source tree - The comment is read in an installed tree with --enable-function-subdirs - The comment is read in an installed tree with --disable-function-subdirs Review-by: Matthew Martin Review-by: Oliver Kiddle
2021-04-1648513: Let extra-verbose completion show parameter valuesMarlon Richert1-0/+4
2021-04-16unposted: update on bug listOliver Kiddle1-0/+2
2021-04-1648556: new completion for ipfwOliver Kiddle1-0/+4
2021-04-16unposted (cf. 48153): Add tests for max() and min().Daniel Shahaf1-0/+5
2021-04-16unposted: ChangeLog: Correct a bunch of X-Seq references from today.Daniel Shahaf1-8/+8
For future greppers, here's the correct information: e1f5172a4 48574/0008: vcs_info git: Use best practices in an example 2144d0110 48574/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong description. 517e1777a 48574/0006: vcs_info docs: Change user-context name in an example, to avoid confusion with the special-casing of the value `command' in vcs_info_lastmsg. ebcb20a9c 48574/0005: vcs_info docs: Recommend use of prompt expandos rather than terminal escape sequences. cc833e01f 48574/0004: docs: Document that hook functions may rely on $? (see workers/48570). 9b5f80285 48574/0003: docs: Fix rendering in the man page output d07c945e7 48574/0002 (tweaked): docs: Fix rendering of an example in the man page output 32336eab9 48574/0001: docs: Minor markup tweak
2021-04-1545583/0008: vcs_info git: Use best practices in an exampleDaniel Shahaf1-0/+3
The alias was vulnerable to SHORT_LOOPS syntax, not invokable from scripts, etc..
2021-04-1545583/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong ↵Daniel Shahaf1-0/+3
description.
2021-04-1545583/0006: vcs_info docs: Change user-context name in an example, to avoid ↵Daniel Shahaf1-0/+4
confusion with the special-casing of the value `command' in vcs_info_lastmsg.
2021-04-1545583/0005: vcs_info docs: Recommend use of prompt expandos rather than ↵Daniel Shahaf1-0/+3
terminal escape sequences.
2021-04-1545583/0004: docs: Document that hook functions may rely on $? (see ↵Daniel Shahaf1-0/+3
workers/48570).
2021-04-1545583/0003: docs: Fix rendering in the man page outputDaniel Shahaf1-0/+3
In the man page output, the text was underlined from the var() to the end of the paragraph. The texi output in affected. For instance, the text `name' in TeX is now slanted Roman (\slshape\rmfamily) rather than slanted teletype (\slshape\ttfamily).
2021-04-1545583/0002 (tweaked): docs: Fix rendering of an example in the man page outputDaniel Shahaf1-0/+3
The texi output was unaffected. However, in the man page on my system, everything after the example() was underlined and not indented.