diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-03 04:16:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-03 04:16:30 +0000 |
commit | b47b15f6ba401c735d415e65d1fa7620e3546968 (patch) | |
tree | b75d276379a8b722afc17984453dee763a29ae51 /ChangeLog.pre-2-2 | |
parent | b3c0813b93a2aa0f39a6b06128e2b7ad9cca9175 (diff) | |
download | gtk+-b47b15f6ba401c735d415e65d1fa7620e3546968.tar.gz |
Fixes for uninstalled operation with module suffixes other than .so and in
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.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9f113fade3..c2ec102800 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,9 +1,40 @@ +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): |