emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.8 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.8 [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:09:48 -0500

Index: emacs/src/ChangeLog.8
diff -c emacs/src/ChangeLog.8:1.8.6.1 emacs/src/ChangeLog.8:1.8.6.2
*** emacs/src/ChangeLog.8:1.8.6.1       Fri Apr 16 12:50:44 2004
--- emacs/src/ChangeLog.8       Thu Nov  4 08:55:32 2004
***************
*** 6,30 ****
  
  1999-12-31  William M. Perry  <address@hidden>
  
!       * xfns.c (jpeg_format): Added the :data keyword
        (jpeg_image_p): JPEG is valid with :file _or_ :data
!       (jpeg_memory_src): Defined new JPEG image source to read from a
        memory buffer.
        (jpeg_load): Pay attention to the :data keyword if specified.
        Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found.
!       (png_format): Added the :data keyword
        (png_image_p): PNG is valid with :file _or_ :data
        (png_read_from_memory): New PNG read function to read from a
        memory buffer.
        (png_load): Pay attention to the :data keyword if specified.
        Use png_set_read_fn() instead of png_init_io() if specified.
!       (tiff_format): Added the :data keyword for TIFF images.
        (tiff_image_p): TIFF is valid with :file _or_ :data
!       (tiff_read_from_memory): Defined new TIFF I/O functions to read
        from a memory buffer.
        (tiff_load): Pay attention to the :data keyword if specified.
        Uses TIFFClientOpen() instead of TIFFOpen() if specified.
!       (gif_format): Added the :data keyword
        (gif_image_p): GIF is valid with :file _or_ :data
        (gif_read_from_memory): New GIF input function to read from a
        memory buffer.
--- 6,30 ----
  
  1999-12-31  William M. Perry  <address@hidden>
  
!       * xfns.c (jpeg_format): Add the :data keyword
        (jpeg_image_p): JPEG is valid with :file _or_ :data
!       (jpeg_memory_src): Define new JPEG image source to read from a
        memory buffer.
        (jpeg_load): Pay attention to the :data keyword if specified.
        Instantiates a jpeg_memory_src instead of jpeg_stdio_src if found.
!       (png_format): Add the :data keyword
        (png_image_p): PNG is valid with :file _or_ :data
        (png_read_from_memory): New PNG read function to read from a
        memory buffer.
        (png_load): Pay attention to the :data keyword if specified.
        Use png_set_read_fn() instead of png_init_io() if specified.
!       (tiff_format): Add the :data keyword for TIFF images.
        (tiff_image_p): TIFF is valid with :file _or_ :data
!       (tiff_read_from_memory): Define new TIFF I/O functions to read
        from a memory buffer.
        (tiff_load): Pay attention to the :data keyword if specified.
        Uses TIFFClientOpen() instead of TIFFOpen() if specified.
!       (gif_format): Add the :data keyword
        (gif_image_p): GIF is valid with :file _or_ :data
        (gif_read_from_memory): New GIF input function to read from a
        memory buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]