]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Remove the result file on error. (#79929, David Highley)
[~andy/gtk] / ChangeLog.pre-2-4
index b6bba94aa6c3e3a02816c390a31314f605e7edfd..dd6db2fe2ee2fdbf2a96962c459eefdd661db564 100644 (file)
@@ -1,3 +1,212 @@
+Tue May 14 18:41:58 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): 
+       Remove the result file on error. (#79929, David
+       Highley)
+
+       * gtk/gtkoptionmenu.c (gtk_option_menu_remove_menu):
+       If the menu is currently active, cancel it before
+       setting the new menu. (#79162, Jonathan Blandford.)
+
+Tue May 14 18:13:10 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Fix
+       prepending at the start of the list. (#56349,
+       Thomas Leonard.)
+
+       * gtk/gtksignal.h (gtk_signal_disconnect_by_func): Add
+       explicit casts to GSignalMatchType for C++ compatibility.
+       (#77601)
+
+Tue May 14 18:02:37 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_realize): Fix
+       frame_right/frame_top screwup. (Detlef Reichl,
+       #78111)
+
+       * gtk/Makefile.am (install-data-local): Use
+       $(INSTALL_DATA) not $(INSTALL) when installing
+       theme files. (#77094, Ben Liblit)
+
+Tue May 14 17:30:57 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkctree.c gtk/gtkclist.c: Fix format of 
+       selection data to be 8 rather than GTK_TYPE_POINTER.
+       (#79751, James Henstridge)
+       
+       * gtk/gtkmenu.c (gtk_menu_key_press): Call 
+       gtk_accelerator_valid() with cleaned up
+       accel_key/accel_mods, not the raw values from
+       the event. (#80513, Havoc Pennington.)
+
+       * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Remove
+       some dead code that set the tearoff window not 
+       resizable and removed decorations. (#80235)
+
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
+Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
+       Add a sanity g_return_if_fail() check for the depths
+       for the window and pixmap. (#79191, Shivaram Upadhyayula)
+
+Tue May 14 15:09:33 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c: Try adding a #ifndef/#define
+       for XkbKeySymEntry to make up for OSF broken 
+       XKB extension. (#77819, Gareth Pearce)
+
+       * gtk/gtklayout.c: Clamp the upper values in response
+       to ::size-allocate if necessary. (#81290, Christophe Saout)
+       
+       * gtk/gtkcombo.c (gtk_combo_entry_focus_out): Handle
+       combo being destroyed before idle fires.
+       (#81396, Timo Sirainen)
+
+Tue May 14 11:21:19 2002  Owen Taylor  <otaylor@redhat.com>
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): 
+       Discard configure events from SubstructureNotify.
+       (#81760, Rich Burridge)
+       * gtk/gtkfontsel.c (cmp_families): Use g_utf8_strcoll(), not
+       strcmp().
+       * gtk/gtkmenuitem.c (gtk_menu_item_size_allocate): Clamp 
+       width of child allocation to >= 1. (Fixes warnings from
+       #77639, Martin Schulze)
+       
+2002-05-14  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcontainer.c (gtk_container_class_install_child_property): 
+       (gtk_container_class_find_child_property): 
+       (gtk_container_class_list_child_properties): 
+       * gtk/gtkwidget.c (gtk_widget_class_find_style_property): 
+       (gtk_widget_class_list_style_properties): Change parameter names
+       to match the header file and the documentation.
+
+2002-05-13 Vitaly Tishkov <tvv@sparc.spb.su>
+
+        * gtk/gtkfilesel.c
+        * gtk/gtkplug.c 
+        * gtk/gtkwidget.c
+        * gtk/gtkwindow.c
+        a few typos in docs were fixed
+
+2002-05-10  Daniel Elstner  <daniel.elstner@gmx.net>
+
+       [ merge from stable ]
+
+       * gtk/gtktreemodel.c: #define INITIALIZE_TREE_ITER(),
+       which zeroes out all GtkTreeIter fields. (#81380)
+       (gtk_tree_model_get_iter): Use it.
+       (gtk_tree_model_iter_children): ditto
+       (gtk_tree_model_iter_nth_child): ditto
+       (gtk_tree_model_iter_parent): ditto
+
+2002-05-08  Michael Natterer  <mitch@gimp.org>
+
+       * configure.in: fixed yesterdays fix for cross compiling: simply
+       check the variable "cross_compiling" which gets set by autoconf.
+
+Wed May  8 16:14:49 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktreeview.c 
+       (gtk_tree_view_init): set_redraw_on_allocate (FALSE);
+       (gtk_tree_view_size_allocate): invalidate last column if width
+       changed.
+       (gtk_tree_view_bin_expose): skip over cells that aren't in
+       event->region
+
+Tue May  7 18:36:03 2002  Owen Taylor  <otaylor@redhat.com>
+       * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
+       Check for selection_atom, not property name atom.
+2002-05-07  Michael Natterer  <mitch@gimp.org>
+
+       * configure.in: added a new conditional CROSS_COMPILING which
+       indicates ($build != $host). If it is set, look for
+       gdk-pixbuf-csource in PATH. Error out if it was not found.
+
+       * gtk/stock-icons/Makefile.am: use the gdk-pixbuf-csource found at
+       configure time if CROSS_COMPILING is set, use the one which was
+       just built otherwise.
+
+2002-05-07  Anders Carlsson  <andersca@gnu.org>
+
+       * gdk/x11/xsettings-client.c (xsettings_client_process_event): 
+       Only process manager events with the correct atom.
+
+2002-05-07  Matthias Clasen  <maclas@gmx.de>
+
+       Fix for #79248:
+       
+       * gdk/x11/gdkwindow-x11.c (gdk_window_new): 
+       (gdk_window_set_events): Always select for property notify for
+       maintaining window state.
+
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): Only propagate
+       property notifys if they were selected by gdk_window_set_events.
+
+Mon May  6 23:48:14 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_map_expanded_rows_helper): call
+       func on current node before the child nodes.
+
+Mon May  6 23:17:42 2002  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow):
+       unset user_data before destroying the window. (fixes #80065).
+
+Mon May  6 12:17:14 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix versioning to avoid changing the
+       soname!
+
+       [ merge from stable ]
+
+       * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
+
+       * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
+       compiling "what went wrong" test case. (#79329)
+
+       * m4macros/gtk-2.0.m4: Remove reference to editing
+       pkg-config script. (From Jim Gettys)
+
+02-05-05  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Bump version to 2.1.0, binary, interface age 0.
+
+       * gtk/gtkcontainer.c (gtk_container_class_list_child_properties): 
+       (gtk_container_class_find_child_property): Document.
+
+       * gtk/gtkwidget.c: 
+       * gtk/gtkwidget.h: New functions gtk_widget_class_list_child_properties
+       and gtk_widget_class_find_child_property.  (#80652)
+       
 Sun May  5 15:56:50 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in: Fix problem with == in test argument.