summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2006-03-23 22:08:51 (GMT)
committerrmax <rmax>2006-03-23 22:08:51 (GMT)
commit489d54fcecc142a1feb7d87c793d721875294291 (patch)
tree4e1ab7a142939c414bc8c061e3143453f6130001 /ChangeLog
parent974ca423b7a97eedb0a45b650854594838358b84 (diff)
downloadtk-489d54fcecc142a1feb7d87c793d721875294291.zip
tk-489d54fcecc142a1feb7d87c793d721875294291.tar.gz
tk-489d54fcecc142a1feb7d87c793d721875294291.tar.bz2
* unix/tkUnixRFont.c (TkpMeasureCharsInContext): Copied over from
tkUnixFont.c to fix compiling with --enable-xft .
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bf265f1..3d9ffab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-2006-03-23 Reinhard Max <max@suse.de>
+2006-03-23 Reinhard Max <max@tclers.tk>
- * unix/tk.spec: Cleaned up and completed the spec file.
- An RPM can now be built from the tk source
- distribution with "rpmbuild -tb <tarball>".
+ * unix/tkUnixRFont.c (TkpMeasureCharsInContext): Copied over from
+ tkUnixFont.c to fix compiling with --enable-xft .
+
+ * unix/tk.spec: Cleaned up and completed. An RPM can now be built
+ from the tk source distribution with "rpmbuild -tb <tarball>".
2006-03-23 Don Porter <dgp@users.sourceforge.net>