diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-09-11 13:22:35 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-09-11 13:49:22 +0200 |
| commit | 8011fe8a582bd3c018a98e0e2c08f65233bcf0fc (patch) | |
| tree | ce6612c1e1bc5e6618b86e8d0b7b7743714b09c9 /ChangeLog | |
| parent | 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses. (diff) | |
| download | zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar.gz zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar.bz2 zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar.lz zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar.xz zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.tar.zst zsh-8011fe8a582bd3c018a98e0e2c08f65233bcf0fc.zip | |
39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges with sudo in completion functions
A new gain-privileges style enables it and a _comp_priv_prefix array
added for tracking how to match privileges for the current command
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2016-09-11 Oliver Kiddle <opk@zsh.org> + + * 39261 (tweaked cf. Daniel: 39275): Doc/Zsh/compsys.yo: + Completion/Base/Core/_main_complete, + Completion/Base/Utility/_call_program, + Completion/Debian/Command/_dchroot, + Completion/Debian/Command/_dchroot-dsa, + Completion/Debian/Command/_schroot, + Completion/Solaris/Command/_pfexec, + Completion/Solaris/Command/_zlogin, Completion/Unix/Command/_dsh, + Completion/Unix/Command/_fsh, Completion/Unix/Command/_libvirt, + Completion/Unix/Command/_mosh, Completion/Unix/Command/_rlogin, + Completion/Unix/Command/_ssh, Completion/Unix/Command/_sudo: + don't unconditionally gain privileges with sudo for completion + 2016-09-11 Daniel Shahaf <d.s@daniel.shahaf.name> * 39252: Src/Zle/compcore.c, Src/Zle/compctl.c, |
