* 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)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
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