diff options
author | Hans Breuer <hans@breuer.org> | 2001-11-03 11:37:51 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2001-11-03 11:37:51 +0000 |
commit | 29a68a3b824a279f39b274af96244fb9c6665839 (patch) | |
tree | 5ac14cba7d953d9cced6211ca07502998337b155 /ChangeLog.pre-1-0 | |
parent | b851a3c13af7e7cd4750fa7df1f80782415a0c54 (diff) | |
download | pango-29a68a3b824a279f39b274af96244fb9c6665839.tar.gz |
don't bother with module dir recalculation if LIBDIR isn't defined
2001-11-03 Hans Breuer <hans@breuer.org>
* pango/modules.c : don't bother with module dir
recalculation if LIBDIR isn't defined
* pango/pangowin32-fontmap.c : make it compile again
after the g_ascii_* change below. Use EnumFontFamiliesExA
to ensure to use the ascii version, though defining
UNICODE for G_OS_WIN32 will break at other place anyway.
* pango/makefile.msc : use (hopefully temporary) DIRENT_CFLAGS
and DIRENT_LIBS (see #63667)
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 6ec201be..89915519 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,16 @@ +2001-11-03 Hans Breuer <hans@breuer.org> + + * pango/modules.c : don't bother with module dir + recalculation if LIBDIR isn't defined + + * pango/pangowin32-fontmap.c : make it compile again + after the g_ascii_* change below. Use EnumFontFamiliesExA + to ensure to use the ascii version, though defining + UNICODE for G_OS_WIN32 will break at other place anyway. + + * pango/makefile.msc : use (hopefully temporary) DIRENT_CFLAGS + and DIRENT_LIBS (see #63667) + Fri Nov 2 13:56:58 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c: Patch from Alex Larsson to improve |