diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-23 19:49:11 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-10-23 19:49:11 +0000 |
commit | c3e87fd2b03f591ffad0452ac43d01135ccacc9e (patch) | |
tree | 7588527dcaf789540952faf4bbdb3b4e6be3d72f | |
parent | 533021f2ad7c7d136adbf216c8c95aaab8ee7098 (diff) | |
download | zsh-c3e87fd2b03f591ffad0452ac43d01135ccacc9e.tar.gz zsh-c3e87fd2b03f591ffad0452ac43d01135ccacc9e.tar.xz zsh-c3e87fd2b03f591ffad0452ac43d01135ccacc9e.zip |
21910: fix message sequence number for last commit
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog index 39e733613..af08fc98c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,10 +5,9 @@ 2005-10-23 Peter Stephenson <p.w.stephenson@ntlworld.com> - * unposted, yet, owing to email outage, but c.f. 21907: - abnormal return from insertlastword() didn't unmetafy the line; - add extra UNMETACHECK() to pick up problems early from zle - within widget. + * 21910: abnormal return from insertlastword() didn't unmetafy + the line; add extra UNMETACHECK() to pick up problems early from + zle within widget. 2005-10-21 Peter Stephenson <p.w.stephenson@ntlworld.com> |