From 6c65d91cc71b51a2f6b85697c23a81966a421f3a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 30 Nov 2000 06:23:45 +0000 Subject: [PATCH] formatting --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ad83b19d..40b0738f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2000-11-29 David Turner - * src/base/ftbbox.c (BBox_Conic_Check): fixed a really stupid - bug in the formula used to compute the conic bezier extrema - of non-monotonous arcs.. + * src/base/ftbbox.c (BBox_Conic_Check): Fixed a really stupid + bug in the formula used to compute the conic Bézier extrema + of non-monotonous arcs. 2000-11-29 Werner Lemberg @@ -72,7 +72,7 @@ * src/type1/t1parse.c (T1_Done_Parse): Renamed to... (T1_Finalize_Parser): New function (to avoid name clash with a function in the PSAux module). - (T1_Decrypt): Removed since it it duplicated in the PSAux module. + (T1_Decrypt): Removed since it is duplicated in the PSAux module. (T1_Get_Private_Dict): Added `psaux' as new parameter; use decrypt function from PSAux module.