aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-12 18:10:46 -0700
committerPaul Eggert2011-05-12 18:10:46 -0700
commitd4e3e4d3ad71e45bcb15781e3f95ebb2687502a2 (patch)
treecb9cfa965cbde6de9e4fb716ff0c4640e2a38017 /src/ChangeLog
parentf6a24d19906993b975e7be822abbb3cfce719751 (diff)
downloademacs-d4e3e4d3ad71e45bcb15781e3f95ebb2687502a2.tar.gz
emacs-d4e3e4d3ad71e45bcb15781e3f95ebb2687502a2.zip
* dispextern.h (struct image): Don't assume time_t <= unsigned long.
* image.c (clear_image_cache): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21c03ba8220..d522c639a6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-05-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * dispextern.h (struct image): Don't assume time_t <= unsigned long.
4 * image.c (clear_image_cache): Likewise.
5
12011-05-12 Paul Eggert <eggert@cs.ucla.edu> 62011-05-12 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * term.c (term_mouse_position): Don't assume time_t wraparound. 8 * term.c (term_mouse_position): Don't assume time_t wraparound.