From 98f01c7975dc0a77a8f0f168a1f33fe989b78b7b Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 20 Feb 2005 20:18:30 +0000 Subject: [PATCH] Removed (backend included in SANE). --- ChangeLog | 1 + NEWS | 7 ++++ doc/descriptions-external/sm3840.desc | 46 --------------------------- 3 files changed, 8 insertions(+), 46 deletions(-) delete mode 100644 doc/descriptions-external/sm3840.desc diff --git a/ChangeLog b/ChangeLog index ed78b5eb9..dda22183b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,7 @@ ). * doc/descriptions-external/sm3840.desc: Removed (backend included in SANE). + * NEWS: Updated. 2005-02-14 Gerhard Jaeger diff --git a/NEWS b/NEWS index c0d45c455..a82e5713c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -*-Mode: outline-*- +New with 1.0.16, released 2005-??-??: + +* New backends: sm3840. +* Updated backends: +* Added Polish translation. + + New with 1.0.15, released 2004-11-07: * New backends: niash. diff --git a/doc/descriptions-external/sm3840.desc b/doc/descriptions-external/sm3840.desc deleted file mode 100644 index 3cec86231..000000000 --- a/doc/descriptions-external/sm3840.desc +++ /dev/null @@ -1,46 +0,0 @@ -; -; SANE Backend specification file -; -; It's basically emacs-lisp --- so ";" indicates comment to end of line. -; All syntactic elements are keyword tokens, followed by a string or -; keyword argument, as specified. -; -; ":backend" *must* be specified. -; All other information is optional (but what good is the file without it?). -; -; See doc/descriptions.txt for details. - -:backend "sm3840" ; name of backend -;:version "1.0" ; version of backend (or "unmaintained") -;:new :yes ; Is the backend new to this SANE release? - ; :yes or :no -;:manpage "sane-template" ; name of manpage (if it exists) -:url "http://www.ziplabel.com/sm3840/" ; backend's web page -:comment "This reverse-engineered backend supports the USB ScanMaker 3840 model" - ; comment about the backend - -:devicetype :scanner ; start of a list of devices.... - ; other types: :stillcam, :vidcam, - ; :meta, :api - -:mfg "Microtek" ; name a manufacturer -:url "http://www.microtek.com/" ; manufacturer's URL -:comment "TemPlate scanners are sometimes labeled \"TMP\"" - ; comment about the manufacturer - -:model "ScanMaker 3840" ; name models for above-specified mfg. -:status :good ; :minimal, :basic, :good, :complete - ; :untested, or :unsupported -:interface "USB" ; interface type of the device: - ; "SCSI", "USB", "Parport (EPP)", - ; "Parport (SPP)", "Parport (ECP)", - ; "Serial port", "IEEE-1394", "JetDirect", - ; or "Proprietary". -:comment "8 and 16 bit color and grayscale" ; comment about the model - -; :comment and :url specifiers are optional after :mfg, :model, :desc, -; and at the top-level. - -; :status specifier is optional after :model and at the top-level - -