Changes include:
- added option --no-mode-selection/-s to disable menu for
xsane mode selection
- prepared text outputs (in xsane-text.h) for NLS/gettext support
- removed change about SANE_STATUS_GOOD in multiple image mode.
Adf mode is detected by scanmode again. This would be better
selected by a mulit_image bit in the preferences block.
Notable changes are:
* Experimental (not defined in the SANE standard) support for Automatic
Document Feeder (scan until error) - should at least work with the
umax-backend!
* Changed standard device settings filename from scsi generic devicename
to vendor:model.
* The main window can be a fixed or a scrolled, resizable window now.
Selection is done via setup/display/"main window fixed", the main
window mode can be overwritten by specifying a command line option:
-R or --Resizeable activates the resizeable, scrolled main window,
-F or --Fixed activates the fixed (non resizable) main window.
* Added option --device-settings file for definition of default device
settings filename
* Changed *_RGBI to *_RGBA to be compatible with coming extensions to
the SANE standard
Notable changes are:
* Filename for saving/loading device settings can be specified.
* improved calculation of auto enhancement values
* Enhancement options (gamma, contrast, brightness, rgb default
and negative) are saved as device settings.
* Auto enhancement and pipette functions calculate enhancement
values for each color now.
* Options rgb default and negative are added to preferences.
* pipette functions: middle mouse button defines shadow/gray/highlight
for color components, left mouse button only defines gray values!