2007-06-20 12:24  pabs

	* [r530] NEWS: Fix SVN revision number of the new release

2007-06-20 12:23  pabs

	* [r529] Makefile.am: Fix SVN tagging targets in the Makefile

2007-06-20 12:19  pabs

	* [r526] NEWS: Releasing ETL 0.04.09 today

2007-06-12 09:57  pabs

	* [r519] config/build.cfg: Bump version number to 0.04.09.
	  Hopefully the last revision before the release.

2007-06-10 20:30  pabs

	* [r507] Makefile.am: Remove the generated COPYING and INSTALL
	  files on maintainer-clean

2007-06-10 20:16  pabs

	* [r504] Makefile.am, bootstrap: Generate the ChangeLog at
	  bootstrap time, make the ChangeLog Makefile target more robust

2007-06-04 00:00  pabs

	* [r499] Makefile.am: Add a rule to create the ChangeLog from SVN

2007-06-03 23:58  pabs

	* [r498] Makefile.am: Don't forget to delete doxygen.cfg and
	  ETL.pc.in on maintainer-clean (generated files)

2007-06-03 23:57  pabs

	* [r497] test/Makefile.am: CXXFLAGS is for users, use AM_CXXFLAGS
	  instead

2007-06-03 23:52  pabs

	* [r494] bootstrap: Change automake invocation to use symlinks and
	  use the stricter gnu standards

2007-06-02 06:52  pabs

	* [r489] ETL/Makefile.am, test/Makefile.am: Release preparations:
	  add some files to the tarball that were previously missed

2007-04-23 09:34  dooglus

	* [r481] ETL/_bezier.h: Fix 1672033: when deciding which curve we
	  are closest to, ignore the very ends of each curve. This allows
	  us to better decide between 2 curves which end in exactly the
	  same place.

2007-04-18 09:14  dooglus

	* [r472] ETL/_bezier.h, NEWS, synfig-core/trunk/NEWS,
	  synfig-core/trunk/src/modules/mod_gradient/curvegradient.cpp:
	  Added a slower but more accurate find_closest() routine to
	  _bezier.h. Added a parameter to the curve gradient layer to
	  optionally use the new code.

2007-04-12 15:10  dooglus

	* [r465] ETL/_smach.h,
	  synfig-core/trunk/src/modules/mod_libavcodec/trgt_av.cpp,
	  synfig-core/trunk/src/synfig/curve_helper.cpp,
	  synfig-core/trunk/src/synfig/curve_helper.h,
	  synfig-core/trunk/src/synfig/layer_shape.cpp,
	  synfig-core/trunk/src/synfig/polynomial_root.cpp,
	  synfig-core/trunk/src/synfig/savecanvas.cpp,
	  synfig-core/trunk/src/synfig/target.h,
	  synfig-studio/trunk/src/gtkmm/canvasview.cpp,
	  synfig-studio/trunk/src/gtkmm/widget_timeslider.cpp,
	  synfig-studio/trunk/src/synfigapp/blineconvert.cpp: Typos.

2007-04-10 13:15  dooglus

	* [r450] bootstrap, synfig-core/trunk/bootstrap,
	  synfig-studio/trunk/bootstrap: Fixed a typo.

2007-04-07 21:55  dooglus

	* [r443] ETL/_surface.h,
	  synfig-core/trunk/src/modules/mod_noise/random.cpp,
	  synfig-core/trunk/src/modules/mod_particle/random.cpp,
	  synfig-core/trunk/src/synfig/valuenode_dynamiclist.cpp: Fixed
	  typo.

2007-04-07 01:44  pabs

	* [r442] ETL/_stringf.h: Fix typo in r428 (csdlib -> cstdlib)

2007-04-06 11:01  pabs

	* [r429] AUTHORS: Add dooglus to the AUTHORS file

2007-04-06 10:54  pabs

	* [r428] AUTHORS, ETL/_stringf.h: Fix Debian 417897: causes synfig
	  FTBFS in gcc 4.3 due to not including all the required headers.
	  Patch by Martin Michlmayr

2007-03-31 08:02  dooglus

	* [r397] ETL/_pen.h: subptr() should subtract from the pointer, not
	  add to it.

2007-03-29 03:37  pabs

	* [r390] NEWS: Update NEWS file for the next release

2007-03-16 18:35  dooglus

	* [r350] ETL/_smach.h: Spelling correction.

