Changes for GTK+ 0.99.10

Tue Apr  7 23:06:00 1998  Owen Taylor  <owt1@cornell.edu>

	* Changes for GTK+ 0.99.10

	* examples/find-examples.sh: Script to find all the
	files we need to distribute from the examples directory.
This commit is contained in:
Owen Taylor
1998-04-08 04:07:01 +00:00
committed by Owen Taylor
parent 2ab408a700
commit 3d19b7ce55
13 changed files with 126 additions and 57 deletions

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -1,3 +1,10 @@
Tue Apr 7 23:06:00 1998 Owen Taylor <owt1@cornell.edu>
* Changes for GTK+ 0.99.10
* examples/find-examples.sh: Script to find all the
files we need to distribute from the examples directory.
Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu> Tue Apr 7 19:14:03 1998 Owen Taylor <owt1@cornell.edu>
* gdk/gdkpixmap.c: Added maximum field widths to prevent * gdk/gdkpixmap.c: Added maximum field widths to prevent

View File

@ -10,60 +10,65 @@ EXTRA_DIST = \
gtk.m4 \ gtk.m4 \
makecopyright \ makecopyright \
TODO \ TODO \
examples/gtkdial/Makefile \ examples/aspectframe/Makefile \
examples/gtkdial/dial_test.c \ examples/aspectframe/aspectframe.c \
examples/gtkdial/gtkdial.h \ examples/buttons/Makefile \
examples/gtkdial/gtkdial.c \ examples/buttons/buttons.c \
examples/helloworld/Makefile \ examples/buttons/info.xpm \
examples/helloworld/helloworld.c \ examples/entry/Makefile \
examples/helloworld2/Makefile \ examples/entry/entry.c \
examples/helloworld2/helloworld2.c \ examples/eventbox/Makefile \
examples/scribble-simple/Makefile \ examples/eventbox/eventbox.c \
examples/scribble-simple/scribble-simple.c \ examples/filesel/Makefile \
examples/tictactoe/Makefile \ examples/filesel/filesel.c \
examples/tictactoe/tictactoe.h \ examples/gtkdial/Makefile \
examples/tictactoe/tictactoe.c \ examples/gtkdial/dial_test.c \
examples/tictactoe/ttt_test.c \ examples/gtkdial/gtkdial.c \
examples/buttons/Makefile \ examples/gtkdial/gtkdial.h \
examples/buttons/info.xpm \ examples/helloworld/Makefile \
examples/buttons/buttons.c \ examples/helloworld/helloworld.c \
examples/packbox/Makefile \ examples/helloworld2/Makefile \
examples/packbox/packbox.c \ examples/helloworld2/helloworld2.c \
examples/entry/Makefile \ examples/list/Makefile \
examples/entry/entry.c \ examples/list/list.c \
examples/eventbox/Makefile \ examples/menu/Makefile \
examples/eventbox/eventbox.c \ examples/menu/menu.c \
examples/list/Makefile \ examples/menu/menufactory.c \
examples/list/list.c \ examples/menu/menufactory.h \
examples/menu/Makefile \ examples/menu/mfmain.c \
examples/menu/menufactory.h \ examples/menu/mfmain.h \
examples/menu/menu.c \ examples/notebook/Makefile \
examples/menu/mfmain.c \ examples/notebook/notebook.c \
examples/menu/menufactory.c \ examples/packbox/Makefile \
examples/menu/mfmain.h \ examples/packbox/packbox.c \
examples/notebook/Makefile \ examples/paned/Makefile \
examples/notebook/notebook.c \ examples/paned/paned.c \
examples/pixmap/Makefile \ examples/pixmap/Makefile \
examples/pixmap/pixmap.c \ examples/pixmap/pixmap.c \
examples/progressbar/Makefile \ examples/progressbar/Makefile \
examples/progressbar/progressbar.c \ examples/progressbar/progressbar.c \
examples/table/Makefile \ examples/radiobuttons/Makefile \
examples/table/table.c \ examples/radiobuttons/radiobuttons.c \
examples/radiobuttons/Makefile \ examples/rulers/Makefile \
examples/radiobuttons/radiobuttons.c \ examples/rulers/rulers.c \
examples/rulers/Makefile \ examples/scribble-simple/Makefile \
examples/rulers/rulers.c \ examples/scribble-simple/scribble-simple.c \
examples/scrolledwin/Makefile \ examples/scrolledwin/Makefile \
examples/scrolledwin/scrolledwin.c \ examples/scrolledwin/scrolledwin.c \
examples/wheelbarrow/Makefile \ examples/selection/Makefile \
examples/wheelbarrow/wheelbarrow.c \ examples/selection/gettargets.c \
examples/statusbar/Makefile \ examples/selection/setselection.c \
examples/statusbar/statusbar.c \ examples/statusbar/Makefile \
examples/selection/Makefile \ examples/statusbar/statusbar.c \
examples/selection/gettargets.c \ examples/table/Makefile \
examples/selection/setselection.c \ examples/table/table.c \
examples/filesel/Makefile \ examples/tictactoe/Makefile \
examples/filesel/filesel.c examples/tictactoe/tictactoe.c \
examples/tictactoe/tictactoe.h \
examples/tictactoe/ttt_test.c \
examples/wheelbarrow/Makefile \
examples/wheelbarrow/wheelbarrow.c \
examples/find-examples.sh
m4datadir = $(datadir)/aclocal m4datadir = $(datadir)/aclocal

7
NEWS
View File

@ -1,3 +1,10 @@
Overview of Changes in GTK+ 0.99.10:
* Lots of bug fixes
* Documentation improvements
* Better looking handlebox
* A few convenience functions
Overview of Changes in GTK+ 0.99.9: Overview of Changes in GTK+ 0.99.9:
* Added examples directory, even more examples soon * Added examples directory, even more examples soon

2
README
View File

@ -1,5 +1,5 @@
This is GTK+ version 0.99.9. GTK, which stands for the Gimp ToolKit, This is GTK+ version 0.99.10. GTK, which stands for the Gimp ToolKit,
is a library for creating graphical user interfaces. is a library for creating graphical user interfaces.
The official ftp site is: The official ftp site is:

View File

@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
GTK_MAJOR_VERSION=0 GTK_MAJOR_VERSION=0
GTK_MINOR_VERSION=99 GTK_MINOR_VERSION=99
GTK_MICRO_VERSION=9 GTK_MICRO_VERSION=10
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
# For automake. # For automake.

4
examples/find-examples.sh Executable file
View File

@ -0,0 +1,4 @@
find . -name CVS -prune -o \
-not \( -type d -o -name Makefile.am -o -name find-examples.sh \) -print |
sed 's%\./\(.*\)% examples/\1 \\%'
echo " examples/find-examples.sh"

View File

@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package # Note that this is NOT a relocatable package
%define ver 0.99.9 %define ver 0.99.10
%define rel SNAP %define rel SNAP
%define prefix /usr %define prefix /usr
@ -37,6 +37,10 @@ and GTK is a widget set for creating user interfaces.
%changelog %changelog
* Tue Apr 7 1998 Owen Taylor <otaylor@gtk.org>
- Changed version to 0.99.10
* Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org> * Thu Mar 19 1998 Shawn T. Amundson <amundson@gimp.org>
- Changed version to 0.99.9 - Changed version to 0.99.9