diff options
author | Larry Ewing <lewing@gimp.org> | 1999-07-15 06:42:42 +0000 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 1999-07-15 06:42:42 +0000 |
commit | bd943182b7cfff4b0dec2fd64eed82dad6c40484 (patch) | |
tree | 87ed5876bd83e0bae8b6835e09d8c7c216027b86 /gdk-pixbuf/ChangeLog | |
parent | de2313faf354a12f2779252df2c941b20f09fb26 (diff) | |
download | gtk+-bd943182b7cfff4b0dec2fd64eed82dad6c40484.tar.gz |
add raph@gimp.org's fix to the jpeg indexing routine
1999-07-15 Larry Ewing <lewing@gimp.org>
* src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg
indexing routine
* src/testpixbuf.c (main): fix up the file routines a little so
that you can load multiple files given the file names
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 927a3df4e5..78de67eafe 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,11 @@ +1999-07-15 Larry Ewing <lewing@gimp.org> + + * src/io-jpeg.c (image_load): add raph@gimp.org's fix to the jpeg + indexing routine + + * src/testpixbuf.c (main): fix up the file routines a little so + that you can load multiple files given the file names + 1999-07-14 Larry Ewing <lewing@gimp.org> * src/testpixbuf.c (expose_func): added an almost proper expose |