2007-03-16 08:21  dooglus

	* [r340] ETL/Makefile.am, ETL/angle, ETL/bezier, ETL/boxblur,
	  ETL/calculus, ETL/clock, ETL/fastangle, ETL/fixed, ETL/gaussian,
	  ETL/handle, ETL/hermite, ETL/ipc, ETL/misc, ETL/pen, ETL/random,
	  ETL/rect, ETL/ref_count, ETL/smach, ETL/smart_ptr, ETL/spline,
	  ETL/status, ETL/stringf, ETL/surface, ETL/thread, ETL/trivial,
	  ETL/value, Makefile.am, bootstrap, config/ETL.m4,
	  config/configure.ac, test/Makefile.am: Enabled $Id$ expansion.

2007-03-16 05:18  pabs

	* [r337] ETL/Makefile.am, ETL/angle, ETL/bezier, ETL/boxblur,
	  ETL/calculus, ETL/clock, ETL/fastangle, ETL/fixed, ETL/gaussian,
	  ETL/handle, ETL/hermite, ETL/ipc, ETL/misc, ETL/pen, ETL/random,
	  ETL/rect, ETL/ref_count, ETL/smach, ETL/smart_ptr, ETL/spline,
	  ETL/status, ETL/stringf, ETL/surface, ETL/thread, ETL/trivial,
	  ETL/value, Makefile.am, bootstrap, config/ETL.m4,
	  config/configure.ac, test/Makefile.am: Enable more $Id$
	  expansion.

2007-03-16 00:37  dooglus

	* [r334] ETL/_angle.h, ETL/_bezier.h, ETL/_bezier_angle.h,
	  ETL/_bit_rotate.h, ETL/_boxblur.h, ETL/_bspline.h,
	  ETL/_calculus.h, ETL/_clock_base.h, ETL/_clock_gettimeofday.h,
	  ETL/_clock_system.h, ETL/_clock_win32hpcount.h, ETL/_condition.h,
	  ETL/_curve.h, ETL/_curve_func.h, ETL/_fastangle.h, ETL/_fixed.h,
	  ETL/_gaussian.h, ETL/_handle.h, ETL/_hermite.h, ETL/_misc.h,
	  ETL/_mutex_null.h, ETL/_mutex_pthreads.h, ETL/_mutex_win32.h,
	  ETL/_pen.h, ETL/_random.h, ETL/_rect.h, ETL/_ref_count.h,
	  ETL/_rwlock.h, ETL/_smach.h, ETL/_smart_ptr.h, ETL/_status.h,
	  ETL/_stringf.h, ETL/_surface.h, ETL/_thread.h, ETL/_trivial.h,
	  ETL/_value.h, test/angle.cpp, test/benchmark.cpp, test/clock.cpp,
	  test/fixed.cpp, test/handle.cpp, test/hermite.cpp, test/pen.cpp,
	  test/random.cpp, test/smach.cpp, test/smart_ptr.cpp,
	  test/spline.cpp, test/stringf.cpp, test/surface.cpp,
	  test/value.cpp: Enable $Id$ expansion.

