aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2008-06-25 04:58:14 +0000
committerKenichi Handa2008-06-25 04:58:14 +0000
commit249e6f764ac94156f869193c2bcc6cb17243d86a (patch)
tree688e6a62d6d3a555e1539397d19d0f1e47d8d297 /src
parent34e6028a410937e80cb8c4b00668714868da3705 (diff)
downloademacs-249e6f764ac94156f869193c2bcc6cb17243d86a.tar.gz
emacs-249e6f764ac94156f869193c2bcc6cb17243d86a.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog11
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 @@
12008-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
12008-06-24 Kenichi Handa <handa@m17n.org> 122008-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