summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle1-0/+4
2018-11-0543759: add support for true colour terminalsOliver Kiddle1-0/+5
2018-11-0543747: new module to map colours from hex triplets to the nearest matching ↵Oliver Kiddle1-0/+6
colour
2018-11-0343752: Fix _expand quoting.Peter Stephenson1-0/+5
Quoting was not applied properly if globbing failed or was not applied.
2018-11-0243748: fix completion for ack 3betaOliver Kiddle1-0/+2
2018-11-02github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann1-0/+6
settings --color-moved was added in Git 2.15.
2018-10-3143746: _ping: update for BSD and DarwinJun-ichi Takimoto1-0/+3
2018-10-3143744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto1-0/+5
with several updates for other OS
2018-10-2443726: Add tests for semicolon in the middle of a sublist not terminating it.Daniel Shahaf1-0/+5
2018-10-2443723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto1-0/+3
2018-10-2443722: _ed, _env, _sort: support darwinJun-ichi Takimoto1-0/+4
use the same completions as freebsd
2018-10-2443721: _diff3: detect GNU variant correctlyJun-ichi Takimoto1-0/+5
2018-10-2443718: Use singular completion group descriptionsdana1-0/+10
2018-10-2343714: complete lp fit-to-page optionMarcin Mielniczuk1-0/+3
2018-10-2343695: minor but simple optmiisation to use existing string lengthSebastian Gniazdowski1-0/+5
2018-10-2243713: Improve init.d command completiondana1-0/+5
2018-10-1743694: More detail on multios.Peter Stephenson1-0/+5
Mention how opening files in multios differs from cat.
2018-10-1743697: match uppercase filename extensions in zathura completionOliver Kiddle1-0/+3
2018-10-1743698: update options for git 2.19.1Oliver Kiddle1-0/+4
2018-10-1643692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf1-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
2018-10-1543672: Document result of redirecting from a non-existent filedana1-0/+5
2018-10-14unposted: internals: Document sepjoin().Daniel Shahaf1-0/+2
2018-10-1443685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').Daniel Shahaf1-0/+5
2018-10-1243674: Split more PM_ flags for variables and functions.Peter Stephenson1-0/+6
This avoids using sign bit. Also bump dev version because of wordcode incompatibility.
2018-10-1043602: Clarify behaviour of `compdef -p`dana1-0/+4
2018-10-10unposted: another couple of tests for previous commit.Peter Stephenson1-0/+3
This tests different code paths as the -c command option exits in a different fashion from code executed from a script.
2018-10-1043669: ensure explicit exit status is used over implicitPeter Stephenson1-0/+5
2018-10-09Missed ChangeLog from previous commitPeter Stephenson1-0/+4
2018-10-0943656: special tied arrays don't have tieddataPeter Stephenson1-0/+3
2018-10-09unposted: addition to previous trap test suggested by MikaelPeter Stephenson1-0/+3
2018-10-0943653: explicit exit from EXIT trap overrides exit statusPeter Stephenson1-0/+5
2018-10-0843623: Fix Completion iptables -t raw securitya-wing1-0/+5
2018-10-0843620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf1-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).
2018-10-0843617: vcs_info git: During a non-interactive rebase of a detached head, ↵Daniel Shahaf1-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.
2018-10-0843619: vcs_info git: In non-interactive rebases, always set ↵Daniel Shahaf1-0/+5
$hook_com[git_patches_applied] to a string of the form 'foo bar', never just 'foo'.
2018-10-0843618: vcs_info: Don't redefine helper functions on every execution of the ↵Daniel Shahaf1-0/+9
autoloadable outer function. This allows enabling tracing of the helper functions without fned'ing the outer function.
2018-10-08unposted: doc tweak for helpfilesPeter Stephenson1-0/+3
2018-10-0843616: Various parameter setting and display fixes.Peter Stephenson1-0/+8
Mostly to do with typeset -p and tied variables and their interaction. Some general tied variable fixes.
2018-10-0743587: vcs_info git: In 'git rebase -i', when computing subjects of ↵Daniel Shahaf1-0/+5
applied-patches, handle an edge case where the subject is not available.
2018-10-0743588: vcs_info git: Make sure applied-patches is of the form "$hash ↵Daniel Shahaf1-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]+=" ?"
2018-10-0743586: vcs_info git: Reformat to minimise next diff. No functional change.Daniel Shahaf1-0/+4
2018-10-0743585: vcs_info svn: Recognize working copies in need of an upgrade.Daniel Shahaf1-0/+5
2018-10-03unposted: minor FAQ typosPeter Stephenson1-0/+2
2018-10-0343589: Further improved subjob reporting.Peter Stephenson1-0/+5
Show subjob status instead of user-visible superjob any time the subjob still has associated processes.
2018-10-02unposted: Indicate which use-case each branch handles.Daniel Shahaf1-0/+3
2018-10-02unposted: Fix typoDaniel Shahaf1-0/+4
2018-09-3043531: Completion: Fix some false positives in the logic for "are these two ↵Daniel Shahaf1-0/+6
candidates completions equivalent".
2018-09-2843570: Start documenting jobs.c, in particular superjobs.Daniel Shahaf1-0/+5
2018-09-2743563: zshzle: Clarify sentence in introduction.Daniel Shahaf1-0/+5
2018-09-2643564: improve job control report about stopped subjobPeter Stephenson1-0/+2