summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r--ChangeLog.pre-1-019
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index 4aba9959..b2bb6400 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,22 @@
+Fri Mar 1 00:46:49 2002 Owen Taylor <otaylor@redhat.com>
+
+ * configure: Default to --disable-static.
+
+ * configure.in pangoft2.pc.in pangoxft2.pc.in pangox.pc.in:
+ Add a --enable-explicit-deps option to control whether dependency
+ libraries are written into .la files and .pc files.
+ Default is auto: if static libraries are off
+ and shlib dependencies are found, don't write deps.
+
+ * pango/Makefile.am sanitize-la.sh: Shell script used
+ to strip dependencies out of .la files.
+
+ * configure.in: Default to --disable-gtk-doc.
+
+ * Makefile.am: Add a slightly modified distcheck rule
+ that passes --enable-gtk-doc to the configure inside.
+ (So that 'make dist' succeeds inside.)
+
Fri Mar 1 14:37:47 2002 Owen Taylor <otaylor@redhat.com>
* pango/pangoxft-font.c (pango_xft_font_get_glyph_extents):