diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-17 18:15:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-02-17 18:15:04 +0000 |
commit | 65520f1901cee7bcad2871d47f62df2bbeac0126 (patch) | |
tree | 2bd0452a50c5168bbd1e5ae5a539cacff79d0a30 /ChangeLog | |
parent | 7da98c51246f245cde16cddb9b418afcfb3b3574 (diff) | |
download | zsh-65520f1901cee7bcad2871d47f62df2bbeac0126.tar.gz zsh-65520f1901cee7bcad2871d47f62df2bbeac0126.tar.xz zsh-65520f1901cee7bcad2871d47f62df2bbeac0126.zip |
24566: fix prompts with glitch spaces a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 347743fe5..606f85e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-02-17 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 24566: Doc/Zsh/prompt.yo, Src/prompt.c: fallout: + fix truncation with glitch spaces; more careful + documentation; allow %N{...}; make unsupported + characters default to width 1. + 2008-02-15 Peter Stephenson <p.w.stephenson@ntlworld.com> * 24556: Doc/Zsh/prompt.yo, Src/prompt.c: %G inside %{...%} |