kopia lustrzana https://gitlab.com/sane-project/frontends
205 wiersze
7.1 KiB
Plaintext
205 wiersze
7.1 KiB
Plaintext
2001-06-09 Oliver Rauch <Oliver.Rauch@Rauch-Domain.DE>
|
|
|
|
* src/gtkglue.c: gsg_make_path(): colons ":" in dev_name
|
|
are replaced by "+_" for OS2
|
|
|
|
--- feature freeze for sane-1.0.5 is active ---
|
|
--- cvs snapshot-2001-06-05 ---
|
|
|
|
2001-05-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* README doc/xcam.man doc/xscanimage.man: Added links to sane(7).
|
|
* src/xscanimage.c src/xcam.c src/preview.c src/gtkglue.c
|
|
src/preview.h src/gtkglue.h: Used #include "../include/..." for
|
|
internal headers.
|
|
* Makefile.in src/Makefile.in sanei/Makefile.in lib/Makefile.in
|
|
doc/Makefile.in INSTALL: Added target "make uninstall".
|
|
|
|
2001-05-27 Petter Reinholdtsen <pere@td.org.uit.no>
|
|
|
|
* sanei/sanei_codec_bin.c sanei/sanei_wire.c: Synchronize with
|
|
sane-backends/sanei/ to avoid linker problems. Correct fix is
|
|
probably to make libsanei available from sane-backends.
|
|
|
|
2001-05-06 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* configure.in1: Removed.
|
|
|
|
2001-05-05 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* src/xscanimage.c: Fixed problems with old gimp versions.
|
|
|
|
2001-04-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* src/Makefile.in: Missing quotation marks seem to cause problems
|
|
with some shells.
|
|
|
|
2001-04-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* TODO: Removed entries about >8bit support for xscanimage, xcam doc
|
|
strings, and hand-scanner mode in xscanimage.
|
|
* src/xscanimage.c: Print an error when hand-scanner mode is requested.
|
|
Don't try to calculate image size in this case.
|
|
|
|
2001-04-27 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* doc/xscanimage.man src/xscanimage.c src/xscanimage-gimp-1_0-compat.h:
|
|
Implemented (again) support for SANE_DEFAULT_DEVICE. If set, the
|
|
suitable backend is preselected in the device dialog. Use new Gimp
|
|
API, added compatibility file for old Gimp API (from xsane).
|
|
* TODO: Removed entry about SANE_DEFAULT_DEVICE and new Gimp API.
|
|
|
|
2001-04-22 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
|
|
|
* INSTALL: Clarified that /usr/local/lib/sane in ld.so.conf is only
|
|
needed for SANE 1.0.1 and /usr/local/lib for 1.0.2 and later.
|
|
* NEWS: Made the message shorter. Now the status output of configure
|
|
should fit onto one screen. Updated Oliver's email address.
|
|
* src/Makefile.in: Added message if no programs can be installed
|
|
(usually if gtk wasn't found).
|
|
|
|
2001-04-11 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* doc/xscanimage.man: Added descriptions of the --version and
|
|
--help options.
|
|
|
|
2001-04-08 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* INSTALL: Only gtk 0.99.13 is needed, not 1.2.0. Some spelling and
|
|
formatting fixes.
|
|
|
|
2000-12-23 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* aclocal.m4 configure: Fixed some bugs concerning link checks for
|
|
libsane.
|
|
* src/xscanimage.c: Use g_free for memory acquired by g_new.
|
|
* TODO: Removed entries about g_free and ac_local.m4.
|
|
|
|
************************ Release of sane-frontends 1.0.4 **********************
|
|
|
|
2000-12-17 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* TODO: Added points about using g_free instead of free and the
|
|
sane compile/link test problem.
|
|
|
|
************************** Code freeze for SANE 1.0.4 ************************
|
|
|
|
2000-12-10 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* doc/xscanimage.man: Fixed some typos and made clear that
|
|
SANE_DEFAULT_DEVICE doesn't work yet.
|
|
|
|
2000-12-08 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* TODO: Updated. Removed entry about --without-x.
|
|
* src/xscanimage.c: Fixed bux: When closing "select device" dialog
|
|
with the window manager xscanimage wasn't exited.
|
|
|
|
************************* snapshot-2000-12-04 *******************************
|
|
|
|
2000-11-30 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* src/Makefile.in: removed unused variable XSCAN
|
|
|
|
************************* snapshot-2000-11-28 *******************************
|
|
************************* Feature freeze for SANE 1.0.4 *********************
|
|
|
|
2000-11-26 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* changed configure.in/configure:
|
|
- removed test for X (AC_PATH_X), the X-Test is done in GTK
|
|
- added configure optin "--disable-guis", this does not
|
|
make sense in the moment because there are no non-GUI-progs,
|
|
but it is planned to include other progs (e.g. scanadf).
|
|
|
|
2000-11-22 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* README: Added link to QuiteInsane.
|
|
|
|
2000-11-19 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* TODO: Removed entry about stiff.*
|
|
|
|
* src/xscanimage.c: Removed support for SANE_DEFAULT_DEVICE. Using
|
|
only this device without giving the user the ability to change to
|
|
other devices isn't the intended behaviour.
|
|
|
|
2000-11-19 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* xscanimage.c: Suppressed Gimp warning at xscanimage startup
|
|
|
|
2000-11-19 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* Removed src/stiff.[ch] and removed SCAN_OBJ=stiff.o from src/Makefile.in
|
|
|
|
2000-11-18 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* src/xscanimage.c: Moved Defines for DBG_* outside the
|
|
#ifdef HAVE_LIBGIMP_GIMP_H block.
|
|
|
|
2000-11-16 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* TODO: Entries about SANE_DEFAULT_DEVICE and DBG output.
|
|
|
|
* src/xscanimage.c: Added suport for DBG messages. Added only a
|
|
few messages including a more verbose output when xscanimage
|
|
can't find any devices. Added support for SANE_DEFAULT_DEVICE.
|
|
|
|
* doc/xscanimage.man: Documented support for SANE_DEFAULT_DEVICE and
|
|
SANE_DEBUG_XSCANIMAGE.
|
|
|
|
2000-11-15 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* changed sanei/Makefile.in: SANE_CFLAGS is used now (for #include <sane.h>)
|
|
* changed acloacl.m4: SANE_LDFLAGS is used for sane test
|
|
|
|
2000-11-14 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* TODO: Added entries about stiff.c and libgimp warning in xscanimage.
|
|
|
|
2000-11-14 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* changed src/Makefile.in: SANE_LDFLAGS is used now
|
|
* changed aclocal.m4: removed bug (SANE_LDLAGS=>SANE_LDFLAGS)
|
|
and updated configure script
|
|
|
|
2000-11-13 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* changed configure + configure.in, script aborts now if sane or gtk
|
|
is not found
|
|
|
|
2000-11-12 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* README: Added information for developers and link to SANE website.
|
|
* TODO: Updated.
|
|
* INSTALL: Added link to GIMP website.
|
|
* src/xcam.c: Application is exited when window is closed (by
|
|
window manager)
|
|
|
|
2000-11-12, 2000-11-11 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* several changes in configure scripts and Makefiles
|
|
* removed several unnecessary files
|
|
|
|
2000-11-11 Henning Meier-Geinitz <hmg@gmx.de>
|
|
|
|
* .cvsignore doc/.cvsignore include/.cvsignore
|
|
include/sane/.cvsignore lib/.cvsignore sanei/.cvsignore
|
|
src/.cvsignore: Added .cvsignore files.
|
|
* COPYING: Added GPL.
|
|
* TODO: Added from sane-backends.
|
|
* AUTHORS: Added from sane-backends.
|
|
* README: New file.
|
|
* NEWS: Renamed (old name: sane-frontend.NEWS).
|
|
* INSTALL: Renamed (old name: sane.INSTALL) and some reformating.
|
|
Added hint to PROBLEMS. Added some point about necessary packages.
|
|
* PROBLEMS: Renamed (old name: sane.PROBLEMS).
|
|
|
|
2000-11-10 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE>
|
|
|
|
* created own Package for frontends xscanimage and xcam
|
|
|
|
Old entries can be found in file ChangeLog of the package containing the
|
|
backends of SANE.
|
|
|