aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-07-17 19:54:38 +0000
committerDave Love2002-07-17 19:54:38 +0000
commit46f4bf30c8cc5a8327f7eb280fae98cc1edca3a5 (patch)
tree1a8264e70228d0424d7a112cbc626303919b2c1d
parenta2a78a17fac7b157ba1316ab18333f2c88319554 (diff)
downloademacs-46f4bf30c8cc5a8327f7eb280fae98cc1edca3a5.tar.gz
emacs-46f4bf30c8cc5a8327f7eb280fae98cc1edca3a5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog21
-rw-r--r--src/ChangeLog2
2 files changed, 23 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b8da060218a..5214dc9a054 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,26 @@
12002-07-17 Dave Love <fx@gnu.org> 12002-07-17 Dave Love <fx@gnu.org>
2 2
3 * international/ucs-tables.el: Optimize tables. Deal with some
4 non-8859 charsets.
5 (ucs-mule-to-mule-unicode): New.
6 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
7 translation.
8 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
9 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
10 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
11 version. Add custom dependencies.
12 (ucs-insert): Check for null from decode-char.
13 (translation-table-for-input, ucs-quail-activate)
14 (ucs-minibuffer-setup, ccl-encode-unicode-font)
15 (ucs-tables-unload-hook): New.
16
17 * international/mule.el (define-translation-hash-table): New.
18 (decode-char): Use utf-8-translation-table-for-decode.
19 (encode-char): Use ucs-mule-to-mule-unicode.
20
21 * international/characters.el: Fix settings of U+2000-U+2027.
22 Remove $,1uf(B.
23
3 * international/mule-cmds.el (locale-language-names): Fix be, add 24 * international/mule-cmds.el (locale-language-names): Fix be, add
4 sr_YU@cyrillic, modify tg. 25 sr_YU@cyrillic, modify tg.
5 (locale-charset-language-names): Put @euro last. 26 (locale-charset-language-names): Put @euro last.
diff --git a/src/ChangeLog b/src/ChangeLog
index cb0c3f9426e..99709b6ffb3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12002-07-17 Dave Love <fx@gnu.org> 12002-07-17 Dave Love <fx@gnu.org>
2 2
3 * intervals.h (text_property_stickiness): Use P_.
4
3 * ccl.c: Remove `emacs' conditionals. 5 * ccl.c: Remove `emacs' conditionals.
4 (ccl_backtrace_table): Fix size spec. 6 (ccl_backtrace_table): Fix size spec.
5 (ccl_driver): Fix type errors. 7 (ccl_driver): Fix type errors.