Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Oct 02 07:54:08 2007 +0000 +++ b/lisp/ChangeLog Tue Oct 02 10:33:05 2007 +0000 @@ -1,3 +1,20 @@ +2007-09-09 Aidan Kehoe <kehoea@parhasard.net> + + * unicode.el (unicode-error-default-translation-table): + New. A char table mapping from Unicode error octets (as + represented in XEmacs) to ASCII, Control-1 and latin-iso8859-1. + + * unicode.el (unicode-error-sequence-regexp-range): + Correct it, add a build-time check that it matches every possible + error octet. + + * unicode.el (frob-unicode-errors-region) New. + Apply a supplied function to each set of error sequences in a + region. + * unicode.el (unicode-error-translate-region) New. + Translate the error octets in a region to the corresponding + ASCII, control-1 and latin-1 characters. + 2007-10-02 Didier Verna <didier@xemacs.org> * objects.el (make-face-boolean-specifier): Fix docstring, really