Commit 08840150b75e3825df5f38c3f9ceccb0fd2ae5dc

David Turner 2002-09-04T19:58:47

* include/freetype/freetype.h: corrected the definition of ft_encoding_symbol to be FT_ENCODING_MS_SYMBOL (instead of the erroneous FT_ENCODING_SYMBOL) * builds/unix/unix-def.in: added "datadir" definition (thanks to Anthony Fok)

diff --git a/ChangeLog b/ChangeLog
index 5ebc59b..e02af80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-09-04  David Turner  <david@freetype.org>
+
+    * include/freetype/freetype.h: corrected the definition of
+    ft_encoding_symbol to be FT_ENCODING_MS_SYMBOL (instead of
+    the erroneous FT_ENCODING_SYMBOL)
+
+    * builds/unix/unix-def.in: added "datadir" definition
+    (thanks to Anthony Fok)
+
+
 2002-08-29  David Turner  <david@freetype.org>
 
     * src/pshinter/pshalgo.c: slight modification to the Postscript hinter
diff --git a/builds/unix/unix-def.in b/builds/unix/unix-def.in
index 7a35588..621d068 100644
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -58,6 +58,7 @@ exec_prefix  := @exec_prefix@
 libdir       := @libdir@
 bindir       := @bindir@
 includedir   := @includedir@
+datadir      := @datadir@
 
 version_info := @version_info@
 
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 4853932..64cfe1e 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -568,7 +568,7 @@ FT_BEGIN_HEADER
   /*                                                                       */
 #define  ft_encoding_none            FT_ENCODING_NONE
 #define  ft_encoding_unicode         FT_ENCODING_UNICODE
-#define  ft_encoding_symbol          FT_ENCODING_SYMBOL
+#define  ft_encoding_symbol          FT_ENCODING_MS_SYMBOL
 #define  ft_encoding_latin_1         FT_ENCODING_ADOBE_LATIN_1
 #define  ft_encoding_latin_2         FT_ENCODING_OLD_LATIN_2
 #define  ft_encoding_sjis            FT_ENCODING_MS_SJIS