summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2021-12-1349634, reported by Claes Nästén: revert 28989Oliver Kiddle1-0/+6
Defining _POSIX_C_SOURCE caused issues on Solaris 10 but doesn't seem to be needed for musl anymore
2021-12-0749633: update options for git 2.34Oliver Kiddle1-0/+4
2021-12-0249630: allow zsh to quote matches from bash completions but include a ↵Oliver Kiddle1-0/+3
special case for space suffixes
2021-12-0249631: new logger completionOliver Kiddle1-0/+2
2021-12-0249629: new Linux perf completionOliver Kiddle1-0/+4
2021-12-0149628: Add an xfail test for RPS1/RPROMPT equivalence.Daniel Shahaf1-0/+3
2021-12-0149624: Expect the test 'All identifiers are variable references in POSIX ↵Daniel Shahaf1-0/+4
arithmetic' to pass, as it has been passing since 49611.
2021-12-01unposted: Add whitespace and comments. No functional change.Daniel Shahaf1-0/+3
2021-12-0149621: Fix the info Doc build, broken in 49448.Daniel Shahaf1-0/+5
2021-11-3049612: avoid startup error with clashing non-local module parameter nameOliver Kiddle1-0/+3
2021-11-3049611 based on 49590 (Martijn Dekker): disable Inf and NaN in math ↵Oliver Kiddle1-0/+5
expressions for sh emulation
2021-11-2849606: remove old NIS-specific code for retrieving user dataOliver Kiddle1-0/+3
2021-11-2849602: only set LOGCHECK from the watch moduleOliver Kiddle1-0/+2
2021-11-2849601: don't create ambiguous history file entries for lines ending with a ↵Oliver Kiddle1-1/+6
backslash
2021-11-26github #83: _git-push, _git-send-pack: Make --push-option repeatable.Paul Seyfert1-0/+5
2021-11-2649448: docs: Fix pointers to the `Widgets', `User-defined Widgets', and ↵Daniel Shahaf1-0/+4
`Standard Widgets' sections. The latter two didn't have their own texinode()s. Various places, both those sections' subsections and elsewhere in the manual, linked to the first section rather than to the third. For instance, zshcontrib(1) pointed to "noderef(Miscellaneous) in noderef(Zle Widgets)", even though the former (currently §18.6.6) is not under the latter (currently §18.4). Add texinode()s and fix those pointers.
2021-11-2649447: docs: _wanted: Clarify the example and point to another one.Daniel Shahaf1-0/+3
2021-11-2649446: docs: Add texinode()s, so the next commit can link directly to a ↵Daniel Shahaf1-0/+3
subsection.
2021-11-2649445: docs: Clean up some subsection references.Daniel Shahaf1-0/+5
2021-11-2649449: _zstat: Don't offer -o after -s, since -s is ignored when both -s and ↵Daniel Shahaf1-0/+3
-o are specified.
2021-11-26unposted: Add ChangeLog for the previous commit.Daniel Shahaf1-0/+4
2021-11-2449597: add a helper for completing numbers with unit suffixes and separate ↵Oliver Kiddle1-0/+14
out defaults, ranges and units in completion descriptions
2021-11-2249586: fix :a and :A modifiers (with PWD="/") on Cygwin⁩Jun-ichi Takimoto1-0/+5
2021-11-1949594: adapt to changes in 49499 to ensure file modes starting with dash ↵Oliver Kiddle1-0/+3
aren't taken to be flags
2021-11-1949584: allow for build options in gem install completionOliver Kiddle1-0/+3
2021-11-1949575: clarify _alternative's action syntaxArseny Maslennikov1-0/+5
2021-11-1549563: fix build problem of watch module on CygwinJun-ichi Takimoto1-0/+5
2021-11-12github #82: Fix typosDimitris Apostolou1-0/+11
2021-11-1249572: Let _expand preserve array form w/out zstyle globMarlon Richert1-0/+4
2021-11-12unposted: fix case statement fall-through for ansible-galaxy role completionOliver Kiddle1-0/+3
2021-11-1249566: document the _default functionOliver Kiddle1-0/+2
2021-11-1249564: always use descriptions included in the file-patterns style and allow ↵Oliver Kiddle1-0/+4
the recursive-files style to also work in those cases
2021-11-1249562: remove old documentation for other-files tag that was removed in 36165Oliver Kiddle1-0/+3
2021-11-1249561: add zformat -F option, similar to -f but ternary expressions check ↵Oliver Kiddle1-0/+8
for existence instead of doing math evaluation
2021-11-0749544: only tie watch/WATCH if both come from the moduleOliver Kiddle1-0/+5
2021-11-0249534, 49539: separate watch/log functionality out into a moduleOliver Kiddle1-0/+6
2021-11-0249537: fix finding utmpx file on FreeBSDOliver Kiddle1-0/+4
2021-11-0149535: fix completion for ${<TAB> and ${(a)<TAB>Jun-ichi Takimoto1-0/+5
2021-10-31users/27302: _remote_files respects setting of AUTO_REMOVE_SLASH optionBart Schaefer1-0/+5
2021-10-3049533: add null check for preprompt functions list that could occur ↵Oliver Kiddle1-0/+3
following an error when loading a module
2021-10-3049528: allow multiple -D options to compaddOliver Kiddle1-0/+4
2021-10-30unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵Oliver Kiddle1-0/+4
expected to fail
2021-10-2749529: Add rogue and descriptions to _rcctl lsMatthew Martin1-0/+5
2021-10-2649431 (tweaked, c.f. Bart: 49434): Faster ~/.ssh/config processingPeter Palfrader1-0/+3
When iterating over the ssh config file, iterate over the array linearly instead of always processing the first and then removing it from the list. This speeds up processing significantly.
2021-10-2649521: Define correct behavior of || completion matchersMarlon Richert1-0/+3
* Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently.
2021-10-2649519: quote completed options as needed and remove the now superfluous ↵Oliver Kiddle1-1/+8
quotes from option specifications
2021-10-2649516: bail out early from matching control if command line content is too ↵Oliver Kiddle1-0/+5
short for the coanchor
2021-10-2449520: document $_args_chache_cmdJun-ichi Takimoto1-0/+2
2021-10-2449493: fix '_arguments --' to correctly recognize optional argumentJun-ichi Takimoto1-0/+5
2021-10-2349499 based on 49496 by Jun T.: fixes to option -A of _argumentsOliver Kiddle1-0/+3