]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
stylecontext: Do invalidation on first resize container
[~andy/gtk] / ChangeLog.pre-2-6
index ce76157f3b4cce2b08c28afa099848da698de3f5..7f1551ff776e45f3c1bc2912b4854691785f1130 100644 (file)
@@ -1,5 +1,46 @@
+2004-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+       * === Released 2.6.0 ===
+
+       * gtk/gtkmenuitem.c: Add a forgotten cast.  (Morten Welinder) 
+
+       * gtk/gtkfilechooserbutton.c: Add another forgotten include. (Morten
+       Welinder)
+
+2004-12-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c (dialog_response_cb): Only unblock the handlers
+       if they are blocked.
+
+       * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): Don't
+       crash if enable_search is FALSE.  (#161267, Jorn Baayen)
+
+       * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_mnemonic_activate): 
+       Re-fix #152925, reported by Dennis Cranston.
+
 2004-12-15  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.c: Add missing includes.
+
+       * configure.in: Require glib 2.6.0 for 
+       g_filename_display_basename.
+
+       * gtk/gtkentrycompletion.[hc]: Make the prefix parameter 
+       to the insert-prefix signal a const gchar* instead of a 
+       gchar*.  (#161415, Murray Cumming)
+       Also remove an unused static function.
+
+2004-12-15  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info):
+       Use g_filename_display_basename to calculate display name.
+
+2004-12-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/abicheck.sh: Strip out PRIVATE
+
        * NEWS: Updates
 
        * gtk/gtkmenushell.c (gtk_menu_shell_select_submenu_first)