]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Use correct path to the loaders and immodules directories
[~andy/gtk] / ChangeLog.pre-2-4
index 87841e393469636b1abea191d48f74ec7ff15567..26c325ed43dba06a7648cf06e991ebfdd854556f 100644 (file)
@@ -1,3 +1,143 @@
+2002-05-23  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Use correct path to the loaders and immodules
+       directories (GTK_BINARY_VERSION, not GTK_VERSION).
+
+Wed May 22 16:12:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Require autoconf-2.52 explicitely,
+       since otherwise Debian will process it with 2.13 (ugh!).
+
+Wed May 22 12:29:20 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): remove
+       GTK_RESIZE_QUEUE setting.
+
+Tue May 21 16:46:15 2002  Owen Taylor  <otaylor@redhat.com>
+       * gdk/x11/gdkdisplay-x11.c (gdk_internal_connection_watch): 
+       Fix missing dereference. (HideToshi Tajima)
+Mon May 20 15:02:21 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/x11/gdkdisplay-x11.c: Patch from HideToshi Tajima
+       to handle Xlib internal connections. (#76681)
+
+Mon May 20 12:59:14 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtktooltips.c: Set the private LEAVE_PENDING
+       flag to fix problem where with menu items with
+       submenus, tooltips were getting stuck. (Effectively
+       disables tooltips for menu items with submenus.)
+       (Bug #75961, Soeren Sandmann)
+
+       * tests/testgtk.c: Set a tooltip on a menu item
+       with a submenu.
+
+Mon May 20 11:47:59 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkplug.c: Undo an accidental revert of
+       fixes of May 16. (Caught by Padraig O'Briain)
+       * gtk/gtkctree.c (cell_size_request): Fix bug where
+       size request for text cells was being overwritten.
+       (#82264, Graham Swallow.)
+
+2002-05-18  Matthias Clasen  <maclas@gmx.de>
+
+       * configure.in: Check for endianness. Sorry about REBUILD_PNGS...
+
+Fri May 17 16:05:34 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (REBUILD_PNGS): Re-add REBUILD_PNGS
+       definition that got accidentally removed.
+
+Fri May 17 14:40:24 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave): 
+       Protect against reentrancy problems by emitting 
+       ::preedit_changed at the end, fixing input context
+       leak. (Yao Zhang)
+
+       * modules/input/gtkimcontextxim.c (status_window_free): 
+       Patch from Federico Mena Quintero to fix problem where
+       references to IMContextXIM were kept around after
+       module was unloaded. (#77008)
+
+       * gtk/gtkdnd.c (gtk_drag_dest_set): NULL initialize
+       proxy window.
+
+Fri May 17 13:56:23 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkplug.c (gtk_plug_filter_func): Fix a missing
+       unref in the local/passive case. (#82067, Michael
+       Meeks)
+       * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Fix
+       reference leak on the plug window.
+       * tests/testsocket.c (add_child): Fix memory leak.
+       * gtk/gtkdnd.c (gtk_drag_dest_site_destroy): Unref
+       the proxy window.
+Thu May 16 19:49:24 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkwindow.c (gtk_window_configure_event): Only 
+       optimize out the full configure handling if we got
+       a gratuitous configure event(configure_request_count == 0)
+       and the size didn't change.
+       * gtk/gtkwindow.c (gtk_window_move_resize): Use 
+       g_message(), not g_print() for debug spew.b
+       * gtk/gtkwindow.c (gtk_window_real_set_focus): Ref
+       the old and new focus widgets for the scope of
+       the function.
+       * gtk/gtksocket.c gtkplug.c: Remove various #if 0'd
+       bits of old code.
+ Thu May 16 18:47:29 2002  Owen Taylor  <otaylor@redhat.com>
+       * gtk/gtkwindow.c (gtk_window_show): Disable the
+       focus-some-widget code for GtkPlug descendants.
+       * gtk/gtkplug.c (gtk_plug_focus_event): Eat 
+       focus-in/out events since they can be generated
+       by keyboard grabs, but are spurious for an embeddded
+       widget. (#79196, Padraig O'Briain)
+       * gtk/gtksocket.c (gtk_socket_size_request): Only
+       pay attention to the minimum size hints, and changes
+       to that ... ignore the default size.
+       * gtk/gtksocket.c (gtk_socket_send_configure_event):
+       Pass in root-window relative coordinates as per
+       the ICCCM.
+       * gtk/gtksocket.c (gtk_socket_size_allocate): Send
+       as many synthetic configures as necessary to make
+       up for ConfigureRequest events we got. (#78799,
+       Dave Camp.)
+
+Thu May 16 23:59:56 2002  Kristian Rietveld  <kris@gtk.org>
+
+       Merged from gtk-2-0.
+
+       * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed): set the prev
+       of the next node correctly, so we don't corrupt the list and cause
+       bad things. (fixes #71374)
+Thu May 16 17:29:08 2002  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkrbtree.c (_gtk_rbtree_remove): include missing #ifdef G_ENABLE_DEBUG
+
+Thu May 16 15:44:15 2002  Owen Taylor  <otaylor@redhat.com>
+
+        * demos/gtk-demo/editable_cells.c (cell_edited): Fix
+       typo in earlier patch.
+
 Tue May  7 15:50:51 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):