summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-09-02 21:14:55 +0000
committerDavid Turner <david@freetype.org>2003-09-02 21:14:55 +0000
commit44f5c5d8998d630285518ca81a8c9c318fd02e51 (patch)
tree598db528d9a192d312ef8058d6bbdda452836e7a
parent4748730ac6c5db71e0aa250aa1d7c1bd2c0f1e0b (diff)
downloadfreetype2-44f5c5d8998d630285518ca81a8c9c318fd02e51.tar.gz
* include/freetype/config/ftoption.h: commenting out theVER-2-1-5-RC2
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.
-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 */
/*************************************************************************/