diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2005-08-15 03:33:04 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2005-08-15 03:33:04 +0000 |
commit | 76364d31193ae8cd87a2e92cf2dfe3fb1601fc02 (patch) | |
tree | e428d3fb490c4c02b5bb50a41858889927066bd4 /ChangeLog | |
parent | 0763d76e2dc80886b85489282a58a84cc2eb9526 (diff) | |
download | zsh-76364d31193ae8cd87a2e92cf2dfe3fb1601fc02.tar.gz zsh-76364d31193ae8cd87a2e92cf2dfe3fb1601fc02.tar.xz zsh-76364d31193ae8cd87a2e92cf2dfe3fb1601fc02.zip |
Several belated commits including workers/21366,21369
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index da57af6dd..1338b854b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-08-14 Bart Schaefer <schaefer@zsh.org> + + * 21369: Completion/Unix/Command/_cvs: assign to array with + builtin stat rather than parsing stdout. + + * unposted: Functions/Prompts/prompt_bart_setup: more adjustments + for the PROMPT_SP option. + + * 21366: Src/jobs.c: LONG_LIST_JOBS applies to more places where + job listing are printed. + 2005-08-12 Wayne Davison <wayned@users.sourceforge.net> * 21606: Src/Zle/zle.h: When compiled with gcc, the ZS_str* macros @@ -60,7 +71,7 @@ 2005-08-10 Wayne Davison <wayned@users.sourceforge.net> * 21579: Thorsten Dahlheimer: Src/builtin.c: Made printf %s - handle embedded nulls in its arg. + handle embedded nuls in its arg. 2005-08-09 Peter Stephenson <pws@csr.com> @@ -102,7 +113,7 @@ Completion/compinit, Doc/Zsh/options.yo, Functions/TCP/tcp_expect, Functions/TCP/tcp_open, Functions/TCP/tcp_read, Src/exec.c, Src/options.c, Src/params.c, Src/zsh.h: Add WARN_CREATE_GLOBAL - option to warn when an assignment in a function creates a globa + option to warn when an assignment in a function creates a global parameter. * 21567: Dan Bullok: Src/utils.c: trash zle when updating window |