summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-10-04 08:30:35 +0000
committerKeith Packard <keithp@keithp.com>2004-10-04 08:30:35 +0000
commit3c0c7451e419104918657d05ee9ba86c36315cd7 (patch)
tree9727f4b2cf9d1a8c7a0b0b3ab0067b95f1a5ff1e /ChangeLog
parente27025eda79dbf6428c20d2d0dd635ddffaa3fba (diff)
Delete old glyph representation support code.
Oops -- overflow not handled correctly in distance functions. Replace new glyphs with versions using splines. Whack around the default presentation a bit more
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9693bc..ac72b23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2004-10-04 Keith Packard <keithp@keithp.com>
+ * twin_font.c: (twin_has_ucs4), (twin_path_ucs4):
+ Delete old glyph representation support code.
+
+ * twin_geom.c: (_twin_distance_to_line_squared):
+ Oops -- overflow not handled correctly in distance functions.
+
+ * twin_glyphs.c:
+ Replace new glyphs with versions using splines.
+
+ * xtwin.c: (main):
+ Whack around the default presentation a bit more
+
+2004-10-04 Keith Packard <keithp@keithp.com>
+
* twin.h:
* twin_draw.c: (twin_composite):
Fix a clipping bug