Move stuff to correct ChangeLog.

This commit is contained in:
Michael Natterer 2005-12-14 16:37:52 +00:00
parent e675ca627f
commit c151ab9c67
3 changed files with 14 additions and 24 deletions

View File

@ -1,17 +1,6 @@
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new
utility function which factors out massive code duplication from
the commit below.
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids
the allocation of an intermediate buffer for non-progressive
jpegs. Fixed bug #305894.
* tests/test-images/valid_jpeg_progressive_test: new test image so
we can test both loading code paths in io-jpeg.c
* tests/test-images/valid_jpeg_progressive_test: new test image.
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>

View File

@ -1,17 +1,6 @@
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new
utility function which factors out massive code duplication from
the commit below.
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids
the allocation of an intermediate buffer for non-progressive
jpegs. Fixed bug #305894.
* tests/test-images/valid_jpeg_progressive_test: new test image so
we can test both loading code paths in io-jpeg.c
* tests/test-images/valid_jpeg_progressive_test: new test image.
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>

View File

@ -1,3 +1,15 @@
2005-12-14 Michael Natterer <mitch@imendio.com>
* io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new utility
function which factors out massive code duplication from the
commit below.
2005-12-14 Michael Natterer <mitch@imendio.com>
* io-jpeg.c: applied patch from maemo-gtk which avoids the
allocation of an intermediate buffer for non-progressive
jpegs. Fixed bug #305894.
2005-11-15 Matthias Clasen <mclasen@redhat.com>
* io-xpm.c: Fix several integer overflows which have been