aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-15 11:49:22 +0000
committerGerd Moellmann2000-09-15 11:49:22 +0000
commit47e351a3277eaad736633c2856fbdf43fec76a97 (patch)
treef55124fbb1771c80403c56c608594572ec21f313 /src
parentd1d3c685624741d172dc5ff681b85ee495d62712 (diff)
downloademacs-47e351a3277eaad736633c2856fbdf43fec76a97.tar.gz
emacs-47e351a3277eaad736633c2856fbdf43fec76a97.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog18
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 @@
12000-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
12000-09-14 Andrew Innes <andrewi@gnu.org> 192000-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.