comparison lisp/ChangeLog @ 3681:3131094eed8c

[xemacs-hg @ 2006-11-15 21:39:51 by aidan] Move charsets-in-region to C.
author aidan
date Wed, 15 Nov 2006 21:40:02 +0000
parents 4c8ad140bcec
children 3b847cba6d71
comparison
equal deleted inserted replaced
3680:efca49973324 3681:3131094eed8c
1 2006-11-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/mule-charset.el:
4 * mule/mule-charset.el (charsets-in-string):
5 Implement it in terms of charsets-in-region.
6 * mule/mule-charset.el (charsets-in-region): Removed. It's now in
7 C.
8
1 2006-11-07 Aidan Kehoe <kehoea@parhasard.net> 9 2006-11-07 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * unicode.el: 11 * unicode.el:
4 Re-introduce ccl-encode-to-ucs-2; it's still being used by the 12 Re-introduce ccl-encode-to-ucs-2; it's still being used by the
5 JIT-UCS charsets, despite what I thought. Thank you Ilya. 13 JIT-UCS charsets, despite what I thought. Thank you Ilya.