]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
lowercase configure --help output.
[~andy/gtk] / ChangeLog.pre-2-4
index 2b99882724ac368a132155a65adfbd19d1974dad..3845b4226324eab48fc0c9eb1b62fe8feb226995 100644 (file)
@@ -1,5 +1,101 @@
+2002-03-03  Sven Neumann  <sven@gimp.org>
+
+       * m4macros/gtk-2.0.m4: lowercase configure --help output.
+
+Sun Mar  3 06:39:19 2002  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkfilesel.c: added compile time switch to put the tree views
+       into a hpaned for owen to play with.
+
+       * gtk/gtktreedatalist.c (_gtk_tree_data_list_header_free): 
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func),
+       (gtk_tree_view_column_finalize): 
+       * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func),
+       (gtk_tree_store_set_sort_func), (gtk_tree_store_finalize): 
+       * gtk/gtktreeselection.c (gtk_tree_selection_finalize): 
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_reset_default_sort_func),
+       (gtk_tree_model_sort_set_default_sort_func),
+       (gtk_tree_model_sort_set_sort_func):
+       * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func),
+       (gtk_list_store_set_default_sort_func),
+       (gtk_list_store_set_sort_func), (gtk_list_store_finalize): 
+       add reentrancy protection around destroy() function invocation.
+
+       * gtk/gtktreeselection.c (gtk_tree_selection_set_select_function): fix
+       destroy function invocation (which was missing).
+
+Sat Mar  2 23:08:23 2002  Owen Taylor  <otaylor@redhat.com>
+
+       Fixes for uninstalled operation with module suffixes
+       other than .so and in general for platforms like AIX where
+       the module suffix isn't predictable. (#72185, problems
+       reported by Miroslaw Dobrzanski-Neumann)
+
+       * modules/input/Makefile.am (gtk.immodules): Query .la
+       files rather than shared objects in .libs when creating the
+       uninstalled gtk.immodules file.
+
+       * gtk/gtkmain.c (_gtk_find_module): Look for .la files
+       after looking for the normal soname extension to handle
+       cases where the soname extension isn't predictable,
+       like AIX.
+
+       * gtk/gtkthemes.c (gtk_theme_engine_load): Don't
+       call g_module_build_path... leave that to 
+       gtk_rc_find_module_in_path.
+
+       * demos/gtk-demo/main.c (main) demos/pixbuf-init.c (pixbuf_init):
+       tests/testgtk.c (test_init): tests/testtext.c (test_init)
+       tests/testdnd.c (test_init): Point gdk-pixbuf to .la
+       files rather than poking in .libs for .so files.
+
+       * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Remove
+       .libs from GDK_PIXBUF_MODULEDIR.
+
+Sat Mar  2 20:58:30 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_reparent): Handle NO_WINDOW
+       widgets with windows that are children of widget->window.
+       (#50279)
+
+       * tests/testgtk.c: Add eventboxes to the example so that
+       we are reparenting between different GdkWindows.
+
+Sat Mar  2 20:39:38 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock): 
+       Add a note to the docs about how to use this in the 
+       context of changeable accelerators. (#72382, Mark Patton)
+
+Sat Mar  2 19:48:10 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Fix missing -lX11 into x_libs with pangoxft.
+
+Fri Mar  1 00:46:49 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Add a --enable-explicit-deps option to control
+       whether dependency libraries are written into .la files and .pc
+       files.  Default is auto: if static libraries are off and shlib
+       dependencies are found, don't write deps.
+
+       * gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script
+       used to strip dependencies out of .la files.
+
+       * Makefile.am: Add a slightly modified distcheck rule that passes
+       --enable-gtk-doc to the configure inside.
+       (So that 'make dist' succeeds inside.)
+
+       * configure.in: If pango was compiled with
+       --disable-explicit-deps, then repeat the checks for X and
+       freetype ourselves so we don't depend on linking to libraries
+       that pango doesn't reveal in the link line. Add some more paranoia
+       for whether what we detect ourselves matches what Pango backends
+       we found.
+       
 2002-03-03  Tor Lillqvist  <tml@iki.fi>
 
+       * configure.in: Output gdk-pixbuf/gdk_pixbuf.rc.
+
        * gdk/gdk.def
        * gdk/win32/gdkevents-win32.c: Add and (trivially) implement
        gdk_pointer_grab_info_libgtk_only() and