From 249e6f764ac94156f869193c2bcc6cb17243d86a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 25 Jun 2008 04:58:14 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 11 +++++++++++ 2 files changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37e2e563aa6..beb1f727bfb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-25 Kenichi Handa + + * image.el (image-jpeg-p): Convert DATA to unibyte at first. + 2008-06-25 Dan Nicolaescu * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from diff --git a/src/ChangeLog b/src/ChangeLog index b649664957d..318f378e209 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2008-06-25 Kenichi Handa + + * lisp.h (Fstring_to_unibyte): EXFUN it. + + * character.h: (str_to_unibyte): Extern it. + + * character.c (str_to_unibyte): New function. + + * fns.c (Fstring_to_unibyte): New function. + (syms_of_fns): Defsubr it. + 2008-06-24 Kenichi Handa * font.c (font_score): Even if the PIXEL_SIZE is the same, check -- 2.39.5