Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4299:f4c3ffe60a4f
[xemacs-hg @ 2007-12-01 14:24:46 by aidan]
Switch away from ISO 2022 for the ISO-8859 character sets.
author | aidan |
---|---|
date | Sat, 01 Dec 2007 14:24:52 +0000 |
parents | 27150c937a22 |
children | cee827542370 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 01 13:40:07 2007 +0000 +++ b/lisp/ChangeLog Sat Dec 01 14:24:52 2007 +0000 @@ -1,3 +1,27 @@ +2007-12-01 Aidan Kehoe <kehoea@parhasard.net> + + * mule/mule-coding.el (iso-8859-1): + * mule/latin.el (iso-8859-2): + * mule/latin.el (iso-8859-3): + * mule/latin.el (iso-8859-4): + * mule/cyrillic.el (iso-8859-5): + * mule/greek.el (iso-8859-7): + * mule/hebrew.el (iso-8859-8): + * mule/latin.el (iso-8859-9): + * mule/latin.el (iso-8859-15): + * mule/latin.el (iso-8859-16): + Move the various ISO 8859 coding systems away from the ISO 2022 + implementation to a #'make-8-bit-coding-system implementation; + this has the handy side-effect of adressing most of the + unification problems the old implementation had. + + Add aliases for GNU compatibility. + + Still no warning on the imminent corruption of data, though. I'm + working on it. + * mule/greek.el (windows-1253): + Unconditionally provide this coding system. + 2007-12-01 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el (byte-compile-output-file-form):