Mercurial > hg > xemacs-beta
comparison ChangeLog @ 4328:dfd878799ef0
Autoconfiscate the recent fontconfig spelling change.
ChangeLog addition:
2007-12-12 Aidan Kehoe <kehoea@parhasard.net>
* configure.ac :
Check for FcConfigGetRescanInterval, FcConfigSetRescanInterval.
* configure :
Rebuild.
src/ChangeLog additon:
2007-12-12 Aidan Kehoe <kehoea@parhasard.net>
* config.h.in:
Make the results of the checks for
FcConfigGetRescanInterval, FcConfigSetRescanInterval
available.
* font-mgr.h:
If FcConfigSetRescanInterval and FcConfigGetRescanInterval are not
available as functions, #define them to map to their old
misspelled names.
* font-mgr.c (Ffc_config_get_rescan_interval):
* font-mgr.c (Ffc_config_set_rescan_interval):
Use the correct spelling in
FcConfigGetRescanInterval, FcConfigSetRescanInterval
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 14 Dec 2007 14:25:04 +0100 |
parents | 80b3f12490a3 |
children | 528c4d906843 |
comparison
equal
deleted
inserted
replaced
4327:466ad8ad5f13 | 4328:dfd878799ef0 |
---|---|
1 2007-12-12 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * configure.ac : | |
4 Check for FcConfigGetRescanInterval, FcConfigSetRescanInterval. | |
5 * configure : | |
6 Rebuild. | |
7 | |
1 2007-08-27 Mike Sperber <mike@xemacs.org> | 8 2007-08-27 Mike Sperber <mike@xemacs.org> |
2 | 9 |
3 * configure.ac: Try to use pkg-config for finding Xft includes and | 10 * configure.ac: Try to use pkg-config for finding Xft includes and |
4 libraries. If that fails, search also in /usr/local. | 11 libraries. If that fails, search also in /usr/local. |
5 | 12 |