diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-14 16:38:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-14 16:38:04 +0000 |
commit | c879883dc650f7fbec9ccdfc5c047bce1bb08b6f (patch) | |
tree | 883259278c6470ba384ec68ad68cd61a24cbd901 /README | |
parent | 5dd656fa8d7da168ef2c11e0238f77a8e406db17 (diff) | |
download | gtk+-c879883dc650f7fbec9ccdfc5c047bce1bb08b6f.tar.gz |
Fix srcdir != builddir
Mon Nov 13 14:43:48 2000 Owen Taylor <otaylor@redhat.com>
* demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
* gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
* gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
srcdir != builddir
* modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
* configure.in (GTK_VERSION): Up to 1.3.2
* modules/input/Makefile.am (im_xim_la_SOURCES): Add
gtkimcontextxim.h
* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
missing doc comment.
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.1. GTK+, which stands for the Gimp ToolKit, +This is GTK+ version 1.3.2. 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.1 + Version: 1.3.2 -[ Please substitute 1.3.1 with the version of GTK+ that +[ Please substitute 1.3.2 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.1 +Version: 1.3.2 When I run gtk/testgtk, the button "handle box" is misnamed. There are multiple handle boxes in |