]> Pileus Git - ~andy/gtk/commitdiff
Only include the Default and Emacs themes' gtkrc files. Include
authorTor Lillqvist <tml@iki.fi>
Tue, 27 May 2003 18:36:19 +0000 (18:36 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 27 May 2003 18:36:19 +0000 (18:36 +0000)
2003-05-27  Tor Lillqvist  <tml@iki.fi>

* gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.

* gdk/Makefile.am: libgdk-win32-2.0.la depends on
win32/libgdk-win32.la.

* gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/Makefile.am
gtk-zip.sh.in
gtk/gtk.def

index 92a8b0221dca260d1ba136feef6ac53cf94d4aea..0679ae783e53902e6cbd60f31f7595b09950e7e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-05-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
+       files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
+
+       * gdk/Makefile.am: libgdk-win32-2.0.la depends on
+       win32/libgdk-win32.la.
+
+       * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
+
 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
index 92a8b0221dca260d1ba136feef6ac53cf94d4aea..0679ae783e53902e6cbd60f31f7595b09950e7e2 100644 (file)
@@ -1,3 +1,13 @@
+2003-05-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
+       files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
+
+       * gdk/Makefile.am: libgdk-win32-2.0.la depends on
+       win32/libgdk-win32.la.
+
+       * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
+
 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
index 92a8b0221dca260d1ba136feef6ac53cf94d4aea..0679ae783e53902e6cbd60f31f7595b09950e7e2 100644 (file)
@@ -1,3 +1,13 @@
+2003-05-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
+       files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
+
+       * gdk/Makefile.am: libgdk-win32-2.0.la depends on
+       win32/libgdk-win32.la.
+
+       * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
+
 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
index 92a8b0221dca260d1ba136feef6ac53cf94d4aea..0679ae783e53902e6cbd60f31f7595b09950e7e2 100644 (file)
@@ -1,3 +1,13 @@
+2003-05-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
+       files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
+
+       * gdk/Makefile.am: libgdk-win32-2.0.la depends on
+       win32/libgdk-win32.la.
+
+       * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
+
 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
index 92a8b0221dca260d1ba136feef6ac53cf94d4aea..0679ae783e53902e6cbd60f31f7595b09950e7e2 100644 (file)
@@ -1,3 +1,13 @@
+2003-05-27  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk-zip.sh.in: Only include the Default and Emacs themes' gtkrc
+       files. Include share/gtk-doc/{gdk-pixbuf,gdk,gtk}.
+
+       * gdk/Makefile.am: libgdk-win32-2.0.la depends on
+       win32/libgdk-win32.la.
+
+       * gtk/gtk.def: Add gtk_tree_view_column_cell_get_position.
+
 Sat May 24 22:19:13 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtkscrollbar.c (gtk_scrollbar_class_init): Make the minimum
index eae514a3c0867f1a231d4dcc53ea27c024bd27a7..b79fdbf8b95a036428d1dac0f27cd0fbcd3bf94a 100644 (file)
@@ -136,7 +136,7 @@ libgdk_linux_fb_2_0_la_LDFLAGS = $(LDADD)
 libgdk_win32_2_0_la_SOURCES = $(common_sources) gdkkeynames.c
 libgdk_win32_2_0_la_LIBADD = win32/libgdk-win32.la $(GDK_DEP_LIBS) \
   $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la
-libgdk_win32_2_0_la_DEPENDENCIES = gdk.def
+libgdk_win32_2_0_la_DEPENDENCIES = win32/libgdk-win32.la gdk.def
 libgdk_win32_2_0_la_LDFLAGS = -export-symbols gdk.def $(LDADD)
 if HAVE_WINTAB
 libgdk_win32_2_0_la_LIBADD += -Lwin32 -lwntab32x
index 40f96cfc7f24d38b5d6aacef3fb8066c9ed894e3..a60c5ef7cdc7f7cff73aab6ee73e13c2ee77f9ab 100755 (executable)
@@ -17,7 +17,7 @@ EOF
 
 zip $ZIP lib/gtk-2.0/@GTK_BINARY_VERSION@/loaders/*.dll lib/gtk-2.0/@GTK_BINARY_VERSION@/immodules/*.dll
 
-zip $ZIP share/themes/*/gtk-2.0/gtkrc share/themes/*/gtk-2.0-key/gtkrc
+zip $ZIP share/themes/{Default,Emacs}/gtk-2.0{,-key}/gtkrc
 
 zip -r $ZIP lib/locale/*/LC_MESSAGES/gtk20.mo
 
@@ -43,5 +43,8 @@ lib/pkgconfig/gtk+-2.0.pc
 lib/pkgconfig/gtk+-win32-2.0.pc
 share/aclocal/gtk-2.0.m4
 share/gtk-2.0
+share/gtk-doc/html/gdk-pixbuf
+share/gtk-doc/html/gdk
+share/gtk-doc/html/gtk
 EOF
 
index 2f9e52646912ebe1aab45e7e16d893d5cfce7630..ad42ae95ad2f5f81f8090f758799bc5a81bb3515 100755 (executable)
@@ -1843,6 +1843,7 @@ EXPORTS
        gtk_tree_view_collapse_all
        gtk_tree_view_collapse_row
        gtk_tree_view_column_add_attribute
+       gtk_tree_view_column_cell_get_position
        gtk_tree_view_column_cell_get_size
        gtk_tree_view_column_cell_is_visible
        gtk_tree_view_column_cell_set_cell_data