aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-04-17 02:15:17 +0000
committerKenichi Handa2009-04-17 02:15:17 +0000
commitbde257485d124123a1e1c344990fccf765abc898 (patch)
tree56234c11f024c4288eda614ef32bf636539eaf14 /src/ChangeLog
parentb50504f5359babca1c2b87311bbe6c1f52b35826 (diff)
downloademacs-bde257485d124123a1e1c344990fccf765abc898.tar.gz
emacs-bde257485d124123a1e1c344990fccf765abc898.zip
(Ftranslate_region_internal): Use Fconcat to make a
string from a vector to handle Latin-1 characters correctly.
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 1a26bae8db2..8501f230fe5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12009-04-17 Kenichi Handa <handa@m17n.org> 12009-04-17 Kenichi Handa <handa@m17n.org>
2 2
3 * editfns.c (Ftranslate_region_internal): Use Fconcat to make a
4 string from a vector to handle Latin-1 characters correctly.
5
3 * ftfont.c (ftfont_pattern_entity): Return a newly allocated 6 * ftfont.c (ftfont_pattern_entity): Return a newly allocated
4 entity even if the cache hits. 7 entity even if the cache hits.
5 8