diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-10 09:59:20 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2008-10-10 09:59:20 +0000 |
commit | fe3ec0b9f94bb2308230b500ac3bf66f9d44b875 (patch) | |
tree | 564bff1bddf99d5b557d47c477c050c6f532301d | |
parent | 7783d398c3e9a33790530d14de72c0ea50cabe36 (diff) | |
download | zsh-fe3ec0b9f94bb2308230b500ac3bf66f9d44b875.tar.gz zsh-fe3ec0b9f94bb2308230b500ac3bf66f9d44b875.tar.xz zsh-fe3ec0b9f94bb2308230b500ac3bf66f9d44b875.zip |
Several belated commits and one timely one:
* 25814: Functions/Misc/run-help * unposted (?): Functions/Prompts/promptinit * 25140: Src/exec.c * 25029: Completion/Unix/Command/_sudo, Doc/Zsh/compsys.yo
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec10017cf..6f67cd714 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2008-10-10 Barton E. Schaefer <schaefer@zsh.org> + + * 25814: Functions/Misc/run-help: quote arguments to "eval". + + * unposted (?): Functions/Prompts/promptinit: quote expansion of + prompt_opts in prompt() because zsh emulation is by necessity not + enforced there. + + * 25140: Src/exec.c: improve error handling/reporting for + here-document temp files. + + * 25029 (plus unposted doc): Completion/Unix/Command/_sudo, + Doc/Zsh/compsys.yo: "environ" style to allow a different search + path when completing as a different user. + 2008-10-09 Clint Adams <clint@zsh.org> * 25833: Completion/Unix/Command/_git: remove zparseopts line |