diff options
| author | Jason Rumney | 2008-03-28 14:59:22 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-03-28 14:59:22 +0000 |
| commit | b9c89e11fbf44c471b60cd385d770597aea7c653 (patch) | |
| tree | b8333df1ba136f1a2003be9d8644b5005bccab01 /src/ChangeLog | |
| parent | 3ae8f8760f33ffd2c25f564214c9f1f5fd34c1a3 (diff) | |
| download | emacs-b9c89e11fbf44c471b60cd385d770597aea7c653.tar.gz emacs-b9c89e11fbf44c471b60cd385d770597aea7c653.zip | |
(pbm_load): Allow color values up to 65535.
Throw an error if max_color_idx is outside the supported range.
Report an error when image size is invalid.
Read two bytes at a time when raw images have max_color_idx above 255.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d54ad87e772..b0a940292e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-03-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * image.c (pbm_load): Allow color values up to 65535. | ||
| 4 | Throw an error if max_color_idx is outside the supported range. | ||
| 5 | Report an error when image size is invalid. | ||
| 6 | Read two bytes at a time when raw images have max_color_idx above 255. | ||
| 7 | |||
| 1 | 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change) | 8 | 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change) |
| 2 | 9 | ||
| 3 | * regex.c (EXTEND_BUFFER): Change order of pointer addition | 10 | * regex.c (EXTEND_BUFFER): Change order of pointer addition |