diff options
author | Manish Singh <yosh@gimp.org> | 2001-11-24 21:34:58 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2001-11-24 21:34:58 +0000 |
commit | 05ab07e19ac7ee4caedf9a4d4db762921ccf5f35 (patch) | |
tree | bf9639247a037c47b9fc9d2b0e8cdd30431b2ecb /ChangeLog.pre-1-0 | |
parent | 54d0b867ef0291528b49472ee397e80785df6f4f (diff) | |
download | pango-05ab07e19ac7ee4caedf9a4d4db762921ccf5f35.tar.gz |
acconfig.h support for --with-xftconfig-dir= path to system XftConfig file
2001-11-24 Manish Singh <yosh@gimp.org>
* acconfig.h
* configure.in: support for --with-xftconfig-dir= path to system
XftConfig file
* pango/pango-utils.c
* pango/pangox.c: include "config.h", not <config.h>
* pango/pangoxft-fontmap.c: this file is pangoxft-fontmap.c, not
pangoxft-fontmap.h :)
* pango/mini-xft/minixftint.h
* pango/mini-xft/minixftinit.c: add code for searching common
locations for the XftConfig file. We search MINI_XFTCONFIG_DIR
if configure defines it for us (as above), then $sysconfdir,
then (only on !_WIN32) /etc/X11 and /usr/X11R6/lib/X11.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index c6398cc4..92a7b132 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,22 @@ +2001-11-24 Manish Singh <yosh@gimp.org> + + * acconfig.h + * configure.in: support for --with-xftconfig-dir= path to system + XftConfig file + + * pango/pango-utils.c + * pango/pangox.c: include "config.h", not <config.h> + + * pango/pangoxft-fontmap.c: this file is pangoxft-fontmap.c, not + pangoxft-fontmap.h :) + + * pango/mini-xft/minixftint.h + * pango/mini-xft/minixftinit.c: add code for searching common + locations for the XftConfig file. We search MINI_XFTCONFIG_DIR + if configure defines it for us (as above), then $sysconfdir, + then (only on !_WIN32) /etc/X11 and /usr/X11R6/lib/X11. + + Sat Nov 24 13:44:21 2001 Kristian Rietveld <kristian@planet.nl> * pango/pango-fontmap.c (pango_font_map_real_load_fontset): |