shithub: freetype+ttf2subf

Download patch

ref: e4ecce3bfe464cf56a3838db945ca0e528e5555f
parent: 53c0cb59ed2baa7de418a1e841529a8774be6fb2
author: Werner Lemberg <[email protected]>
date: Fri Jan 11 04:02:22 EST 2013

Disable FT_CONFIG_OPTION_OLD_INTERNALS.

After the next release we are going to remove the code completely.

* devel/ftoption.h, include/freetype/config/ftoption.h
(FT_CONFIG_OPTION_OLD_INTERNALS): Comment out.
* docs/CHANGES: Document it.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-01-11  Werner Lemberg  <[email protected]>
+
+	Disable FT_CONFIG_OPTION_OLD_INTERNALS.
+
+	After the next release we are going to remove the code completely.
+
+	* devel/ftoption.h, include/freetype/config/ftoption.h
+	(FT_CONFIG_OPTION_OLD_INTERNALS): Comment out.
+	* docs/CHANGES: Document it.
+
 2013-01-10  Alexei Podtelezhnikov  <[email protected]>
 
 	[base] Update the overflow protection bit.
--- a/devel/ftoption.h
+++ b/devel/ftoption.h
@@ -783,7 +783,7 @@
    * is recommended to disable the macro since it reduces the library's code
    * size and activates a few memory-saving optimizations as well.
    */
-#define FT_CONFIG_OPTION_OLD_INTERNALS
+/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
 
 
   /*
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -1,4 +1,16 @@
 
+CHANGES BETWEEN 2.4.11 and 2.4.12
+
+  I. IMPORTANT CHANGES
+
+    - The  macro FT_CONFIG_OPTION_OLD_INTERNALS  is no  longer set  by
+      default.  In  the next  release, we  will completely  remove the
+      associated code.   Please update your  programs in case  you are
+      still using this macro.
+
+
+======================================================================
+
 CHANGES BETWEEN 2.4.10 and 2.4.11
 
   I. IMPORTANT BUG FIXES
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -783,7 +783,7 @@
    * is recommended to disable the macro since it reduces the library's code
    * size and activates a few memory-saving optimizations as well.
    */
-#define FT_CONFIG_OPTION_OLD_INTERNALS
+/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
 
 
   /*