* Fix my name in the NEWS file and change its encoding to UTF-8.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131
diff --git a/NEWS b/NEWS
index 931bc67..4136ffd 100644
--- a/NEWS
+++ b/NEWS
@@ -11,10 +11,10 @@ versions have changes attributed per contributor.
--- 2008-XX-XX Release 2.1.3 ---
----------------------------------------------------------------------
- * Inset/outset contour support for fonts - ric Beets
- * Fix the FTLayout rendering - ric Beets
+ * Inset/outset contour support for fonts - Éric Beets
+ * Fix the FTLayout rendering - Éric Beets
* Added new FTLayout and FTSimpleLayout support for layout
- managers - Sam Hovecar
+ managers - Sam Hocevar
* Fixed the paths in the XCode project - Henry Maddocks
* Changed the behaviour of some objects so that if there is an
error their state isn't changed - Henry Maddocks
@@ -34,7 +34,7 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Added the xCode project properly this time.
-
+
----------------------------------------------------------------------
--- 2004-12-05 Release 2.1.0 ---
----------------------------------------------------------------------
@@ -50,7 +50,7 @@ versions have changes attributed per contributor.
* Fixed a bug where resizing FTGLTextureFont caused a GL error.
* Refactored FTPoint quite a bit.
* More unit tests. Fixed a heap of bugs.
-
+
----------------------------------------------------------------------
--- 2004-08-16 Release 2.0.11 ---
----------------------------------------------------------------------
@@ -70,7 +70,7 @@ versions have changes attributed per contributor.
* Fixed includes for pre 2.1.7 versions of freetype
* Changed unix build to create FTGL subdir for includes
-
+
----------------------------------------------------------------------
--- 2004-04-09 Release 2.0.8 ---
----------------------------------------------------------------------
@@ -88,7 +88,7 @@ versions have changes attributed per contributor.
* Minor fix for unix build scripts.
* Minor fix for unit tests.
-
+
----------------------------------------------------------------------
--- 2003-08-25 Release 2.06 ---
----------------------------------------------------------------------
@@ -111,13 +111,13 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Fixed resize behavior in FTGLTextureFont.
-
+
----------------------------------------------------------------------
--- 2003-04-09 Release 2.03 ---
----------------------------------------------------------------------
* Fix in FTContour to handle broken contours.
-
+
----------------------------------------------------------------------
--- 2003-04-03 Release 2.02 ---
----------------------------------------------------------------------
@@ -129,7 +129,7 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Minor changes to autoconf to detect glu
-
+
----------------------------------------------------------------------
--- 2003-03-11 Release 2.0 ---
----------------------------------------------------------------------
@@ -208,7 +208,7 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Forgot to update readme etc for 1.3
-
+
----------------------------------------------------------------------
--- 2002-01-27 Release 1.3b5 ---
----------------------------------------------------------------------
@@ -264,11 +264,11 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Glyphs can now be loaded on the fly instead of being pre-cached. If
- FTFont::Open() is called with false, FTGlyphContainer will build a list of
- null pointers. Then when ever a glyph needs to be access eg by
- FTFont::advance or FTFont::render, it will be built and slotted into the
+ FTFont::Open() is called with false, FTGlyphContainer will build a list of
+ null pointers. Then when ever a glyph needs to be access eg by
+ FTFont::advance or FTFont::render, it will be built and slotted into the
glyphlist in the correct position.
- * Removed glext.h from FTGL.h and replaced it with a test for
+ * Removed glext.h from FTGL.h and replaced it with a test for
GL_EXT_texture_object.
* Added padding to texture size calculations.
* Fixed a NASTY bug in FTGLTextureFont. Only came to light after changes to
@@ -288,7 +288,7 @@ versions have changes attributed per contributor.
* Tidied up some implicit type conversions.
* Fixed FTCharMap to ensure that a valid default charmap is always created
by the c_stor.
-
+
----------------------------------------------------------------------
--- 2001-10-26 Release 1.01 ---
----------------------------------------------------------------------
@@ -360,7 +360,7 @@ versions have changes attributed per contributor.
FT_LOAD_NO_HINTING for texture fonts. Seems to produce better
looking glyphs.
* FTGLTextureFont can now use multiple textures to render glyphs
- if they don't fit within one GL_MAX_TEXTURE_SIZE texture.
+ if they don't fit within one GL_MAX_TEXTURE_SIZE texture.
* Changed FTSize to use bbox for global width and height. Needs
more work (eg float or int?) and need to check inconsistancies
in freetype.
@@ -395,7 +395,7 @@ versions have changes attributed per contributor.
----------------------------------------------------------------------
* Minor tidy ups for first public release.
-
+
----------------------------------------------------------------------
--- 2001-08-03 First BETA Release 1.0b1 ---
----------------------------------------------------------------------