Commit 0327329db5aaae35b42733387e4adcdc6d66a9a9

Graham Asher 2002-07-25T09:21:54

Changed some tabs to spaces in changelog.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/ChangeLog b/ChangeLog
index 861d0bf..ef1f6ca 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,