diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-20 12:37:43 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-11-20 12:37:43 +0000 |
commit | bbbc5536da957313a7306892790fb34fdb2f96cc (patch) | |
tree | 569cbc2bf63089573c483e556b6a2a091f7eda34 /ChangeLog | |
parent | e580d5d76782baa6862eb484e3e85bc5658e216f (diff) | |
download | zsh-bbbc5536da957313a7306892790fb34fdb2f96cc.tar.gz zsh-bbbc5536da957313a7306892790fb34fdb2f96cc.tar.xz zsh-bbbc5536da957313a7306892790fb34fdb2f96cc.zip |
17940: Add -C and -a options to print builtin
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d232a669a..8aed52d94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-20 Peter Stephenson <pws@csr.com> + + * 17940: Src/builtin.c, Doc/Zsh/builtin.yo: print -C <cols> prints + given number of columns, -a with -c or -C prints arguments across + before down. + 2002-11-13 Clint Adams <clint@zsh.org> * 17935: Src/text.c: beautify bin_whence indentation of () |