diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9fe597760db..15f88c91a58 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2000-09-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) | ||
| 4 | (Qedge_detection, Qheuristic): New symbols. | ||
| 5 | (syms_of_xfns): Initialize new symbols. | ||
| 6 | (lookup_image): Handle `:mask X', `:algorithm emboss', and | ||
| 7 | `algorithm (edge-detection ...)'. | ||
| 8 | (xbm_format, xpm_format, pbm_format, png_format, jpeg_format): | ||
| 9 | (tiff_format, gif_format, gs_format): Add `:mask'. | ||
| 10 | (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK) | ||
| 11 | (GIF_MASK, GS_MASK): New enumerators. | ||
| 12 | (x_laplace_read_row, x_laplace_write_row): Functions removed. | ||
| 13 | (emboss_matrix, laplace_matrix): New variables. | ||
| 14 | (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss) | ||
| 15 | (x_edge_detection): New functions. | ||
| 16 | (x_laplace): Rewritten in terms of x_detect_edges. | ||
| 17 | (x_build_heuristic_mask): If image has a mask, free it. | ||
| 18 | |||
| 1 | 2000-09-14 Andrew Innes <andrewi@gnu.org> | 19 | 2000-09-14 Andrew Innes <andrewi@gnu.org> |
| 2 | 20 | ||
| 3 | * makefile.w32-in: Revert to Unix line endings. | 21 | * makefile.w32-in: Revert to Unix line endings. |