summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-67
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index b8f67001ef..1c8daeae69 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,10 @@
+Wed Jul 18 19:28:46 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/*.c: Patch from Matthias Clasen to remove remove
+ all instances of g_return_if_fail (foo != NULL); that are
+ immediately before a g_return_if_fail (GTK_IS_FOO (foo));
+ since the second check catches the NULL anyways.
+
Wed Jul 18 18:23:05 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c