summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2001-01-03 10:45:12 +0000
committerAlexander Larsson <alexl@src.gnome.org>2001-01-03 10:45:12 +0000
commitd5b358fe3e5123842533ea445460d8a337eced5d (patch)
treec51bb9232a7933ca280f68737a0c60b4c9b11250 /ChangeLog
parentdc23b8bf572adc64cb57be39fdaf02732e50bb72 (diff)
downloadpango-d5b358fe3e5123842533ea445460d8a337eced5d.tar.gz
Update the default list of included modules for
2001-01-03 Alexander Larsson <alexl@redhat.com> * configure.in: Update the default list of included modules for --with-included-modules=yes to include all new modules. Split INCLUDED_MODULES and module-defs.c into per shaper engine type lists. * modules/arabic/Makefile.am: Build libpango-arabic-xft.la if INCLUDE_ARABIC_XFT. * modules/arabic/arabic-xft.c: Change module prefix to _pango_arabic_xft_ * modules/basic/Makefile.am: Build static libs for all included modules. * modules/basic/basic-ft2.c: Change module prefix to _pango_basic_ft2_ * modules/basic/basic-xft.c: Change module prefix to _pango_basic_xft_ * pango/Makefile.am: Include correct module-defs-XXX in libs. * pango/modules.h: Split _pango_included_modules[] into separate lists. * pango/pangox.c: * pango/pangoft2.c: * pango/pangoxft-fontmap.c: Register built in modules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a35bc5a0..8309c780 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2001-01-03 Alexander Larsson <alexl@redhat.com>
+
+ * configure.in:
+ Update the default list of included modules for
+ --with-included-modules=yes to include all new modules.
+ Split INCLUDED_MODULES and module-defs.c into per shaper
+ engine type lists.
+
+ * modules/arabic/Makefile.am:
+ Build libpango-arabic-xft.la if INCLUDE_ARABIC_XFT.
+
+ * modules/arabic/arabic-xft.c:
+ Change module prefix to _pango_arabic_xft_
+
+ * modules/basic/Makefile.am:
+ Build static libs for all included modules.
+
+ * modules/basic/basic-ft2.c:
+ Change module prefix to _pango_basic_ft2_
+
+ * modules/basic/basic-xft.c:
+ Change module prefix to _pango_basic_xft_
+
+ * pango/Makefile.am:
+ Include correct module-defs-XXX in libs.
+
+ * pango/modules.h:
+ Split _pango_included_modules[] into separate lists.
+
+ * pango/pangox.c:
+ * pango/pangoft2.c:
+ * pango/pangoxft-fontmap.c:
+ Register built in modules.
+
2000-12-22 Alexander Larsson <alla@lysator.liu.se>
* pango/pangoft2.c: