summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 43804: also need to be able to turn colour attributes back into hex triples ↵Oliver Kiddle2018-11-081-0/+3
| | | | for region_highlight variable
* unposted: add usual copyright header to nearcolor module sourcesOliver Kiddle2018-11-081-0/+2
|
* 43784: clarify descriptions on options related to match sortingOliver Kiddle2018-11-081-0/+3
|
* unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle2018-11-081-0/+6
| | | | expansion flag
* 43788: clarify zpty -w -n with no string argumentPeter Stephenson2018-11-071-0/+5
|
* 43761: update five completion functions for darwinJun-ichi Takimoto2018-11-071-0/+7
|
* 43760: add documentation for true colour changes and nearcolor moduleOliver Kiddle2018-11-051-0/+4
|
* 43759: add support for true colour terminalsOliver Kiddle2018-11-051-0/+5
|
* 43747: new module to map colours from hex triplets to the nearest matching ↵Oliver Kiddle2018-11-051-0/+6
| | | | colour
* 43752: Fix _expand quoting.Peter Stephenson2018-11-031-0/+5
| | | | Quoting was not applied properly if globbing failed or was not applied.
* 43748: fix completion for ack 3betaOliver Kiddle2018-11-021-0/+2
|
* github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann2018-11-021-0/+6
| | | | | | settings --color-moved was added in Git 2.15.
* 43746: _ping: update for BSD and DarwinJun-ichi Takimoto2018-10-311-0/+3
|
* 43744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto2018-10-311-0/+5
| | | | with several updates for other OS
* 43726: Add tests for semicolon in the middle of a sublist not terminating it.Daniel Shahaf2018-10-241-0/+5
|
* 43723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto2018-10-241-0/+3
|
* 43722: _ed, _env, _sort: support darwinJun-ichi Takimoto2018-10-241-0/+4
| | | | use the same completions as freebsd
* 43721: _diff3: detect GNU variant correctlyJun-ichi Takimoto2018-10-241-0/+5
|
* 43718: Use singular completion group descriptionsdana2018-10-241-0/+10
|
* 43714: complete lp fit-to-page optionMarcin Mielniczuk2018-10-231-0/+3
|
* 43695: minor but simple optmiisation to use existing string lengthSebastian Gniazdowski2018-10-231-0/+5
|
* 43713: Improve init.d command completiondana2018-10-221-0/+5
|
* 43694: More detail on multios.Peter Stephenson2018-10-171-0/+5
| | | | Mention how opening files in multios differs from cat.
* 43697: match uppercase filename extensions in zathura completionOliver Kiddle2018-10-171-0/+3
|
* 43698: update options for git 2.19.1Oliver Kiddle2018-10-171-0/+4
|
* 43692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf2018-10-161-0/+5
| | | | | | | | | | | | | The following files are still generated in the source dir (in out-of-tree builds): Doc/Zsh/manmodmenu.yo Doc/Zsh/modlist.yo Doc/Zsh/modmenu.yo Doc/version.yo Doc/zsh.idx Doc/zsh.texi META-FAQ
* 43672: Document result of redirecting from a non-existent filedana2018-10-151-0/+5
|
* unposted: internals: Document sepjoin().Daniel Shahaf2018-10-141-0/+2
|
* 43685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').Daniel Shahaf2018-10-141-0/+5
|
* 43674: Split more PM_ flags for variables and functions.Peter Stephenson2018-10-121-0/+6
| | | | | | This avoids using sign bit. Also bump dev version because of wordcode incompatibility.
* 43602: Clarify behaviour of `compdef -p`dana2018-10-101-0/+4
|
* unposted: another couple of tests for previous commit.Peter Stephenson2018-10-101-0/+3
| | | | | This tests different code paths as the -c command option exits in a different fashion from code executed from a script.
* 43669: ensure explicit exit status is used over implicitPeter Stephenson2018-10-101-0/+5
|
* Missed ChangeLog from previous commitPeter Stephenson2018-10-091-0/+4
|
* 43656: special tied arrays don't have tieddataPeter Stephenson2018-10-091-0/+3
|
* unposted: addition to previous trap test suggested by MikaelPeter Stephenson2018-10-091-0/+3
|
* 43653: explicit exit from EXIT trap overrides exit statusPeter Stephenson2018-10-091-0/+5
|
* 43623: Fix Completion iptables -t raw securitya-wing2018-10-081-0/+5
|
* 43620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf2018-10-081-0/+6
| | | | | | | | gen-unapplied-string in. This is an incompatible change; see README for details. Tweaks (relative to posted version): tweaked README, removed scalpel (debug print).
* 43617: vcs_info git: During a non-interactive rebase of a detached head, ↵Daniel Shahaf2018-10-081-0/+4
| | | | | | | | | | | | | computer the %b expando correctly. Before this commit, the value of %b was the hash of the commit from the "source" side of the rebase, from .git/rebase-apply/orig-head and .git/rebase-apply/original-commit. This broke the invariant that %b expands to a git-rev-parse(1) expression resolving to what %r expands to. Use .git/rebase-apply/onto instead as, empirically, it contains the correct value.
* 43619: vcs_info git: In non-interactive rebases, always set ↵Daniel Shahaf2018-10-081-0/+5
| | | | $hook_com[git_patches_applied] to a string of the form 'foo bar', never just 'foo'.
* 43618: vcs_info: Don't redefine helper functions on every execution of the ↵Daniel Shahaf2018-10-081-0/+9
| | | | | | | autoloadable outer function. This allows enabling tracing of the helper functions without fned'ing the outer function.
* unposted: doc tweak for helpfilesPeter Stephenson2018-10-081-0/+3
|
* 43616: Various parameter setting and display fixes.Peter Stephenson2018-10-081-0/+8
| | | | | | Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes.
* 43587: vcs_info git: In 'git rebase -i', when computing subjects of ↵Daniel Shahaf2018-10-071-0/+5
| | | | applied-patches, handle an edge case where the subject is not available.
* 43588: vcs_info git: Make sure applied-patches is of the form "$hash ↵Daniel Shahaf2018-10-071-0/+5
| | | | | | | | | | | | $subject" --- that is, has a space and a non-empty second argument --- even with future 'git rebase -i' verbs. Use of '?' is consistent with these precedents: Backends/VCS_INFO_get_data_git:220: printf -v "git_patches_applied[$p]" "%04d ?" "$p" Backends/VCS_INFO_get_data_git:242: git_patches_applied+=("? $subject") Backends/VCS_INFO_get_data_git:244: git_patches_applied+=("?") VCS_INFO_quilt:160: applied[$i]+=" ?" VCS_INFO_quilt:168: unapplied[$i]+=" ?"
* 43586: vcs_info git: Reformat to minimise next diff. No functional change.Daniel Shahaf2018-10-071-0/+4
|
* 43585: vcs_info svn: Recognize working copies in need of an upgrade.Daniel Shahaf2018-10-071-0/+5
|
* unposted: minor FAQ typosPeter Stephenson2018-10-031-0/+2
|
* 43589: Further improved subjob reporting.Peter Stephenson2018-10-031-0/+5
| | | | | Show subjob status instead of user-visible superjob any time the subjob still has associated processes.