diff options
| author | Kenichi Handa | 2006-06-19 01:38:58 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-19 01:38:58 +0000 |
| commit | 9ca37324496bb8c50562dca18852dcd12d3c12dc (patch) | |
| tree | 3e0315646464f254c5c73233769f20fb5542f77b /src | |
| parent | a9262bb8a2212a118c89da7da023a15e7f1acac9 (diff) | |
| download | emacs-9ca37324496bb8c50562dca18852dcd12d3c12dc.tar.gz emacs-9ca37324496bb8c50562dca18852dcd12d3c12dc.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index d25e5be3f12..2bfe6eb35f5 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2006-06-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.c (font_parse_fcname): Fix parsing of point-size. | ||
| 4 | (font_unparse_fcname): Produce symbolic names for style | ||
| 5 | properties. | ||
| 6 | (font_list_entities): Handle float size correctly. | ||
| 7 | (font_open_by_name): Prefer `normal' property values if the name | ||
| 8 | doesn't specify them. | ||
| 9 | |||
| 10 | * fontset.c (Finternal_char_font): Use font_get_name, not | ||
| 11 | Ffont_xlfd_name. | ||
| 12 | |||
| 13 | * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for | ||
| 14 | FC_WEIGHT_REGULAR. Exclude FC_SIZE and FC_PIXEL_SIZE from listing | ||
| 15 | pattern. Don't force scalable. | ||
| 16 | |||
| 17 | * xftfont.c (xftfont_open): For generating a name, start from | ||
| 18 | 96-byte buffer. | ||
| 19 | |||
| 1 | 2006-06-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 20 | 2006-06-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 21 | ||
| 3 | * frame.h (x_new_fontset2): Fix prototype. | 22 | * frame.h (x_new_fontset2): Fix prototype. |