diff options
author | Julien BLACHE <jblache@debian.org> | 2005-12-03 14:51:29 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:16 +0000 |
commit | f1ab1663d876dc4a57a5c60f0c741957972f6036 (patch) | |
tree | f039caca02b838f1a0d33a70cc77f68247e3b933 /xsane.CHANGES | |
parent | 91e0f8f4872781ae41c44747330935d6420534e6 (diff) | |
parent | 947f2ec5da522dbe5b474fc7031cd3f224bd7ead (diff) |
Imported Debian patch 0.98b-1debian/0.98b-1
Diffstat (limited to 'xsane.CHANGES')
-rw-r--r-- | xsane.CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xsane.CHANGES b/xsane.CHANGES index ae830b9..6eb2476 100644 --- a/xsane.CHANGES +++ b/xsane.CHANGES @@ -2732,3 +2732,21 @@ xsane-0.97 -> 0.98: - translations: U=updated, 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 U U U N N U U N N N N N N U U N N N N N N + +xsane-0.98 -> 0.98a: +-------------------- + + - corrected gimp_plugin bug: + xsane_mode now is hold in xsane.xsane_mode like bevore xsane-0.98, + additionally preferences.xsane_mode is used to store the user + selection + the user selection is loaded at program start when nothing else is predefined + + +xsane-0.98a -> 0.98b: +--------------------- + + - changed bug in header file due to conficting types in xsane-front-gtk.h + from: int xsane_set_resolution(int well_known_option, double resolution); + to: double xsane_set_resolution(int well_known_option, double resolution); + |