aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2001-02-15 13:10:38 +0000
committerKenichi Handa2001-02-15 13:10:38 +0000
commit0fc71a7725067b60f46e9971c34cfccfefd84cea (patch)
treeaca64563f34d911a32e548a198ba2ae25b7c6b2a /src/ChangeLog
parent2a55cd3a1385b730d7d348de9cdde5c007ebfa9b (diff)
downloademacs-0fc71a7725067b60f46e9971c34cfccfefd84cea.tar.gz
emacs-0fc71a7725067b60f46e9971c34cfccfefd84cea.zip
(ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
invalid mulitbyte sequence, treat *SRC as a character of eight-bit-graphic.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e004696d3c0..c5cd6b41628 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-02-15 Kenichi Handa <handa@etl.go.jp>
2
3 * ccl.c (ccl_driver) [CCL_ReadMultibyteChar2]: If SRC points an
4 invalid multibyte sequence, treat *SRC as a character of
5 eight-bit-graphic.
6
12001-02-15 Eli Zaretskii <eliz@is.elta.co.il> 72001-02-15 Eli Zaretskii <eliz@is.elta.co.il>
2 8
3 * textprop.c (Fset_text_properties): Doc fix. 9 * textprop.c (Fset_text_properties): Doc fix.