From 2ed0ddbca81ffe8e2f3cddf8b1cb2cc2570f8d35 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Thu, 25 Jul 2002 09:21:54 +0000 Subject: [PATCH] Changed some tabs to spaces in changelog. --- ChangeLog | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 861d0bfcd..ef1f6caca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,11 +9,11 @@ * include/freetype/freetype.h: Added types and structures to support incremental typeface loading. - The FT_Incremental_Interface structure, defined in freetype.h, - is designed to be passed to FT_Open_Face to provide callback - functions to obtain glyph recipes and metrics, for fonts like - those passed from PostScript that do not necessarily provide - all, or any, glyph information, when first opened. + The FT_Incremental_Interface structure, defined in freetype.h, + is designed to be passed to FT_Open_Face to provide callback + functions to obtain glyph recipes and metrics, for fonts like + those passed from PostScript that do not necessarily provide + all, or any, glyph information, when first opened. * include/freetype/config/ftoption.h Added a new configuration macro, FT_CONFIG_OPTION_INCREMENTAL,