2005-05-01 02:01  fnevgeny

	* NEWS: Updated NEWS.

2005-05-01 01:36  fnevgeny

	* configure.in, include/undo.h: Changed versioning to 0.8.2.

2005-05-01 01:23  fnevgeny

	* src/undo_memory.c: Oops! In undo_memory_clear(), memory->pagesize
	  was cleared as well...

2005-03-10 00:25  fnevgeny

	* NEWS: Last touch ;-).

2005-03-10 00:19  fnevgeny

	* NEWS, configure.in, include/undo.h: 0.8.1 release.

2005-03-10 00:12  fnevgeny

	* test/Makefile.am: Added make deps.

2005-03-09 23:39  fnevgeny

	* Makefile.am: Added ChangeLog to the dist.

2005-03-09 01:19  fnevgeny

	* doc/Makefile.am, include/Makefile.am: A couple of files were
	  missing in "make dist".

2005-03-09 01:06  fnevgeny

	* configure.in, test/.cvsignore, test/Makefile.am,
	  test/test-undo.sh.in, test/test.pl, test/test1.c, test/test10.c,
	  test/test11.c, test/test12.c, test/test2.c, test/test3.c,
	  test/test4.c, test/test5.c, test/test6.c, test/test7.c,
	  test/test8.c, test/test9.c, test/undo.test: Switched to native
	  automake's tests and got rid of perl dependency.

2005-03-07 22:41  fnevgeny

	* include/undoP.h: Eliminate compiler warnings on systems defining
	  NULL as uncast 0.

2005-03-06 01:01  fnevgeny

	* doc/: introduction.html, roadmap.html, undo.png: Added an icon
	  ;-).

2005-03-05 23:39  fnevgeny

	* src/: undo_history.c, undo_memory.c, undo_memory_stream.c,
	  undo_session.c: Removed a couple of unnecessary (void *) casts.
	  string.h #included where needed.

2005-03-05 23:12  fnevgeny

	* configure.in: Check for supported version of Cygwin.

2005-02-27 00:18  fnevgeny

	* configure.in, src/Makefile.am: Support for building Windows DLLs.

2005-02-26 22:34  fnevgeny

	* include/undoP.h, src/undo_memory.c: Added pagesize to UNDO_MEMORY
	  structure - to be set once instead of quering getpagesize() all
	  the time.

2005-02-24 22:31  fnevgeny

	* src/undo_memory.c: Oops. One "fix" was wrong.

2005-02-24 22:26  fnevgeny

	* src/undo_memory.c: Fixed a couple of error handling cases.

2005-01-23 23:08  fnevgeny

	* NEWS: Updated NEWS.

2005-01-23 02:23  fnevgeny

	* AUTHORS, doc/introduction.html, doc/roadmap.html: Updated docs.

2005-01-23 01:10  fnevgeny

	* scripts/makerelease: Fixed makerelease.

2005-01-23 01:07  fnevgeny

	* scripts/makerelease: Added makerelease script.

2005-01-23 00:58  fnevgeny

	* src/Makefile.am: Added build deps.

2005-01-23 00:48  fnevgeny

	* configure.in, src/Makefile.am: Added libtool versioning.

2005-01-23 00:19  fnevgeny

	* .cvsignore, ChangeLog, Makefile.am: Build ChangeLog
	  automatically.

2005-01-23 00:06  fnevgeny

	* include/undo.h, src/Makefile.am, src/undo_version.c,
	  test/undo.test: Added versioning API.

2005-01-22 23:41  fnevgeny

	* include/undoP.h, src/Makefile.am, src/undo_error.c,
	  src/undo_error.h, src/undo_history.c, src/undo_history.h,
	  src/undo_memory.c, src/undo_memory.h, src/undo_memory_stream.c,
	  src/undo_memory_stream.h, src/undo_private.h, src/undo_session.c,
	  test/undo.test, test/undo_test.c, test/undo_test.h: Combined all
	  private headers into single undoP.h.

2005-01-21 23:43  fnevgeny

	* include/undo.h, src/undo_error.h, src/undo_private.h,
	  src/undo_session.c, test/undo.test: Got rid of the session name.

2005-01-21 23:31  fnevgeny

	* include/undo.h, src/undo_error.c, src/undo_error.h,
	  src/undo_history.c, src/undo_memory.c, src/undo_private.h,
	  src/undo_session.c, test/undo.test: Got rid of static
	  undo_last_error. Modulus new bugs introduced, the library should
	  be thread-safe now.

2005-01-21 21:54  fnevgeny

	* include/undo.h, src/undo_session.c, test/undo.test: Got rid of
	  static undo_session. Each undo_* API gets UNDO * as the first
	  argument.

2005-01-20 23:39  fnevgeny

	* include/undo.h, src/undo_history.c, src/undo_history.h,
	  src/undo_session.c: Added option to make the history logical
	  (i.e. taking snapshot after a number of undo steps clears all
	  redo history after that).

2005-01-20 23:10  fnevgeny

	* test/.cvsignore: Added "failed" to .cvsignore.

2005-01-20 22:10  fnevgeny

	* test/undo.test: EOL added.

2005-01-20 22:07  fnevgeny

	* scripts/CVSMake: Added CVSMake bootstrapping script.

2005-01-20 22:05  fnevgeny

	* .cvsignore, doc/.cvsignore, include/.cvsignore, src/.cvsignore,
	  test/.cvsignore: Added .cvsignore files.

2005-01-20 21:56  fnevgeny

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
	  configure.in, doc/Makefile.am, doc/introduction.html,
	  doc/libundo.png, doc/roadmap.html, include/Makefile.am,
	  include/undo.h, src/Makefile.am, src/undo_error.c,
	  src/undo_error.h, src/undo_history.c, src/undo_history.h,
	  src/undo_memory.c, src/undo_memory.h, src/undo_memory_stream.c,
	  src/undo_memory_stream.h, src/undo_private.h, src/undo_session.c,
	  test/Makefile.am, test/test-undo.sh.in, test/test.pl,
	  test/undo.test, test/undo_test.c, test/undo_test.h: Imported
	  sources

2005-01-20 21:56  fnevgeny

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
	  configure.in, doc/Makefile.am, doc/introduction.html,
	  doc/libundo.png, doc/roadmap.html, include/Makefile.am,
	  include/undo.h, src/Makefile.am, src/undo_error.c,
	  src/undo_error.h, src/undo_history.c, src/undo_history.h,
	  src/undo_memory.c, src/undo_memory.h, src/undo_memory_stream.c,
	  src/undo_memory_stream.h, src/undo_private.h, src/undo_session.c,
	  test/Makefile.am, test/test-undo.sh.in, test/test.pl,
	  test/undo.test, test/undo_test.c, test/undo_test.h: Initial
	  revision

