forked from AuroraMiddleware/gtk
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:
parent
2ab408a700
commit
3d19b7ce55
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
@ -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>
|
||||
|
||||
* gdk/gdkpixmap.c: Added maximum field widths to prevent
|
||||
|
113
Makefile.am
113
Makefile.am
@ -10,60 +10,65 @@ EXTRA_DIST = \
|
||||
gtk.m4 \
|
||||
makecopyright \
|
||||
TODO \
|
||||
examples/gtkdial/Makefile \
|
||||
examples/gtkdial/dial_test.c \
|
||||
examples/gtkdial/gtkdial.h \
|
||||
examples/gtkdial/gtkdial.c \
|
||||
examples/helloworld/Makefile \
|
||||
examples/helloworld/helloworld.c \
|
||||
examples/helloworld2/Makefile \
|
||||
examples/helloworld2/helloworld2.c \
|
||||
examples/scribble-simple/Makefile \
|
||||
examples/scribble-simple/scribble-simple.c \
|
||||
examples/tictactoe/Makefile \
|
||||
examples/tictactoe/tictactoe.h \
|
||||
examples/tictactoe/tictactoe.c \
|
||||
examples/tictactoe/ttt_test.c \
|
||||
examples/buttons/Makefile \
|
||||
examples/buttons/info.xpm \
|
||||
examples/buttons/buttons.c \
|
||||
examples/packbox/Makefile \
|
||||
examples/packbox/packbox.c \
|
||||
examples/entry/Makefile \
|
||||
examples/entry/entry.c \
|
||||
examples/eventbox/Makefile \
|
||||
examples/eventbox/eventbox.c \
|
||||
examples/list/Makefile \
|
||||
examples/list/list.c \
|
||||
examples/menu/Makefile \
|
||||
examples/menu/menufactory.h \
|
||||
examples/menu/menu.c \
|
||||
examples/menu/mfmain.c \
|
||||
examples/menu/menufactory.c \
|
||||
examples/menu/mfmain.h \
|
||||
examples/notebook/Makefile \
|
||||
examples/notebook/notebook.c \
|
||||
examples/pixmap/Makefile \
|
||||
examples/pixmap/pixmap.c \
|
||||
examples/progressbar/Makefile \
|
||||
examples/progressbar/progressbar.c \
|
||||
examples/table/Makefile \
|
||||
examples/table/table.c \
|
||||
examples/radiobuttons/Makefile \
|
||||
examples/radiobuttons/radiobuttons.c \
|
||||
examples/rulers/Makefile \
|
||||
examples/rulers/rulers.c \
|
||||
examples/scrolledwin/Makefile \
|
||||
examples/scrolledwin/scrolledwin.c \
|
||||
examples/wheelbarrow/Makefile \
|
||||
examples/wheelbarrow/wheelbarrow.c \
|
||||
examples/statusbar/Makefile \
|
||||
examples/statusbar/statusbar.c \
|
||||
examples/selection/Makefile \
|
||||
examples/selection/gettargets.c \
|
||||
examples/selection/setselection.c \
|
||||
examples/filesel/Makefile \
|
||||
examples/filesel/filesel.c
|
||||
examples/aspectframe/Makefile \
|
||||
examples/aspectframe/aspectframe.c \
|
||||
examples/buttons/Makefile \
|
||||
examples/buttons/buttons.c \
|
||||
examples/buttons/info.xpm \
|
||||
examples/entry/Makefile \
|
||||
examples/entry/entry.c \
|
||||
examples/eventbox/Makefile \
|
||||
examples/eventbox/eventbox.c \
|
||||
examples/filesel/Makefile \
|
||||
examples/filesel/filesel.c \
|
||||
examples/gtkdial/Makefile \
|
||||
examples/gtkdial/dial_test.c \
|
||||
examples/gtkdial/gtkdial.c \
|
||||
examples/gtkdial/gtkdial.h \
|
||||
examples/helloworld/Makefile \
|
||||
examples/helloworld/helloworld.c \
|
||||
examples/helloworld2/Makefile \
|
||||
examples/helloworld2/helloworld2.c \
|
||||
examples/list/Makefile \
|
||||
examples/list/list.c \
|
||||
examples/menu/Makefile \
|
||||
examples/menu/menu.c \
|
||||
examples/menu/menufactory.c \
|
||||
examples/menu/menufactory.h \
|
||||
examples/menu/mfmain.c \
|
||||
examples/menu/mfmain.h \
|
||||
examples/notebook/Makefile \
|
||||
examples/notebook/notebook.c \
|
||||
examples/packbox/Makefile \
|
||||
examples/packbox/packbox.c \
|
||||
examples/paned/Makefile \
|
||||
examples/paned/paned.c \
|
||||
examples/pixmap/Makefile \
|
||||
examples/pixmap/pixmap.c \
|
||||
examples/progressbar/Makefile \
|
||||
examples/progressbar/progressbar.c \
|
||||
examples/radiobuttons/Makefile \
|
||||
examples/radiobuttons/radiobuttons.c \
|
||||
examples/rulers/Makefile \
|
||||
examples/rulers/rulers.c \
|
||||
examples/scribble-simple/Makefile \
|
||||
examples/scribble-simple/scribble-simple.c \
|
||||
examples/scrolledwin/Makefile \
|
||||
examples/scrolledwin/scrolledwin.c \
|
||||
examples/selection/Makefile \
|
||||
examples/selection/gettargets.c \
|
||||
examples/selection/setselection.c \
|
||||
examples/statusbar/Makefile \
|
||||
examples/statusbar/statusbar.c \
|
||||
examples/table/Makefile \
|
||||
examples/table/table.c \
|
||||
examples/tictactoe/Makefile \
|
||||
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
|
||||
|
7
NEWS
7
NEWS
@ -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:
|
||||
|
||||
* Added examples directory, even more examples soon
|
||||
|
2
README
2
README
@ -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.
|
||||
|
||||
The official ftp site is:
|
||||
|
@ -6,7 +6,7 @@ cflags_set=${CFLAGS+set}
|
||||
|
||||
GTK_MAJOR_VERSION=0
|
||||
GTK_MINOR_VERSION=99
|
||||
GTK_MICRO_VERSION=9
|
||||
GTK_MICRO_VERSION=10
|
||||
GTK_VERSION=$GTK_MAJOR_VERSION.$GTK_MINOR_VERSION.$GTK_MICRO_VERSION
|
||||
|
||||
# For automake.
|
||||
|
4
examples/find-examples.sh
Executable file
4
examples/find-examples.sh
Executable 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"
|
@ -1,5 +1,5 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define ver 0.99.9
|
||||
%define ver 0.99.10
|
||||
%define rel SNAP
|
||||
%define prefix /usr
|
||||
|
||||
@ -37,6 +37,10 @@ and GTK is a widget set for creating user interfaces.
|
||||
|
||||
%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>
|
||||
|
||||
- Changed version to 0.99.9
|
||||
|
Loading…
Reference in New Issue
Block a user