summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-03-31 12:59:33 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-03-31 12:59:33 +0000
commit4fe8cbff144c0052edd89bd9a77882e8c4682af4 (patch)
tree7d7579f4b93161ba45a3551df785d00dd14837e3 /ChangeLog
parent96c4832db7d4cd7cacef5522caf2eeeb1bad8a23 (diff)
downloadpango-4fe8cbff144c0052edd89bd9a77882e8c4682af4.tar.gz
Bug 334802 – Using plain integer as NULL pointer
2006-03-31 Behdad Esfahbod <behdad@gnome.org> Bug 334802 – Using plain integer as NULL pointer * pango/mapping.c (pango_glyph_string_x_to_index): Fix type assigining trailing instead of *trailing. * pango/pango-layout.c (pango_layout_line_new): Use NULL instead of 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b07e696d..a7d50141 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
+ Bug 334802 – Using plain integer as NULL pointer
+
+ * pango/mapping.c (pango_glyph_string_x_to_index): Fix type assigining
+ trailing instead of *trailing.
+
+ * pango/pango-layout.c (pango_layout_line_new): Use NULL instead of 0.
+
+2006-03-31 Behdad Esfahbod <behdad@gnome.org>
+
Convert pango/opentype to the new project called HarfBuzz.
* pango/opentype/*: Restructured.