2000-10-03 Henning Meier-Geinitz <hmg@gmx.de>

* tools/find-scanner.c: Explicitly state that find-scanner won't
 	  find non-SCSI scanners.
	* doc/scanimage.man: Add examples for SANE device names.
	* frontend/scanimage.c: Output message when no devices are found.
	  Add example for devicename to --help message. Print warning
	  when a Unix devicename is used instead of a SANE device. Removed
	  compiler warning.
	* TODO: Removed entries about the fgets and include issues in
 	  umax. Removed entries about scanimage device name
 	  documentation. Added a point about xscanimage problems with the
 	  new GIMP API.
	* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
 	  1.0-98. Fixed segmentation fault in sane_init. Enabled double
 	  buffering. Clear inquiry buffer before using. Paragon 1200 SP now
 	  uses LD_BLOCK color correction. Removed LD MFS (wasn't used
 	  anymore). Fix sane_cancel for Paragon series II scanners. Fix
 	  halftone and grain for Paragon series II scanners. Backtracking is
 	  used automaticly by all scanners now. Some safety checks, code
 	  cleanup and more debug output. Details are in
	  backend/mustek.CHANGES.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2000-10-03 16:24:19 +00:00
rodzic 46b4047a7e
commit a519e9b693
1 zmienionych plików z 13 dodań i 16 usunięć

29
TODO
Wyświetl plik

@ -1,4 +1,4 @@
TODO (2000-09-30)
TODO (2000-10-03)
******** todo ********
@ -24,12 +24,6 @@ backends
- microtek
- microtek2
* use sanei_config_read() instead of fgets()
- umax (will be fixed with the next backend release)
* use #include "sane/..." instead of #include <sane/...>
- umax (see above)
* check #include <lalloca.h> (is this a global system header
on any platform? Otherwise --> "lalloca.h")
@ -74,14 +68,6 @@ frontends
* xscanimage/xcam: support depths > 8 bits/channel
* scanimage: add information about backend:devicename in the man
page and scanimage --help.
* scanimage: check if devicename starts with a / and print a warning
message
* scanimage: if no devices are detected print a message
* xscanimage: provide both scale and textentry for ranges (make new widget)
* xcam: provide access to option doc strings
@ -111,6 +97,9 @@ frontends
it announced by sane_get_parameters to avoid segfaults with bad
backends?
* Adapt xscanimage to new GIMP API. Try to make it backwards compatible
with old GIMP versions if possible.
sanei
-----
* don't install sanei_* headers (?)
@ -148,7 +137,8 @@ misc
* Add a check for installed sane versions.
* Print a warning when already a sane version is installed.
* Print a warning when already a sane version is installed.
* Maybe add script to detect and deinstall existing sane versions
* 0 is white for sane in lineart and halftone, however, 0 is black for
@ -157,6 +147,13 @@ misc
******** done ********
* scanimage: add information about backend:devicename in the man
page and scanimage --help.
* scanimage: check if devicename starts with a / and print a warning
message
* scanimage: if no devices are detected print a message
* use sanei_config_read() instead of fgets()
* use #include "sane/..." instead of #include <sane/...>
* Update LEVEL2 file. Ideas:
* xscanimage: Fix "Gtk-CRITICAL **: file gtkmain.c: line 534 ..." bug
when no SANE devices found