From f258eabe728015b9cb193d63ea5ca6c919b69b25 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Thu, 19 Apr 2001 21:10:15 +0000 Subject: [PATCH] 2001-04-19 Henning Meier-Geinitz * AUTHORS: Added Michael Herder and me for pnm. Updated my email address. * TODO: Removed pnm entry about adding more options. Added entry about epson backend freezing when trying to detect non-epson USB scanner. Added entry about adding contact adresses to .desc files. Added comment about me working on a sane man page. Removed entry about OS/2 problems in sanei_scsi.c. * configure configure.in: Removed a newline in --help message. * backend/pnm.c: Added several options: gamma tables (-> arrays), resolution option (word list), read only test option (SANE_CAP_SOFT_DETECT), several options for returning status codes in sane_read (all of this is from Michael Herder ). Added build version info, print version information in sane_init. Use ../include/sane/ for includes. Version is 1.0.1. * backend/pnm.desc: Updated contact info and version. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61f5d6fba..84e66dc91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2001-04-19 Henning Meier-Geinitz + + * AUTHORS: Added Michael Herder and me for pnm. Updated my email + address. + * TODO: Removed pnm entry about adding more options. Added entry about + epson backend freezing when trying to detect non-epson USB scanner. + Added entry about adding contact adresses to .desc files. Added + comment about me working on a sane man page. Removed entry about OS/2 + problems in sanei_scsi.c. + * configure configure.in: Removed a newline in --help message. + * backend/pnm.c: Added several options: gamma tables + (-> arrays), resolution option (word list), read only test option + (SANE_CAP_SOFT_DETECT), several options for returning status codes + in sane_read (all of this is from Michael Herder ). + Added build version info, print version information in sane_init. + Use ../include/sane/ for includes. Version is 1.0.1. + * backend/pnm.desc: Updated contact info and version. + 2001-04-19 Gerhard Jaeger * backend/plustek.c: removed again that old fgets() call - sorry