diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-22 18:37:49 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-22 18:37:49 +0000 |
commit | 9ae36771fe34d764aa63d0ca65bae1e3970af4fd (patch) | |
tree | 2e07957a6f0e79b483b0f24e4415c71f9b69ad97 /ChangeLog | |
parent | 86873c3efcf092891908ba1a0bf0bfbfb0eedd21 (diff) | |
download | zsh-9ae36771fe34d764aa63d0ca65bae1e3970af4fd.tar.gz zsh-9ae36771fe34d764aa63d0ca65bae1e3970af4fd.tar.xz zsh-9ae36771fe34d764aa63d0ca65bae1e3970af4fd.zip |
25723: align combining character when popped from input stack
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2839b1732..1b0049306 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25723: Src/Zle/zle_main.c: align combining character when + retrieved from input stack. + 2008-09-22 Clint Adams <clint@zsh.org> * 25721: Src/exec.c: revert another mistake of 25701. |