Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4303:cee827542370
[xemacs-hg @ 2007-12-04 20:18:33 by aidan]
Implement coding system autoloads; use them for the variable-length ISO 2022
Latin coding systems.
author | aidan |
---|---|
date | Tue, 04 Dec 2007 20:18:43 +0000 |
parents | f4c3ffe60a4f |
children | 4ac3a83867c6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 03 22:51:15 2007 +0000 +++ b/lisp/ChangeLog Tue Dec 04 20:18:43 2007 +0000 @@ -1,3 +1,16 @@ +2007-12-04 Aidan Kehoe <kehoea@parhasard.net> + + * mule/iso-with-esc.el: + * mule/iso-with-esc.el ('iso-latin-1-with-esc): New. + Provide the variable-length rarely-used ISO 2022 compatible coding + systems for Latin (that is, iso-8859-[1-16]) again, to address + Stephen's veto. + +2007-12-04 Aidan Kehoe <kehoea@parhasard.net> + + * autoload.el (make-autoload): + Support auto-autoloads for coding systems. + 2007-12-01 Aidan Kehoe <kehoea@parhasard.net> * mule/mule-coding.el (iso-8859-1):