Commit 25c4853c798be90298d1beb57a32853f935a78b6

henry 2002-12-17T20:02:56

Note about include directory

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/HISTORY.txt b/HISTORY.txt
index 6336e6f..ce4390f 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -13,7 +13,7 @@ FTGL 2.0 (FTGL_2_0_0)
       no way to handle Close correctly and Open is redundant.
     - Improved the robustness of some of the error handling.
     - Removed the FTCharmap Platform/Encoding function.
-    - Unit tests.
+    - Added unit tests.
     - Removed the precache flag.
     - Unvirtualised functions in FTLibrary and FTGlyphContainer.
     - Fixed empty string bug in FTFont::BBox.
@@ -27,6 +27,7 @@ FTGL 2.0 (FTGL_2_0_0)
     - Refactored FTGlyph. Now calculates advance (as a float) and bbox.
     - Changed contourList from FTVector to an array in FTVectoriser.
     - Made function and member names more consistant.
+    - Moved header files to include directory.
 
 October 23 2002
 FTGL 1.4 (FTGL_1_4)