summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--include/freetype/config/ftoption.h7
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62aca83ac..86c6fac67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-09-02 David Turner <david@freetype.org>
+
+ * include/freetype/config/ftoption.h: commenting out the
+ macro TT_CONFIG_OPTION_BYTECODE_INTERPRETER so that package
+ managers that define it with additionnal compilation command line
+ options (e.g. with -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER) still
+ work correctly.
+
+ Also added a note to indicate that TT_CONFIG_OPTION_UNPATENTED_HINTING
+ doesn't work as advertised yet.
+
2003-08-31 Manish Singh <yosh@gimp.org>
* src/bdf/bdflib.c (_bdf_readstream): Don't use FT_MEM_COPY but
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
index 77540b28f..0e02192c4 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -399,7 +399,7 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */
/* */
-#undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
/*************************************************************************/
@@ -411,7 +411,10 @@ FT_BEGIN_HEADER
/* FT_PARAM_TAG_UNPATENTED_HINTING; or when the debug hook */
/* FT_DEBUG_HOOK_UNPATENTED_HINTING is globally actived */
/* */
-#define TT_CONFIG_OPTION_UNPATENTED_HINTING
+ /* XXX: WARNING: THIS DOESN'T WORK AS ADVERTISED YET. PLEASE DO NOT */
+ /* DEFINE FOR THE MOMENT.. */
+ /* */
+/* #define TT_CONFIG_OPTION_UNPATENTED_HINTING */
/*************************************************************************/