ref: ca3035ad4cbf09bf7b4043a49964afa781cf925b
parent: 29179a33ee27f33874e009e67a6550570b0cf6b1
author: Antoine Leca <[email protected]>
date: Sun Mar 4 19:15:37 EST 2001
* include/freetype/ttnameid.h: Correct a stupid typo which prevented correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice). I am sorry for the inconvenience :-(.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-03-04 Antoine Leca <[email protected]>
+
+ * include/freetype/ttnameid.h: Correct a stupid typo which prevented
+ correct compilation (TT_MS_LANGID_TIGRIGNA_ETHIOPIA appeared twice).
+ I am sorry for the inconvenience :-(.
+
2001-03-04 Werner Lemberg <[email protected]>
* src/autohint/ahtypes.h (AH_Hinter): Add elements
@@ -35,7 +41,7 @@
the Type 1 glyph charstring (used by conversion programs).
Submitted by Ha Shao <[email protected]>.
-2001-02-22 David Turner <[email protected]>
+2001-02-22 David Turner <[email protected]>
* src/base/ftgrays.c (grays_sweep): The function didn't exit
immediately if `num_cells' was 0 as it should. Thanks to Boris for
--- a/include/freetype/ttnameid.h
+++ b/include/freetype/ttnameid.h
@@ -517,7 +517,7 @@
/* language codes from 0x0466 to 0x0471 are unknown. */
#define TT_MS_LANGID_OROMO_ETHIOPIA 0x0472
#define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0473
-#define TT_MS_LANGID_TIGRIGNA_ETHIOPIA 0x0873
+#define TT_MS_LANGID_TIGRIGNA_ERYTHREA 0x0873