aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-12-30 01:48:56 +0000
committerKenichi Handa2008-12-30 01:48:56 +0000
commit1ede3eb64ba10005fd1b3fd9d7d5e81561c99c55 (patch)
tree3b4e77ee3982712e3ef64594bad9ca250cb9c3f2 /src/ChangeLog
parent545312c25170f52cab978bcf3fca267896a747d2 (diff)
downloademacs-1ede3eb64ba10005fd1b3fd9d7d5e81561c99c55.tar.gz
emacs-1ede3eb64ba10005fd1b3fd9d7d5e81561c99c55.zip
(copy_text): To convert a non-ASCII char to unibyte,
just get the low 8-bit of the code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e362b323d97..4315a179a2f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12008-12-30 Kenichi Handa <handa@m17n.org> 12008-12-30 Kenichi Handa <handa@m17n.org>
2 2
3 * insdel.c (copy_text): To convert a non-ASCII char to unibyte,
4 just get the low 8-bit of the code.
5
3 * font.c (font_intern_prop): Validate str as multibyte. 6 * font.c (font_intern_prop): Validate str as multibyte.
4 7
52008-12-29 Dan Nicolaescu <dann@ics.uci.edu> 82008-12-29 Dan Nicolaescu <dann@ics.uci.edu>