diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-02 15:41:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-02 15:41:03 (GMT) |
commit | 949e4994e6117d060976e5f1492af6c731e5044c (patch) | |
tree | bb6732ed9d1f3b4328e17b08e959cf1b8cc2e094 /ChangeLog | |
parent | a8f810f189c1948ce32cf32178f71013a85762c2 (diff) | |
download | tk-949e4994e6117d060976e5f1492af6c731e5044c.zip tk-949e4994e6117d060976e5f1492af6c731e5044c.tar.gz tk-949e4994e6117d060976e5f1492af6c731e5044c.tar.bz2 |
Added point-size conversion, from Ubuntu port.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |