Commit 23b79db70b657849731eb789c18f802d29080a7c

henry 2003-04-12T01:57:23

Fix in FTGLTextureFont

diff --git a/HISTORY.txt b/HISTORY.txt
index a909714..d683f05 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,5 +1,9 @@
-FTGL 2.03 (FTGL_2_0_3)
+FTGL 2.04 (FTGL_2_0_4)
+12 April 2003
+    - Fixed resize behavior in FTGLTextureFont.
+    
 9 April 2003
+    2.03 (FTGL_2_0_3)
     - Fix in FTContour to handle broken contours.
     
 3 April 2003
diff --git a/README.txt b/README.txt
index 62f2d5e..1e03d5b 100755
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,5 @@
-FTGL 2.03
-9 April 2003
-
+FTGL 2.04
+12 April 2003
 
 DESCRIPTION:
 
diff --git a/TODO.txt b/TODO.txt
index 4daf309..b072545 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
-FTGL 2.02
-3 April 2003
+FTGL 2.04
+12 April 2003
 
 TODO:
     
@@ -20,7 +20,6 @@ FUTURE:
       the length of the curve. But then you should also test the angle
       of the tangents as well.
       Jed's new bezier stuff.
-    - Guard classes - vectoriser
     - Template methods
     - Move the init code out of the glyph constructors into an init
       function so that they can return errors.