Updated sane-find-scanner and sane-desc.el entries.

RELEASE_1_0_11_BRANCH
Henning Geinitz 2003-01-11 23:43:05 +00:00
rodzic 285c1e7cc1
commit e32796612a
2 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -24,6 +24,7 @@
* tools/sane-desc.c: Fixed overwrite warnings. Minor DBG message fixes. * tools/sane-desc.c: Fixed overwrite warnings. Minor DBG message fixes.
Fixed priority handling (backend and manpage were overwritten even if Fixed priority handling (backend and manpage were overwritten even if
a model had a lower priority). a model had a lower priority).
* tools/README: Updated sane-find-scanner and sane-desc.el entries.
2003-01-10 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003-01-10 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -1,14 +1,12 @@
2000-12-31 2003-01-11
This directory contains various tools that may be useful: This directory contains various tools that may be useful:
sane-find-scanner (previous name: "find-scanner"): sane-find-scanner:
Attempts to find a SCSI scanner attached to your system. Attempts to find a SCSI scanner attached to your system.
Invoke with "sane-find-scanner -h" to get command-line Invoke with "sane-find-scanner -h" to get command-line
syntax. Note that sane-find-scanner will find any scanner syntax. More details can be found in the man page
that is connected to a SCSI bus. It will even find scanners sane-find-scanner(1).
that are not supported at all by SANE. More details can be
found in the man page sane-find-scanner(1).
xerox: xerox:
A simple script to make photocopies ("xeroxing"). In A simple script to make photocopies ("xeroxing"). In
@ -37,10 +35,11 @@ Maybe useful for SANE developers:
Use "make sane-desc" to compile. Run "sane-desc --help" for details. Use "make sane-desc" to compile. Run "sane-desc --help" for details.
sane-desc.el, sane-desc-ext.el: sane-desc.el, sane-desc-ext.el:
Some handy elisp stuff to automagically generate descriptive These are the old elisp scripts to automagically generate descriptive
SANE webpages from backend .desc files with emacs. Look at the SANE webpages from backend .desc files with emacs. Look at the
top of the file for more details. top of the file for more details. They are here just for reference. Use
sane-desc instead.
sane-config: sane-config:
Show SANE version, linker flags etc. Might be usefull for Show SANE version, linker flags etc. Might be useful for
frontend developers. frontend developers.