summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorOwen Taylor <owt1@cornell.edu>1998-03-26 20:57:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-03-26 20:57:29 +0000
commita74e338517b9b7cab0b422b4a0361cb0ef50593d (patch)
tree2df15a25c194d797ff32530b4a6f67709432df8b /glib
parentd38e339ebbd65f1667a66992efc39fd7435d6b39 (diff)
downloadgdk-pixbuf-a74e338517b9b7cab0b422b4a0361cb0ef50593d.tar.gz
When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and
Thu Mar 26 15:33:50 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkwidget.c: When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and remove it from the queue instead of doing nothing. * gtk/Makefile.am gdk/Makefile.am: Switch order of includes directories, to make doubly sure that wrong glibconfig.h isn't used. (See also glib/ChangeLog) * gtk/gtkentry.c (gtk_entry_draw_focus): Don't draw the cursor unless the entry is editable. (From: Stefan Jeske <jeske@braunschweig.netsurf.de>)
Diffstat (limited to 'glib')
-rw-r--r--glib/ChangeLog5
-rw-r--r--glib/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/glib/ChangeLog b/glib/ChangeLog
index 71f57cfe9..f231e6c88 100644
--- a/glib/ChangeLog
+++ b/glib/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 25 15:23:37 1998 Owen Taylor <owt1@cornell.edu>
+
+ * Makefile.am: Switched glibconfig.h rule from HEADERS
+ to DATA, so that it is not added to DISTFILES
+
Wed Mar 18 22:27:08 PST 1998
* garray.c: g_rarray_truncate length done correctly
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 0fba3f63b..7ee39bae9 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -22,7 +22,7 @@ libglib_la_SOURCES = \
include_HEADERS = \
glib.h
-configinclude_HEADERS = \
+configinclude_DATA = \
glibconfig.h
libglib_la_LDFLAGS = -version-info 1:0:0