diff options
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 | ||