diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-04-17 19:19:09 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-04-17 19:19:09 +0000 |
commit | eced7172800dd6a5ec5cd5dfca15c4eb80e4b915 (patch) | |
tree | e55bdef263bc1b01d8d9cdf59161094ba4c7685b /README | |
parent | ca2a67b4c6fbed8d99559ab68326f866bb472a89 (diff) | |
download | gtk+-eced7172800dd6a5ec5cd5dfca15c4eb80e4b915.tar.gz |
Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
Tue Apr 17 13:47:12 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
names to compatibility #defines so docs work.
* gtk/gtkenums.h: Remove GtkMenuFactoryType
* gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
* configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
* tests/testgtkrc: No magenta cursors, please.
* README.in INSTALL.in HACKING README.cvs-commits: Updated.
* gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
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.3. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.3.4. 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.3 + Version: 1.3.4 -[ Please substitute 1.3.3 with the version of GTK+ that +[ Please substitute 1.3.4 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.3 +Version: 1.3.4 When I run gtk/testgtk, the button "handle box" is misnamed. There are multiple handle boxes in |