]> Pileus Git - ~andy/gtk/blobdiff - gdk-pixbuf/ChangeLog
Translation updated by Tino Meinen.
[~andy/gtk] / gdk-pixbuf / ChangeLog
index 1de3ab579a20746a8246502cb2f09aec4a4de9a6..275dbb08383829e02ed60d9b02daed72c0dea9c5 100644 (file)
@@ -1,3 +1,66 @@
+2006-07-23  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.10.1 ===
+
+2006-07-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module) 
+       (gdk_pixbuf_loader_write, gdk_pixbuf_loader_close) 
+       (gdk_pixbuf_loader_ensure_error): Put the code to protect
+       against broken loaders that forget to set error in an
+       auxiliary function and call it in more places.  (#346428,
+        Catmur)
+
+       * io-xbm.c: Fix incremental loading of 
+       xbms.  (#346427, Ed Catmur)
+       Also make the xbm loader accept const variations.
+
+2006-07-02  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.10.0 ===
+
+2006-06-21  Matthias Clasen  <mclasen@redhat.com>
+       
+       * pixops/*.S: NetBSD portability fixes.  (#346374,
+       Thomas Klausner)
+       
+       * === Released 2.9.4 ===
+
+2006-06-12  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.3 ===
+
+2006-06-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.2 ===
+
+2006-05-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.1 ====
+
+2006-05-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.9.0 ===
+
+2006-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-loader.c:
+       * gdk-pixbuf.c: Use G_DEFINE_TYPE.
+
+       * gdk-pixbuf.c: No point in making the error path fast by 
+       caching quarks.
+
+2006-03-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-loader.c (gdk_pixbuf_loader_write): Remove a
+       pointless check, pointed out by Kjartan Maraas.
+
+2006-03-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-loader.c: Add some documentation about
+       supported image formats, and how to find out about them.
+       (#335536, Murray Cumming)
+
 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-animation.c: