diff options
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 8911b6bdce2..c9706aa3a37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-07-12 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-07-12 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * bidi.c (bidi_dump_cached_states): Use pD to print ptrdiff_t. | ||
| 4 | |||
| 3 | * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug. | 5 | * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug. |
| 4 | Without this fix, (bitmap-spec-p '(34359738368 1 "x")) | 6 | Without this fix, (bitmap-spec-p '(34359738368 1 "x")) |
| 5 | would wrongly return t on a 64-bit host. | 7 | would wrongly return t on a 64-bit host. |