sane-project-backends/ChangeLog

163 wiersze
5.9 KiB
Plaintext
Czysty Zwykły widok Historia

2003-06-19 14:24:30 +00:00
2003-06-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions.txt: Changed unmaintained tag to lowercase.
2003-06-19 14:29:29 +00:00
* doc/descriptions/template.desc.
doc/descriptions-external/template.desc.: Updated according to
descriptions.txt.
* doc/sane-gt68xx.man, doc/descriptions/gt68xx.desc
doc/gt68xx/gt68xx.CHANGES: Added RevScan 19200i. Updated
device status entries.
2003-06-19 14:24:30 +00:00
2003-06-18 Henning Meier-Geinitz <henning@meier-geinitz.de>
* tools/sane-desc.c: Changed to use the new status system for
devices: unsupported, untested, minimal, basic, good, complete.
The old backend and device statuses are translated. Removed
the option to generate one big table of backends (wasn't used
anyway).
* doc/descriptions.txt: Explained the new status values. Removed
reference to emacs-lisp code for generation of HTML
files. Explained unsupported.desc.
* tools/sane-desc.el.in tools/sane-desc-ext.el: Removed because
these emacs-lisp scripts haven't been used for some time now.
Use sane-desc.c instead.
2003-06-18 09:47:11 +00:00
* configure configure.in tools/.cvsignore tools/Makefile.in
tools/README: Removed references to sane-desc.el.
2003-06-18 09:50:06 +00:00
* Makefile.in: Added ChangeLog-1.0.12 to DISTFILES.
2003-06-15 22:38:58 +00:00
2003-06-15 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README.darwin: Minor updates.
* TODO: Added v4l2 problem, desc file issues. Removed sm3600
MacOS X problem + printing backends in configure.
2003-06-15 22:42:09 +00:00
* doc/descriptions/unsupported.desc: Added Canon D2400UF
and IS 12.
2003-06-15 22:38:58 +00:00
2003-06-13 10:20:10 +00:00
2003-06-13 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.desc: Added link for HP 5550c.
2003-06-13 10:22:05 +00:00
* doc/descriptions/hp5400.desc doc/descriptions/ma1509.desc:
Removed :new marker.
* doc/descriptions/tamarack.desc: Removed link to
www.tamarack.net. Hostname is no longer in DNS.
2003-06-13 10:20:10 +00:00
2003-06-11 Oliver Schirrmeister <oschirr@abm.de>
* backend/fujitsu.c fixed bug in that code when a scanner is
disconnected (anoah@pfeiffer.edu)
2003-06-10 07:16:05 +00:00
2003-06-10 Michael Herder <crapsite@gmx.net>
* po/Makefile.in: Added Czech translation
* po/sane-backends.cs.po: Added Czech translation provided
by Josef <joeprusa at volny dot cz>
2003-06-09 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.desc: Added Canon 8000F. More info
for Avision/Umax scanners.
2003-06-08 20:13:56 +00:00
2003-05-27 Frank Zago <fzago at austin dot rr dot com>
* backend/teco2.c: fixed a bug regarding color shifting above X
max resolution. Added more working resolutions for the VM3575.
2003-06-08 17:05:41 +00:00
2003-06-05 Thomas Soumarmon <thomas.soumarmon@cogitae.net>
2003-06-08 20:13:56 +00:00
* hp5400 backend : synchronized sourceforge CVS with SANE CVS,
details below
2003-06-08 17:05:41 +00:00
added :
backend/hp5400_debug.c
backend/hp5400_debug.h
backend/hp5400_sane.c
backend/hp5400_sanei.h
backend/hp5400_internal.h
modified :
backend/hp5400.c
backend/hp5400.h
backend/hp5400_internal.c
backend/hp5400_sanei.c
2003-06-08 20:13:56 +00:00
backend/hp5400_xfer.h
to compile and run (on linux 2.4.21) as SANE backend and
in the corresponding hp5400backend sourceforge project
2003-06-08 17:05:41 +00:00
2003-06-06 12:04:45 +00:00
2003-06-06 Henning Meier-Geinitz <henning@meier-geinitz.de>
* TODO: Removed saned issues.
2003-06-06 12:06:37 +00:00
* doc/descriptions/unsupported.desc: Added Microtek 336 CX.
* configure configure.in backend/Makefile.in: The list of backends
that are built is now in configure.in. Print backends that are
built. Allow manually setting the backends.
2003-06-06 12:04:45 +00:00
2003-06-05 Jochen Eisinger <jochen.eisinger@gmx.de>
* include/sane/sanei_pa4s2.h, sanei/sanei_pa4s2.c: New sanei_pa4s2
version supporting both raw IO and libieee1284. If you don't
have libieee1284 installed, you need to enable raw IO when
running configure
2003-06-08 17:05:41 +00:00
2003-06-06 Oliver Schirrmeister <oschirr@abm.de>
* backend/fujitsu.h backend/fujitsu.c doc/descriptions/fujitsu.desc
path from anoah@pfeiffer.edu:
remove SP15 code
sane_open actually opens the device you request
2003-06-05 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c doc/descriptions/gt68xx.desc
doc/gt68xx/gt68xx.CHANGES: Don't check if the firmware is
loaded. The check seems to confuse the USB system on some UHCI
chips.
2003-06-04 Henning Meier-Geinitz <henning@meier-geinitz.de>
* sanei/sanei_scsi.c: Fixed C++-like code for MacOS X (patch from
Mattias Ellert <mattias.ellert@tsl.uu.se>).
* acinclude.m4 aclocal.m4 configure frontend/saned.c
include/sane/config.h.in: Check if ss_family or __ss_family is
in struct sockaddr_storage. Otherwise diasbale ipv6. Patch from
Julien BLACHE <jb@jblache.org>.
2003-06-03 Oliver Schirrmeister <oschirr@abm.de>
* backend/fujitsu.c, backend/fujitsu.h: separated the 4x20
into another model and color support for the 4x20
2003-06-03 20:43:05 +00:00
2003-06-03 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/Makefile.in: hp5400 doesn't need sanei_config2.
2003-05-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
* po/sane-backends.fr.po: Fixed two wrong codings of accented
characters.
* backend/net.c: Fixed bug concerning hosts that have both IPv6
and IPv4 addresses but only accept connections on IPv4. Patch
from Julien BLACHE <jb@jblache.org>.
2003-05-30 18:10:04 +00:00
* doc/descriptions/net.desc: Mention IPv6. Bump version number.
2003-05-28 00:00:15 +00:00
2003-05-27 Frank Zago <fzago at austin dot rr dot com>
* PROJECTS: Changed entry for win32 SANE project.
2003-05-27 21:38:40 +00:00
2003-05-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/unsupported.html: Added link for Umax astra 4700.
2003-05-27 Henning Meier-Geinitz <henning@meier-geinitz.de>
2003-05-28 00:00:15 +00:00
* configure configure.in: Don't disable IPv6 if poll is not
found.
* frontend/saned.c: Use u_int_* instead of uint_*. That fixes
compilation for MacOS X (hopefully).
* doc/Makefile.in: Add option -nodepage to man2html to avoid
missing lines in the html output.
2003-05-26 23:44:25 +00:00
* doc/descriptions/unsupported.html: Added link for Spot scanners.
2003-05-25 11:00:24 +00:00
2003-05-25 Henning Meier-Geinitz <henning@meier-geinitz.de>
* configure configure.in: Warnings enabled again. Added -cvs to
version.
2002-10-23 13:57:12 +00:00
Older entries can be found in ChangeLog-1.0.12.