Commit 4742efb1f9f85a338e45c06feccc74bf0d0c8d75

henry 2001-10-25T21:39:54

Updated for 1.01

diff --git a/HISTORY.txt b/HISTORY.txt
index 71e53ce..077be2d 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,9 +1,17 @@
-FTGL 1.0
+FTGL 1.01
+October 26 2001
+	1.01 (FTGL_1_0_1)
+	- Removed the glEnable( GL_TEXTURE_2D) from FTGLTextureFont
+	- Removed the redundant tempGlyph members in the FTGLXXXXFont classes
+	- Made a change in FTGL.h to include correct headers for MAC OSX
+	- FTGL.h now includes glu.h
+	- Minor fixes to get rid of Project Builder warnings (MAC OSX)
+	- Fixed some of the docs
+
 October 24 2001
 	1.0 (FTGL_1_0_0)
 	- Version 1.0 release
 
-
 September 29 2001
 	1.0b7 (FTGL_1_0_BETA_7)
 	- Tesselation winding rules
@@ -14,7 +22,6 @@ September 29 2001
 	- Minor changes for windows (VC 6)
 	- Windows and Linux ports.
 
-
 September 20 2001
 	1.0b6 (FTGL_1_0_BETA_6)
 	- Implemented the new FTCharmap class. The performance improvement
@@ -70,7 +77,7 @@ August 8 2001
 	- Moved pixel store stuff out of BitmapGlyph into BitmapFont.
 	- Minor changes for IRIX (compiles but isn't tested)
 	- Pixmap fonts can now be in colour. It uses the current colour when the
-	  font is CREATED. This isn't ideal but is better then the alternatives.
+	  font is CREATED. This isn't ideal but is better than the alternatives.
 	- Tidied up the error handling.
 	- Minor code clean ups.
 
diff --git a/README.txt b/README.txt
index 104b31e..16f3779 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 1.0
-October 24 2001
+FTGL 1.01
+October 26 2001
 
 DESCRIPTION:
 FTGL library is a cross platform tool to allow OpenGL (www.opengl.org) to
diff --git a/TODO.txt b/TODO.txt
index c242925..4874719 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,11 @@
-FTGL 1.0
-October 24 2001
+FTGL 1.01
+October 26 2001
 
 TODO:
 	- namespace ftgl or gltt?
-	- Distributions MACOS X
+	- Distribution MACOS X
+	- Get rid of the static activeTextureID in FTTextureGlyph. Maybe
+	  replace with glGetIntegerv( GL_TEXTURE_2D_BINDING, activeTextureID);
 	
 FUTURE:
 	- select face ie italic, bold etc
@@ -19,10 +21,9 @@ FUTURE:
 	  outline the polyfonts with lines to get better looking glyphs.
 	- Improve the grid fitting scheme in texture fonts.
 	- Multiple Masters
-	- Helper classes...
-	  - String Cache
-	  - Provide an interface to access the point data for outlines and
-	    polygon meshes.
+	- String Cache or string chunks
+	- Provide an interface to access the point data for outlines and
+	  polygon meshes.
 
 
 BUGS: