source: trunk/third/pango/ChangeLog @ 18782

Revision 18782, 1.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18781, which included commits to RCS files with non-trunk default branches.
Line 
1Wed Jan 29 12:47:47 2003  Owen Taylor  <otaylor@redhat.com>
2
3        * === Released 1.2.1 ===
4
5        * Pango-1.2.1, interface age 1
6
7        * NEWS: Updates.
8
92003-01-29  Tor Lillqvist  <tml@iki.fi>
10
11        * pango/pango-coverage.c (pango_coverage_get/set):
12        g_return_if_fail for index >= 0 was the wrong way.
13
14        * pango/pangowin32.c (pango_win32_font_calc_coverage): Break out
15        of loop if char is 0xFFFF. Some fonts have tables terminated like
16        this.
17
18Tue Jan 28 18:20:45 2003  Owen Taylor  <otaylor@redhat.com>
19
20        * pango/pango-coverage.c (pango_coverage_set/get): Fix
21        an off-by-one error when checking if are off the end
22        of the coverage array. (#102284, Morten Welinder.)
23
24        * pango/pango-coverage.c (pango_coverage_get/set): Add
25        g_return_if_fail for index < 0.
26
27Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
28
29        * autogen.sh (have_automake): Fix version in complaint
30        message about automake. (#104366, Rich Burridge)
31
322003-01-20  Sven Neumann  <sven@gimp.org>
33
34        * configure.in: fixed configure output which was wrong in case
35        freetype is available but fontconfig isn't (bug #103917).
36
372003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
38
39        * pango/fonts.c (pango_font_description_from_string): Avoid crash
40        with string such as " 12" (bug #103674)
41
42Fri Jan 10 18:56:36 2003  Owen Taylor  <otaylor@redhat.com>
43
44        * pango/opentype/ftxgdef.c: Export TT_New_GDEF_Table
45        to create an empty GDEF table.
46
47        * pango/opentype/pango-ot-info.c: If the font doesn't
48        have a class definition table, synthesize one using
49        the charmap and the unicode properties of characters
50        in the charmap. (Needed to make things work with various
51        old Arabic fonts, such as the KACST fonts)
Note: See TracBrowser for help on using the repository browser.