--- ../../dev3/gift/ChangeLog 2006-11-19 11:48:50.000000000 -0600 +++ ChangeLog 2006-11-19 11:57:06.000000000 -0600 @@ -45,6 +45,8 @@ fix an off-by-one error in the addressing of value_plane_double_reversed. my fault. * FeatureExtraction/rgb2hsv_utils.c fix an off-by-one error in the addressing of value_plane_double_reversed. my fault. + * FeatureExtraction/gabor.c + move from using an array to initialize the size of another array to using a define'd value. one less GCC warning, and slightly faster. 2006-10-10