Overview of Changes in GTK+ 1.2.9: * Move include files into a gtk-1-2/ subdir to support parallel installation with GTK+-2.0. If you are installing from source on top of a previous version, you should to remove $(includedir)/gdk/ and $(includedir)/gtk/ manually before installing the new version. * Improved submenu navigation. * Other small useability improvements for menus, scrollbars, etc. * Patch enabling themes with better appearance by making some geometry parameters settable. * Changes so that using fonts (as well as fontsets) for non-iso-8859-1 locales will work. * New --with-native-locale configure option for faster string handling on systems with non-broken locale support. * Refuse to initialize GTK+ when setuid (http://www.gtk.org/setuid.html) * Change to make GdkRGB use less SHM segments. * Addition of .pc files * Many bug fixes
13 lines
732 B
Text
13 lines
732 B
Text
$NetBSD: patch-ac,v 1.11 2001/03/10 10:50:38 drochner Exp $
|
|
|
|
--- gtk/Makefile.in.orig Fri Mar 2 20:49:26 2001
|
|
+++ gtk/Makefile.in Wed Mar 7 21:58:19 2001
|
|
@@ -135,7 +135,7 @@
|
|
|
|
# libtool stuff: set version and export symbols for resolving
|
|
libgtkincludedir = $(includedir)/gtk-1.2/gtk
|
|
-libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
|
|
+libgtk_la_LDFLAGS = @STRIP_BEGIN@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -export-dynamic @GLIB_DEPLIBS@ @x_ldflags@ @x_libs@ -lm @STRIP_END@
|
|
|
|
# $(top_builddir)/gdk/libgdk.la
|
|
|