summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-12-21 20:40:24 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-12-21 20:40:24 +0000
commit0f1bed1d74cfa48892f82e637f4dbeed7e12417d (patch)
treedcaaad7c11eebe9e28fa17f779c6f2cb1462c34b /gdk-pixbuf/ChangeLog
parentc35978a370298aa89c2993e9d3149ef2b93dfe55 (diff)
downloadgdk-pixbuf-0f1bed1d74cfa48892f82e637f4dbeed7e12417d.tar.gz
Remove redundant size checks, and document that width, height must be > 0.
2006-12-21 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): * gdk-pixbuf.c (gdk_pixbuf_new): Remove redundant size checks, and document that width, height must be > 0. (#343330, Felix Riemann)
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index f2a3f2cbc..fc9901034 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,5 +1,10 @@
2006-12-21 Matthias Clasen <mclasen@redhat.com>
+ * gdk-pixbuf-data.c (gdk_pixbuf_new_from_data):
+ * gdk-pixbuf.c (gdk_pixbuf_new): Remove redundant size
+ checks, and document that width, height must be > 0.
+ (#343330, Felix Riemann)
+
* Makefile.am: Link against GLib. (#341158, Alexey Rusakov)
2006-12-19 Matthias Clasen <mclasen@redhat.com>