diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b649664957d..318f378e209 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-06-25 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * lisp.h (Fstring_to_unibyte): EXFUN it. | ||
| 4 | |||
| 5 | * character.h: (str_to_unibyte): Extern it. | ||
| 6 | |||
| 7 | * character.c (str_to_unibyte): New function. | ||
| 8 | |||
| 9 | * fns.c (Fstring_to_unibyte): New function. | ||
| 10 | (syms_of_fns): Defsubr it. | ||
| 11 | |||
| 1 | 2008-06-24 Kenichi Handa <handa@m17n.org> | 12 | 2008-06-24 Kenichi Handa <handa@m17n.org> |
| 2 | 13 | ||
| 3 | * font.c (font_score): Even if the PIXEL_SIZE is the same, check | 14 | * font.c (font_score): Even if the PIXEL_SIZE is the same, check |