summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-02 15:41:03 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-02 15:41:03 (GMT)
commit949e4994e6117d060976e5f1492af6c731e5044c (patch)
treebb6732ed9d1f3b4328e17b08e959cf1b8cc2e094 /ChangeLog
parenta8f810f189c1948ce32cf32178f71013a85762c2 (diff)
downloadtk-949e4994e6117d060976e5f1492af6c731e5044c.zip
tk-949e4994e6117d060976e5f1492af6c731e5044c.tar.gz
tk-949e4994e6117d060976e5f1492af6c731e5044c.tar.bz2
Added point-size conversion, from Ubuntu port.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e15dc71..c8dd1d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-01-02 Donal K. Fellows <dkf@users.sf.net>
+ * unix/tkUnixRFont.c (InitFont, TkpGetFontAttrsForChar): Apply some
+ patches already in use on Ubuntu. Makes the font size always report as
+ being in points, which is necessary for getting postscript generation
+ right.
+
* unix/tkUnixEvent.c (TransferXEventsToTcl): [Bug 1924761]: Use the
new cache mechanism to force the extraction of the string of a key
event from XIM at the right time rather than after queueing when it