spelling fixes for ChangeLogs

merge-requests/518/head
Peter Marschall 2020-08-28 18:13:03 +02:00
rodzic a307ba8ccf
commit 94a9ef8250
27 zmienionych plików z 201 dodań i 201 usunięć

Wyświetl plik

@ -87,7 +87,7 @@
1998-10-29 David Mosberger-Tang <David.Mosberger@acm.org>
* backend/mustek.c (encode_resolution): If MUSTEK_FLAG_DOUBLE_RES
is set, use resultion encoding reported by
is set, use resolution encoding reported by
<Heiko_Schroeder@t-online.de>
(attach): Set MUSTEK_FLAG_DOUBLE_RES for MSF-06000CZ. Do other
models need this, too?
@ -133,7 +133,7 @@
1998-10-28 David Mosberger-Tang <David.Mosberger@acm.org>
* doc/sane.tex (subsection{sane_control_option}): Clarify that
paramter "v" is ignored for SET_AUTO calls.
parameter "v" is ignored for SET_AUTO calls.
* frontend/saned.c (init): Initialize w->version.
@ -569,7 +569,7 @@
Fixed subtle buffering bug in color scans.
Fixed-up active/inactive dependencies among options.
Make sure shadow <= midtone <= highlight.
Let shadow/midtone/hightlight be active during LineArt and Halftone.
Let shadow/midtone/highlight be active during LineArt and Halftone.
"Halftoning" option moved into Scan Mode Group (from Enhancement).
Removed some illegal "TEST_UNIT_READY" commands (during scan).
Removed "MODE_SENSE_1", since it didn't quite work anyway.
@ -940,7 +940,7 @@
* backend/microtek.c: Don't declare strdup()---you're bound to get
it wrong for some platforms!
* doc/sane-scsi.man: Say explicity that generic SCSI support needs
* doc/sane-scsi.man: Say explicitly that generic SCSI support needs
to be enabled.
* doc/sane-hp.man (Problems): Document PhotoSmart problems
@ -1245,7 +1245,7 @@
1997-11-22 David Mosberger-Tang <David.Mosberger@acm.org>
* doc/sane-mustek.man (Model): Clarify that paralell port != printer
* doc/sane-mustek.man (Model): Clarify that parallel port != printer
port.
* backend/mustek.c (fix_line_distance_mfs): Add missing SANE_UNFIX()
@ -1643,7 +1643,7 @@ Tue Oct 7 15:44:33 1997 Kazuhiro Sasayama <kaz@hypercore.co.jp>
necessary for libsane.so are installed.
* backend/dll.c (load): Change from LIBNAME to LIBPATH (as per
libtool-1.0c documention).
libtool-1.0c documentation).
* sanei/sanei_scsi.c (issue): Declare `static'.
@ -1889,7 +1889,7 @@ Wed Aug 20 17:23:04 1997 David Mosberger-Tang <David.Mosberger@acm.org>
(do_cancel): Rename to do_stop. Ignore child's exist status
when we're really cancelling a scan. Issue stop_scan() command
only if the scan got cancelled and do a wait_ready() before
issueing the stop_scan().
issuing the stop_scan().
(read_data): Delete.
(sane_init): Call attach() with MAY_WAIT set to SANE_FALSE.
(sane_open): Call attach() with MAY_WAIT set to SANE_TRUE.
@ -3561,7 +3561,7 @@ Thu Mar 20 09:11:21 1997 David Mosberger-Tang <davidm@azstarnet.com>
* (sanei/Makefile.in): Ditto.
* backend/mustek.c (attach): Check result[0] == 0x06 to find out
whether we're dealing with a scanner (rather than attemting to
whether we're dealing with a scanner (rather than attempting to
find the string "SCANNER" ).
* backend/hp.c (sane_read): Initialize nread with max_len, not
@ -3824,12 +3824,12 @@ Thu Jan 30 21:22:38 1997 David Mosberger-Tang <davidm@azstarnet.com>
* AUTHORS (Frontends): Rename metanet -> net, metadl -> dll,
mention saned and xcam and sort entries alphabetically.
* backend/net.c (sane_control_option): Replace all occurances of
* backend/net.c (sane_control_option): Replace all occurrences of
metanet with net.
* backend/net.README: Ditto.
Rename env var METANETHOST to SANE_NET_HOST.
* backend/dll.README: Replace all occurances of metadl with dll.
* backend/dll.README: Replace all occurrences of metadl with dll.
* backend/dll.c: Ditto.
* backend/dll.conf: Comment out metanet since it's a bit of a
@ -3838,7 +3838,7 @@ Thu Jan 30 21:22:38 1997 David Mosberger-Tang <davidm@azstarnet.com>
* backend/Makefile.in (CONFIGS): New macro (list of config files)
(install): Change install rule so existing configuration files
are not overwritten.
Replace all occurances of metanet with net.
Replace all occurrences of metanet with net.
(V_MINOR): Bump up to 43.
@ -4285,7 +4285,7 @@ Sun Dec 1 15:44:53 1996 David Mosberger-Tang <davidm@azstarnet.com>
* Version 0.1 released.
* backend/mustek.c (attach): Fix mispelled/bad model names:
* backend/mustek.c (attach): Fix misspelled/bad model names:
MFS-12000SP -> MSF-12000SP
MFS-08000SP -> MSF-08000SP
MFS-06000SP -> MSF-06000SP

Wyświetl plik

@ -114,7 +114,7 @@
* backend/Makefile.in (V_REV): New variable.
* configure.in (V_REV): New variable.
(VERSION): Include ${V_REV} in vesion number.
(VERSION): Include ${V_REV} in version number.
Substitute V_REV.
* backend/umax.c (umax_do_request_sense): Make "static".
@ -357,7 +357,7 @@
* include/sane/sane.h (SANE_CURRENT_MAJOR): SANE_CURRENT_MAJOR and
V_MAJOR HAVE to be in sync, so I'm forced to fix SANE_CURRENT_MAJOR
now. Embarassing, but fortunately only the snapscan backend seems
now. Embarrassing, but fortunately only the snapscan backend seems
affected by this change.
* backend/dll.c (load): Use SANE_CURRENT_MAJOR, not V_MAJOR (the

Wyświetl plik

@ -25,7 +25,7 @@
2003-01-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
* frontend/saned.c: Fixed severe bug in saned that allowed a
remote frontend to crash saned (null pointer derefence) if no
remote frontend to crash saned (null pointer dereference) if no
scanners are connected.
---- CODE FREEZE FOR SANE 1.0.10 ---
@ -61,7 +61,7 @@
* backend/bh.c backend/coolscan.c: Minor conversion fixes (from
Andrea Suatoni <a.suatoni@telefonica.net>).
* backend/test.c: Use "Color pattern" consistantly.
* backend/test.c: Use "Color pattern" consistently.
* acinclude.m4 aclocal.m4 configure configure.in
include/sane/config.h.in: Declare prototypes for all functions that
may miss on some platforms.
@ -110,7 +110,7 @@
* sanei/sanei_usb.c: Scanning for devices is now done in
sanei_usb_init instead of every time when sanei_usb_find_devices is
called. Also only devices that really exist are opened. These
changes fixe the slow detection of devices on systems using devfs or
changes fix the slow detection of devices on systems using devfs or
old scanner drivers.
2003-01-21 Karl Heinz Kremer <khk@khk.net>
@ -458,9 +458,9 @@
* backend/test.c doc/descriptions/test.desc: Make sure that frontend bugs
concerning the select fd are detected.
* doc/sane-scsi.man: Minor formatting change.
* sanei/sanei_usb.c: Explicitely set first configuration. When claiming
* sanei/sanei_usb.c: Explicitly set first configuration. When claiming
the interface, use the interface number from bInterfaceNumber.
Explicitely set the alternative setting. When closing, call clear_halt,
Explicitly set the alternative setting. When closing, call clear_halt,
and reset_ep, and release_interface explicitley. On errors in
write/read, call clear_halt.
* TODO: Added sm3600 issue, htmla manpage issue, sanei_scsi stuff.
@ -547,7 +547,7 @@
* po/Makefile.in: Added autoconf comment, removed MSGCAT variable.
* backend/dll.c doc/sane-dll.man doc/descriptions/dll.desc: Ignore
comments that are in the same line as the backend entries. Minor
manpage fixes. Intented according GNU coding standards.
manpage fixes. Indented according GNU coding standards.
* configure.os2: Removed. No longer necessary.
2002-12-04 Matthew Duggan <stauff1@users.sourceforge.net>
@ -682,7 +682,7 @@
doc/mustek_usb/mustek_usb.CHANGES doc/mustek_usb/mustek_usb.TODO:
Minor manpage fixes. Added links to similar backends. More
information about non-Linux OS.
* doc/sane-mustek.man: Minor fixes. Added links to ther backends
* doc/sane-mustek.man: Minor fixes. Added links to the backends
providing support for Mustek scanners.
* backend/gt68xx.c backend/gt68xx_devices.c backend/gt68xx_gt6816.c
backend/gt68xx_low.c backend/gt68xx_low.h doc/sane-gt68xx.man
@ -773,7 +773,7 @@
2002-11-12 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
* added several russion translations to directory po.
* added several russian translations to directory po.
The translations have been created by
Vitaly Lipatov <LAV@VL3143.spb.edu>
@ -854,7 +854,7 @@
* configure configure.in: Added a warning if sysconfdir is set to
/usr/etc.
* backend/test.c: Explicitely close the pipe and wait until
* backend/test.c: Explicitly close the pipe and wait until
reader_process is killed.
2002-10-25 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -194,7 +194,7 @@
OS/2.
* config.guess config.sub: New upstream versions.
* acinclude.m4 aclocal.m4 configure ltmain.sh: New libtool
upstream realease: 1.5.
upstream release: 1.5.
* acinclude.m4 aclocal.m4 configure configure.in: Added support
for -framework option and check for IOKit for MacOS X. Check for
latex tools. Minimum autoconf version is 2.54.
@ -363,8 +363,8 @@
* doc/sane.man: Added SEE ALSO section.
* backend/Makefile.in: Fixed warning for dll-preload.c.
* bakend/dll.c: Add casts to function calls. Without this fix, the
dll backend didn't work on the m68k paltform because data and
addresses are stored in differnt registers so the return values
dll backend didn't work on the m68k platform because data and
addresses are stored in different registers so the return values
of the sane api functions were wrong. Patch from Dave Huang
<khym@azeotrope.org>. Fixed some compilation warnings.
@ -403,7 +403,7 @@
2003-04-03 Eddy De Greef <eddy_de_greef at tiscali dot be>
* TODO: removed mustek_pp entry (Check that global variables are
initialized propperly
initialized properly
2003-04-03 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -482,7 +482,7 @@
backend/net.h doc/sane-net.man doc/saned.man frontend/saned.c
include/sane/config.h.in: Added support for IPv6. Updated
manpages. Patch from Julien BLACHE <jb@jblache.org>.
* TODO: Updated net sections. Removed Irix pacht entry. Added
* TODO: Updated net sections. Removed Irix patch entry. Added
entry about libusb switch.
2003-03-28 Oliver Schirrmeister <oschirr@abm.de>
@ -758,7 +758,7 @@
doc/descriptions/gt68xx.desc doc/gt68xx/gt68xx.CHANGES:
Added vid/pid 0x07b3/0x0400 to gt68xx.conf also. Added indormation
about Medion 4394. Mention ma1509 backend. Fix segfault when calling
sane_open with an empty device name. Explicitely initialize global
sane_open with an empty device name. Explicitly initialize global
variables to avoid segfaults when calling sane_init/sane_exit more
than once.
* backend/net.c doc/descriptions/net.desc: Initialize global variables
@ -768,7 +768,7 @@
* sanei/sanei_usb.c: Call sanei_usb_init only once.
* backend/mustek_usb.c doc/descriptions/mustek_usb.desc
doc/mustek_usb/mustek_usb.CHANGES doc/sane-mustek_usb.man: Iniatialize
global variables explicitely. Mention ma1509.
global variables explicitly. Mention ma1509.
* backend/mustek.c doc/mustek/mustek.CHANGES: Initialize global
variables in sane_init.
* TODO: Add ma1509 backend. Add segfault when running sane_init more

Wyświetl plik

@ -42,7 +42,7 @@
2003-11-14 Gerhard Jaeger <gerhard@gjaeger.de>
* backend/plustek.c backend/plustek-usb.cal backend/plustek-usbshading.c
backend/plustek-usbhw.c: Endianess fixes.
backend/plustek-usbhw.c: Endianness fixes.
2003-11-13 Eddy De Greef <eddy_de_greef at tiscali dot be>
* backend/mustek_pp_cis.c: accept old style parport names to
@ -177,10 +177,10 @@
2003-10-28 Rene Rebe <rene@rocklinux.org>
* backend/avision.h backend/avision.c doc/descriptions/avision.desc
backend/avision.conf AUTHORS: merge of the current Subversion
revision of SANE/Avision. The fixes include: endianess fixes,
revision of SANE/Avision. The fixes include: endianness fixes,
calibration code, ADF detection, correct lamp warmup, gamma table
for new ASICs, some workarounds for ASIC variations and the
convertion to use OPT_SOURCE instead of seperate OPT_ADF and
conversion to use OPT_SOURCE instead of separate OPT_ADF and
OPT_TRANS. Also fixed Bugs #300288 and #300196 and removed
the conflicting Option_Valu now present in sanei_backend.h
* doc/sane-avision.man: made requested clarifications (Bugs #300290,
@ -408,7 +408,7 @@
2003-10-09 Peter Kirchgessner <peter@kirchgessner.net>
* backend/hp.c backend/hp-option.c backend/hp-scl.c:
Bug #300241: fix invers image on 3c/4c/6100C at 10 bit depth
Bug #300241: fix inverse image on 3c/4c/6100C at 10 bit depth
Redo when TEST UNIT READY failed
Redo when read returns with 0 bytes (non-SCSI only)
* doc/sane-hp.man: Add environment SANE_HP_RDREDO, SANE_HOME_HP

Wyświetl plik

@ -82,7 +82,7 @@
backend/sm3600-homerun.c: Many fixes for MacOS-X problems pointed
out by Mattias Ellert, thanks: Waiting longer for DoJog() command
completion, new function for transmitting the line gain correction
data with correct endianess, Chassis-Gray-Level lowered.
data with correct endianness, Chassis-Gray-Level lowered.
* backend/sm3600.c : Fixed off-by-one-error in p->lines
backend/sm3600-scanmtek: Fixed just broken UploadGainCorrection()
@ -716,7 +716,7 @@
* doc/sane-plustek.man: new version, minor fixes
* doc/descriptions/plustek.desc: new backend version
* backend/plustek-pp*: cleanup work
* backend/plustek-usb*: new version 0.47, added support for model overide
* backend/plustek-usb*: new version 0.47, added support for model override
when one manufacturer uses the same model-id for various devices.
2003-12-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -812,7 +812,7 @@
* backend/canon630u.c: Change default scan size to full platen,
removed compiler warnings, made HMG's fix for bug #300257
permament.
permanent.
* doc/sane-canon630u.man: cleanup
2003-12-01 Jochen Eisinger <jochen@penguin-breeder.org>

Wyświetl plik

@ -335,7 +335,7 @@
2004-10-02 Thomas Soumarmon <thomas.soumarmon@cogitae.net>
* backend/hp5400_internal.c: hp5400 version mathing test
* backend/hp5400_internal.c: hp5400 version matching test
has been removed by default.
To enable it :
CFLAGS="-DSTRING_VERSION_MATCH" ./configure
@ -516,7 +516,7 @@
* doc/descriptions/teco2.desc: url and status change
* doc/sane-teco2.man: update info
* backend/teco2.c: - added for the VM6575 a WHITE_LEVEL_R, _G an _B
slider opion
slider option
-changed for the VM656A and VM6575 and VM6586 the calibration part
(subtract highest and lowest value and then divide).
-default SANE_TECO_CAL_ALGO value is now 1 for the VM3564 and
@ -716,7 +716,7 @@
2004-06-21 Gerhard Jaeger <gerhard@gjaeger.de>
* po/*.po: Updated according to upcomming changes in the plustek backend.
* po/*.po: Updated according to upcoming changes in the plustek backend.
2004-06-20 Mattias Ellert <mattias.ellert@tsl.uu.se>

Wyświetl plik

@ -6,7 +6,7 @@
2005-08-05 St<53>hane Voltz <stefdev@modulonet.fr>
* backend/genesys.c: Fixed endianess issue in slope table
* backend/genesys.c: Fixed endianness issue in slope table
generation. Tested ok on x86 architecture.
2005-08-02 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -98,7 +98,7 @@
2005-07-15 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan-options.c: Change TPO range for Epson 2480/2580 to
55x80mm^2 which is the working range for the 2580. Reenabled
55x80mm^2 which is the working range for the 2580. Re-enabled
2400 DPI for 2480/2580.
2005-07-15 Oliver Schwartz <Oliver.Schwartz@gmx.de>
@ -135,7 +135,7 @@
The install target has been changed to account for this,
Some files don't exist in BeOS/ZETA (ipc.h, ...).
Backend function names get a prefix, I suppose to avoid namespace clashes.
Though we do have a libdl to implement dl_open, the native way is prefered.
Though we do have a libdl to implement dl_open, the native way is preferred.
Added a --with-docdir= configure arg.
BeOS has a broken get[name|addr]info() from bind. This is fixed in ZETA R1.
libtool needs -no-undefined. Various VPATH fixes.
@ -339,7 +339,7 @@
2005-05-26 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/net.tex doc/sane.tex: Mention RPC codes explicitely and
* doc/net.tex doc/sane.tex: Mention RPC codes explicitly and
explain what request and reply means. based on patch from
Johannes Berg <johannes@sipsolutions.net>.
@ -400,7 +400,7 @@
2005-05-15 frank <sane at zago net>
* tools/Makefile.in: remove superflous libraries for sane-desc
* tools/Makefile.in: remove superfluous libraries for sane-desc
* doc/descriptions/matsushita.desc: changed some scanner status from
good to minimal
* doc/descriptions/unsupported.desc: added a few Panasonic scanners.
@ -731,7 +731,7 @@
2005-01-19 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* backend/coolscan.c: added initilization of dev->scanning = SANE_FALSE
* backend/coolscan.c: added initialization of dev->scanning = SANE_FALSE
2005-01-18 Oliver Schwartz <Oliver.Schwartz@gmx.de>
@ -817,7 +817,7 @@
2004-12-01 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan.c backend/snapscan-scsi.c backend/snapscan-options.c:
Added quality calibration for Epson 2480 (implementd by Simon Munton)
Added quality calibration for Epson 2480 (implemented by Simon Munton)
2004-12-07 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -190,7 +190,7 @@
* backend/artec_eplus48u.conf, backend/snapscan.conf: Use default
firmware dirs in config files
* doc/sane-artec_eplus48u.man, doc/sane-snapscan.man: Use default
firmare dirs in man pages
firmware dirs in man pages
2005-11-25 Ulrich Deiters <ulrich.deiters@uni-koeln.de>
@ -245,7 +245,7 @@
2005-11-22 Mattias Ellert <mattias.ellert@tsl.uu.se>
* po/sane-backends.sv.po: Updated Swedish translation
* sanei/sanei_scsi.c: Added some debugging. Fixed some varnings
* sanei/sanei_scsi.c: Added some debugging. Fixed some warnings
---- FEATURE FREEZE FOR SANE 1.0.17 ---
@ -626,7 +626,7 @@
* backend/snapscan-options.c backend/snapscan-scsi.c
backend/snapscan.c backend/snapscan.h:
Added 16 bit option for Epson scanners, untested.
Reenabled enhanced inquiry command for epson scanners.
Re-enabled enhanced inquiry command for epson scanners.
2005-09-28 Julien Blache <jb@jblache.org>
* tools/udev/convert-usermap.sh: Don't print 0x when matching VID
@ -664,7 +664,7 @@
2005-09-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
* README: Mention in addition to the listed libraries, their
header files are also neccessary. A missing usb.h is a common
header files are also necessary. A missing usb.h is a common
problem when building SANE (--> no USB support).
* configure configure.in: Added warning message that's printed
when libusb or its header file is not available.

Wyświetl plik

@ -70,7 +70,7 @@
2006-06-13 m. allan noah <anoah AT pfeiffer DOT edu>
* backend/fujitsu.[ch]: update to v1.0.31, add 5220c usb id,
dont show ink level buttons if no imprinter, gather button
don't show ink level buttons if no imprinter, gather button
presses more frequently
* doc/descriptions/fujitsu.desc: usb id and version update
@ -116,7 +116,7 @@
because the scanner was already closed before probing for the rest
of the parameters (bug #301478, #303342).
The Epson Perfection 4990 photo/GT-X800 wrongly return 3200 dpi as
their maximum resolution. This workaround enables teh full 4800
their maximum resolution. This workaround enables the full 4800
dpi (bug #302090, patch from Claus Boje <claus@egehuset.dk>).
* backend/epson.conf.in: Detect some more epson SCSI scanners
(GT-6000, GT-9000) which report "EPSON SC" instead of "EPSON" as
@ -309,7 +309,7 @@
2006-05-23 m. allan noah <anoah AT pfeiffer DOT edu>
* backend/fujitsu.c: dont send scsi cmd F1 if unsupported.
* backend/fujitsu.c: don't send scsi cmd F1 if unsupported.
* doc/descriptions/fujitsu.desc: update version number.
2006-05-23 Gerhard Jaeger <gerhard@gjaeger.de>
@ -429,7 +429,7 @@
* doc/descriptions/avision.desc: Used avision-desc.sh to update
the .desc file to current SANE CVS avision.c code. Added USB
ids.
* doc/descriptions/plustek.desc: Added USB ids. Splitted some
* doc/descriptions/plustek.desc: Added USB ids. Split some
entries which have two different USB ids. Clarified comment about
UMAX 3400.
* tools/hotplug/libsane.usermap: Removed. Will be created
@ -543,7 +543,7 @@
2006-03-12 Stephane Voltz <stefdev@modulonet.fr>
* backend/genesys_gl646.c: fixed gl646_send_gamma_table after
endianess changes. Put again a little fix for power saving
endianness changes. Put again a little fix for power saving
2006-03-11 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -559,7 +559,7 @@
2006-03-09 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
* backend/genesys.c: Some annotations about endianess of scanned
* backend/genesys.c: Some annotations about endianness of scanned
data
* backend/genesys_gl646.c: Convert gamma tables to little endian
@ -699,7 +699,7 @@
* tools/check-usb-chip.c: Improved rts8822l-01h chipset
detection by adding check for descriptor.bcdUSB == 0x110 reported
by some scanners and accepting any value diferent to 0, read
by some scanners and accepting any value different to 0, read
from 0xfe11 register. Patch from Jonathan Bravo Lopez
<JKD@JKDSoft.cjb.net>.
* tools/sane-desc.c: Added "ignore" parameter to :usbid
@ -789,7 +789,7 @@
prints overal statistics about known devices. Added support for
more than one search directory. Removed support for deprecated
backend status ("alpha", "beta" ...). Ran indent -gnu. HTML
output (backends and mfgs) prints statitics now. Unify status
output (backends and mfgs) prints statistics now. Unify status
and device type strings. Simplified status and device type
string printing. Removed any remaining links of backend status.

Wyświetl plik

@ -247,7 +247,7 @@
removed references to the never implemented zoom function.
the function that shortened the list was actually
missing the first entry.
more resolutions addedd for networked scanners.
more resolutions added for networked scanners.
added support for Perfection 4990 (Claus Boje).
2007-11-17 m. allan noah <kitno455 a t gmail d o t com>
@ -488,7 +488,7 @@
* doc/descriptions-external/hpljm1005.desc: Added.
2007-08-08 m. allan noah <kitno455 a t gmail d o t com>
* frontend/scanimage.c: bugfix: dont round up negative user values
* frontend/scanimage.c: bugfix: don't round up negative user values
* doc/descriptions/fujitsu.desc: add/consolidate new models
2007-08-03 Julien Blache <jb@jblache.org>
@ -575,7 +575,7 @@
* backend/fujitsu.[ch], backend/fujitsu-scsi.h: update to v1.0.50,
add JPEG support, usb command sending and scan params cleanups
* include/sane/sane.h: add SANE_FRAME_JPEG
* frontend/scanimage.c: dont crash on unknown frame types
* frontend/scanimage.c: don't crash on unknown frame types
2007-07-10 Gerhard Jaeger <gerhard@gjaeger.de>
@ -835,7 +835,7 @@
2006-12-18 Alessandro Zummo <a.zummo@towertech.it>
* epson2: restructured code once more, splitted
* epson2: restructured code once more, split
in multiple files, added networking
support, added FS G extended handshaking mode,
make proper use of extended commands when possible
@ -1078,7 +1078,7 @@
2006-08-06 Stephane Voltz <stefdev@modulonet.fr>
* backend/genesys_gl646.c backend/genesys.c: fix y scan area offset
detection for HP2300, one more fixe related to bug #303681.
detection for HP2300, one more fix related to bug #303681.
2006-08-01 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -111,7 +111,7 @@
for details read backend/umax.CHANGES
2000-02-19 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* corrected spelling error in umax,c (devive -> device)
* corrected spelling error in umax,c (device -> device)
2000-02-18 Abel Deuring <a.deuring@satzbau-gmbh.de>
* sharp.c / sharp.h: Options for resolution now conform to
@ -229,7 +229,7 @@
2000-02-02 Karl Heinz Kremer <khk@khk.net>
* backend/epson.[ch] Finally put the USB fix into the CVS
version. Removed version number from epson.h so that this
file does not need to be updated everytime epson.c changes.
file does not need to be updated every time epson.c changes.
2000-02-01 Karl Heinz Kremer <khk@khk.net>
* backend/epson.[ch] More changes in the attach function to
@ -328,7 +328,7 @@
2000-01-25 Petter Reinholdtsen <pere@td.org.uit.no>
* frontend/scanimage.c: Return SANE_STATUS_NO_MEM if advance()
failes. Add return value to test_it().
fails. Add return value to test_it().
* include/sane/sanei_debug.h: Add fflush() after fprintf() in
DBG macro.
@ -369,7 +369,7 @@
* frontend/scanimage.c: Adds a "batch mode" to the software, that
can be used in conjunction with an ADF device, so that one can
e.g. scan a complete document consting of multiple pages with just
e.g. scan a complete document consisting of multiple pages with just
one call to scanimage. This modification was created by Christian
Bucher so that his Epson scanner could use the ADF. Patch from
Karl Heinz Kremer.
@ -399,7 +399,7 @@
2000-01-09 Karl Heinz Kremer <khk@khk.net>
* backend/epson.* updated. This is a new backend still based
on the origial Sane 1.0.1 version, but with lots of work
on the original Sane 1.0.1 version, but with lots of work
done: Support for ADF/TPU, more function levels (up to B9
and initial work for F5), parallel scanner support and initial
support for USB scanners (don't use this yet, it still needs
@ -408,7 +408,7 @@
2000-01-05 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* backend/umax* updated to backend version 1.0 build 14
for detailled info take a look at umax.CHANGES
for detailed info take a look at umax.CHANGES
2000-01-05 Petter Reinholdtsen <pere@td.org.uit.no>
@ -495,7 +495,7 @@
1999-09-13 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* backend/umax* and doc/sane-umax* updated to version 1.0-build-12
for detailled info take a look at umax.CHANGES
for detailed info take a look at umax.CHANGES
1999-09-12 Petter Reinholdtsen <pere@td.org.uit.no>

Wyświetl plik

@ -3,7 +3,7 @@
with newer automake.
* backend/Makefile.am, tools/sane-config.in: Add missing
$GPHOTO2_LDFLAGS so library can be found.
* tools/Makefile.am: Add mising $SCSI_LIBS to sane-find-scanner.
* tools/Makefile.am: Add missing $SCSI_LIBS to sane-find-scanner.
****** Release of sane-backends 1.0.20. End of code freeze ******
@ -167,14 +167,14 @@
* backend/canon_dr.[ch], backend/canon_dr.conf.in: backend v24
- fix DR-2510C duplex deinterlacing code
- rewrite sane_read helpers to read until EOF
- update sane_start for scanners that dont use object_position
- dont call sanei_usb_clear_halt() if device is not open
- update sane_start for scanners that don't use object_position
- don't call sanei_usb_clear_halt() if device is not open
- increase default buffer size to 4 megs
- set buffermode on by default
- hide modes and resolutions that DR-2510C lies about
- read_panel() logs front-end access to sensors instead of timing
- rewrite do_usb_cmd() to use remainder from RS info
* doc/desciptions/canon_dr.desc: backend v24, update DR-2510C comment
* doc/descriptions/canon_dr.desc: backend v24, update DR-2510C comment
2009-03-31 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
* backend/pixma_bjnp.c:
@ -196,7 +196,7 @@
- handle more image interlacing formats
- re-enable binary mode on some scanners
- limit some machines to full-width scanning
* doc/desciptions/canon_dr.desc: v23, improved comments
* doc/descriptions/canon_dr.desc: v23, improved comments
2009-03-25 m. allan noah <kitno455 a t gmail d o t com>
* backend/canon_dr.[ch]: backend v22
@ -210,7 +210,7 @@
* backend/canon_dr.[ch], backend/canon_dr-cmd.h: backend v21
- correct rgb padding macro
- skip send_panel and ssm_df commands for DR-20xx scanners
* doc/desciptions/microtek2.desc: add ScanMaker 6400XL
* doc/descriptions/microtek2.desc: add ScanMaker 6400XL
2009-03-24 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* doc/Makefile.am: Don't include any template.desc. into
@ -242,7 +242,7 @@
- set status packet size from config file
- rewrite config file parsing to reset options after each scanner
- add config options for vendor, model, version
- dont call inquiry if those 3 options are set
- don't call inquiry if those 3 options are set
- remove default config file from code
- add initial gray deinterlacing code for DR-2510C
- rename do_usb_reset to do_usb_clear
@ -332,7 +332,7 @@
2009-03-09 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl646.c:
1200 dpi scan fix and head positionning fixes
1200 dpi scan fix and head positioning fixes
2009-03-07 m. allan noah <kitno455 a t gmail d o t com>
@ -572,11 +572,11 @@
2009-02-04 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* configure.in, acinclude.ac: Cleanup autoconf 2.63 warnings.
add cv_ prefix to cached variable. Remove AC_ARG_PROGRAM as
automake already invokes this. When prefered AC_USE_SYSTEM_EXTENSIONS
automake already invokes this. When preferred AC_USE_SYSTEM_EXTENSIONS
exists, use that instead of AC_GNU_SOURCE/AC_AIX/AC_MINUX.
Cleanup socket detection more by creating only a single
SOCKET_LIBS that contains list of all optional libraries
for any socket related funciton. Make sure that checks
for any socket related function. Make sure that checks
for socket related functions use SOCKET_LIBS when searching.
Check for getopt_long() and getopt.h. Make OS/2 use
-no-undefined (same as windows).
@ -612,7 +612,7 @@
2009-02-01 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* aclocalm4: fix prototype of internal strcasestr and usleep.
* configure.in: Group all USB logic together and all SCSI
logic together to aid understanding of whats no longer
logic together to aid understanding of what's no longer
valid. Allow sharing enable/disable options between all
USB drivers on multiple platforms. Combined CAM_LIBS and
SCSI_LIBS since they are mutually exclusive.
@ -666,7 +666,7 @@
* backend/Makefile.am: Convert backend makefile to automake.
Initial version that is feature parity with original but uses
specific rules instead of wildcards and only links in libraries/objs
really required. Room for more cleanup of whats linked in once
really required. Room for more cleanup of what's linked in once
all makefiles have been converted to automake.
2009-01-29 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
@ -741,7 +741,7 @@
2009-01-21 m. allan noah <kitno455 a t gmail d o t com>
* backend/canon_dr.[ch], backend/epjitsu.[ch], backend/fujitsu.[ch]:
- dont export private symbols
- don't export private symbols
2009-01-19 m. allan noah <kitno455 a t gmail d o t com>
* doc/descriptions-external/brother2.desc: add MFC-7840W
@ -768,10 +768,10 @@
* backend/genesys_gl841.c: Make dpihw depend on sensor pixel count
instead of sensor resolution. Make some Canon LiDE 35 specific
gpio handling conditional, add missing SCANMOD shift. Make
half-ccd mode optional. Reenable clock register setup from sensor
half-ccd mode optional. Re-enable clock register setup from sensor
struct, set SCANMOD.
* backend/genesys_devices.c: Make half-ccd mode optional.
Reenable clock register setup from sensor struct, set SCANMOD.
Re-enable clock register setup from sensor struct, set SCANMOD.
2009-01-17 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* pixma_mp150.c:
@ -848,7 +848,7 @@
- send_panel() can disable too
- add cancel() to send d8 command
- call cancel() only after final read from scanner
- stop button reqests cancel
- stop button requests cancel
2009-01-10 Jeremy Johnson <jeremy a t acjlaw dot net>
* backend/hs2p.c: replaced ulong with u_long,
@ -865,7 +865,7 @@
requested length and to zero out any garbage using
information from sense data command. Added new
MAINTENANCE_DATA struct and options to display
scanner's maintenance/callibration statistics.
scanner's maintenance/calibration statistics.
*backend/hs2p.h
- added enum CONNECTION_TYPES
- added HS2P_DATA struct
@ -887,7 +887,7 @@
- added get_hs2p_data() to read scanner data
- added print_maintenance_data()
- modified sane_control_options() to
accomodate new maintenance options and to
accommodate new maintenance options and to
handle Portrait/Landscape option
replaced adf_status macro with s->data.adf_status
- modified sane_read() to correctly zero out the
@ -945,7 +945,7 @@
* AUTHORS, configure, configure.in, backend/Makefile.in,
backend/xerox_mfp.c, backend/xerox_mfp.h, doc/Makefile.in,
doc/descriptions/xerox_mfp.desc, doc/sane-xerox_mfp.man:
Initial commit ot xerox_mfp backed.
Initial commit to xerox_mfp backed.
2008-12-12 Julien Blache <jb@jblache.org>
* frontend/saned.c: add a data_portrange config file option to
@ -1123,7 +1123,7 @@
bjnp tcp connection is now de-activated after initialization and
re-activated at start of scanning. If we do not do this, the scanner
closes its side of the connection after 30 secods of inactivity.
Added a maximum to the retry of slect calls when signals are
Added a maximum to the retry of select calls when signals are
received
Added blocksize detection for tcp read_bulk call
@ -1175,7 +1175,7 @@
The rest is cosmetic only.
2008-10-21 Louis Lagendijk <llagendijk-guest at users.alioth.debian.org>
* Added #ifdef around defintions of MIN and MAX in pixma_common.h
* Added #ifdef around definitions of MIN and MAX in pixma_common.h
- Re-enable includes in pixma_bjnp.c as they are needed on Freebsd
- Replaced getaddrinfo by gethostbyname in pixma_bjnp.c as this is
supported on OS/2 as well
@ -1349,7 +1349,7 @@
2008-08-26 m. allan noah <kitno455 a t gmail d o t com>
* backend/fujitsu.c, doc/descriptions/fujitsu.desc: backend v78
- recent model names (fi-6xxx) dont end in 'C'
- recent model names (fi-6xxx) don't end in 'C'
- simplify flatbed area overrides
- call scanner_control to change source during sane_start
@ -1636,7 +1636,7 @@
changed top of scan area detection for MD6228/MD6471 models
2008-05-23 Jonathan Bravo Lopez <jkdsoft@gmail.com>
* backend/hp3900_sane.c: setting appropiate capabilities to some options.
* backend/hp3900_sane.c: setting appropriate capabilities to some options.
2008-05-22 Jonathan Bravo Lopez <jkdsoft@gmail.com>
* backend/hp3900_sane.c: use 1.1.0 well-known option group strings.

Wyświetl plik

@ -174,7 +174,7 @@
* backend/kvs1025*: add new backend from Panasonic Russia, Ltd.
* backend/Makefile.*, configure*, doc/Makefile.*, doc/sane.man:
backend integration changes
* doc/desciptions/kvs1025.desc, doc/sane-kvs1025.man:
* doc/descriptions/kvs1025.desc, doc/sane-kvs1025.man:
the parts Panasonic forgot
2010-02-12 m. allan noah <kitno455 at gmail dot com>
@ -392,7 +392,7 @@
* backend/gt68xx_generic.h backend/gt68xx_generic.c
backend/gt68xx.conf.in backend/gt68xx_low.h backend/gt68xx_high.c
backend/gt68xx_devices.c backend/gt68xx.c: fixed gt6816 based sheetfed
scanners positionning by implementing and using a move paper request.
scanners positioning by implementing and using a move paper request.
Added Iriscan Express 2 model based on reports seen in sane-devel
list.
@ -552,7 +552,7 @@
from Johannes Meixner
2009-08-08 Julien Blache <jb@jblache.org>
* frontend/saned.c: run_standalone(), explicitely check for errors
* frontend/saned.c: run_standalone(), explicitly check for errors
on fds.
2009-08-07 m. allan noah <kitno455 at gmail dot com>
@ -573,7 +573,7 @@
2009-08-04 Stéphane Voltz <stef.dev at free.fr>
* backend/genesys.c backend/genesys_gl646.c backend/genesys_devices.c:
- fixed document end detection for gl646 cis scanners
- disable color filter fro gray mode for gl646 cis scanners
- disable color filter for gray mode for gl646 cis scanners
2009-08-03 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* doc/descriptions/pixma.desc, doc/sane-pixma.man:
@ -651,7 +651,7 @@
* po/Makefile.am, po/Makefile.in, po/sane-backends.uk.po:
- Ukrainian translation from yurchor@ukr.net
* backend/avision.c: set flag for Fujitsu SP620C
* doc/desciptions/unsupported.desc: minor updates to Canon scanners
* doc/descriptions/unsupported.desc: minor updates to Canon scanners
* doc/descriptions/canon_dr.desc: set status complete on 5 machines
* backend/canon_dr.c: reduce default buffer size to 2 megs
@ -664,7 +664,7 @@
2009-06-22 m. allan noah <kitno455 at gmail dot com>
* backend/kodak.*: new backend for big Kodak SCSI/Firewire scanners
* doc/desciptions/kodak.desc, doc/sane-kodak.man: docs for same
* doc/descriptions/kodak.desc, doc/sane-kodak.man: docs for same
2009-06-22 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_imageclass.c, backend/pixma_mp730.c, doc/descriptions/pixma.desc:
@ -683,7 +683,7 @@
Added Canon imageCLASS D480 support to the pixma backend.
2009-06-17 Stéphane Voltz <stef.dev at free.fr>
* backend/lexmark_low.c: f3/f4 registers assignement cleanup
* backend/lexmark_low.c: f3/f4 registers assignment cleanup
2009-06-18 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_mp150.c:
@ -728,7 +728,7 @@
MSG_WAITALL. recv() tends to return MTU sized chunks
of data without that option. And at least cygwin doesn't
support MSG_WAITALL. Re-enable epson2 using that function
for big recieves.
for big receives.
* libgetopt.c, libgetopt1.c: Revert some logic meant to be used
only when we were always compiling internal getopt() functions.
Fix header filename.
@ -882,6 +882,6 @@
with newer automake.
* backend/Makefile.am, tools/sane-config.in: Add missing
$GPHOTO2_LDFLAGS so library can be found.
* tools/Makefile.am: Add mising $SCSI_LIBS to sane-find-scanner.
* tools/Makefile.am: Add missing $SCSI_LIBS to sane-find-scanner.
Older entries can be found in ChangeLog-1.0.20.

Wyświetl plik

@ -24,7 +24,7 @@
* backend/fujitsu.c, doc/descriptions/fujitsu.desc,
doc/sane-fujitsu.man: fujitsu backend v106,
- added new models
- dont call mode_select with a page code the scanner does not support
- don't call mode_select with a page code the scanner does not support
2011-01-28 Mike Kelly <mike@piratehaven.org>
* backends/avision.[ch]:
@ -86,7 +86,7 @@
* backend/genesys.c backend/genesys_devices.c
backend/genesys_gl847.c: fix lineart issue when yres is higher than
xres and dynamic lineart is enabled, make gl847 wait for head to
park between scans, wait for head ot park in sane_close()
park between scans, wait for head to park in sane_close()
2011-01-05 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_mp730.c:
@ -100,7 +100,7 @@
2011-01-04 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys_devices.c
backend/genesys_gl124.c: fix 1200 dpi lineart issues for gl124,
reenable low resolutions for lineart for gl124, and geometry fine
re-enable low resolutions for lineart for gl124, and geometry fine
tuning for LiDE 110/210
2011-01-03 Stéphane Voltz <stef.dev@free.fr>
@ -255,7 +255,7 @@
fixed clear-calibration option reading,
make calibration cache expire for non sheetfed gl847 scanners,
tuned KV-SS080 timings to improve image quality,
raised LiDE 100/200 defaukt gamma to 1.7
raised LiDE 100/200 default gamma to 1.7
2010-10-31 Julien Blache <jb@jblache.org>
* doc/descriptions/hp.desc: add SCSI IDs for ScanJet 4c.
@ -286,7 +286,7 @@
2010-09-18 Reinhold Kainhofer <reinhold@kainhofer.com>
* include/sane/sanei_config.h sanei/sanei_config.c: Add
function sanei_config_get_paths to obtain all configuration pathes
function sanei_config_get_paths to obtain all configuration paths
(from env var SANE_CONFIG_DIR and default paths); fix pointers to
invalid/freed strings when SANE_CONFIG_DIR is set.
* backend/dll.c: When searching for the dll.d/ directory,
@ -468,7 +468,7 @@
2010-06-08 Nicolas Martin <nicols-guest at users.alioth.debian.org>
* backend/pixma_imageclass.c:
pixma: set #1 of modifiations for ImageClass MF65xx series.
pixma: set #1 of modifications for ImageClass MF65xx series.
2010-06-07 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys_devices.c backend/genesys_gl847.c:

Wyświetl plik

@ -73,7 +73,7 @@
2012-07-26 Rolf Bensch <rolf at bensch hyphen online dot de>
* README.linux:
New detailled description for the installation of SANE backend.
New detailed description for the installation of SANE backend.
2012-07-24 m. allan noah <kitno455 at gmail dot com>
* backend/kvs40xx_opt.c: Oops- it is new
@ -403,7 +403,7 @@
2011-11-08 Chris Bagwell <chris at cnpbagwell dot com>
* backend/Makefile.*: Finish preload linking fix.
dll.c was being linked in with convienence library.
dll.c was being linked in with convenience library.
If it needs to have two behaviors then we need to
create two libraries. Now preloading is working in
libsane.so again and disabled in libsane-dll.so.
@ -443,7 +443,7 @@
it doesn't work. At least it will compile.
* lib/syslog.c: Add a replacement syslog for at least mingw.
* testsuite/Makefile.*: Use $(EXEEXT) so that scanimage can
be ran on windows.
be run on windows.
* backend/Makefile.*, backend/dll.c: Modify dll backend
so that libsane-dll does not reference preloaded backends
symbols since its not linking them in. Only libsane

Wyświetl plik

@ -35,7 +35,7 @@
* backend/pixma.h, doc/descriptions/pixma.desc: Pixma backend version 0.17.4
2013-09-08 paul newall
* kodakaio.desc: Added hero 4.1 model, marked some scanners as staus basic
* kodakaio.desc: Added hero 4.1 model, marked some scanners as status basic
2013-08-27 m. allan noah <kitno455 at gmail dot com>
* acinclude.m4, configure: enable pthread on Linux by default
@ -55,7 +55,7 @@
2013-08-16 Chris Bagwell <chris@cnpbagwell.com>
* testsuite/sanei/Makefile.am: Add missing data files to distribution.
Pass in $srcdir to sanei_config_test so it knows were data files are
regardless of were ran from.
regardless of were run from.
* testsuite/sanei/sanei_config_test.c: Use full path for config
file. This allows "make distcheck" to work for this testcase
since it uses a different build directory then source directory
@ -85,7 +85,7 @@
2013-08-11 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys_low.[ch] backend/genesys_conv.c backend/genesys.c
backend/genesys_gl841.c backend/genesys_gl646.c: make use of hardware
gamma tables to implement constrast and brightness correction.
gamma tables to implement contrast and brightness correction.
2013-08-07 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.[ch] backend/genesys_conv.c doc/sane-genesys.man
@ -170,7 +170,7 @@
2013-06-19 Stéphane Voltz <stef.dev@free.fr>
* frontend/scanimage.c: protect for group option with incorrect
capabilites.
capabilities.
* frontend/tstbackend.c: add test to check is group option are
settable. Fix test_getdevices() function.

Wyświetl plik

@ -70,7 +70,7 @@
2015-08-08 Stéphane Voltz <stef.dev@free.fr>
* backend/test.c: fix memleaks (#313553)
* configure.in, configure: don not harcode -I/usr/local/include
* configure.in, configure: don not hardcode -I/usr/local/include
(#315060)
open/close tests.
@ -286,7 +286,7 @@
2014-08-23 Louis Lagendijk <louis dot lagendijk at gmail dot com>
* backend/pixma_bjnp.c:
* Keep TCP-connection closed untill we really need it. This avoids
* Keep TCP-connection closed until we really need it. This avoids
the scanner closing the TCP-connection when idle
* Add an explicit error message when we detect that the scanner
closed the TCP-connection

Wyświetl plik

@ -399,7 +399,7 @@ Date: Fri Apr 7 20:28:02 2017 +0900
Add missing double quote
Accidently removed in 38ce7fc086a6ecbee94ef31901a6eb874fb611b1.
Accidentally removed in 38ce7fc086a6ecbee94ef31901a6eb874fb611b1.
Thanks to Jon Nelson for pointing this out.
commit 38ce7fc086a6ecbee94ef31901a6eb874fb611b1
@ -568,7 +568,7 @@ commit 589e011992a21ae1edb4684eb89582350c47333f
Author: Louis Lagendijk <louis.lagendijk@gmail.com>
Date: Fri Jan 6 22:15:24 2017 +0100
Update the sane-pixma man-page for the new timout setting option.
Update the sane-pixma man-page for the new timeout setting option.
commit 1b442ce1ea7068bda1129c061071dc94bfd6a8d2
Author: Louis Lagendijk <louis.lagendijk@gmail.com>
@ -681,7 +681,7 @@ Author: Troy Rollo <troy@kawseq.com>
Date: Tue Nov 29 20:47:59 2016 +1100
HP3500 backend: fix #314811, greatly improve
calibration, support harware calibration
calibration, support hardware calibration
in 120DPI and 400DPI, and add support for
hardware gamma correction.
@ -689,7 +689,7 @@ commit 6484ff8fc368db24b567e1d2fbb44cd86e0f9e43
Author: Alex Belkin <abc@telekom.ru>
Date: Sun Nov 6 23:03:23 2016 +0300
Forgoten comma in backends man pages list.
Forgotten comma in backends man pages list.
commit 69a008830b84437701022cbd96a8863ac61d3ddf
Author: Alex Belkin <abc@telekom.ru>
@ -1297,7 +1297,7 @@ Date: Wed Jul 13 22:37:44 2016 +0900
doc/sane.tex: Replace epsfig with graphicx
The graphicx package allows for file specification without a hardcoded
extension. This provides more freedom in chosing how to prepare images
extension. This provides more freedom in choosing how to prepare images
in *.eps and *.pdf formats.
Moreover, epsfig is considered mostly obsolete in the TeX community and
@ -1821,7 +1821,7 @@ Date: Wed Oct 28 20:59:22 2015 +0900
Upon re-reading the autoconf documentation, this seemed the right thing
to do. The AC_LANG_PROGRAM macro does not quote its arguments so any
occurence of [ and ] will get stripped out if not double quoted.
occurrence of [ and ] will get stripped out if not double quoted.
Current code snippets passed do not use them but it is better to use a
consistent quoting approach for such snippets. In other places in the
@ -2182,7 +2182,7 @@ commit 9897357727b65d13167b89cd1d1fe816f4d72563
Author: Stéphane Voltz <stef.dev@free.fr>
Date: Sun Feb 28 21:26:27 2016 +0100
enable pixel averaging whne bleow 600 for all models
enable pixel averaging when below 600 for all models
commit d784dec60b096b8e8fe18f5f7b5c1921249d6ed2
Author: Stéphane Voltz <stef.dev@free.fr>
@ -3935,7 +3935,7 @@ Date: Wed Nov 4 13:05:05 2015 -0500
canon_dr backend v52
set can_color=1 by default (recent models dont have 'C' in name)
set can_color=1 by default (recent models don't have 'C' in name)
enable jpeg for DR-6080
commit 0b822359b3e1798294e30a7ea9cfd6fd9a1e3e85

Wyświetl plik

@ -2411,7 +2411,7 @@ Date: 2019-03-08 20:56:26 +0000
Merge branch 'master' into 'master'
Add Driver Canon Pixma TS 6200 Serie.
Add Driver Canon Pixma TS 6200 Series.
See merge request sane-project/backends!43
@ -2425,7 +2425,7 @@ commit 2915756ae4262b6a87490b5d96959f58c498307b
Author: Thierry <thierry@substantiel.fr>
Date: 2019-03-05 08:43:31 +0100
Add Driver Canon Pixma TS 6200 Serie.
Add Driver Canon Pixma TS 6200 Series.
commit 9e4344b33a2d83aa7663b65d6d8a49c7306d72c7
Author: Rolf Bensch <rolf@bensch-online.de>
@ -2513,7 +2513,7 @@ commit 941f6bb3808fd45760ab0cf0fa0cf53a6f197986
Author: m. allan noah <kitno455@gmail.com>
Date: 2019-02-23 14:54:48 -0500
remove nonexistant scanners
remove nonexistent scanners
the fi-6125 and 6135 were never released, though they showed in
some old versions of the windows driver. here, we remove them.
@ -4140,7 +4140,7 @@ Date: 2017-07-15 14:47:54 +0900
Not all pthreads implementations use an integer type for pthread_t.
As a matter of fact, POSIX has explicitly withdrawn the requirement
that it must be an arithmatic type.
that it must be an arithmetic type.
The musl C library uses a `struct __pthread *` which triggered the
warnings. As of this change, sanei_thread.h works around this by
@ -4245,7 +4245,7 @@ Date: 2017-06-26 19:13:51 +0900
to enumeration constants by ISO C99.
Seeing that the _PS_INP* values appear to be bitflags (despite the
arithmatic additions in backend/plustek-usbdev.c!) it is safer to
arithmetic additions in backend/plustek-usbdev.c!) it is safer to
use #defines instead of an enum.
commit a74cb99c1aa3dbddf0bb8250a9b2af72584d9b42

Wyświetl plik

@ -30,7 +30,7 @@
* backend/plustek.c: Removed "const" from function header. This fixes
a compilation problem on aix/cc.
* configure configure.in: Additional warnings are now disabled by
default for the 1.0.3 realease.
default for the 1.0.3 release.
2000-08-06 Henning Meier-Geinitz <hmg@gmx.de>
@ -279,7 +279,7 @@
2000-07-17 Henning Meier-Geinitz <hmg@gmx.de>
* backend/musteka4s2.desc: Removed. Now that the mustek_pp
backend is part of SANE musteka4s2 is no longer neccessary.
backend is part of SANE musteka4s2 is no longer necessary.
If somebody really wants to use the old musteka4s2 sources
he will find a link on the mustek_pp WWW page.
@ -492,7 +492,7 @@
* backend/sagitta.desc: Removed on behalf of the author. Nobody
has showed interest in this very old (and rare) scanner over
the years. It's difficult to keep it up-to-date because a kernel
module is neccessary. Nobody volunteered to take over
module is necessary. Nobody volunteered to take over
maintainership.
* backend/tamarack.c: Changed all fprintf to DBG calls.
@ -509,7 +509,7 @@
2000-06-25 Henning Meier-Geinitz <hmg@gmx.de>
* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
1.0-87. Fixed gamma correction for 1200 A3 Pro. Fixed dependancy
1.0-87. Fixed gamma correction for 1200 A3 Pro. Fixed dependency
of mustek.h on sane-backends.h. Fixed debug output bug in
fix_linedistance_se. Updated documentation and mustek.conf.
@ -638,7 +638,7 @@
2000-05-18 Henning Meier-Geinitz <hmg@gmx.de>
* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
1.0-82. Added shrinked image fix to ScanExpress 12000SP models
1.0-82. Added shrunk image fix to ScanExpress 12000SP models
<= v2.0. Fixed remaining sane_cancel problems (in non_blocking
mode). Fixed color stripes and segmentation fault for Paragon
MFS-12000SP 1.00 (at least for me). Some minor debug output
@ -651,7 +651,7 @@
* backend/mustek.* doc/sane-mustek.man: Update to Mustek backend
1.0-81. Added transparency adapter (TA) support for all Mustek
scanners. Fixed shrinked image bug for the ScanExpress 6000SP.
scanners. Fixed shrunk image bug for the ScanExpress 6000SP.
Removed unused options (3-pass scanners and 600 II N). Scan
source selection now shows only the options currently available.
Fixed a bug concerning the ADF handling. sane_init () now uses
@ -677,7 +677,7 @@
adapter support for all Paragon legal size scanners. Fixed color
mode for the Paragon MFS-8000SP (gamma problems). New system to
set buffersize using sanei_scsi_open_extended. Removed (maybe
temporarily) support for SCSI queue. Fixed shrinked image bug with
temporarily) support for SCSI queue. Fixed shrunk image bug with
the ScanExpress 12000SP. Fixed positional options detection
(from mustek.conf). Added option "buffersize". Adjusted
mustek.conf template to more reasonable defaults. Lots of
@ -744,7 +744,7 @@
* backend/mustek.c: Updated backend to new version 0.76. Fixes for
600 II N (color stripes, cancel handling), ScanExpress ("XC06" is
now recognized), MFS-1200SP (linedistance correction in high
resolutions, patch from Andreas Beck), STORE makros (patch from
resolutions, patch from Andreas Beck), STORE macros (patch from
Norbert Mueller), ADF (patch from Joerg Anders), firmware
identification (patch from Marco G. Salvagno), sane_cancel (scan
will now be cancelled immediately, no new sane_read necessary),
@ -780,7 +780,7 @@
2000-03-14 Abel Deuring <a.deuring@satzbau-gmbh.de>
* new version of ths Sharp backend (0.31): added support for the
* new version of the Sharp backend (0.31): added support for the
JX350 (Thanks to Shuhei Tomita for providing the patch)
2000-03-07 Petter Reinholdtsen <pere@td.org.uit.no>

Wyświetl plik

@ -97,7 +97,7 @@
* TODO: Updated. Added point about plustek-share.h using c++ comment
and reminder to check config.in.h. Removed entriy about as6e.c stat
result check.
* backend/as6e.c backend/as63.h: Comitted patch from Eugene Weiss
* backend/as6e.c backend/as63.h: Committed patch from Eugene Weiss
<eweiss@sas.upenn.edu>. Fixes: Use only DBG (no printfs). Check result
of stat. Add GPL header.
@ -245,7 +245,7 @@
* configure configure.in acinclude.m4 aclocal.m4
include/sane/config.h.in: Added test for PTAL library and headers
(patch from David Paschal <paschal@rcsis.com>). Some reformating of
(patch from David Paschal <paschal@rcsis.com>). Some reformatting of
the output of configure --help.
* backend/GUIDE: Updated entry about #include.
@ -324,7 +324,7 @@
2000-11-22 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
* changed configure and configure.in, removed test for sting.h/strings.h
* changed configure and configure.in, removed test for string.h/strings.h
this is not needed because we use strchr instead (always in string.h)
of index (sometimes in string.h, sometimes in strings.h)
@ -466,7 +466,7 @@
* sanei/sanei_constrain_value.c: If constraint_type is
SANE_CONSTRAINT_RANGE and quantization is used, the results may
be outside the limits of the range because quantization uses the
orginal value. Fixed by doing quantization with the already
original value. Fixed by doing quantization with the already
checked value.
2000-11-10 Gerhard Jaeger <g.jaeger@earthling.net>
@ -564,7 +564,7 @@
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
used automatically by all scanners now. Some safety checks, code
cleanup and more debug output. Details are in
backend/mustek.CHANGES.

Wyświetl plik

@ -182,7 +182,7 @@
2001-06-07 Stéphane Voltz <svoltz@wanadoo.fr>
* backend/umax_pp_low.c: make use of PPGETMODES to get ppdev
capabilites.
capabilities.
2001-06-05 Peter Fales <peter@fales.com>
@ -208,7 +208,7 @@
2001-06-04 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* update of umax backend to version 1.0 buid 27
* update of umax backend to version 1.0 build 27
2001-06-04 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -261,14 +261,14 @@
2001-06-02 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* corrected umax version numver in umax.desc (1.0.24->1.0.26)
* corrected umax version number in umax.desc (1.0.24->1.0.26)
2001-06-02 Henning Meier-Geinitz <henning@meier-geinitz.de>
* NEWS: Updated concerning backend versions.
* TODO: Removed nec entries. Added entry about ADF extension to
scanimage.
* backend/qcam.c: Another occurence where struct flock must be defined
* backend/qcam.c: Another occurrence where struct flock must be defined
for OS/2.
* AUTHORS: Fixed Kazuya Fukuda's name and email address.
* backend/nec.c backend/nec.h backend/nec.desc: Update to backend
@ -450,7 +450,7 @@
2001-05-24 Henning Meier-Geinitz <henning@meier-geinitz.de>
* sane-mustek.man: Removed some bug descriptions and addded
* sane-mustek.man: Removed some bug descriptions and added
sane(7) to SEE ALSO.
* sane-find-scanner.man sane-scsi.man scanimage.man: Added
sane(7) to SEE ALSO.
@ -612,16 +612,16 @@
tools/sane-find-scanner.c frontend/stiff.c: Used #include
"../include/sane/...".
* backend/net.c backend/net.h backend/net.desc: Fixed some memory
leaks. A bit of reformating. Added more debug output. Used
leaks. A bit of reformatting. Added more debug output. Used
#include "../include/sane/...".
* sanei_codec_bin.c sanei/sanei_net.c sanei/sanei_wire.c: Fixed
some memory leaks. Used #include "../include/sane/...".
* frontend/scanimage.c: Added exit handler to call sane_close
and sane_exit in any case and to free alloced memory. A bit of
reformating. Used #include "../include/sane/...". Fixed some
and sane_exit in any case and to free allocated memory. A bit of
reformatting. Used #include "../include/sane/...". Fixed some
warnings.
* frontend/saned.c: Fixed some memory leaks. Fixed some warnings.
Some reformating. Used #include "../include/sane/...".
Some reformatting. Used #include "../include/sane/...".
* README.hp-ux: Use gmake if make doesn't work.
* LEVEL2: Added point about sane_init results != SANE_STATUS_GOOD.
* TODO: Added entries about memory leaks, sane_init return values, and
@ -829,7 +829,7 @@
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
Added entry about adding contact addresses 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.
@ -881,7 +881,7 @@
debugging enabled) and in *.desc. The internal versions
of both net and dll are set to 1.0.1. Please increase the
build number with every change on the source files.
* doc/realeases.txt -> doc/releases.txt. Fixed spelling error.
* doc/releases.txt -> doc/releases.txt. Fixed spelling error.
Added entries about sane-backends.html, sane.ps, man pages,
platforms page.
@ -916,11 +916,11 @@
Additions and corrections are appreciated.
* doc/scanimage.man: Add some more information about the -V option.
* frontend/scanimage.c: The option -V now also prints the version of
the backend (ususally dll).
the backend (usually dll).
2001-04-11 Abel Deuring <a.deuring@satzbau-gmbh.de>
* sanei/sanei_scsi.c: fixed a bug in error handling for the
Linux SG driver verison 3.x
Linux SG driver version 3.x
* sanei/sanei_scsi.c, configure.in, configure: Usage of direct IO
disabled by default.
* README.linux: Added a note, how to enable direct IO

Wyświetl plik

@ -151,7 +151,7 @@
* TODO: Removed some entries about net/saned.
* doc/saned.man: Clear up that a FQDN must be used in
saned.conf and that localhost is allways granted acces.
saned.conf and that localhost is always granted access.
* NEWS: Updated.
2001-10-14 Jochen Eisinger <jochen.eisinger@gmx.de>
@ -356,7 +356,7 @@
<marciot@holly.colostate.edu>).
* PROJECTS: Updated Winsane address.
* TODO: Added net/saned and .desc file entries. Removed scanimage/adf
extention entry.
extension entry.
* backend/pnm.c backend/pnm.desc: Make sure that *length=0 in
sane_read(). Added more debug output.
@ -468,7 +468,7 @@
* PROJECTS TODO: Updated concerning mustek_usb.
* doc/.cvsignore: Added sane-mustek_usb.5.
* AUTHORS: Added mustek_usb authors.
* backend/pnm.c: Fixed SANE-standard compliancy bug in sane_read:
* backend/pnm.c: Fixed SANE-standard compliance bug in sane_read:
length must be set to 0 if status != SANE_STATUS_GOOD.
2001-09-08 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
@ -487,7 +487,7 @@
* backend/umax_pp_low.c: made CmdSetDataBuffer static
* backend/Makefile.in: removed sanei_config2 from
umax_pp depencies
umax_pp dependencies
2001-09-05 Jochen Eisinger <jochen.eisinger@gmx.de>
@ -536,7 +536,7 @@
* backend/umax_pp_low.c backend/umax_pp_mid.c
backend/umax_pp_mid.h backend/umax_pp.c tools/umax_pp.c:
Make use of ppdev char device when available, so that
the backend does not require root priviledges anymore.
the backend does not require root privileges anymore.
2001-08-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -617,7 +617,7 @@
2001-07-24 Stéphane Voltz <svoltz@wanadoo.fr>
* backend/umax_pp.c backend/umax_pp_low.c:
Fixed higlight parsing bug in conf file. Fixed 'greenish'
Fixed highlight parsing bug in conf file. Fixed 'greenish'
looking scans bug. Started probe sequence rewrite/cleanup.
2001-07-18 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -640,7 +640,7 @@
* backend/mustek.c backend/mustek.desc backend/mustek.h
doc/mustek/mustek.CHANGES: Fixed bug in fix_line_distance_block
that resulted in too much data transfered to the frontend.
that resulted in too much data transferred to the frontend.
New version: 1.0-110.
2001-07-09 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -128,7 +128,7 @@
2002-01-21 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* doc/sane-umax.man, backend/umax.conf:
added new umax.conf options and explaination
added new umax.conf options and explanation
2002-01-20 Gerhard Jaeger <g.jaeger@earthling.net>
@ -170,7 +170,7 @@
* po/Makefile.in po/README po/epson.de.po po/mustek.de.po
po/mustek_usb.de.po po/plustek.de.po po/pnm.de.po po/saneopts.de.po
po/umax.de.po: Moved the options contained in saneopts.h into a
seperate file. So the backend po files are much smaller and easier to
separate file. So the backend po files are much smaller and easier to
read and the saneopts translations are consistent through backends.
* backend/microtek2.c backend/microtek2.h: Update to backend
0.95-20020112 (from karsten.festag@t-online.de (Karsten Festag)).
@ -251,7 +251,7 @@
doc/sane-avision.man: Merged the Avision v0.3.0 backend. It
includes overall cleanups, improved supported device detection,
memory-leak fixes, new config-options, initial USB device and
color calibration support. Also upadted the homepage-url and the
color calibration support. Also updated the homepage-url and the
sane-avision man-page.
2002-01-16 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -291,7 +291,7 @@
of an error so the "Directory Browse" camera can be used.
Don't require a port to be specified for the "Directory
Browse" camera. Fixed a bug that can result in extra data
at the end of the iamge. Allow the returned image image to be
at the end of the image. Allow the returned image image to be
larger than the "estimate" specified in the configuration file.
2002-01-14 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -420,7 +420,7 @@
2002-01-09 Henning Meier-Geinitz <henning@meier-geinitz.de>
* ChangeLog ChangeLog-1.0.0 ChangeLog-1.0.1 ChangeLog-1.0.2
ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5: Splitted
ChangeLog-1.0.3 ChangeLog-1.0.4 ChangeLog-1.0.5: Split
ChangeLog to limit filesize. Editing became slow on smaller systems.
2002-01-08 Marcio Teixeira <marciot@users.sourceforge.net>
@ -439,7 +439,7 @@
* tools/sane-config.in: Use @NUMBER_VERSION@.
* sane-backends.lsm: Made more compatible with LSM standard. Fixed
mostang.com directory. Added OpenBSD.
* include/Makefile.in: Added targed "dist". Moved include targets from
* include/Makefile.in: Added target "dist". Moved include targets from
root dir to this file. Added standard variables and .PHONY.
* backend/Makefile.in doc/Makefile.in frontend/Makefile.in
japi/Makefile.in lib/Makefile.in po/Makefile.in sanei/Makefile.in
@ -493,7 +493,7 @@
scanners (patch from Marcio Luis Teixeira
<marciot@holly.colostate.edu>).
* doc/Makefile.in doc/sane.man doc/sane-umax1220u.man: Added
documentation fo umax1220u backend (patch from from Marcio Luis
documentation for umax1220u backend (patch from from Marcio Luis
Teixeira <marciot@holly.colostate.edu>).
* AUTHORS: Added Marcio Luis Teixeira.
* TODO: Removed umax1220u project (now included in sane-backends).
@ -506,7 +506,7 @@
* configure configure.in include/sane/config.h.in: Added check
for inet_ntop().
* lib/inet_ntop.c lib/Makefile.in backend/Makefile.in: Added
implementation of inet_ntop() for platforms withouth this
implementation of inet_ntop() for platforms without this
function based on inet_ntoa.
* backend/saned.conf frontend/saned.c doc/saned.man: Changed access
control (function check host). Now IP addresses are used for
@ -554,9 +554,9 @@
sending NET_OPEN reply and net.c flushing the wire. New version:
1.0.6.
* doc/saned.man frontend/saned.c: Changed debug handling. All debug
messages use DBG now. If in inetd mode or dameon mode with "-s",
messages use DBG now. If in inetd mode or daemon mode with "-s",
the messages are printed to syslog as before. If option "-d" is used,
the mesages are printed to stderr. Updated manual page.
the messages are printed to stderr. Updated manual page.
2002-01-04 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -735,8 +735,8 @@
(from "Franz Bakan" <fbakan@gmx.net>). New version: 1.0-114.
* sanei/sanei_scsi.c: OS/2 changes: Removed semaphore code and
increased MAX_DATA to 64k (from "Franz Bakan" <fbakan@gmx.net>).
* tools/sane-config.in: Also return -ldl (necessary fo IA64?).
* TODO: Added entry about .exe and similar file extentions.
* tools/sane-config.in: Also return -ldl (necessary for IA64?).
* TODO: Added entry about .exe and similar file extensions.
Removed sane-config.in -ldl issue.
2001-11-22 Stéphane Voltz <svoltz@wanadoo.fr>
@ -832,7 +832,7 @@
backend/umax_pp_mid.h backend/umax_pp.c backend/umax_pp.h:
use ENABLE_DIRECTIO to compile in direct I/O. Corrected the long
standing scan area origin detection bug. Improved parport mode
negociation.
negotiation.
2001-11-07 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -3,7 +3,7 @@
2002-05-27 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/plustek-usbscan.c: Critical bugfix to avoid bumping the
scan slider at the end of the scan. Commited on behalf of
scan slider at the end of the scan. Committed on behalf of
g-jaeger@t-online.de (G. Jaeger).
2002-05-26 Karl Heinz Kremer <khk@khk.net>
@ -19,7 +19,7 @@
* doc/descriptions-external/teco2.desc
doc/descriptions-external/teco3.desc: new backends descriptions.
* AUTHORS: changed my email address
* doc/descriptions/teco1.desc: added the mising connection type
* doc/descriptions/teco1.desc: added the missing connection type
for the vm3520
2002-05-26 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -196,7 +196,7 @@
2002-04-24 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/mustek.c backend/mustek.h doc/descriptions/mustek.desc
doc/mustek/mustek.CHANGES: Print usefull DBG messages for options
doc/mustek/mustek.CHANGES: Print useful DBG messages for options
without a name. Undef MIN and MAX macros before defining them.
* backend/mustek_usb.c backend/mustek_usb_low.h
doc/descriptions/mustek_usb.desc doc/mustek_usb/mustek_usb.CHANGES:
@ -224,7 +224,7 @@
* backend/dc240.c backend/gphoto2.c: Various minor bug fixes for
problems found by tstbackend
* AUTHORS: Upate email address for Peter Fales
* AUTHORS: Update email address for Peter Fales
2002-04-22 Frank Zago <fzago@greshamstorage.com>
@ -405,7 +405,7 @@
* AUTHORS: Added myself for test backend.
* TODO: Added entries about SANE_CAP_ADVANCED in groups, a wip marker
for sorted sane-backends.html, and saneopts.??.po problem.
Removed backends from list of inclusion beacuse of lack of response:
Removed backends from list of inclusion because of lack of response:
v4l2, lhii, viceo (they stay in PROJECTS). Removed snapscan from
exported symbols bug list. Updated doxygen list.
@ -497,7 +497,7 @@ i
2002-04-08 Rene Rebe <rene.rebe@gmx.net>
* backend/avision.c backend/avision.h doc/descriptions/avision.desc
doc/sane-avision.man: updated to Avision backend build 25. More
stable for HP usb scanners, suport for Misubishi scanners and
stable for HP usb scanners, support for Misubishi scanners and
various cleanups. - And corrected the avision.desc location.
2002-04-07 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -617,7 +617,7 @@ i
libtool.
* TODO: More status indicators for backends to include. Removed
entry about the grand Fujitsu reunification. Updated entry about the
DBG warnings. Removed entry about splitted sane-backends.html.
DBG warnings. Removed entry about split sane-backends.html.
Removed entries about libtool problems. Added entry about plustek on
OS/2 problem.
* backend/pnm.c doc/descriptions/pnm.desc: If fread returns 0, check
@ -642,9 +642,9 @@ i
2002-03-21 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/backend-writing.txt: Updated concerning splitted .desc
* doc/backend-writing.txt: Updated concerning split .desc
directories.
* doc/Makefile.in: Updated install-mostang concerning splitted HTML
* doc/Makefile.in: Updated install-mostang concerning split HTML
pages.
* configure configure.in README: Use only shared libraries by default.
Fixed file patterns for distclean targets.
@ -724,7 +724,7 @@ i
2002-03-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
* TODO: Marked backends that really should be included. Clearified
* TODO: Marked backends that really should be included. Clarified
comment about sane-backends.html. Added comment about sort order
this list. Add comment about better linking of external libs.
@ -737,7 +737,7 @@ i
backend/mustek_usb_mid.c doc/mustek_usb/mustek_usb.CHANGES: Fixed
segfault when opening device again after closing and possible
segfault when name="". Type for option 0 must be set to
SANE_TYPE_INT explicitely. Updated GPL/SANE headers.
SANE_TYPE_INT explicitly. Updated GPL/SANE headers.
* TODO: Added entry about auto-loading SCSI drivers. Removed entry
about new SANE types. Moved entry about config.guess to
doc/releases.txt. Added more info about libtool problems.
@ -815,7 +815,7 @@ i
2002-03-08 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* backend/Makfile.in: added missing depenencies for
* backend/Makfile.in: added missing dependencies for
new umax backends
2002-03-08 Henning Meier-Geinitz <henning@meier-geinitz.de>
@ -949,7 +949,7 @@ i
* backend/umax_pp_low.c backend/umax_pp_low.h backend/umax_pp_mid.h
backend/umax_pp_mid.c backend/umax_pp.c backend/umax_pp.h
backend/umax_pp.conf: added ppdev character device name passing
from conf file. Allow model overide from conf option. DBG macros
from conf file. Allow model override from conf option. DBG macros
clean-up. Fixed color inversion for 1660P models. Fixed potential
crash when custom dump files could not be opened for writing.
* doc/sane-umax_pp.man: updates to match backned new parameter and
@ -1055,6 +1055,6 @@ i
* configure configure.in: Version is 1.0.7-cvs. Enable warnings by
default. Don't use "-ansi" for HPUX.
* sanei/sanei_thread.c: Make sure that waitpid returns something
usefull on OS/2. Avoids the "Unknown SANE status code 128" errors.
useful on OS/2. Avoids the "Unknown SANE status code 128" errors.
Older entries can be found in ChangeLog-1.0.7.

Wyświetl plik

@ -427,7 +427,7 @@
2002-09-03 Abel Deuring <a.deuring@satzbau-gmbh.de>
* sanei/sanei_scci.c doc/sanei-scsi.man:
default timeout for SCSI commmands is now 120 seconds; added
default timeout for SCSI commands is now 120 seconds; added
the environment variable SANE_SCSICMD_TIMEOUT to override
the default value.
@ -540,7 +540,7 @@
2002-08-22 Frank Zago <fzago at austin dot rr dot com>
* doc/sane-teco1.man: Added Dextra scanner to the list of
untested, but potentialy supported, scanners.
untested, but potentially supported, scanners.
* doc/teco/teco1.txt: Added RELI 4830 inquiry string.
* doc/descriptions/teco3.desc: Increased version number.
* backend/: teco3.c, teco3.h: Added threshold option for black &
@ -692,7 +692,7 @@
* backend/canon_pp.c: Now uses mm instead of pixel measurements, better
behaved in xsane etc as a result.
* backend/canon_pp.h: Tweaked up max buffer size to size avaialable in
* backend/canon_pp.h: Tweaked up max buffer size to size available in
hardware.
* doc/descriptions/canon_pp.desc: increment version no.
@ -832,7 +832,7 @@
* doc/sane-usb.man: Updated supported platforms list. Minor wording
improvements.
* doc/sane-find-scanner.man: Documentation for the new options.
Splitted USB and SCSI parts.
Split USB and SCSI parts.
* doc/descriptions/hpsj5s.desc: Added missing space in ":new :yes"
line.
* TODO: Added entry about desc files. Removed entries about
@ -860,7 +860,7 @@
2002-07-12 Henning Meier-Geinitz <henning@meier-geinitz.de>
* tools/sane-desc.c: Added backends mode with splitted tables.
* tools/sane-desc.c: Added backends mode with split tables.
Fixed HTML colors. Spelling and other minor fixes.
* doc/descriptions-external/hp4200.desc
doc/descriptions-external/hpoj.desc
@ -931,7 +931,7 @@
* tools/sane-desc.c: Added <br> after backend name. Colors can be
changed by macros now. Centered entries. Code cleanup. Manufacturer
page split up into seperate tables. Added links and comment display
page split up into separate tables. Added links and comment display
on the top of each table. Manufacturers are case-insensitive.
OS/2 fix.
* configure: Regenerated from configure.in.
@ -944,7 +944,7 @@
* backend/hpsj5s.c: Rewrote to depend on libieee1284.
* backend/hpsj5s.h: Added register description defines
* backend/hpsj5s.conf: Default config setted for parport0
* backend/hpsj5s.conf: Default config set for parport0
* backend/hpsj5s_int.h: Removed. All important stuff moved to hpsj5s.h
* backend/Makefile.in: hpsj5s backend build depend on libieee1284 present
* doc/hpsj5s.man: Comments about libieee1284 added
@ -1067,7 +1067,7 @@
* backend/avision.c backend/avision.h backend/avision.conf: next
backend version. Should work for the HP 5300 and HP 5370 now.
Serveral other minor fixes.
Several other minor fixes.
2002-06-04 Stéphane Voltz <svoltz@wanadoo.fr>
@ -1099,7 +1099,7 @@
2002-05-30 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/saned.man: Added explicit path to tcpd example.
* sanei/sanei_usb.c: Explicitely initialize vendorID and productID.
* sanei/sanei_usb.c: Explicitly initialize vendorID and productID.
* sanei/sanei_config.c sanei/sanei_config2.c: Fixed possible segfault.
2002-05-30 Stéphane Voltz <svoltz@wanadoo.fr>