Mercurial > emacs
comparison src/ChangeLog @ 106558:3d091f151696
xftfont.c: Parse symbolic names for constants also.
(QClcdfilter): New variable.
(xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER.
(syms_of_xftfont): Initialize QClcdfilter.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 13 Dec 2009 13:16:17 +0000 |
parents | 1848c5befea3 |
children | bac7488df503 |
comparison
equal
deleted
inserted
replaced
106557:e60ede6c3be3 | 106558:3d091f151696 |
---|---|
1 2009-12-13 Jan Djärv <jan.h.d@swipnet.se> | |
2 | |
3 * xftfont.c (QClcdfilter): New variable. | |
4 (xftfont_open): Parse constant names for RGBA, HINT_STYLE and LCDFILTER. | |
5 (syms_of_xftfont): Initialize QClcdfilter. | |
6 | |
1 2009-12-12 Jan Djärv <jan.h.d@swipnet.se> | 7 2009-12-12 Jan Djärv <jan.h.d@swipnet.se> |
2 | 8 |
3 * xsettings.c (struct xsettings): Add member seen. | 9 * xsettings.c (struct xsettings): Add member seen. |
4 (parse_xft_settings): Update member seen with what we have read. | 10 (parse_xft_settings): Update member seen with what we have read. |
5 Return non-zero if Xft-settings have been parsed, 0 otherwise. | 11 Return non-zero if Xft-settings have been parsed, 0 otherwise. |