summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertram Felgenhauer <int-e@gmx.de>2005-09-29 17:35:34 +0000
committerBertram Felgenhauer <int-e@gmx.de>2005-09-29 17:35:34 +0000
commit1f515c6e6cf7d654ebd70086e52b60fd16b606e6 (patch)
treee6c3669ea8a65d91384d01a28351925e481d7918
parent7e5bdaeb62d0dfb2ac622f05a2c6ab9228cb53f6 (diff)
ChangeLog cosmetics.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c29c3c1b..323f01a4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
* src/cairo-hull.c (_cairo_hull_create),
(_cairo_hull_vertex_compare): Using a pointer comparison as the
fallback total order was wrong - these pointers are not stable.
- So we introduce our own total order instead.
+ So we introduce our own total order instead. (#4599)
2005-09-28 T Rowley <tim.rowley@gmail.com>