diff options
| author | Paul Eggert | 2011-06-18 11:12:25 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-18 11:12:25 -0700 |
| commit | 45aebb64558b304b7bff7ccce370f801663291d5 (patch) | |
| tree | 0d76df17cdc49ceba875511b5dc683ce9c26d22c /src/ChangeLog | |
| parent | f2ed8a709551a7125d2e024757262c5bf770766b (diff) | |
| download | emacs-45aebb64558b304b7bff7ccce370f801663291d5.tar.gz emacs-45aebb64558b304b7bff7ccce370f801663291d5.zip | |
* image.c (xbm_image_p): Don't assume stated width and height fit in int.
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 62d6a5b4a04..c034bba6fa8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-06-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * image.c (xbm_image_p): Don't assume stated width and height fit in int. | ||
| 4 | |||
| 3 | * lisp.h (lint_assume): New macro. | 5 | * lisp.h (lint_assume): New macro. |
| 4 | * composite.c (composition_gstring_put_cache): | 6 | * composite.c (composition_gstring_put_cache): |
| 5 | * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0. | 7 | * ftfont.c (ftfont_shape_by_flt): Use it to pacify GCC 4.6.0. |