]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-8
Fix many sparse warnings.
[~andy/gtk] / ChangeLog.pre-2-8
index 62ca9d42757ca682fd30a94274d2da3397e9ccc8..aa1cc4e8b17e8cb31dae0fbd0d663b0cf0805416 100644 (file)
@@ -1,11 +1,72 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * *: Clean up many sparse warnings.  (#156698, Kjartan Maraas)
+       
+       * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Disconnect
+       from the remove-widget signal after removing the signal.
+
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+       the dialog with the parent.  (#156557, Paolo Borelli)
+
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * Bump version
+
+       * === Released 2.5.4 ===
+
+       * Makefile.am (EXTRA_DIST): Remove po/makefile.mingw
+
+2004-10-28  Anders Carlsson  <andersca@gnome.org>
+
+       * gtk/gtkclipboard.c: (gtk_clipboard_set_can_store):
+       * gtk/gtkclipboard.h:
+       Make targets const.
+
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/Makefile.am (gtkalias.h): 
+       * gdk/Makefile.am (gdkalias.h): Fix srcdir != builddir build.
+       (#156547, Thomas Fitzsimmons)
+       
+       * NEWS: Updates.
+
+       * gtk/gtkclipboard.c (gtk_clipboard_set_can_store): Silently
+       ignore non-CLIPBOARD clipboards.  (#156610, Christian Persch)
+
+       * gtk/gtksettings.c: Make it build on windows. (#156618,
+       Kazuki IWAMOTO)
+
+2004-10-26  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkimcontextsimple.c (check_hex): Stop preediting if strtoul 
+       couldn't parse the complete preedit string.  (#156434)
+
+       * gtk/gtkmessagedialog.c: 
+       * gtk/gtkfilechooserbutton.c: Add missing includes.  (#156503, 
+       Kazuki IWAMOTO)
+
+       * gtk/gtkimage.h: 
+       * gtk/gtkimage.c (gtk_image_get_icon_name): Make the icon_name 
+       parameter G_CONST_RETURN.
+       
+       * gtk/gtkimage.c: It is enough to listen for screen changes and 
+       style-set to catch all icon theme changes.
+       (gtk_image_set_property): Reset the image size if the pixel size 
+       property is changed.
+
+       * gtk/gtk.symbols: Add new symbols.
+
+       * gdk/x11/gdkdisplay-x11.c (gdk_display_store_clipboard): Fix the 
+       doc comment.
+
 2004-10-26  Anders Carlsson  <andersca@imendio.com>
 
        * gtk/gtktextbuffer.c: (gtk_text_buffer_finalize),
        (create_clipboard_contents_buffer), (clipboard_get_contents_cb),
        (clipboard_clear_contents_cb), (cut_or_copy):
-       Rewrite clipboard handling so that the clipboard contents won't be
-       freed when the text buffer is finalized. Also add clipboard manager support.
-       Fixes #95496.
+       Rewrite clipboard handling so that the clipboard contents 
+       won't be freed when the text buffer is finalized. Also add 
+       clipboard manager support. Fixes #95496.
 
 2004-10-25  Anders Carlsson  <andersca@gnome.org>