summaryrefslogtreecommitdiff
path: root/xsane.CHANGES
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:13 +0000
committerMattia Rizzolo <mattia@mapreri.org>2014-10-03 14:05:13 +0000
commit947f2ec5da522dbe5b474fc7031cd3f224bd7ead (patch)
treeca9c7fb44299658f4a0bbb6875bb483edce2b972 /xsane.CHANGES
parent6fceea28608be0fda32d94f59e1b1550774318a0 (diff)
Imported Upstream version 0.98bupstream/0.98b
Diffstat (limited to 'xsane.CHANGES')
-rw-r--r--xsane.CHANGES18
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);
+