*** empty log message ***
This commit is contained in:
parent
34e6028a41
commit
249e6f764a
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-06-25 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* image.el (image-jpeg-p): Convert DATA to unibyte at first.
|
||||
|
||||
2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2008-06-25 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* 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 <handa@m17n.org>
|
||||
|
||||
* font.c (font_score): Even if the PIXEL_SIZE is the same, check
|
||||
|
|
Loading…
Add table
Reference in a new issue