summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-25 16:40:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-25 16:40:45 +0000
commit80fb60e0c5e19de379941f85a4f361455459d818 (patch)
tree163128d5e335a3c26fef64f845cf80157f201238 /ChangeLog.pre-1-0
parent1bdcb77e1032c4b02f4838752b0ed64ef11036c9 (diff)
downloadpango-ff05e3769ceae777ec6f053a9059ecbeaaa78ac2.tar.gz
Version 0.20PANGO_0_20
Tue Sep 25 11:54:03 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.20 * NEWS: Updated * configure.in (GLIB_REQUIRED_VERSION): Require GLib 1.3.9 * examples/Makefile.am (EXTRA_DIST): Add the viewer-qt in case someone (say Tim) makes dist without qt installed. (reported by Tony Graham) * examples/Makefile.am (pango.modules): Don't use grep -q (reported by Tony Graham) * docs/pango-sections.txt: Fix small typo.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r--ChangeLog.pre-1-029
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index d8fbf30a..bd0be075 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,32 @@
+Tue Sep 25 11:54:03 2001 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 0.20
+
+ * NEWS: Updated
+
+ * configure.in (GLIB_REQUIRED_VERSION): Require GLib 1.3.9
+
+ * examples/Makefile.am (EXTRA_DIST): Add the viewer-qt
+ in case someone (say Tim) makes dist without qt installed.
+ (reported by Tony Graham)
+
+ * examples/Makefile.am (pango.modules): Don't use
+ grep -q (reported by Tony Graham)
+
+ * docs/pango-sections.txt: Fix small typo.
+
+Tue Sep 25 11:18:24 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/fonts.c (pango_font_description_unset_fields): Change
+ things so that when you unset fields, the old values are
+ kept around persistantly. I don't like this much, but it
+ makes some hacks using PangoFontDescription easier. (In
+ particular, with GtkCellRendererText, being able to
+ toggle on-and-off a setting with a boolean.)
+
+ * pango/{pangoft2-fontmap.c, pangowin32-fontmap.c, pangox-fontmap.c}:
+ Fix for changed signature of g_ascii_strup/strdown.
+
Mon Sep 24 19:18:48 2001 Owen Taylor <otaylor@redhat.com>
Patch from Alex Larsson