2003-01-03  Marco Parrone  <marco@marcoparrone.com>

	* configure.ac: Added data/Makefile doc/Makefile man/Makefile,
	src/Makefile and src/config.m4 to AC_CONFIG_FILES(...).

	* sdcdc.xcf: Moved to data/.

	* sdcdc-cmm-top.scm: Moved to src/.

	* Makefile.am: New file.

	* configure.ac: Removed old check for gimp.

	Now includes gimp.m4.

	Now calls M0_PROG_GIMP.

	* gimp.m4: New file.

	* configure.ac: Removed AC_PREREQ(2.53) call.

	Removed AC_PROG_INSTALL() call.

	Removed checks for rm, sed, awk, cat and autoconf.

	Update version in AC_INIT (now is 0.3.0).

	Added AM_INIT_AUTOMAKE(sdcdc, 0.3.0) call.

2002-11-17  Marco Parrone  <marco@marcoparrone.com>

	* Makefile.in: Added more architectures selection.

2002-11-15  Marco Parrone  <marco@marcoparrone.com>

	* cd1.en.scm.in:
	Renamed (was cd1.en.scm.in).
	Done s/SRCDIR\///g on all the file.
	Added "label" to Keywords (in the comments).
	* cd2.en.scm.in: Likewise.
	* cd3.en.scm.in: Likewise.
	* cd4.en.scm.in: Likewise.
	* cd5.en.scm.in: Likewise.
	* cd6.en.scm.in: Likewise.
	* cd7.en.scm.in: Likewise.
	* cd1.it.scm.in: Likewise.
	* cd2.it.scm.in: Likewise.
	* cd3.it.scm.in: Likewise.
	* cd4.it.scm.in: Likewise.
	* cd5.it.scm.in: Likewise.
	* cd6.it.scm.in: Likewise.
	* cd7.it.scm.in: Likewise.

	* fc1.en.scm.in:
	Renamed (was fc1.en.scm.in).
	Done s/SRCDIR\///g on all the file.
	Changed "cover" to "front-cover" in Keywords (in the comments).
	* fc2.en.scm.in: Likewise.
	* fc3.en.scm.in: Likewise.
	* fc4.en.scm.in: Likewise.
	* fc5.en.scm.in: Likewise.
	* fc6.en.scm.in: Likewise.
	* fc7.en.scm.in: Likewise.
	* fc1.it.scm.in: Likewise.
	* fc2.it.scm.in: Likewise.
	* fc3.it.scm.in: Likewise.
	* fc4.it.scm.in: Likewise.
	* fc5.it.scm.in: Likewise.
	* fc6.it.scm.in: Likewise.
	* fc7.it.scm.in: Likewise.

	* Makefile: Removed.

	* configure.ac: New file.

	* Makefile.in: New file.

2002-11-12  Marco Parrone  <marco@marcoparrone.com>

	* sdcdc-cmm-bottom.scm: Renamed (was sdcdc-cmm-bottom.scm.in).

	* Makefile (OBJS_MID): Now does not contain $(INCLUDES) but
	instead contains sdcdc-cmm-top.scm.

2002-11-11  Marco Parrone  <marco@marcoparrone.com>

	* sdcdc-cmm-top.scm.in (set-layers-visibility-helper): Added a check
	on the return value of get-visibility, if it is not equal to 1
	then do nothing (this permits to have only the needed things
	in active-layers-map, and to not have to update all the cd* and fc*
	files when you add a layer to the image (sdcdc.xcf)).

	* cd1.en.scm.in:
	Renamed (was cd1.scm.in).
	The output file was changed (now contains ".en").
	Removed elements with left-value equal to 0 in active-layers-map.
	* cd2.en.scm.in: Likewise.
	* cd3.en.scm.in: Likewise.
	* cd4.en.scm.in: Likewise.
	* cd5.en.scm.in: Likewise.
	* cd6.en.scm.in: Likewise.
	* cd7.en.scm.in: Likewise.
	* fc1.en.scm.in: Likewise.
	* fc2.en.scm.in: Likewise.
	* fc3.en.scm.in: Likewise.
	* fc4.en.scm.in: Likewise.
	* fc5.en.scm.in: Likewise.
	* fc6.en.scm.in: Likewise.
	* fc7.en.scm.in: Likewise.

	* cd1.it.scm.in: New file.
	* cd2.it.scm.in: New file.
	* cd3.it.scm.in: New file.
	* cd4.it.scm.in: New file.
	* cd5.it.scm.in: New file.
	* cd6.it.scm.in: New file.
	* cd7.it.scm.in: New file.
	* fc1.it.scm.in: New file.
	* fc2.it.scm.in: New file.
	* fc3.it.scm.in: New file.
	* fc4.it.scm.in: New file.
	* fc5.it.scm.in: New file.
	* fc6.it.scm.in: New file.
	* fc7.it.scm.in: New file.

	* makehelp.txt: New file.

	* Makefile (SLEEP_TIME): New.
	(OBJS_CDS_EN): (was OBJS_CDS) changed the name
	of the objects to contain ".en".
	(OBJS_FCS_EN): Likewise.
	(OBJS_CDS_IT): New.
	(OBJS_FCS_IT): New.
	(OBJS_EN): Adapted to the changes of OBJS_*S_EN.
	(OBJS_IT): New.
	(OBJS): Now contains OBJS_EN and OBJS_IT.
	(all): Now displays an help message instead to build all.
	(all_langs): New.
	(en): New.
	(it): New.
	(distclean): Fixed.
	(%.jpg): Now uses SLEEP_TIME.
