diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-01-22 10:14:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-01-22 10:14:01 +0000 |
commit | 088e8a9c8d19d0675bde3fabdde1b1e35129725b (patch) | |
tree | 0fadfdafe4b88d9cff83a5d74eb58778f60fd0ee /ChangeLog | |
parent | a199833e23147036edfcddfc3ab2752c7c20a686 (diff) | |
download | zsh-088e8a9c8d19d0675bde3fabdde1b1e35129725b.tar.gz zsh-088e8a9c8d19d0675bde3fabdde1b1e35129725b.tar.xz zsh-088e8a9c8d19d0675bde3fabdde1b1e35129725b.zip |
24434: handle unprintable and zero-width wide characters
by displaying as hex
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c5839bba9..42e341db7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-22 Peter Stephenson <pws@csr.com> + + * 24434: Src/Zle/zle_refresh.c: handle unprintable and zero-width + wide characters on the command line by displaying as hex. + 2008-01-22 Clint Adams <clint@zsh.org> * 24429: configure.ac, Etc/zsh-development-guide: |