diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-21 22:40:30 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-21 22:40:30 +0000 |
commit | e3856ef52e653da7561dd3873823601b22485fd4 (patch) | |
tree | de449a61cc666dad81fb64bd34031f9e9efac532 /ChangeLog | |
parent | 1f6bc666ae5b893c2305647b92f07914546fd770 (diff) | |
download | zsh-e3856ef52e653da7561dd3873823601b22485fd4.tar.gz zsh-e3856ef52e653da7561dd3873823601b22485fd4.tar.xz zsh-e3856ef52e653da7561dd3873823601b22485fd4.zip |
remove a couple of TODOs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d1630f00..f697fe2fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-10-21 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 21906: Src/prompt.c, Src/zle_refresh.c: use modified + multibyte truncation code for single byte truncation, fixing + a bug with long truncation indicators; remove a couple of + outmoded TODOs. + * Spotted by Mikael Magnusson, 21905: Doc/Zsh/roadmap.yo: typos. 2005-10-21 Clint Adams <clint@zsh.org> |