ref: a40b1b64a091cc7f981d2c471e2fef64a6ace77f
parent: c382afc800751cdfdd23c154c9d4cfb04ae18547
author: Werner Lemberg <[email protected]>
date: Thu Dec 25 15:15:51 EST 2003
* src/cache/ftcsbits.c (FTC_SNode_Weight): s/FTC_SBIT_ITEM_PER_NODE/FTC_SBIT_ITEMS_PER_NODE/.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2003-12-24 Werner Lemberg <[email protected]>
+
+ * src/cache/ftcsbits.c (FTC_SNode_Weight):
+ s/FTC_SBIT_ITEM_PER_NODE/FTC_SBIT_ITEMS_PER_NODE/.
+
2003-12-24 David Turner <[email protected]>
- * fixed compilation problems in the cache sub-system
+ * Fixed compilation problems in the cache sub-system.
- * partial updates to src/autofit
+ * Partial updates to src/autofit.
- * MERRY X-MAS !
+ * Jamfile (FT2_COMPONENTS): Add autofit module.
2003-12-23 Werner Lemberg <[email protected]>
@@ -20,8 +25,8 @@
`(x) & ~63' instead!
Updated all related code.
- * include/freetype/ftstroke.h, src/base/ftstroke.c: added support
- for extraction of "inside" and "outside" borders
+ * include/freetype/ftstroke.h, src/base/ftstroke.c: Added support
+ for extraction of "inside" and "outside" borders.
2003-12-22 Werner Lemberg <[email protected]>
--- a/src/cache/ftcsbits.c
+++ b/src/cache/ftcsbits.c
@@ -235,7 +235,7 @@
FT_ULong size;
- FT_ASSERT( snode->count <= FTC_SBIT_ITEM_PER_NODE );
+ FT_ASSERT( snode->count <= FTC_SBIT_ITEMS_PER_NODE );
/* the node itself */
size = sizeof ( *snode );