summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2019-03-1544118: use libtirpc if RPC is not in glibcJun-ichi Takimoto1-0/+5
2019-03-1444122: turn int into long to avoid overflowKamil Dudka1-0/+5
2019-03-1244100: zparseopts: Add -F option, completion, tests; improve documentationdana1-0/+6
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs
2019-03-0844101: _vim: better support for nvimJun-ichi Takimoto1-0/+4
2019-03-06unposted: _zftp: Use 'post' pattern matchingdana1-0/+3
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in the function, was causing it to clobber the completion for other commands, notably zf_mkdir from zsh/files. To avoid this, use -P instead
2019-03-0644099: Completion: Add _trashdana1-0/+5
2019-03-01unposted: ztst.zsh: fix a typoJun-ichi Takimoto1-0/+4
2019-02-2744087: _getconf: Complete options, config variables on more systemsdana1-0/+3
2019-02-2744090 (re: 44085): _remote_files: Don't set QUOTING_STYLEdana1-0/+5
The syntax was incompatible with some shells, and it's probably not a big enough concern to work around it
2019-02-2644085: _remote_files: Prevent ls/alias settings from mangling file listingsdana1-0/+3
2019-02-2644080: Completion: Fix several option-description typosdana1-0/+24
2019-02-24unposted: _less: Fix typodana1-0/+4
Reported here: https://www.reddit.com/r/zsh/comments/au98zv/_/
2019-02-2244077: completion: Fix GNU _pick_variant patterns, partially fix `getent -s`dana1-0/+6
2019-02-2244076: _column: Support Debian, add missing options, adjust wordingdana1-0/+5
Tweaked per off-list discussion with Daniel: We agreed that it would be best to side-step the wording disagreement between the BSD and util-linux implementations by using our own description for -x, which was borrowed from the one for `print -ca`
2019-02-1844067: Make history read safer on interrupt.Yutian Li1-0/+5
Record if a read was interrupted and if so process it in full next time a read is needed.
2019-02-14c.f. 44062: Back off clearflag change to ZLE line init.Peter Stephenson1-0/+6
This causes problems with failed ZLE reads that printed a message in the display area, in particular ignoreEOF warnings. It appears it's not needed for the overall effect of the fixes in zsh-workers/40302, commit 34656ec2.
2019-02-09gitlab !5: Add new abcde completion.Doron Behar1-0/+5
2019-02-09github #31: Add new demangle style, rust and dlangHiroki Noda1-0/+6
2019-02-03unposted: Post-release version bumpdana1-0/+2
2019-02-03unposted: Release 5.7.1dana1-0/+3
2019-02-0344034: _date_formats: Complete %9./%N, adjust wordingdana1-0/+3
2019-02-0344033: Add completion for dos2unix/unix2dosdana1-0/+3
2019-02-0344030: prompt: Return error for unrecognised colour namedana1-0/+5
2019-01-28github #32: Fix a typo in the git tag completion.Fredric Silberberg1-0/+5
2019-01-27unposted: Update release instructionsdana1-0/+3
2019-01-2744020: VCS_INFO_detect_p4: Fix infinite recursiondana1-0/+5
2019-01-24unposted: Post-release version bumpdana1-0/+2
2019-01-24unposted: Release 5.7dana1-0/+4
2019-01-2344012: X04zlehighlight: Fix spurious test failures on OpenBSDdana1-0/+5
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson1-0/+5
The sequence for truecolor uses a different prefix from palette colors
2019-01-2144001: _brace_parameter: Complete (q+)dana1-0/+4
2019-01-1843990: _opkg: Support gain-privilegesdana1-0/+4
2019-01-08users/23829: add and coument file-split-chars stylePeter Stephenson1-0/+5
2019-01-05unposted: Update for 5.6.2-test-3dana1-0/+4
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana1-0/+3
2019-01-0443970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana1-0/+6
Also clarify release documentation and fix a typo mentioned in workers/43971
2019-01-0343969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson1-0/+5
2019-01-02unposted: Add missing change-log entries for 37302 and 37303dana1-0/+6
e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without change-log entries Note also that the commit message for e40a14c5e erroneously referred to workers/37202
2019-01-0143960: Add full completion for exec and setsiddana1-0/+4
2019-01-0143959: Add completion for strongSwan, &al.dana1-0/+6
Also update _urls to complete unix:// URIs as for file://
2018-12-3143962: Fix X04 test module_pathdana1-0/+4
2018-12-30users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson1-0/+4
Allow non-termcap use of colours > 7. Add tests.
2018-12-3043944: apply NO_UNSET consistently to arithmeitcMartijn Dekker1-0/+7
2018-12-3043914 (tweaked): Add completion for Composerdana1-0/+3
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-3043930: Improve _multi_parts performancedana1-0/+2
2018-12-30unposted (per 43938): Avoid segfault when unmetafying empty stringdana1-0/+5
2018-12-2943953: Fix rounding/truncation error in %. time-format specifierdana1-0/+5
Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954
2018-12-2443935: Reject too-large nanosecond values given to strftimedana1-1/+7
... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well.
2018-12-2343928: _alternative: Evaluate (...) action syntax as with _argumentsdana1-0/+5
2018-12-2143921: ${\var} should be an errorBart Schaefer1-0/+4