From 65aceb771e8ee7343078c964d119a6332e328194 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Sun, 1 Feb 1998 17:15:16 +0000 Subject: [PATCH] -fixed some typos -adrian CVS ---------------------------------------------------------------------- --- ChangeLog | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef440d6542..5ef539f5b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,17 @@ Sat Jan 31 20:49:11 EST 1998 Adrian Likins - *plug-ins/ edge.c - added a check so it woudlnt segfault when - passed a non-existend drawable + * plug-ins/edge.c: added a check so it wouldnt segfault when + passed a non-existent drawable - threshold_alpha added a non-interactive mode + * plug-ins/threshold_alpha.c: added a non-interactive mode - *app/brightness_contrast.c - app/color_balance.c - app/colormaps.c - app/curves.c - app/hue_saturation.c - app/posterize.c - app/threshold.c - -added an additioanl check so it wouldnt except + * app/brightness_contrast.c + * app/color_balance.c + * app/colormaps.c + * app/curves.c + * app/hue_saturation.c + * app/posterize.c + * app/threshold.c : added a check so it wouldnt except a indexed drawable. This was previosly possible via the pdb. Sat Jan 31 00:16:22 PST 1998 Manish Singh