diff options
| author | Paul Eggert | 2011-03-11 00:20:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-11 00:20:11 -0800 |
| commit | 6ae141d682670b1d21abd86fd530cca016f73985 (patch) | |
| tree | f0b5527191100f3c934db9ce9beb9e15e0c89302 /src/ChangeLog | |
| parent | 2037898d7ada760ef84df072d05addf826710f65 (diff) | |
| download | emacs-6ae141d682670b1d21abd86fd530cca016f73985.tar.gz emacs-6ae141d682670b1d21abd86fd530cca016f73985.zip | |
* image.c: (clear_image_cache, xbm_read_bitmap_data, x_detect_edges):
(jpeg_load, gif_load): Rename locals to avoid shadowing.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7170fcc162a..c99d3626e05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | (x_edge_detection): Remove unnecessary cast that | 6 | (x_edge_detection): Remove unnecessary cast that |
| 7 | gcc -Wbad-function-cast diagnoses. | 7 | gcc -Wbad-function-cast diagnoses. |
| 8 | (gif_load): Fix pointer signedness. | 8 | (gif_load): Fix pointer signedness. |
| 9 | (clear_image_cache, xbm_read_bitmap_data, x_detect_edges): | ||
| 10 | (jpeg_load, gif_load): Rename locals to avoid shadowing. | ||
| 9 | 11 | ||
| 10 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2011-03-11 Paul Eggert <eggert@cs.ucla.edu> |
| 11 | 13 | ||