comparison src/ChangeLog @ 35657:8a7af5dd51d4

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Sun, 28 Jan 2001 01:11:38 +0000
parents 15b0b31760c7
children b9366f467430
comparison
equal deleted inserted replaced
35656:b888489f907e 35657:8a7af5dd51d4
1 2001-01-28 Kenichi Handa <handa@etl.go.jp>
2
3 * fontset.c (font_family_registry): Even if FONTNAME conform to
4 XLFD, if it specifies other fields than family and registry,
5 return FONTANME. New argument FORCE if nonzero cancel that
6 feature.
7 (fontset_font_pattern): Call font_family_registry with FORCE 1 for
8 a signle byte character. Don't set FAMILY part to nil here. It
9 is handled by the caller choose_face_font.
10 (Fnew_fontset): Call font_family_registry with FORCE 0.
11 (Fset_fontset_font): Likewise.
12
1 2001-01-27 Gerd Moellmann <gerd@gnu.org> 13 2001-01-27 Gerd Moellmann <gerd@gnu.org>
2 14
3 * xdisp.c (display_line): Don't treat a newline as fitting 15 * xdisp.c (display_line): Don't treat a newline as fitting
4 on the line. 16 on the line.
5 17