ref: 1357c19b65242a682bca485344a95077073f305c
parent: 92c9f105d7e82857eefaf2766d994f1b5c2ec130
author: Werner Lemberg <[email protected]>
date: Sat Sep 4 02:55:32 EDT 2004
* docs/DEBUG: Updated.
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/base/ftdebug.c (ft_debug_init): Highest debug level is 7,
not 6.
+ * docs/DEBUG: Updated.
2004-08-30 Werner Lemberg <[email protected]>
--- a/docs/DEBUG
+++ b/docs/DEBUG
@@ -20,7 +20,7 @@
#define this macro if you want to compile both macros FT_ERROR and
FT_TRACE. This also includes the variants FT_TRACE0, FT_TRACE1,
- FT_TRACE2, ..., FT_TRACE6.
+ FT_TRACE2, ..., FT_TRACE7.
The trace macros are used to send debugging messages when an
appropriate "debug level" is configured at runtime through the
@@ -94,7 +94,7 @@
internal file <freetype/internal/fttrace.h>.
Each such component is assigned a "debug level", ranging from 0
- to 6, through the use of the FT2_DEBUG environment variable
+ to 7, through the use of the FT2_DEBUG environment variable
(described below) when a program linked with FreeType starts.
When FT_TRACE is called, its level is compared to the one of the
@@ -110,7 +110,7 @@
FT_TRACE( 2, ( "your %s is not %s\n", "foo", "bar" ) )
- The shortcut macros FT_TRACE0, FT_TRACE1, FT_TRACE2_, ... FT_TRACE6
+ The shortcut macros FT_TRACE0, FT_TRACE1, FT_TRACE2_, ... FT_TRACE7
can be used with constant level indices, and are much cleaner to
use, as in