]> 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 d8997cab9510e255c440711bfedd4cd307e011b7..26c325ed43dba06a7648cf06e991ebfdd854556f 100644 (file)
@@ -1,3 +1,72 @@
+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