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

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier
  • Date: 2007-12-18 21:11:37 UTC
  • mfrom: (1.2.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218211137-0ibmwreimvxf3cp1
Tags: 1.19.2-1ubuntu1
* Sync with Debian; Ubuntu changes are:
  - Add patch 30_anymetrics, turns on FC_ANY_METRICS whenever looking up
    fonts with fontconfig; lets fontconfig's configuration know that we
    don't care about getting a font with exactly the same shape as the
    family we asked for and fixes (eg) a firefox vs. evince font metrics
    ugliness issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Overview of changes between 1.19.1 and 1.19.2
 
2
==============================================
 
3
- Render a crossed box for each invalid input byte to pango_layout_set_text().
 
4
  Previously we rendered an ASCII question mark instead.  The crossed box has
 
5
  a glyph of value of PANGO_GLYPH_INVALID_INPUT.
 
6
- Use pkg-config to detect cairo features [Benjamin Otte]
 
7
- Improved docs.  Particularly, examples/cairo*.c have inline docs now.
 
8
- New public macro:
 
9
 
 
10
        PANGO_GLYPH_INVALID_INPUT
 
11
 
 
12
- Bugs fixed in this release:
 
13
        Bug 502926 – pango-1.16.4 configure bug: can fail to accept cairo
 
14
        Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int()
 
15
        Bug 478914 – Use something invalid instead of '?' when validating
 
16
                input text
 
17
        Bug 501938 – Arabic shaping broken with vertical layout with
 
18
                vertical-hint=line
 
19
        Bug 501575 – Compile errors
 
20
                Patch from Jens Granseuer
 
21
 
1
22
Overview of changes between 1.19.0 and 1.19.1
2
23
==============================================
3
24
- Various cleanup in the HarfBuzz code and merging with upstream/Qt changes.