summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-04 08:19:19 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-04 08:19:19 +0000
commit8462bd8cbfa15641147781889820b6e9b1ce1fb3 (patch)
treef1412433c563dd699de4d81a74fafaf4d6e8b41d /ChangeLog
parent1d51ac4cbf268c2c92829c640de3737f56821b39 (diff)
downloadpango-8462bd8cbfa15641147781889820b6e9b1ce1fb3.tar.gz
Add pangocairo-atsui.h and pangoatsui-private.h.
2006-01-04 Behdad Esfahbod <behdad@gnome.org> * docs/Makefile.am (IGNORE_HFILES): Add pangocairo-atsui.h and pangoatsui-private.h. * docs/pango-sections.txt: Add pango_matrix_get_font_scale_factor and pango_layout_index_to_line_x that were missing. * docs/tmpl/glyphs.sgml: Add pango_matrix_get_font_scale_factor where other pango_matrix functions reside. * docs/tmpl/layout.sgml: Add pango_layout_index_to_line_x.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 906accb7..e8f771b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-01-04 Behdad Esfahbod <behdad@gnome.org>
+ * docs/Makefile.am (IGNORE_HFILES): Add pangocairo-atsui.h and
+ pangoatsui-private.h.
+
+ * docs/pango-sections.txt: Add pango_matrix_get_font_scale_factor and
+ pango_layout_index_to_line_x that were missing.
+
+ * docs/tmpl/glyphs.sgml: Add pango_matrix_get_font_scale_factor where
+ other pango_matrix functions reside.
+
+ * docs/tmpl/layout.sgml: Add pango_layout_index_to_line_x.
+
+2006-01-04 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pango-context.c: Use g_slice for ShaperFontElement
allocation. (bug #325728, Matthias Clasen)