comparison lisp/ChangeLog @ 4096:1abf84db2c7f

[xemacs-hg @ 2007-08-04 20:00:10 by aidan] Preserve invalid UTF-8, UTF-16 sequences on encoding, decoding.
author aidan
date Sat, 04 Aug 2007 20:00:24 +0000
parents 86f900725eda
children a5e2d0f90f97
comparison
equal deleted inserted replaced
4095:bff7e065cfdc 4096:1abf84db2c7f
1 2007-08-04 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.el:
4 * unicode.el (utf-32):
5 * unicode.el (utf-32-little-endian):
6 Add UTF-32 coding systems.
7
8 * unicode.el (decode-char):
9 Only accept valid Unicode in this function.
10
1 2007-08-02 Mike Sperber <mike@xemacs.org> 11 2007-08-02 Mike Sperber <mike@xemacs.org>
2 12
3 * startup.el (startup-setup-paths): Fix typo in init expression 13 * startup.el (startup-setup-paths): Fix typo in init expression
4 for `emacs-roots'. 14 for `emacs-roots'.
5 15