Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5100:3d91f0b64469
fix bad bug with escape-quoted handling
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-03-05 Ben Wing <ben@xemacs.org>
* mule-coding.c:
* mule-coding.c (iso2022_encode):
Horrible bug: `escape-quoted' was failing to escape-quote special
characters in the 0x80 - 0x9F range. Who knows what breakage ensued?
SAME BUG IN XEMACS 21.4; MUST BE FIXED THERE TOO.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Mar 2010 07:16:22 -0600 |
parents | 4a6b680a9577 |
children | 868a5349acee 7be849cb8828 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 04 07:26:05 2010 -0600 +++ b/src/ChangeLog Fri Mar 05 07:16:22 2010 -0600 @@ -1,3 +1,11 @@ +2010-03-05 Ben Wing <ben@xemacs.org> + + * mule-coding.c: + * mule-coding.c (iso2022_encode): + Horrible bug: `escape-quoted' was failing to escape-quote special + characters in the 0x80 - 0x9F range. Who knows what breakage ensued? + SAME BUG IN XEMACS 21.4; MUST BE FIXED THERE TOO. + 2010-03-03 Ben Wing <ben@xemacs.org> * lrecord.h: Fix outdated comment.