comparison 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
comparison
equal deleted inserted replaced
4298:27150c937a22 4299:f4c3ffe60a4f
1 2007-12-01 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/mule-coding.el (iso-8859-1):
4 * mule/latin.el (iso-8859-2):
5 * mule/latin.el (iso-8859-3):
6 * mule/latin.el (iso-8859-4):
7 * mule/cyrillic.el (iso-8859-5):
8 * mule/greek.el (iso-8859-7):
9 * mule/hebrew.el (iso-8859-8):
10 * mule/latin.el (iso-8859-9):
11 * mule/latin.el (iso-8859-15):
12 * mule/latin.el (iso-8859-16):
13 Move the various ISO 8859 coding systems away from the ISO 2022
14 implementation to a #'make-8-bit-coding-system implementation;
15 this has the handy side-effect of adressing most of the
16 unification problems the old implementation had.
17
18 Add aliases for GNU compatibility.
19
20 Still no warning on the imminent corruption of data, though. I'm
21 working on it.
22 * mule/greek.el (windows-1253):
23 Unconditionally provide this coding system.
24
1 2007-12-01 Aidan Kehoe <kehoea@parhasard.net> 25 2007-12-01 Aidan Kehoe <kehoea@parhasard.net>
2 26
3 * bytecomp.el (byte-compile-output-file-form): 27 * bytecomp.el (byte-compile-output-file-form):
4 Bind print-gensym to a cons, to tell the Lisp printer not to clear 28 Bind print-gensym to a cons, to tell the Lisp printer not to clear
5 print-gensym-alist on exit from #'print. This is appropriate 29 print-gensym-alist on exit from #'print. This is appropriate