aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-24 00:36:32 -0700
committerPaul Eggert2011-03-24 00:36:32 -0700
commit03d0a10961746346940115a5ff1779f4e7a455f7 (patch)
tree55c4f15d931d15916578e81927880ab43a2c6787 /src/ChangeLog
parent44f730c85e90d32d205e4d6ea2284de2eda4aacf (diff)
downloademacs-03d0a10961746346940115a5ff1779f4e7a455f7.tar.gz
emacs-03d0a10961746346940115a5ff1779f4e7a455f7.zip
* image.c (tiff_load): Fix off-by-one image count (Bug#8336).
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 cdde9673fbd..998e2014c69 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-03-24 Paul Eggert <eggert@cs.ucla.edu> 12011-03-24 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * image.c (tiff_load): Fix off-by-one image count (Bug#8336).
4
3 * xselect.c (x_check_property_data): Return correct size (Bug#8335). 5 * xselect.c (x_check_property_data): Return correct size (Bug#8335).
4 6
52011-03-23 Paul Eggert <eggert@cs.ucla.edu> 72011-03-23 Paul Eggert <eggert@cs.ucla.edu>