minor fixes
This commit is contained in:
parent
efa80f2b43
commit
2e82c93b9d
12
CHANGES
12
CHANGES
|
@ -9,7 +9,7 @@ LATEST CHANGES BETWEEN 2.0.1 and 2.0:
|
||||||
|
|
||||||
- the library could not be compiled in debug mode with a very small
|
- the library could not be compiled in debug mode with a very small
|
||||||
number of C compilers whose pre-processors didn't implement the
|
number of C compilers whose pre-processors didn't implement the
|
||||||
"##" directive correctly (i.e. per se the ANSI C specification !!)
|
"##" directive correctly (i.e. per se the ANSI C specification!)
|
||||||
An elegant fix was found.
|
An elegant fix was found.
|
||||||
|
|
||||||
- added support for the free Borland command-line C++ Builder compiler
|
- added support for the free Borland command-line C++ Builder compiler
|
||||||
|
@ -17,7 +17,7 @@ LATEST CHANGES BETWEEN 2.0.1 and 2.0:
|
||||||
generated new warnings with BCC32.
|
generated new warnings with BCC32.
|
||||||
|
|
||||||
- fixed a bug in FT_Outline_Get_BBox when computing the extrema of
|
- fixed a bug in FT_Outline_Get_BBox when computing the extrema of
|
||||||
a conic bezier arc.
|
a conic Bezier arc.
|
||||||
|
|
||||||
- updated the INSTALL file to add IDE compilation.
|
- updated the INSTALL file to add IDE compilation.
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@ LATEST CHANGES BETWEEN 2.0.1 and 2.0:
|
||||||
|
|
||||||
|
|
||||||
Finally, the "standard" scheme for including FreeType headers is now
|
Finally, the "standard" scheme for including FreeType headers is now
|
||||||
gradually changing, but this will be explained in a later release..
|
gradually changing, but this will be explained in a later release
|
||||||
(probably 2.0.2)
|
(probably 2.0.2) ...
|
||||||
|
|
||||||
And very special thanks to Tom Kackvinsky and YAMANO-UCHI Hidetoshi for
|
And very special thanks to Tom Kacvinsky and YAMANO-UCHI Hidetoshi for
|
||||||
their contributions !!
|
their contributions!
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
CHANGES BETWEEN beta8 and 2.0
|
CHANGES BETWEEN beta8 and 2.0
|
||||||
|
|
Loading…
Reference in New Issue