~ubuntu-branches/ubuntu/feisty/pango1.0/feisty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-04-10 00:59:24 UTC
  • mfrom: (20.1.23 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410005924-bbuu8vi6fw9f1fn1
Tags: 1.16.2-0ubuntu1
* New upstream version
  - Fixed various bug in the OpenType Layout code
  - Improved documentation
  - Improved ATSUI backend
  - Misc build system fixes
  - Bugs fixed in this release:
    - pangowin32-fontmap.c:using function without prototype
    - Don't create coverage every time it's asked for

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-04-09  Behdad Esfahbod  <behdad@gnome.org>
 
2
 
 
3
        * === Released 1.16.2 ===
 
4
 
 
5
        * configure.in: Version 1.16.2
 
6
 
 
7
        * NEWS: Updated.
 
8
 
 
9
2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
 
10
 
 
11
        * pango/opentype/harfbuzz-gdef.c (_HB_GDEF_Check_Property):
 
12
        * pango/opentype/harfbuzz-gpos.c (HB_Done_GPOS_Table),
 
13
        (Lookup_PairPos):
 
14
        * pango/opentype/harfbuzz-open.c (Get_Class1):
 
15
        Copy fixes from harfbuzz stable branch.  Includes a leak fix,
 
16
        a kerning fix, and an array out-of-bound access fix.
 
17
 
 
18
2007-04-01  Behdad Esfahbod  <behdad@gnome.org>
 
19
 
 
20
        * modules/Makefile.am: Add EXEEXT around to make it build on OS/2
 
21
        Patch from Dave Yeo.
 
22
 
 
23
2007-03-18  Richard Hult  <richard@imendio.com>
 
24
 
 
25
        Bug 419262 - Don't create coverage every time it's asked for
 
26
 
 
27
        * pango/pangoatsui.c: (pango_atsui_font_get_coverage):
 
28
        * pango/pangoatsui-fontmap.c: Pass around a PangoATSUIFace instead of
 
29
        the postscript name string. Move the coverage creation from the font to
 
30
        the face, and get the coverage from the face instead of creating it 
 
31
        every time.
 
32
 
 
33
        * pango/pangocairo-atsui.h:
 
34
        * pango/pangocairo-atsuifont.c: (_pango_cairo_atsui_font_new): Use the
 
35
        face instead of the postscript name.
 
36
 
 
37
        * pango/pangoatsui-private.h:
 
38
        * pango/pangocairo-atsuifontmap.c: Add getters for the postscript name
 
39
        and coverage for the face.
 
40
 
 
41
2007-03-14  Tor Lillqvist  <tml@novell.com>
 
42
 
 
43
        * pango/pangowin32-fontmap.c: Add missing declaration of
 
44
        pango_win32_family_get_type(). (#417946, Ivan Wong)
 
45
 
 
46
2007-03-12  Behdad Esfahbod  <behdad@gnome.org>
 
47
 
 
48
        * docs/pango-sections.txt:
 
49
        * pango/pangowin32-fontmap.c:
 
50
        * pango/pangowin32.c:
 
51
        Add new symbols to docs.
 
52
 
1
53
2007-03-12  Behdad Esfahbod  <behdad@gnome.org>
2
54
 
3
55
        * === Released 1.16.1 ===