diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 079be7210c9..8992497582b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,18 +1,37 @@ | |||
| 1 | 1999-12-31 William M. Perry <wmperry@aventail.com> | ||
| 2 | |||
| 3 | * xfns.c (jpeg_format): Added the :data keyword | ||
| 4 | (jpeg_image_p): JPEG is valid with :file _or_ :data | ||
| 5 | (jpeg_memory_src): Defined new JPEG image source to read from a | ||
| 6 | memory buffer. | ||
| 7 | (jpeg_load): Pay attention to the :data keyword if specified. | ||
| 8 | Instantiates a jpeg_memory_src instead of jpeg_stdio_src if | ||
| 9 | found. | ||
| 10 | (png_format): Added the :data keyword | ||
| 11 | (png_image_p): PNG is valid with :file _or_ :data | ||
| 12 | (png_read_from_memory): New PNG read function to read from a | ||
| 13 | memory buffer. | ||
| 14 | (png_load): Pay attention to the :data keyword if specified. Uses | ||
| 15 | png_set_read_fn() instead of png_init_io() if specified. | ||
| 16 | (tiff_format): Added the :data keyword for TIFF images. | ||
| 17 | (tiff_image_p): TIFF is valid with :file _or_ :data | ||
| 18 | (tiff_read_from_memory): Defined new TIFF I/O functions to read | ||
| 19 | from a memory buffer. | ||
| 20 | (tiff_load): Pay attention to the :data keyword if specified. | ||
| 21 | Uses TIFFClientOpen() instead of TIFFOpen() if specified. | ||
| 22 | (gif_format): Added the :data keyword | ||
| 23 | (gif_image_p): GIF is valid with :file _or_ :data | ||
| 24 | (gif_read_from_memory): New GIF input function to read from a | ||
| 25 | memory buffer. | ||
| 26 | (gif_load): Pay attention tot he :data keyword. Uses DGifOpen() | ||
| 27 | instead of DGifOpenFileName() if specified. | ||
| 28 | |||
| 1 | 1999-12-31 Gerd Moellmann <gerd@gnu.org> | 29 | 1999-12-31 Gerd Moellmann <gerd@gnu.org> |
| 2 | 30 | ||
| 3 | * xdisp.c (next_element_from_buffer): Change assertion at the end | 31 | * xdisp.c (next_element_from_buffer): Change assertion at the end |
| 4 | because it doesn't hold when there's an overlay string at the end | 32 | because it doesn't hold when there's an overlay string at the end |
| 5 | from which we deliver an image. | 33 | from which we deliver an image. |
| 6 | 34 | ||
| 7 | 1999-12-31 William M. Perry <wmperry@gnu.org> | ||
| 8 | |||
| 9 | * xfns.c (enum jpeg_keyword_index): Add JPEG_DATA. | ||
| 10 | (jpeg_format): Add :data. | ||
| 11 | (jpeg_image_p): Handle :data. | ||
| 12 | (our_fill_input_buffer, our_skip_input_data, our_term_source) | ||
| 13 | (jpeg_memory_src): New functions. | ||
| 14 | (jpeg_load): Read image from string data. | ||
| 15 | |||
| 16 | 1999-12-30 Eli Zaretskii <eliz@is.elta.co.il> | 35 | 1999-12-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 17 | 36 | ||
| 18 | * msdos.c (IT_update_begin): Don't dereference members of struct | 37 | * msdos.c (IT_update_begin): Don't dereference members of struct |