about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Add cindex entries for some subsectionsBart Schaefer2021-02-051-0/+4
|
* 47895: Remove trailing spaces from "print -ac" output lines.Bart Schaefer2021-02-041-0/+3
|
* 47865: More tests for globbing in restricted directoriesBart Schaefer2021-02-041-0/+2
|
* 47889: Update csh aliasing equivalencesBart Schaefer2021-02-041-0/+4
|
* 47899: Improve error message from zparseopts.Joshua Krusell2021-02-031-0/+5
|
* 47883: _awk: support gawk ver.5Jun-ichi Takimoto2021-02-011-0/+4
|
* 47873: Improve completion within dynamic directory namesPeter Stephenson2021-01-271-0/+5
|
* 47744: Fix vi repeats with hooks in use.GammaFunction2021-01-271-0/+5
|
* unposted: Etc/FAQ.yo: Fix a typo in the front matter.Daniel Shahaf2021-01-261-0/+4
|
* github #71: _xrandr: Complete providersPaul Seyfert2021-01-241-0/+5
| | | | | * complete `xrandr --setprovideroutputsource` by calling `xrandr --listproviders`
* users/26406: preserve caller setopts in zargsBart Schaefer2021-01-231-0/+4
|
* 47849: do not skip tests requiring zpty on CygwinJun-ichi Takimoto2021-01-201-0/+6
|
* 47840: make zpty module work on CygwinPeiyuan Song2021-01-201-0/+5
|
* NEWS: Catch up on new featuresdana2020-12-121-0/+4
|
* 47731 (+unposted): add run-help assistant for btrfsJun-ichi Takimoto2020-12-111-0/+4
| | | | also fix format errors in contrib.yo
* 43946: call run-help for the command given to sudoSamir Benmendil2020-12-111-0/+5
|
* unposted: index compprefuncs and comppostfuncsBart Schaefer2020-12-051-1/+5
|
* 47716: Etc/BUGS: Add Alekxandr's vcs_info patch.Daniel Shahaf2020-12-041-0/+4
|
* 47704: fix scope for "private -p"Bart Schaefer2020-12-021-0/+4
|
* unposted: missed update from users/26150 commitBart Schaefer2020-12-021-0/+4
|
* 47547: docs: Specify the exact kind of quoting which is assumed when parsing ↵ivan tkachenko2020-11-161-0/+5
| | | | arithmetic expressions
* 47560: add includes/prototypes for tests in configureJun-ichi Takimoto2020-11-161-0/+5
| | | | On macOS 11.0 it is now an error to use a function without prototype.
* users/26107: complete changed files after git diff HEADOliver Kiddle2020-10-291-0/+5
|
* 47494, 47495: Add -n option to strftimeMikael Magnusson2020-10-251-0/+4
|
* 47302: Test for print -v fixMikael Magnusson2020-10-251-0/+3
|
* 47301: Fix print -v metaficationJun-ichi Takimoto2020-10-251-0/+5
|
* Fix a race condition in zf_mkdir -pRoman Perepelitsa2020-10-231-0/+5
| | | | | | If ~/foo does not exist and `zf_mkdir -p zf_mkdir -p` is executed concurrently in multiple shells, it was possible prior to this patch for the command to fail with EEXIST.
* 47468: Doc/Zsh/contrib.yo: Fix typoAxel Beckert2020-10-181-0/+4
|
* users/26088: docs: zle -R: Clarify that it needs not be called in the normal ↵Daniel Shahaf2020-10-031-0/+6
| | | | course of things, but only when an immediate, interim redisplay is desired.
* github #65: _nmap: Rename option flags (s/_/-/g)Meng Bo2020-09-231-0/+5
| | | | Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
* 47395: _store_cache: Don't leak the variable ${_cache_dir}.Jacob Menke2020-09-221-0/+5
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-0/+8
| | | | Mikael Magnusson: 47382: Completion for 47364
* 47352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas2020-09-101-0/+5
| | | | | | | | | | | Fixed a regression introduced by workers/30496 (5.0.3) whereby %2K would no longer be the equivalent of %K{2} (%K{green}) in prompt expansion. That was one missing case where the is_fg flag was not passed along to match_colour() after code factorisation. Add tests for the different syntax variants, using echoti as a reference.
* unposted: remove periods from completion descriptionsDoug Kearns2020-09-061-0/+8
| | | | As per the completion-style-guide recommendations.
* 47350: new dropbox command line client completionPeter Stephenson2020-09-041-0/+4
|
* github #64: Fix a build-time error when building against ncurses that hadn't ↵Daniel Shahaf2020-08-281-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | been built with --enable-wgetch-events. The --enable-wgetch-events codepath is experimental (according to ncurses-6.2/INSTALL) and off by default (according to ncurses-6.2/configure.in). With that codepath disabled, the macro KEY_EVENT is not provided, which (before this commit) manifested as a build-time error: [ 245s] gcc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -DHAVE_CONFIG_H -DMODULE -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -fPIE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -fPIC -o curses..o curses.c [ 246s] In file included from curses.c:210: [ 246s] curses_keys.h:93:15: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_RESET'? [ 246s] 93 | {"EVENT", KEY_EVENT}, [ 246s] | ^~~~~~~~~ [ 246s] | KEY_RESET curses_keys.h is only used for setting the "kevent" output parameter of 'zcurses input' (and the associated $zcurses_keycodes special variable), so there's no harm in just leaving KEY_EVENT out of it. (That codepath deals gracefully with numeric values that don't correspond to any of the known compile-time values, as that can happen whenever the build- and run-time versions of ncurses don't provide the same set of KEY_* macros, with or without relation to that configure flag.) Reported by Martin Liska.
* 47328: remove references to old zsh.org mail addressesOliver Kiddle2020-08-211-0/+3
|
* 47322: allow prefix with ssh cipher completion and add matching control for ↵Oliver Kiddle2020-08-211-0/+5
| | | | options
* 47323: _rpmbuild: Complete file arguments after -r/-b/-t.Daniel Shahaf2020-08-181-0/+5
|
* unposted: add ChangeLog entries for previous commitsMikael Magnusson2020-08-161-0/+14
|
* ChangeLog: Note that the last commit contained a minor unposted tweak.Daniel Shahaf2020-08-161-2/+2
|
* 47314: is-at-least false positive (5.8.0.2 / 5.8)Daniel Shahaf2020-08-161-0/+3
| | | | | | | | | | | Actual behaviour: % is-at-least 5.8.0.2 5.8 && echo yes || echo no yes % is-at-least 5.8.0.2 5.8.0.0 && echo yes || echo no no Expected behaviour: Both commands should have printed "no".
* 47313: docs: Document explicitly that the :P modifier returns a symlink-less ↵Daniel Shahaf2020-08-161-0/+5
| | | | path.
* 47320: Add completion for Linux tool used to adjust process OOM scoreJörg Sommer2020-08-131-0/+3
|
* 47321: update completion for btrfs 5.4Oliver Kiddle2020-08-131-0/+2
|
* 47319: complete more options to ImageMagick's convert commandOliver Kiddle2020-08-131-0/+5
|
* 47294: updates to options in aptitude completionOliver Kiddle2020-08-101-0/+2
|
* 47293: lowercase completion descriptions for lpOliver Kiddle2020-08-101-0/+4
|
* 47308: zsh-development-guide: Document the new X-Seq autoreply bot.Daniel Shahaf2020-08-101-0/+5
|
* 47303: vcs_info hg: Fix changing the expansion of %g (hook_com[guards]) in ↵Daniel Shahaf2020-08-091-0/+7
| | | | | | | | | | | | | | | | | | the set-patch-format hook (regression from workers/40480). To reproduce, go to a hg repository with active mq guards and configure vcs_info as follows: zstyle '*' get-unapplied true zstyle ':vcs_info:*set-patch-format*' hooks f zstyle '*' patch-format '[%g : %G]' zstyle '*' nopatch-format '[%g : %G]' zstyle '*' formats '%m' +vi-f () { hook_com[guards]+=XXX } The regression was first released in 5.3.1-test-2, over three years ago.