From 65660c7c540a1b6a4dea6c4609f6713f417a48a4 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sun, 12 Aug 2007 07:06:58 +0000 Subject: [PATCH] Doc'd John's printing bugfix. --- docs/CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 7061671f9..efa14050e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -197,6 +197,16 @@ $Id$ not print until after you've issued an [Alt]+'Print' at least once. SourceForge Bug #1748705.) + * Fixed the scaling problem when printing on Windows. + The image is scaled to fit whilst preserving the aspect ratio. + It is centered horizontally and vertically aligned at the top of the page. + (On Win9x/ME I'm getting a slight problem with the left and right + margins when printing to our samba/cups shared printer which is making + the Epson Stylus Color 860 emulate a post-script printer (I think). + If I print to a file and use the HP LaserJet 6P/6MP PostScript driver + it looks OK. I'm hoping it is a driver problem on my system.) + John Popplewell + 2007.July.1 (0.9.17)