Index: docs/CHANGES
===================================================================
RCS file: /cvsroot/freetype/freetype2/docs/CHANGES,v
retrieving revision 1.155
diff -u -r1.155 CHANGES
--- docs/CHANGES	13 Jan 2007 08:52:27 -0000	1.155
+++ docs/CHANGES	13 Jan 2007 16:20:07 -0000
@@ -18,6 +18,7 @@
     - FT_GlyphSlot_Embolden  now supports  vertical  layouts correctly
       (it mangled the vertical advance height).
 
+    - Fixed byte endian issues of ftmac.c to support Mac OS X on i386.
 
   II. NEW API FUNCTIONS
 
@@ -105,6 +106,13 @@
     - It is now possible to cross-compile the library easily.  See the
       file docs/INSTALL.CROSS for details.
 
+    - src/base/ftmac.c is simplified for Mac OS X only, its deprecated
+      function `FT_GetFile_From_Mac_Font_Name' always returns an error
+      even if QuickDraw framework is available.  Original ftmac.c with
+      working function is moved to `builds/mac/ftmac.c'. Configuration
+      with options `--with-quickdraw-carbon' etc uses original ftmac.c
+      instead of Mac OS X-only ftmac.c.
+
 
   III. MISCELLANEOUS
 
@@ -124,12 +132,11 @@
     - The  PFR  font loader  no  longer  erroneously  tags font  files
       without any outlines as FT_FACE_FLAG_SCALABLE.
 
-    - Better support for Mac  Fonts on POSIX systems, plus compilation
-      fixes for PPC64.
+    - Better support for Mac  fonts on POSIX systems, plus compilation
+      fixes for Mac OS X on ppc64 which ftmac.c cannot be built.
 
-      If you  use ftmac.c, please note  that it is now  Mac OS X-only,
-      and that some old APIs now return errors.  Thus your code should
-      still build unchanged, but may change in behaviour.
+    - Configuration  without `--with-old-mac-fonts'  does not  include
+      ftmac.c at all as freetype-2.1.10.
 
     - The TrueTypeGX validator (gxvalid) checks the order of glyph IDs
       in the kern table.
Index: docs/INSTALL.MAC
===================================================================
RCS file: /cvsroot/freetype/freetype2/docs/INSTALL.MAC,v
retrieving revision 1.2
diff -u -r1.2 INSTALL.MAC
--- docs/INSTALL.MAC	5 Jan 2007 09:03:30 -0000	1.2
+++ docs/INSTALL.MAC	13 Jan 2007 16:20:08 -0000
@@ -1,2 +1,3 @@
 Please follow the instructions in INSTALL.UNIX to install FreeType on
 Mac OS X.
+For classic Mac OS (Mac OS 7, 8, 9), please refer builds/mac/README.