2007-03-15 10:26  dooglus

	* [r316] ETL/_misc.h: \fixme isn't accepted outside a function
	  definition:
	  
	  Warning: Found unknown command `\fixme'

2007-03-14 21:19  dooglus

	* [r315] ETL/bezier, ETL/boxblur, ETL/calculus, ETL/clock,
	  ETL/fastangle, ETL/fixed, ETL/gaussian, ETL/handle, ETL/hermite,
	  ETL/ipc, ETL/misc, ETL/pen, ETL/random, ETL/rect, ETL/ref_count,
	  ETL/smach, ETL/smart_ptr, ETL/spline, ETL/status, ETL/stringf,
	  ETL/surface, ETL/thread, ETL/trivial, ETL/value: Add a line at
	  the start to tell GNU Emacs that this is a C++ source file.

2007-03-13 15:26  pabs

	* [r311] config/project.spec.in: Fix some URLs

2007-03-12 22:47  dooglus

	* [r303] ETL.pbproj/etl_profile.h, ETL/_angle.h, ETL/_bezier.h,
	  ETL/_boxblur.h, ETL/_bspline.h, ETL/_calculus.h,
	  ETL/_clock_base.h, ETL/_clock_gettimeofday.h,
	  ETL/_clock_system.h, ETL/_clock_win32hpcount.h, ETL/_curve.h,
	  ETL/_curve_func.h, ETL/_fastangle.h, ETL/_fastangle_tables.h,
	  ETL/_fixed.h, ETL/_gaussian.h, ETL/_handle.h, ETL/_hermite.h,
	  ETL/_misc.h, ETL/_mutex_null.h, ETL/_pen.h, ETL/_random.h,
	  ETL/_rect.h, ETL/_ref_count.h, ETL/_smach.h, ETL/_smart_ptr.h,
	  ETL/_stringf.h, ETL/_surface.h, ETL/_thread.h, ETL/_trivial.h,
	  ETL/_value.h, ETL/etl_config.h, test/angle.cpp, test/clock.cpp,
	  test/fixed.cpp, test/handle.cpp, test/hermite.cpp, test/pen.cpp,
	  test/random.cpp, test/smach.cpp, test/smart_ptr.cpp,
	  test/spline.cpp, test/stringf.cpp, test/surface.cpp,
	  test/value.cpp: Removed trailing whitespace.

2007-03-11 08:02  pabs

	* [r295] test/hermite.cpp: Remove unused variable from the hermite
	  test function

2007-03-11 07:55  pabs

	* [r292] config/configure.ac: Don't need to build anything other
	  than a tar.gz

2007-03-11 07:42  pabs

	* [r291] Makefile.am: Fix 1581867: ensure we distribute the licence
	  by adding COPYING to EXTRA_DIST

2007-03-09 05:25  pabs

	* [r275] NEWS: Add SVN version for the 0.04.07 release

2007-02-27 03:37  pabs

	* [r257] README: Don't use Voria in the description, since it no
	  longer exists

2007-02-11 01:44  pabs

	* [r240] AUTHORS: Add an initial attempt at an AUTHORS file

2006-08-14 08:32  pabs

	* [r219] INSTALL: Remove INSTALL file, it isn't useful and can be
	  supplied by autotools

2006-08-14 08:09  pabs

	* [r216] bootstrap: Allow etl to bootstrap in directories with
	  spaces in their names.

2006-08-09 11:41  pabs

	* [r214] README: Add a first try at a README file for ETL

2006-08-06 12:37  pabs

	* [r211] ETL.kdevprj: Wooops, missed .spec versioning in ETL.kdeprj

2006-07-24 11:21  pabs

	* [r208] Makefile.am: Wooops, missed .spec versioning in
	  Makefile.am

2006-07-24 10:59  pabs

	* [r206] bootstrap: Add the NEWS file to the .spec instead of the
	  ChangeLog

2006-07-24 10:52  pabs

	* [r203] bootstrap: Don't add the version to the name of the .spec
	  files

2006-07-24 05:57  pabs

	* [r198] ., ETL, ETL.pbproj, config, config/pkg-support,
	  config/pkg-support/devel-resources, test: Set svn:ignore
	  recursively

2006-07-24 05:31  pabs

	* [r195] config/subs.m4: Disable -ffast-math, since it causes
	  broken code on some platforms

2006-07-24 05:29  pabs

	* [r194] test/spline.cpp: Fix compile error in the spline test due
	  to the clock needing etl::

2006-07-24 05:28  pabs

	* [r193] test/Makefile.am: Disable the spline/value tests since
	  they are broken.

2006-07-24 05:23  pabs

	* [r192] ., .cvsignore, ETL/.cvsignore, config/.cvsignore,
	  test/.cvsignore: Move .cvsignore to svn:ignore property

2006-07-23 13:20  pabs

	* [r189] ETL.pc.in: Remove generated ETL.pc.in

2006-07-23 13:10  pabs

	* [r188] doxygen.cfg: Remove generated doxygen.cfg

2006-07-23 13:08  pabs

	* [r185] NEWS: Add a couple of SVN numbers known to correspond to
	  releases.

2006-05-24 10:45  pabs

	* [r172] ChangeLog: Remove empty ETL ChangeLog (will use svn2cl)

2006-05-24 10:41  pabs

	* [r171] NEWS: Add initial attempt at a NEWS file for ETL

2006-04-24 06:24  pabs

	* [r159] test/Makefile.am: Fix 1475210: allow etl to be
	  bootstrapped properly

2006-03-30 12:14  pabs

	* [r156] ETL/_surface.h: Change to Andreas Jochens patch for Debian
	  bugs #358474/#359690

2006-03-26 07:07  pabs

	* [r154] ETL/_surface.h: Fix #1349630: This fixes the etl side of
	  the synfig amd64 FTBFS

2006-02-28 01:50  darco

	* [r139] ETL.pc.in, Makefile.am, bootstrap, config/build.cfg,
	  config/configure.ac, doxygen.cfg: Bump version number. Add SVN
	  version to version number. Convert tagstable and tagrelease
	  targets to use SVN.

2006-02-19 10:03  pabs

	* [r125] ETL/_surface.h: Fix 1349630: forgot to #include
	  <algorithm> when using std::min

2006-01-30 07:45  pabs

	* [r121] config/doxygen.cfg.in, doxygen.cfg: Fix 1402909: update
	  doxygen configuration files

2006-01-30 02:51  pabs

	* [r119] ETL/_stringf.h: Fix 1356998: compile error on IRIX

2005-11-09 21:51  darco

	* [r56] bootstrap, config/sdl.m4: Remove SDL macros. Add quoting
	  and cygwin support to ./bootstrap.

2005-11-09 16:25  darco

	* [r52] ETL.pbproj/frameworkfix.cpp, ETL.pc.in,
	  ETL/_clock_gettimeofday.h, ETL/_curve_func.h, ETL/_fixed.h,
	  ETL/_handle.h, ETL/_smart_ptr.h, Makefile.am, config/build.cfg,
	  doxygen.cfg, test/Makefile.am, test/fixed.cpp, test/handle.cpp,
	  test/smart_ptr.cpp: Bump version number. Remove bogus copyright
	  line. Don't distribute the kdevelop project. Add multiplication
	  stuff to the fixed templates. Various fixes for the fixed,
	  curve_func, handle, smart_ptr and clock templates. Fixes for the
	  fixed, smart_ptr and handle tests. Disable the value and spline
	  tests.

2005-10-31 00:04  darco

	* [r33] ETL/_stringf.h: More file path fixes

2005-04-11 23:47  darco

	* [r15] ETL/_stringf.h, bootstrap, test/stringf.cpp: Fixed the file
	  path stuff. Don't show the bootstrap warning when .svn is
	  present.

2005-03-24 20:52  darco

	* [r2] ETL/_misc.h: floor is not needed when casting to int

2005-03-24 18:56  darco

	* [r1] ETL, ., .cvsignore, ChangeLog, ETL, ETL-config.in,
	  ETL.kdevprj, ETL.pbproj, ETL.pbproj/darco.mode1,
	  ETL.pbproj/darco.pbxuser, ETL.pbproj/etl_profile.h,
	  ETL.pbproj/frameworkfix.cpp, ETL.pbproj/project.pbxproj,
	  ETL.pc.in, ETL.prj, ETL/.cvsignore, ETL/Makefile.am,
	  ETL/_angle.h, ETL/_bezier.h, ETL/_bezier_angle.h,
	  ETL/_bit_rotate.h, ETL/_boxblur.h, ETL/_bspline.h,
	  ETL/_calculus.h, ETL/_clock_base.h, ETL/_clock_gettimeofday.h,
	  ETL/_clock_system.h, ETL/_clock_win32hpcount.h, ETL/_condition.h,
	  ETL/_curve.h, ETL/_curve_func.h, ETL/_fastangle.h,
	  ETL/_fastangle_tables.h, ETL/_fixed.h, ETL/_gaussian.h,
	  ETL/_handle.h, ETL/_hermite.h, ETL/_misc.h, ETL/_mutex_null.h,
	  ETL/_mutex_pthreads.h, ETL/_mutex_win32.h, ETL/_pen.h,
	  ETL/_random.h, ETL/_rect.h, ETL/_ref_count.h, ETL/_rwlock.h,
	  ETL/_smach.h, ETL/_smart_ptr.h, ETL/_status.h, ETL/_stringf.h,
	  ETL/_surface.h, ETL/_thread.h, ETL/_trivial.h, ETL/_value.h,
	  ETL/angle, ETL/bezier, ETL/boxblur, ETL/calculus, ETL/clock,
	  ETL/etl_config.h, ETL/etl_profile_.h.in, ETL/fastangle,
	  ETL/fixed, ETL/gaussian, ETL/handle, ETL/hermite, ETL/ipc,
	  ETL/misc, ETL/pen, ETL/random, ETL/rect, ETL/ref_count,
	  ETL/smach, ETL/smart_ptr, ETL/spline, ETL/status, ETL/stringf,
	  ETL/surface, ETL/thread, ETL/trivial, ETL/value, INSTALL,
	  Makefile.am, README, bootstrap, config, config/.cvsignore,
	  config/ETL.m4, config/build.cfg, config/configure.ac,
	  config/cxx_macros.m4, config/doxygen.cfg.in, config/pkg-support,
	  config/pkg-support/ETL-devel.info,
	  config/pkg-support/devel-resources,
	  config/pkg-support/devel-resources/License.rtf,
	  config/pkg-support/devel-resources/ReadMe.rtf,
	  config/pkg-support/devel-resources/Welcome.rtf,
	  config/pkg-support/devel-resources/install.sh,
	  config/pkgconfig.pc.in, config/project.spec.in, config/sdl.m4,
	  config/subs.m4, doxygen.cfg, test, test/.cvsignore,
	  test/Makefile.am, test/angle.cpp, test/benchmark.cpp,
	  test/clock.cpp, test/fixed.cpp, test/handle.cpp,
	  test/hermite.cpp, test/pen.cpp, test/random.cpp, test/smach.cpp,
	  test/smart_ptr.cpp, test/spline.cpp, test/stringf.cpp,
	  test/surface.cpp, test/value.cpp: Initial import of ETL

