aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 158c5ff5330..cb535bad8a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,8 @@
3 * image.c (clear_image_cache): Now static. 3 * image.c (clear_image_cache): Now static.
4 (DIM, HAVE_STDLIB_H_1): Remove unused macros. 4 (DIM, HAVE_STDLIB_H_1): Remove unused macros.
5 (xpm_load): Redo to avoid "discards qualifiers" gcc warning. 5 (xpm_load): Redo to avoid "discards qualifiers" gcc warning.
6 (x_edge_detection): Remove unnecessary cast that
7 gcc -Wbad-function-cast diagnoses.
6 8
72011-03-11 Paul Eggert <eggert@cs.ucla.edu> 92011-03-11 Paul Eggert <eggert@cs.ucla.edu>
8 10