]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Disconnect from the old adjustments signals. (#325869, Jorn Baayen)
[~andy/gtk] / ChangeLog
index ec8845d38f4ab1c716715e90552e90aa0b6ea399..f90157990d8ea50c43d596a923f556f42f23a65a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
+2006-01-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
+       the old adjustments signals.  (#325869, Jorn Baayen)
+
+2006-01-06  Hans Breuer  <hans@breuer.org>
+
+       * tests/makefile.msc : added a bunch of tests
+       * tests/testcellrenderertext.c : use g_snprintf()
+       * tests/testfilechooserbutton.c : don't include unistd.h twice.
+       Removed the unconditional one and added direct.h for G_OS_WIN32
+       
+2006-01-05  Hans Breuer  <hans@breuer.org>
+
+       * gdk/makefile.msc : also recurse into win32 for ::clean
+       * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
+       to simulate links) and file renames
+
+2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
+       instead of -G_MAXUINT.
+       
 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkwindow.c: Only connect to the event if we have
+       a frame, since the handler is only relevant in that case.
+
        * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
        Use a weak reference rather than the destroy signal to track 
        proxies going away.