Mercurial > emacs
comparison src/ChangeLog.unicode @ 90485:36209537eac9
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 19 Jun 2006 13:02:33 +0000 |
| parents | e507e2cc7f5e |
| children | ef80dfaa8269 |
comparison
equal
deleted
inserted
replaced
| 90484:6f039e9c742f | 90485:36209537eac9 |
|---|---|
| 1 2006-06-19 Kenichi Handa <handa@m17n.org> | |
| 2 | |
| 3 * font.h (QCspacing, QCdpi): Extern them. | |
| 4 (enum font_spacing): New enum. | |
| 5 (FONT_PIXEL_SIZE_QUANTUM): New macro. | |
| 6 | |
| 7 * font.c (POINT_TO_PIXEL): Don't divice POINT by 10. | |
| 8 (QCspacing, QCdpi): New variables. | |
| 9 (syms_of_font): Initialize them. | |
| 10 (font_pixel_size): New function. | |
| 11 (font_put_extra): New function. | |
| 12 (font_parse_xlfd): Fix handling of font size. Add QCdpi property | |
| 13 in FONT_EXTRA. | |
| 14 (font_parse_fcname): Handle enumenrated values (e.g. bold). Fix | |
| 15 handling font size. Add QCname property that contains only | |
| 16 unknown properties. | |
| 17 (font_score): Change argument. Caller changed. Pay attention to | |
| 18 FONT_PIXEL_SIZE_QUANTUM. | |
| 19 (font_sort_entites): Fix handling of font size. | |
| 20 (font_list_entities): Likewise. | |
| 21 (font_find_for_lface): Likewise. | |
| 22 (font_open_for_lface): Likewise. | |
| 23 (font_open_by_name): Likewise. | |
| 24 (Ffont_spec): Add QCname property that contains only unknown | |
| 25 properties. | |
| 26 | |
| 27 * ftfont.c (ftfont_list): Use assq_no_quit, not Fassq. Don't | |
| 28 include weight in listing pattern, instead check weight of each | |
| 29 listed font. Don't include scalable in pattern. Pay attention to | |
| 30 FONT_PIXEL_SIZE_QUANTUM. | |
| 31 | |
| 1 2006-06-19 Kenichi Handa <handa@m17n.org> | 32 2006-06-19 Kenichi Handa <handa@m17n.org> |
| 2 | 33 |
| 3 * lread.c (read_escape): Fix the code synched with HEAD. | 34 * lread.c (read_escape): Fix the code synched with HEAD. |
| 4 | 35 |
| 5 * font.c (font_parse_fcname): Fix parsing of point-size. | 36 * font.c (font_parse_fcname): Fix parsing of point-size. |
