forked from AuroraMiddleware/gtk
Only include the Default and Emacs themes' gtkrc files. Include
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.
This commit is contained in:
parent
1499455d25
commit
fd99f43ac5
10
ChangeLog
10
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user