mirror of https://github.com/freetype/freetype
* docs/CHANGES: Updated.
This commit is contained in:
parent
d9577add64
commit
bd63334ee7
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,7 @@
|
|||
2012-02-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
||||
2012-02-26 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[type1] Fix Savannah bug #35608.
|
||||
|
@ -238,9 +242,9 @@
|
|||
|
||||
2012-01-16 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[autofit] Fix the inclusion of "aflatin2.h" in PIC file.
|
||||
[autofit] Fix the inclusion of `aflatin2.h' in PIC file.
|
||||
|
||||
* src/autofit/afpic.c: Include "aflatin2.h" when
|
||||
* src/autofit/afpic.c: Include `aflatin2.h' when
|
||||
FT_OPTION_AUTOFIT2 is defined, as afglobal.c does so.
|
||||
Unconditionally inclusion causes declared but unimplemented
|
||||
warning by GCC 4.6.
|
||||
|
@ -338,8 +342,8 @@
|
|||
|
||||
2012-01-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
Make PIC files to include module error headers, to use the
|
||||
error codes with per-module prefix.
|
||||
Make PIC files include module error headers, to use the error codes
|
||||
with per-module prefix.
|
||||
|
||||
* src/autofit/afpic.c: Include `aferrors.h'.
|
||||
* src/cff/cffpic.c: Include `cfferrs.h'.
|
||||
|
|
20
docs/CHANGES
20
docs/CHANGES
|
@ -1,4 +1,22 @@
|
|||
|
||||
CHANGES BETWEEN 2.4.8 and 2.4.9
|
||||
|
||||
I. MISCELLANEOUS
|
||||
|
||||
- The `ENCODING -1 <n>' format of BDF fonts is now supported.
|
||||
|
||||
- For BDF fonts, support for the whole Unicode encoding range has
|
||||
been added.
|
||||
|
||||
- Better TTF support for x_ppem != y_ppem.
|
||||
|
||||
- `FT_Get_Advances' sometimes returned bogus values.
|
||||
|
||||
- Another round of fixes to better handle invalid fonts.
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
CHANGES BETWEEN 2.4.7 and 2.4.8
|
||||
|
||||
I. IMPORTANT BUG FIXES
|
||||
|
@ -3601,7 +3619,7 @@ Extensions support:
|
|||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
Copyright 2000-2011 by
|
||||
Copyright 2000-2012 by
|
||||
David Turner, Robert Wilhelm, and Werner Lemberg.
|
||||
|
||||
This file is part of the FreeType project, and may only be used,
|
||||
|
|
Loading…
Reference in New Issue