diff options
Diffstat (limited to 'xsane.CHANGES')
-rw-r--r-- | xsane.CHANGES | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/xsane.CHANGES b/xsane.CHANGES index 9c0bb17..e93c4ec 100644 --- a/xsane.CHANGES +++ b/xsane.CHANGES @@ -2702,7 +2702,7 @@ xsane-0.97 -> 0.98: - selected medium definition is stored in preferences now - BUGFIX for scanners that do not allow to set all resolutions. - In fax mode an possibly also in copy mode the created pages + In fax mode and possibly also in copy mode the created pages had a wrong scaling when the scanner did not support the desired resolution: - xsane_set_resolution returns bestdpi = selected resolution @@ -2833,3 +2833,39 @@ xsane-0.98b -> 0.99: cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh U U U N N U N N U* U* N N N U N U N N U* N N last upd 96 95 96 95 96 96 96 98 76 92 96 96 + + +xsane-0.99 -> 0.991: +-------------------- + - replaced all char buf[255], char buf[256] etc by char buf[TEXTBUFSIZE] + with #define TEXTBUFSIZE 255 + + - replaced all char filename[255] etc by char filename[PATH_MAX] + + - translations: U=updated (* for 0.99-pre1), N=not updated, A=added/new + cs da de es fr hu it ja nl pl pt pt_BR ro ru sk sl sr sv tr vi zh + N N N N N N U N N N N N N N N N N N N N N + 99 99 99 96 95 99 95 99 99 96 96 96 99 98 99 76 92 99 96 96 + + - added default multipage_filetype (PDF). + No default multipage_filetype produced the following problem: + - error message when creating multipage file: could not create secure file + + - lineart images are expanded to grayscale in multipage mode. + solves segmentation fault when "show page" in multipage project was selected + + - corrected calculation of width and height in copy mode for backends + that do not support arbitary resolutions + + - multipage mode: lineart images (that are stored as grayscale images) + are reduced to lineart before the page is put into the multipage file + + - viewer shows image info with bit depth = 1 when reduce_to_lineart is set + + - change handling of zoom (photocopy mode): + - now there is only one zoom value even if there is a resolution_x and + a resolution_y option, zoom_x and zoom_y are removed + - the zoom factor is directly used to define the image output size + (before the scanresolution was used to define the image output size) + - the resolution is not changed any more when an other printer with a + different printer resolution is selected |