diff options
author | Tim Janik <timj@gtk.org> | 2001-04-04 03:01:35 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-04-04 03:01:35 +0000 |
commit | 2423d86b3d0ccb2863e498c7aabf2cf7535edc52 (patch) | |
tree | c031d07fa45cf389e41342041e83f892a38a9957 /README | |
parent | 2fe6c1d47c07bc81230a5e52c7fe0bd0f1d4c074 (diff) | |
download | gtk+-2423d86b3d0ccb2863e498c7aabf2cf7535edc52.tar.gz |
stay in builddir and read/write files to/from source dir. (if we don't
Wed Apr 4 04:13:18 2001 Tim Janik <timj@gtk.org>
* gtk/stock-icons/Makefile.am: stay in builddir and read/write
files to/from source dir. (if we don't stay in builddir, we
can't reach make-inline-pixbuf.
* gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
deps.
* configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
ages 0).
Wed Apr 4 01:26:04 2001 Tim Janik <timj@gtk.org>
* gdk-pixbuf/Makefile.am: disabled "for i in $(HTML_IMAGES) ;"
dist-hook because $(HTML_IMAGES) is empty.
* gtk/Makefile.am: same here.
* gdk/Makefile.am: same here. touched gdk.types since make rules
require it ;(
Wed Apr 4 01:41:02 2001 Tim Janik <timj@gtk.org>
* pixops/Makefile.am (noinst_LTLIBRARIES): include $top_srcdir
so we don't try to get <gtk/gtkobject.h> from standard search
paths.
* Makefile.am (gdk-pixbuf-marshal.c): use deps from srcdir.
add gdk-pixbuf-marshal.list to EXTRA_DIST.
take gdk-pixbuf-marshal.h out of _la sources.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 1.3.2. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.3.3. GTK+, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces for the X Window System. It is designed to be small, efficient, and flexible. GTK+ is written in C with a very object-oriented approach. @@ -37,9 +37,9 @@ version number. This should be separated by a blank line from the actual headers. Package: gtk+ - Version: 1.3.2 + Version: 1.3.3 -[ Please substitute 1.3.2 with the version of GTK+ that +[ Please substitute 1.3.3 with the version of GTK+ that you have installed ] Then describe the bug. Include: @@ -82,7 +82,7 @@ From: yourname@your.address.org Subject: handlebox test in testgtk is misnamed. Package: gtk+ -Version: 1.3.2 +Version: 1.3.3 When I run gtk/testgtk, the button "handle box" is misnamed. There are multiple handle boxes in |