summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2010-01-02 15:43:51 (GMT)
committerdkf <dkf@noemail.net>2010-01-02 15:43:51 (GMT)
commitb06ce842a3fc3b9f9dc5bc29f95c42ad338faab8 (patch)
tree87684d2091f356d299ec8535a9a56498b29fba99 /ChangeLog
parent0609350545c7a61ae16e0cf0d6a898b544a98565 (diff)
downloadtk-b06ce842a3fc3b9f9dc5bc29f95c42ad338faab8.zip
tk-b06ce842a3fc3b9f9dc5bc29f95c42ad338faab8.tar.gz
tk-b06ce842a3fc3b9f9dc5bc29f95c42ad338faab8.tar.bz2
Added point-size conversion, from Ubuntu port.
FossilOrigin-Name: eeffd2eab4d2cafa47bea10b057c0ad47d53e070
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3af8fe4..ada0606 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