diff options
author | Michael Natterer <mitch@src.gnome.org> | 2005-12-14 16:37:52 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2005-12-14 16:37:52 +0000 |
commit | c151ab9c678a64fa3699e889d1796ca588a99b03 (patch) | |
tree | 74573ad1f9cd7603fcb7b316c8d91a7944470b93 /gdk-pixbuf | |
parent | e675ca627f67ef8d98690173032688f90901322e (diff) | |
download | gtk+-c151ab9c678a64fa3699e889d1796ca588a99b03.tar.gz |
Move stuff to correct ChangeLog.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index d6dc0421d5..66f5af1296 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -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 |