ref: 6654763f83d1fc4314e6ed0228b31fab6b517256
parent: 9fed91d3a22ab86b4b5021a9dfe66a6dbdeb0fad
author: David Turner <[email protected]>
date: Sun Jan 18 09:10:21 EST 2004
* src/sfnt/ttsbit.c: removed compiler warning * src/tools/docmaker/*: updating beautifier tool
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-01-18 David Turner <[email protected]>
+
+ * src/sfnt/ttsbit.c: removed compiler warning
+
+ * src/tools/docmaker/*: updating beautifier tool
+
+2004-01-15 David Turner <[email protected]>
+
+ * src/base/ftoutln.c (ft_orientation_extremum_compute): fixing
+ infinite loop bug !
+
+ * src/base/ftstroke.c, include/freetype/ftstroke.h: fixing bugs and
+ adding FT_Glyph_Stroke and FT_Glyph_StrokerBorder APIs
+
+ * include/freetype/ftcache.h, include/freetype/cache/ftcmanag.h:
+ adding FTC_Manager_LookupSize and FTC_Scaler to the public API
+ (they were previously hidden)
+
+ * src/tools/docmaker/*: updating the DocMaker tool, adding a new
+ tool named "docbeauty" to beautify the documentation comments
+ (e.g. convert them to a single block border mode)
+
2004-01-14 David Turner <[email protected]>
* include/freetype/internal/ftmemory.h,
--- a/src/tools/docmaker/docbeauty.py
+++ b/src/tools/docmaker/docbeauty.py
@@ -5,10 +5,6 @@
# This program is used to beautify the documentation comments used
# in the FreeType 2 public headers.
#
-# For now, it basically converts all document blocks to a single
-# format. It should be able to re-justify all text later in the
-# future..
-#
from sources import *
from content import *