-fixed some typos

-adrian
CVS ----------------------------------------------------------------------
This commit is contained in:
Adrian Likins 1998-02-01 17:15:16 +00:00
parent bae5bae79d
commit 65aceb771e
1 changed files with 10 additions and 12 deletions

View File

@ -1,19 +1,17 @@
Sat Jan 31 20:49:11 EST 1998 Adrian Likins <adrian@gimp.org>
*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 <yosh@gimp.org>