diff options
author | Owen Taylor <otaylor@src.gnome.org> | 2002-01-12 00:26:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-12 00:26:25 +0000 |
commit | 73e0e35a046bf741ad6357d36dfb035fa23ae4bf (patch) | |
tree | 8ba9eec6c12c744318e9e574c3eb6434194e3128 /gdk-pixbuf | |
parent | ffcd60398a93ea7f208f4cbae3ae5b7009174253 (diff) | |
download | gdk-pixbuf-73e0e35a046bf741ad6357d36dfb035fa23ae4bf.tar.gz |
Credit Michael Hore for last two changes
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 4a9d2a0ae..b548f247a 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,7 +1,7 @@ Fri Jan 11 18:05:07 2002 Owen Taylor <otaylor@redhat.com> * pixops/pixops.c: Fix integer overflow for the values - passed to the pixel functions. (#55148) + passed to the pixel functions. (#55148, fix from Michael Hore) Fri Jan 11 17:53:58 2002 Owen Taylor <otaylor@redhat.com> @@ -13,7 +13,7 @@ Fri Jan 11 17:53:58 2002 Owen Taylor <otaylor@redhat.com> * pixops/{scale_line_22_33_mmx.S, composite_line_22_4a4_mmx.S: composite_line_color_22_4a4_mmx.S}: Handle the case where - dest <= dest_end properly. (#52001) + dest <= dest_end properly. (#52001, fix from Michael Hore) Thu Jan 10 16:48:30 2002 Owen Taylor <otaylor@redhat.com> |