diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-09-16 00:05:10 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-09-16 00:05:10 +0200 |
commit | b870ff85a0bcda9d38a734aa86bb6aee3d76983e (patch) | |
tree | 0c0dfd095a058bc8814dc4ed31dfcabd90bc18a5 /ChangeLog | |
parent | fbafc5b509e311efee064bbd12396a2e207f3393 (diff) | |
download | zsh-b870ff85a0bcda9d38a734aa86bb6aee3d76983e.tar.gz zsh-b870ff85a0bcda9d38a734aa86bb6aee3d76983e.tar.xz zsh-b870ff85a0bcda9d38a734aa86bb6aee3d76983e.zip |
39333: include name of command used to gain priviliges in context for command and gain-priviliges styles
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f54d78ca3..0faf7b9ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2016-09-15 Oliver Kiddle <opk@zsh.org> + * 39333: Completion/Base/Utility/_call_program, + Doc/Zsh/compsys.yo, Completion/Solaris/Command/_pfexec, + Completion/Unix/Command/_sudo: include name of command used to + gain priviliges in context for command and gain-priviliges styles + * 39332: Doc/Zsh/cond.yo, Src/cond.c, Src/params.c, Src/parse.c, Completion/Zsh/Context/_condition, Test/C02cond.ztst: support ksh's [[ -v varname ]] condition for checking if variables are set |