Mercurial > emacs
comparison src/ChangeLog @ 35914:4a621cad727b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 05 Feb 2001 20:01:01 +0000 |
parents | 3fac267ebbba |
children | 7e90690a5761 |
comparison
equal
deleted
inserted
replaced
35913:d3591f4747d7 | 35914:4a621cad727b |
---|---|
1 2001-02-05 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * xfaces.c (split_font_name): Compute numeric value of | |
4 XLFD_AVGWIDTH. | |
5 (LFACE_AVGWIDTH): New macro. | |
6 (LFACEP): Use AREF. | |
7 (check_lface_attrs): Check LFACE_AVGWIDTH. | |
8 (lface_fully_specified_p): Don't check LFACE_AVGWIDTH. | |
9 (set_lface_from_font_name): Set LFACE_AVGWIDTH. | |
10 (merge_face_vectors): Check LFACE_AVGWIDTH. | |
11 (Finternal_make_lisp_face): Use AREF. | |
12 (xm_set_menu_resources_from_menu_face) | |
13 (xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH. | |
14 (Finternal_lisp_face_empty_p): Use AREF. | |
15 (lface_same_font_attributes_p): Compare LFACE_AVGWIDTH. | |
16 (better_font_p, exact_face_match_p): Add parameter AVGWIDTH. | |
17 Compare average widths.. | |
18 (best_matching_font): Arrange for comparing average widths. | |
19 | |
20 * dispextern.h (enum lface_attribute_index): Add | |
21 LFACE_AVGWIDTH_INDEX (invisible from Lisp). | |
22 | |
1 2001-02-05 Dave Love <fx@gnu.org> | 23 2001-02-05 Dave Love <fx@gnu.org> |
2 | 24 |
3 * puresize.h: Revert last change following loadup.el change. | 25 * puresize.h: Revert last change following loadup.el change. |
4 | 26 |
5 2001-02-05 Andrew Innes <andrewi@gnu.org> | 27 2001-02-05 Andrew Innes <andrewi@gnu.org> |