From e75d4cc6be1aa68bcc23ffa7e34cd3a11508b821 Mon Sep 17 00:00:00 2001 From: Graham Asher Date: Tue, 14 Jan 2003 16:00:32 +0000 Subject: [PATCH] Noted addition of 'const' to the first argument to FT_Matrix_Multiply. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8227df4c1..201112334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-14 Graham Asher + * /include/freetype/ftglyph.h, /src/base/ftglyph.c + Added 'const' to the type of the first argument to FT_Matrix_Multiply, + which isn't changed - this adds documentation and convenience. + 2003-01-13 Graham Asher * src/sfnt/ttload.c (tt_face_load_metrics)