summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1015
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index ae4c1a1a..0ad49a21 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,5 +1,20 @@
2005-07-22 Owen Taylor <otaylor@redhat.com>
+ * pango/Makefile.a configure.in: Use -export-symbols-regex
+ to control symbol exports, including not exporting the symbols
+ from opentype/.
+
+ * modules/*/Makefile.am: Control symbol exports here as well,
+ simplify using AC_SUBST() of MODULE_LIBTOOL_OPTIONS from configure.in.
+
+ * pango/pangox-fontmap.c (engine_shape_covers): Cut-and-paste
+ engine_shape_covers to avoid using a symbol from libpango.
+
+ * pango/pango-utils.c: Make accidentally exported pango_aliases_ht
+ static.
+
+2005-07-22 Owen Taylor <otaylor@redhat.com>
+
* pango/pango-layout.c: Add some missing statics on functions
added in the recent layout iter patch.