summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-22 09:19:39 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-22 09:19:39 (GMT)
commit67a6558f3087f86aca224da622bb38cf66cb2c6f (patch)
tree96615986ff59e0cd457419ba6849f31b212dced6 /ChangeLog
parent292082ecad0ae29c005cde1e4e3d1d07f24d9a01 (diff)
downloadtk-67a6558f3087f86aca224da622bb38cf66cb2c6f.zip
tk-67a6558f3087f86aca224da622bb38cf66cb2c6f.tar.gz
tk-67a6558f3087f86aca224da622bb38cf66cb2c6f.tar.bz2
Forgot that I had to add code to propagate the tkwin through the psInfoPtr.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 64082fb..8838600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2008-12-22 Donal K. Fellows <dkf@users.sf.net>
- * generic/tkCanvPs.c (Tk_PostscriptFont): Backport of font size and
- reflection fix. [Bug 2107938]
+ * generic/tkCanvPs.c (Tk_PostscriptFont,TkCanvPostscriptCmd): Backport
+ of font size and reflection fix. [Bug 2107938]
2008-12-22 Alexandre Ferrieux <ferrieux@users.sourceforge.net>