comparison lisp/ChangeLog @ 41876:090ae4bf745e

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 07 Dec 2001 14:49:08 +0000
parents 666875256d75
children 983cbc381841
comparison
equal deleted inserted replaced
41875:e31b7be17ab2 41876:090ae4bf745e
1 2001-12-07 Dave Love <fx@gnu.org>
2
3 * language/european.el (diacritic-composition-pattern): New constant.
4 (diacritic-compose-region, diacritic-compose-string)
5 (diacritic-compose-buffer, diacritic-post-read-conversion)
6 (diacritic-composition-function): New functions.
7
8 * international/utf-8.el (ucs-mule-to-mule-unicode): New
9 translation table.
10 (ccl-encode-mule-utf-8): Use it.
11 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
12 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New
13 function.
14 (utf-8-subst-table): New variable.
15 (utf-8-compose-scripts): New option.
16 (mule-utf-8): Update safe-charsets, pre-write and post-read
17 conversion.
18
19 * international/ucs-tables.el, international/utf-8-subst.el: New
20 file.
21
22 * international/characters.el: Don't set word syntax (the default)
23 explicitly. Add a diacritic category. Add info for Unicode
24 equivalents of characters in various Mule charsets and for extra
25 Unicode characters. Don't define specific categories for
26 Indian/Devanagari, since they aren't used.
27
1 2001-12-06 Richard M. Stallman <rms@gnu.org> 28 2001-12-06 Richard M. Stallman <rms@gnu.org>
2 29
3 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE. 30 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
4 (set-justification-left, set-justification-right): Doc fix. 31 (set-justification-left, set-justification-right): Doc fix.
5 32