diff options
author | patthoyts <patthoyts@noemail.net> | 2009-10-29 09:44:53 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2009-10-29 09:44:53 (GMT) |
commit | 298f3ef76831ad1b5ce6ade3c2c788ac69cb07ac (patch) | |
tree | cf86ea2bea4712ca34f89127f382c88f77629f5d /ChangeLog | |
parent | 25df3961bce4ce60d460e7b0b4b05f001efff127 (diff) | |
download | tk-298f3ef76831ad1b5ce6ade3c2c788ac69cb07ac.zip tk-298f3ef76831ad1b5ce6ade3c2c788ac69cb07ac.tar.gz tk-298f3ef76831ad1b5ce6ade3c2c788ac69cb07ac.tar.bz2 |
[Bug 1825353] Fix tiny fixed font on Russian Windows.
This patch reverts a previous attempt to fix tiny fonts on Russian Windows.
It fixes the issue by requesting a suitable fixed font instead of decoding the
system stock font.
FossilOrigin-Name: 9a4fb5720188c02db4159b317726a06730a9f2db
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-10-29 Pat Thoyts <patthoyts@users.sourceforge.net> + + * win/tkWinFont.c: [Bug 1825353]: This patch reverts a previous + attempt to fix tiny fonts on Russian Windows. It fixes the + issue by requesting a suitable fixed font instead of decoding the + system stock font. + 2009-10-26 Don Porter <dgp@users.sourceforge.net> * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the |