~ubuntu-branches/ubuntu/hardy/pango1.0/hardy-security

« back to all changes in this revision

Viewing changes to pango/pangocairo-win32.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-09-18 23:24:12 UTC
  • mfrom: (1.2.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20070918232412-ror5301oo9qs35x3
Tags: 1.18.2-0ubuntu1
* New upstream version:
  - Require libthai >= 0.1.9 for enabling thai-lang module
  - Misc bug fixes
  - Bugs fixed in this release:
    Bug 474708 – pangocairo leaks memory
    Bug 472891 – Bad consistency check in pango_get_log_attrs
    Bug 302952 – The placement of a diacritic marks for an arabic ligature
           is not correct
    Bug 410152 – testboundaries test fails
* debian/control.in:
  - updated libthai requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  PangoWin32FontMap parent_instance;
40
40
 
41
41
  double dpi;
42
 
 
43
 
  PangoRenderer *renderer;
44
42
};
45
43
 
46
44
GType pango_cairo_win32_font_map_get_type (void) G_GNUC_CONST;