summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2006-05-15 22:21:17 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-15 22:21:17 +0000
commitfd41169d7f1815f472e9f46e0735be978dbafc43 (patch)
treef00e4e877fd0cd808a3e7e0b31bc09cb0c39e780
parent167377fce2611ac514527572ae621aecc9769bbe (diff)
downloadpango-fd41169d7f1815f472e9f46e0735be978dbafc43.tar.gz
Add some bug links.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e96cfc5..fb23d903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-05-15 Richard Hult <richard@imendio.com>
+ Bug 322374 – Examples does not build on MacOS X
+
* pango/Makefile.am (libpangocairo_1_0_la_LDFLAGS): Add the necessary
frameworks to make this build with -no-undefined.
@@ -15,6 +17,8 @@
2006-05-11 Behdad Esfahbod <behdad@gnome.org>
+ Bug 71033 – make size 0 fonts work
+
* pango/fonts.c (pango_font_description_set_size): Update docs to note
a size value of zero may have been set explicitly.
@@ -40,6 +44,11 @@
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
+ Bug 329483 – hinting hexbox in cairo backend doesn't handle absolute
+ font size
+ Bug 340040 – pangocairo hex box hinting falls apart with PS/PDF
+ backends
+
* configure.in: Require cairo >= 1.1.2. Also pass -no-undefined on all
systems.