]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Add setters for the ::sensitive and ::visible properties of GtkAction.
[~andy/gtk] / ChangeLog
index a8feec758be4bd0ce17567237162caddfee59e30..56139ec89a8a1525af0fc420b1632b88473b1ae3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,121 @@
+Wed Aug 11 23:14:25 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkaction.h:
+       * gtk/gtkaction.c (gtk_action_set_sensitive): 
+       (gtk_action_set_visible): Add setters for the ::sensitive
+       and ::visible properties of GtkAction.  (#149622, David Malcolm)
+
+2004-08-11  Federico Mena Quintero  <federico@ximian.com>
+
+       Fix #149422, #143457:
+
+       * gtk/gtkfilechooserdefault.c
+       (gtk_file_chooser_default_should_respond): Rewrite to take the
+       current focus into account, the contents of the save entry, and
+       the last focus for the shortcuts list.
+       (switch_to_selected_folder): We don't need an assertion on the
+       action here.
+
+Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkinternals.h: 
+       * gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
+
+       * gtk/abicheck.sh: Check all symbols.
+
+Wed Aug 11 19:20:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row): 
+       Don't start a drag if the treeview is only a 
+       drag destination.  (#149836, Pawel Salek)
+
+2004-08-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreedatalist.[hc]: 
+       * gtk/gtkliststore.c:
+       * gtk/gtktreestore.c: Underscore-prefix 
+       gtk_tree_data_list_compare_func. 
+
+       * gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.
+
+       * gtk/makegtkalias.pl: No need to include gtktreedatalist.h 
+       any more.
+
+2004-08-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/Makefile.am: 
+       * gtk/Makefile.am: Define TESTS, not TEST, so that make check
+       actually triggers abicheck.sh.
+
+       * gdk/makegdkalias.pl: 
+       * gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.
+
+       * gdk/makegdkalias.pl: 
+       * gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
+       
+       * gtk/Makefile.am: Include gtkalias.h in the generated
+       sources gtkmarhalers.c and gtkmarshal.c.
+
+       * gtk/makegtkalias.pl: Cosmetic fix.
+
+       * gdk/Makefile.am: Remove the . which was accidentally added
+       to SUBDIRS. Include gdkalias.h in the generated sources 
+       gdkenumtypes.c and gdkmarshalers.c.
+
+       * gdk/makegdkalias.pl: Cosmetic fix.
+
+       * gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.
+
+2004-08-09  Hans Breuer  <hans@breuer.org>
+
+       * gtk/makefile.msc.in : autogenerate gtk.def, cleanup
+
+       * gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c : 
+       removed long time unused ifdef/ed code (WITHOUT_WM_CREATE), 
+       removed duplicated call to gdk_window_set_cursor()
+
+Mon Aug  9 15:41:17 2004  Matthias Clasen  <maclas@gmx.de>
+
+       Add hidden aliases for exported symbols which are
+       used internally in order to get rid of many PLT 
+       entries.  (#145519, Arjan van de Ven)
+       
+       * gdk/Makefile.am: Add rules to generate gdk.def and 
+       gdkalias.h from gdk.symbols, and make make check check 
+       the abi with abicheck.sh.
+
+       * gdk/gdk.symbols: New file. Definition of the GDK ABI.
+       The file can be processed by cpp to filter out certain 
+       subsets of symbols.
+
+       * gdk/abicheck.sh: New file. Script to check the actually 
+       symbols exported from libgdk-x11.2.0.so against the symbols
+       found in gdk.symbols.
+
+       * gdk/makegdkalias.pl: New file. Perl script to generate the 
+       header containing the alias definitions for internally used 
+       exported symbols from a list of symbols.
+
+       * gdk/*.c, gdk/x11/*.c: Include gdkalias.h
+       
+2004-08-09  Morten Welinder  <terra@gnome.org>
+
+       * gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.
+
+Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/makegtkalias.pl: Also revert 
+       GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
+
+Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdk.h: 
+       * gdk/gdkrgb.h: Add the exported functions 
+       gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
+       gdk_keyboard_grab_info_libgtk_only() to the appropriate
+       headers.
+
 Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse): 
@@ -10,8 +128,8 @@ Mon Aug  9 12:48:04 2004  Matthias Clasen  <maclas@gmx.de>
        entries.  (#145519, Arjan van de Ven)
        
        * gtk/Makefile.am: Add rules to generate gtk.def and 
-       from gtk.symbols, and make make check check the abi 
-       with abicheck.sh.
+       gtkalias.h from gtk.symbols, and make make check check 
+       the abi with abicheck.sh.
        (gtk_private_h_sources): Add gtkinternals.h
        (gtk_built_private_headers): Add gtkalias.h
        (gtk_extra_sources): Add gtk.symbols