diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-02 15:43:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-02 15:43:51 (GMT) |
commit | 62396a6287c6c5db14a735844cf11a0b9cc9dbd3 (patch) | |
tree | 87684d2091f356d299ec8535a9a56498b29fba99 /ChangeLog | |
parent | 8a3e46aada6943f89dfdb746116c20fe332535eb (diff) | |
download | tk-62396a6287c6c5db14a735844cf11a0b9cc9dbd3.zip tk-62396a6287c6c5db14a735844cf11a0b9cc9dbd3.tar.gz tk-62396a6287c6c5db14a735844cf11a0b9cc9dbd3.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 |