summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-06-02 16:13:03 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-06-02 16:13:03 +0000
commitdda364c26eeacac0a6a41d89cf291d3671fc570d (patch)
tree85f5bd75eeeda0e2aece5c70f6ed59a82d40a9f7 /ChangeLog.pre-1-4
parent986a39cd511cfd1e09d2af96d803ef37f7f10d50 (diff)
downloadpango-dda364c26eeacac0a6a41d89cf291d3671fc570d.tar.gz
Don't put statements with side-effects inside g_assert()! (#114137, Jeff
Mon Jun 2 12:10:11 2003 Owen Taylor <otaylor@redhat.com> * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs): Don't put statements with side-effects inside g_assert()! (#114137, Jeff Waugh)
Diffstat (limited to 'ChangeLog.pre-1-4')
-rw-r--r--ChangeLog.pre-1-48
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 236e752b..50b3044d 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,9 @@
+Mon Jun 2 12:10:11 2003 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-glyph-item.c (pango_glyph_item_apply_attrs):
+ Don't put statements with side-effects inside g_assert()!
+ (#114137, Jeff Waugh)
+
Thu May 29 20:05:45 2003 Owen Taylor <otaylor@redhat.com>
* === Released 1.2.2 ===
@@ -175,7 +181,7 @@ Tue Apr 15 06:03:39 2003 Owen Taylor <otaylor@redhat.com>
Tue Apr 15 05:47:35 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Don't look for Xft unless we found
- FreeType. (#109753)
+ FreeType. (#109573)
Tue Apr 15 05:34:05 2003 Owen Taylor <otaylor@redhat.com>