Commit 042584a968d87a0b06f8aa6537f8965b3cd01842

David Turner 2000-11-08T00:24:58

changed comments in the cache sub-system sources to indicate that it is now BETA code, instead of ALPHA

diff --git a/include/freetype/cache/ftcchunk.h b/include/freetype/cache/ftcchunk.h
index 9803995..0b256ff 100644
--- a/include/freetype/cache/ftcchunk.h
+++ b/include/freetype/cache/ftcchunk.h
@@ -33,9 +33,7 @@
   /*************************************************************************/
   /*************************************************************************/
   /*********                                                       *********/
-  /*********        WARNING, THIS IS ALPHA CODE, THIS API          *********/
-  /*********    IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE    *********/
-  /*********            FREETYPE DEVELOPMENT TEAM                  *********/
+  /*********             WARNING, THIS IS BETA CODE.               *********/
   /*********                                                       *********/
   /*************************************************************************/
   /*************************************************************************/
diff --git a/include/freetype/cache/ftcglyph.h b/include/freetype/cache/ftcglyph.h
index 3dfed9d..b74afe0 100644
--- a/include/freetype/cache/ftcglyph.h
+++ b/include/freetype/cache/ftcglyph.h
@@ -41,9 +41,7 @@
   /*************************************************************************/
   /*************************************************************************/
   /*********                                                       *********/
-  /*********        WARNING, THIS IS ALPHA CODE, THIS API          *********/
-  /*********    IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE    *********/
-  /*********            FREETYPE DEVELOPMENT TEAM                  *********/
+  /*********             WARNING, THIS IS BETA CODE.               *********/
   /*********                                                       *********/
   /*************************************************************************/
   /*************************************************************************/
diff --git a/include/freetype/cache/ftcmanag.h b/include/freetype/cache/ftcmanag.h
index f8e21e9..f509093 100644
--- a/include/freetype/cache/ftcmanag.h
+++ b/include/freetype/cache/ftcmanag.h
@@ -50,9 +50,7 @@
   /*************************************************************************/
   /*************************************************************************/
   /*********                                                       *********/
-  /*********        WARNING, THIS IS ALPHA CODE, THIS API          *********/
-  /*********    IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE    *********/
-  /*********            FREETYPE DEVELOPMENT TEAM                  *********/
+  /*********             WARNING, THIS IS BETA CODE.               *********/
   /*********                                                       *********/
   /*************************************************************************/
   /*************************************************************************/
diff --git a/include/freetype/cache/ftlru.h b/include/freetype/cache/ftlru.h
index d9b2e5f..f7c572a 100644
--- a/include/freetype/cache/ftlru.h
+++ b/include/freetype/cache/ftlru.h
@@ -46,9 +46,7 @@
   /*************************************************************************/
   /*************************************************************************/
   /*********                                                       *********/
-  /*********        WARNING, THIS IS ALPHA CODE, THIS API          *********/
-  /*********    IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE    *********/
-  /*********            FREETYPE DEVELOPMENT TEAM                  *********/
+  /*********             WARNING, THIS IS BETA CODE.               *********/
   /*********                                                       *********/
   /*************************************************************************/
   /*************************************************************************/
@@ -162,13 +160,12 @@
                                         FT_Pointer  *anobject );
 
 
-  FT_EXPORT( void )  FT_Lru_Remove_Node( FT_Lru      lru,
-                                         FT_LruNode  node );
-
-  FT_EXPORT( void )  FT_Lru_Remove_Selection( FT_Lru           lru,
-                                              FT_Lru_Selector  selector,
-                                              FT_Pointer       data );
+  FT_EXPORT( void )      FT_Lru_Remove_Node( FT_Lru      lru,
+                                             FT_LruNode  node );
 
+  FT_EXPORT( void )      FT_Lru_Remove_Selection( FT_Lru           lru,
+                                                  FT_Lru_Selector  selector,
+                                                  FT_Pointer       data );
 
 #ifdef __cplusplus
   }
diff --git a/include/freetype/ftcache.h b/include/freetype/ftcache.h
index 1e701ce..b39d852 100644
--- a/include/freetype/ftcache.h
+++ b/include/freetype/ftcache.h
@@ -22,9 +22,7 @@
   /*************************************************************************/
   /*************************************************************************/
   /*********                                                       *********/
-  /*********        WARNING, THIS IS ALPHA CODE, THIS API          *********/
-  /*********    IS DUE TO CHANGE UNTIL STRICTLY NOTIFIED BY THE    *********/
-  /*********            FREETYPE DEVELOPMENT TEAM                  *********/
+  /*********             WARNING, THIS IS BETA CODE.               *********/
   /*********                                                       *********/
   /*************************************************************************/
   /*************************************************************************/