shithub: freetype+ttf2subf

Download patch

ref: fe25ac742d8221b2d4b9b85ef775dffec7e9cca5
parent: ce235eaf099765b1a868ce27fef4e83171767e11
author: Werner Lemberg <[email protected]>
date: Tue May 17 16:37:50 EDT 2005

Add missing ChangeLog entry.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2004-05-16  Vitaliy Pasternak  <[email protected]>
+
+	* builds/win32/visualc/freetype.vcproj: Updated.
+	Exclude debug info for `Release' versions to reduce library size.
+
+2005-05-16  Werner Lemberg  <[email protected]>
+
+	* src/base/ftobjs.c (FT_Open_Face): Make it work as documented, this
+	is, ignore `aface' completely if face_index < 0.  Reported by David
+	Osborn <[email protected]>.
+
+2005-05-16  Kirill Smelkov  <[email protected]>
+
+	* include/freetype/ftimage.h (FT_Outline_MoveToFunc,
+	FT_Outline_LineTo_Func, FT_Outline_ConicToFunc,
+	FT_Outline_CubicToFunc), src/smooth/ftgrays.c (gray_render_conic,
+	gray_render_cubic, gray_move_to, gray_line_to, gray_conic_to,
+	gray_cubic_to, gray_render_span, gray_sweep): Decorate parameters
+	with `const' where appropriate.
+
 2005-05-11  Kirill Smelkov  <[email protected]>
 
 	* include/freetype/ftimage.h (FT_Raster_RenderFunc),