diff options
| author | Kenichi Handa | 2009-04-17 02:15:17 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-04-17 02:15:17 +0000 |
| commit | bde257485d124123a1e1c344990fccf765abc898 (patch) | |
| tree | 56234c11f024c4288eda614ef32bf636539eaf14 /src/ChangeLog | |
| parent | b50504f5359babca1c2b87311bbe6c1f52b35826 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2009-04-17 Kenichi Handa <handa@m17n.org> | 1 | 2009-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 | ||