aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b950cad7d91..45ee9b4a87a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,30 @@
12001-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
12001-12-06 Richard M. Stallman <rms@gnu.org> 282001-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.