From 3f70811c7da40f20b49f8d2cab8975530437483f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 16 Dec 2001 23:53:39 +0000 Subject: [PATCH] Updating/Formatting. --- ChangeLog | 23 ++++++++++++++++------- include/freetype/config/ftheader.h | 4 ++-- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b172fa2d8..6d220dd3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2001-12-15 Werner Lemberg - * src/base/ftglyph (FT_Glyph_To_Bitmap): Remove compiler warning. + * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Remove compiler warning. * include/freetype/ftcache.h (FTC_Node_Unref): Removed. It is already in ftcmanag.h. * src/cache/ftcsbits.c (ftc_sbit_node_load): Remove unused variable @@ -104,13 +104,16 @@ charmap cache. * src/cache/ftcache.c: Updated. + * src/autohint/ahhint.c (ah_hinter_hint_edges): s/UNUSED/FT_UNUSED/. + 2001-12-06 Leonard Rosenthol Added support for reading .dfont files on Mac OS X. Also added a new routine which looks up a given font by name in the Mac OS and returns the disk file where it resides. - * src/base/ftmac.c (is_dfont): New auxiliary function. + * src/base/ftmac.c: Include and . + (is_dfont): New auxiliary function. (FT_New_Face_From_dfont): New function. (FT_GetFile_From_Mac_Name): New exported function. (FT_New_Face): Updated. @@ -118,7 +121,7 @@ 2001-12-06 David Turner - * src/cache/Jamfile: Updated. + * src/cache/Jamfile, src/cache/rules.mk: Updated. 2001-12-06 Werner Lemberg @@ -128,6 +131,7 @@ * src/base/ftglyph.c (FT_Glyph_To_Bitmap): Re-ordered code for debugging purposes. + Comment out use of `origin'. * src/smooth/ftsmooth.c (ft_smooth_render): Fixed a nasty hidden bug where outline shifting wasn't correctly undone after bitmap @@ -144,14 +148,19 @@ src/pshinter/pshalgo1.c (psh1_hint_table_init): Removed compiler warnings. - * include/freetype/cache/*, src/cache/*: Yet another massive rewrite - of the caching sub-system in order to both increase performance and - allow simpler cache sub-classing. As an example, the code for the - image and sbit caches is now much simpler. + * include/freetype/ftcache.h, include/freetype/cache/*, src/cache/*: + Yet another massive rewrite of the caching sub-system in order to + both increase performance and allow simpler cache sub-classing. As + an example, the code for the image and sbit caches is now much + simpler. I still need to update the documentation in www/freetype2/docs/cache.html to reflect the new design though. + * include/freetype/config/ftheader.h (FT_CACHE_CHARMAP_H): New + macro. + (FT_CACHE_INTERNAL_CACHE_H): Updated. + 2001-12-05 David Krause * docs/license.txt: s/X Windows/X Window System/. diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h index b216d8639..b85095f57 100644 --- a/include/freetype/config/ftheader.h +++ b/include/freetype/config/ftheader.h @@ -424,9 +424,9 @@ /* */ /* @description: */ /* A macro used in #include statements to name the file containing */ - /* the `charmap'API of the FreeType 2 cache sub-system. */ + /* the `charmap' API of the FreeType 2 cache sub-system. */ /* */ -#define FT_CACHE_CHARMAP_H +#define FT_CACHE_CHARMAP_H /*************************************************************************/