comparison lisp/ChangeLog @ 4202:a7c5de5b9880

[xemacs-hg @ 2007-10-02 10:33:04 by aidan] Fix some bugs in the Unicode error sequence Lisp API.
author aidan
date Tue, 02 Oct 2007 10:33:05 +0000
parents 6e9bd19ec103
children 579f03038f61
comparison
equal deleted inserted replaced
4201:6e9bd19ec103 4202:a7c5de5b9880
1 2007-09-09 Aidan Kehoe <kehoea@parhasard.net>
2
3 * unicode.el (unicode-error-default-translation-table):
4 New. A char table mapping from Unicode error octets (as
5 represented in XEmacs) to ASCII, Control-1 and latin-iso8859-1.
6
7 * unicode.el (unicode-error-sequence-regexp-range):
8 Correct it, add a build-time check that it matches every possible
9 error octet.
10
11 * unicode.el (frob-unicode-errors-region) New.
12 Apply a supplied function to each set of error sequences in a
13 region.
14 * unicode.el (unicode-error-translate-region) New.
15 Translate the error octets in a region to the corresponding
16 ASCII, control-1 and latin-1 characters.
17
1 2007-10-02 Didier Verna <didier@xemacs.org> 18 2007-10-02 Didier Verna <didier@xemacs.org>
2 19
3 * objects.el (make-face-boolean-specifier): Fix docstring, really 20 * objects.el (make-face-boolean-specifier): Fix docstring, really
4 make a face-boolean specifier (not a color one). 21 make a face-boolean specifier (not a color one).
5 22