Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5097:4a6b680a9577 | 5100:3d91f0b64469 |
---|---|
1 2010-03-05 Ben Wing <ben@xemacs.org> | |
2 | |
3 * mule-coding.c: | |
4 * mule-coding.c (iso2022_encode): | |
5 Horrible bug: `escape-quoted' was failing to escape-quote special | |
6 characters in the 0x80 - 0x9F range. Who knows what breakage ensued? | |
7 SAME BUG IN XEMACS 21.4; MUST BE FIXED THERE TOO. | |
8 | |
1 2010-03-03 Ben Wing <ben@xemacs.org> | 9 2010-03-03 Ben Wing <ben@xemacs.org> |
2 | 10 |
3 * lrecord.h: Fix outdated comment. | 11 * lrecord.h: Fix outdated comment. |
4 | 12 |
5 2010-03-03 Ben Wing <ben@xemacs.org> | 13 2010-03-03 Ben Wing <ben@xemacs.org> |