summaryrefslogtreecommitdiff
path: root/xsane.CHANGES
diff options
context:
space:
mode:
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);
+