2005-05-25  Helge Hess  <helge.hess@skyrix.com>

	* ogo-vcard-put.m: properly commit put transactions

2005-05-10  Helge Hess  <helge.hess@opengroupware.org>

	* added ogo-vcard-put tool

2005-05-09  Helge Hess  <helge.hess@opengroupware.org>

	* added ogo-vcard-get tool

	* changed names of most tools to be more consistent (ogo-xxx-yyy),
	  with the exception of skyaptnotify, sky_install_sieve and
	  sky_send_bulk_messages (to avoid breaking setups)

	* fixed gcc 4.0 warnings

2005-03-05  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: minor code cleanups

2005-01-24  Helge Hess  <helge.hess@skyrix.com>

	* sky_install_sieve.m: fixed deletion of scripts (should fix OGo bug
	  #1148)

	* sky_install_sieve.m: improved error logs if a script upload or
	  activation failed, only generate Sieve code for vacation if one is
	  available, should fix OGo bug #1148

2004-12-21  Christian Kesselheim  <ckesselh@infeurope.lu>

	* sky_install_sieve.m: fixed OGo bug #698, incorrect handling of some
	  filter kinds

2004-12-21  Helge Hess  <helge.hess@opengroupware.org>

	* sky_install_sieve.m: fixed OGo bug #1087, argument processing was
	  broken

2004-11-18  Helge Hess  <helge.hess@opengroupware.org>

	* sky_install_procmail.m: fixed a warning on MacOSX

	* skyaptnotify.m: minor code cleanup, fixed a warning on MacOSX

2004-11-16  Helge Hess  <helge.hess@skyrix.com>

	* sky_install_sieve.m: major code cleanups (needs testing!)

2004-10-23  Helge Hess  <helge.hess@opengroupware.org>

	* sky_install_sieve.m: fixed compilation on MacOSX

2004-10-14  Helge Hess  <helge.hess@skyrix.com>

	* sky_install_sieve.m: some code cleanups (needs a lot more ...)

2004-09-10  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: message template texts are now configurable using
	  the AptNotifyMessageFormat default (fixes OGo bug #828)

2004-09-09  Helge Hess  <helge.hess@skyrix.com>

	* GNUmakefile: added FHS installation support for tools

2004-08-31  Helge Hess  <helge.hess@skyrix.com>

	* GNUmakefile.preamble: added library lookup pathes for FHS

2004-08-21  Helge Hess  <helge.hess@opengroupware.org>

	* fixed linking on MacOSX

	* sky_send_bulk_messages.m: soem code cleanups

	* fixes for inline compilation of OGo 1.0

	* skyprojectimporter.m: minor code cleanups, fixed a small bug (func
	  without return value)

2004-07-06  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: minor code cleanups

2004-05-11  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: some code cleanups

2004-04-21  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: major code cleanups

2004-04-19  Helge Hess  <helge.hess@skyrix.com>

	* skyaptnotify.m: some code-cleanups

2004-03-26  Helge Hess  <helge.hess@opengroupware.org>

	* SkyTool.m: fixed a typo in the help output

2004-01-29  Helge Hess  <helge.hess@opengroupware.org>

	* added two new tools: skylistacl and skycheckperm for interacting 
	  (read: playing) with the OGo ACL permission system on the command 
	  line

2004-01-03  Helge Hess  <helge.hess@opengroupware.org>

	* skyprojectimporter.m: minor cleanups

2004-01-01  Helge Hess  <helge.hess@opengroupware.org>

	* sky_install_procmail.m: some cleanups

2003-12-07  Helge Hess  <helge.hess@opengroupware.org>

	* added sky_install_procmail.m provided by Eric Weiss

2003-11-17  Helge Hess  <helge.hess@skyrix.com>

	* started "skydefaults" tool to process OGo user defaults from the
	  command line (not yet ready)

	* skyjobs2ical.m: changed credential defaults from user/pwd to 
	  login/password to be consistent with the other tools

2003-11-14  Helge Hess  <helge.hess@skyrix.com>

	* added skyruncmd, a small yet powerful tool to run arbitary commands
	  of the Logic layer

2003-11-14  Helge Hess  <helge.hess@opengroupware.org>

	* added skylistprojects.m, a small example for listing the projects
	  contained in the database using Logic

	* skyjobs2ical.m: subminor cleanup

Tue Nov 11 14:08:43 2003  Jan Reichmann  <jr@skyrix.com>

	* sky_install_sieve.m: set exit code to 3 if login failed and 4 if 
	  host/port not found

Mon Nov 10 16:34:00 2003  Jan Reichmann  <jr@skyrix.com>

	* sky_install_sieve.m: rename Sieve script (skyrix => ogo) - the 
	  scriptname can be configured using the 'SieveScriptName' default 
	  (default is 'ogo'); add 'redirect mails' to the sieve generator;
	  enable more than one header fields fore filter conditions 
	  (header-fileds have to be seperated by ':')

2003-11-07  Helge Hess  <helge.hess@opengroupware.org>

	* skyaptnotify.m: fixed the source for Mr. Buggy gcc (ICE when using
	  a constant Objective-C string inside an exception handler)

Thu Nov  6 16:37:09 2003  Jan Reichmann  <jr@skyrix.com>

	* sky_install_sieve.m: use only one login process to upload and 
	  activate script; check whether login failed and print a warning 
	  message

2003-11-02  Helge Hess  <helge.hess@opengroupware.org>

	* sky_send_bulk_messages.m: major cleanups

Wed Oct 29 20:23:52 2003  Martin Hoerning  <mh@skyrix.com>

	* skyaptnotify.m: added AptNotifyDumpCore default to abort 
	  on exceptions (see OGo bug 317)

Tue Oct 28 19:54:33 2003  Martin Hoerning  <mh@skyrix.com>

	* skyaptnotify.m: added more debugging output in verbose mode 
	  (see OGo bug 317)

Fri Jul 18 15:19:18 2003  Bjoern Stierand  <bjoern@opengroupware.org>

	* GNUmakefile.preamble: OGODocuments -> OGoDocuments

Wed Jul 16 23:37:52 2003  Bjoern Stierand  <bjoern@opengroupware.org>

	* Code cleanups (removed some conversion bugs caused by code move
          to OGo, thanks to schnello for the diff)

Tue Jul  8 19:20:52 2003  Helge Hess  <helge.hess@skyrix.com>

	* OpenGroupware.org import

	* removed historic ChangeLogs

Mon Sep 24 16:25:39 2001  Helge Hess  <helge.hess@skyrix.com>

	* created ChangeLog

