diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2007-01-16 Behdad Esfahbod <behdad@gnome.org> + Bug 328585 – Need to know if a layout has unknown glyphs + Patch from LingNing Zhang + + * pango/pango-layout-private.h: + * pango/pango-layout.c (pango_layout_init), (pango_layout_copy), + (pango_layout_get_unknown_glyphs_count), + (pango_layout_clear_lines): + * pango/pango-layout.h: + New public function: + + pango_layout_get_unknown_glyphs_count() + + * pango/pango.def: + * docs/tmpl/layout.sgml: + * docs/pango-sections.txt: + Update. + +2007-01-16 Behdad Esfahbod <behdad@gnome.org> + Part of Bug 326693 – PangoLayouts should be query-able about their effective properties (width / wrapped / ellipsized / etc) |