Commit c690d101a5e62cf331f546994489fbcc83335042

henry 2002-12-21T09:08:43

Delete lists

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 ce4390f..5a49338 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -11,6 +11,7 @@ FTGL 2.0 (FTGL_2_0_0)
     - Removed a bunch of redundant members and made them function locals.
     - Removed the Open() & Close() functions from FTFont because there was
       no way to handle Close correctly and Open is redundant.
+    - Removed Open() from FTface.
     - Improved the robustness of some of the error handling.
     - Removed the FTCharmap Platform/Encoding function.
     - Added unit tests.
@@ -28,6 +29,8 @@ FTGL 2.0 (FTGL_2_0_0)
     - Changed contourList from FTVector to an array in FTVectoriser.
     - Made function and member names more consistant.
     - Moved header files to include directory.
+    - Mesh now uses a list for glCombine points.
+    - Delete the display lists.
 
 October 23 2002
 FTGL 1.4 (FTGL_1_4)