2008-06-27 [paul]	0.6.0

	0.6 released (initial release)

2008-06-27 [paul]	0.5.0cvs29

	* configure.ac
	* po/pt_BR.po
		added new translation by Frederico Goncalves Guimaraes
	* po/es.po
		updated by Ricardo Mones

2008-06-23 [wwp]	0.5.0cvs28

	* po/fr.po
		Updated French translation.

2008-06-20 [mones]	0.5.0cvs27

	* configure.ac
	* po/es.po
		Added Spanish translation

2008-06-11 [michael]	0.5.0cvs26

	* src/archiver_gtk.c
	rename and rename_files in struct ArchivePage was not proper initialized.
	The widget displaying the result of archive operation was using
	rename_files to determine whether renaming was chosen or not. As
	rename_files holds the reference to the GTK_TOGGLE_BUTTON this ment that
	the result whould say that files was always renamed even when not done.
	rename was the variable to test.

2008-06-10 [michael]	0.5.0cvs25

	* TODO
	Remove TODO about being able to use descriptive names in
	archive since this is implemented in the current release.

2008-05-31 [michael]	0.5.0cvs24

	* src/archiver_gtk.c
	* src/libarchive_archive.c
	Removed a comment out of the update of file_label in progress
	dialog which should not have been removed.

2008-05-28 [michael]	0.5.0cvs23

	* src/archiver.h
	* src/archiver_gtk.c
	* src/archiver_prefs.c
	* src/archiver_prefs.h
	* src/libarchive_archive.c
	* src/libarchive_archive.h
	Added new feature:
	The user can now choose to have files saved with
	a descriptive name instead of the numeric one
	used by Claws Mail.
	Removed some support functions from the plugin
	since identical functions is found in Claws Mails
	util.c

2008-05-26 [wwp]	0.5.0cvs22

	* po/fr.po
		Updated/completed French translation.

	* src/archiver_gtk.c
		One more label to translate.

2008-05-26 [paul]	0.5.0cvs21

	* src/archiver_gtk.c
		get these 2 labels translated

2008-05-26 [paul]	0.5.0cvs20

	* ChangeLog
		fix formatting
	* src/archiver.c
	* src/archiver_gtk.c
	* src/libarchive_archive.c
		fix i18n
		remove mnemonic from 'Create Archive' as it
		breaks removing the entry on unloading the plugin
		correct the folder types info on the description
		page

2008-05-26 [paul]	0.5.0cvs19

	* COPYING
		replaced with correct version
	* src/archiver.c
	* src/archiver_gtk.c
	* src/archiver_prefs.c
		rewrite some of the English
		add tooltips on the prefs page
		fix a leak in archiver_prefs.c foldersel_cb()

2008-05-26 [colin]	0.5.0cvs18

	* src/archiver_gtk.c
		Return after having destroyed page

2008-05-25 [michael]	0.5.0cvs17

	* src/archiver.c
	* src/archiver_gtk.c
   		 Some cleaning up mostly to ensure it compiles on gcc-2.9x.

2008-05-25 [wwp]	0.5.0cvs16

	* po/fr.po
		Completed FR translation.

	* src/archiver.c
	* src/archiver_gtk.c
		Fix product name and completed plugin description.

2008-05-25 [michael]	0.5.0cvs15

	* src/archiver_gtk.c
		prevent UTF-8 blurp by not printing uninitialized
		strings with debug_print.
	* src/libarchive_archive.c
    		Fixed a race condition. Freeing globat GSList while
		at the same time working on a reference to the list is bad
		karma. Ensuring elem->data is nullified and testing for
		this condition solves the problem.

2008-05-25 [wwp]	0.5.0cvs14

	* configure.ac
	* po/.cvsignore
	* po/POTFILES.in
	* po/fr.po
		Added preliminary fr translation, completed POTFILES,
		more tmp/generated files to ignore.

2008-05-25 [colin]	0.5.0cvs13

	* ChangeLog
		Reformat

2008-05-25 [wwp]	0.5.0cvs12

	* src/archiver.c
		Better English and punctuation, use proper product
		name and complete the list of supported folder types.

2008-05-25 [wwp]	0.5.0cvs11

	* PATCHSETS
		Added missing PATCHSETS file (to complete).

2008-05-25 [paul]	0.5.0cvs10

	* ChangeLog
	* po/POTFILES.in
	* src/Makefile.am
	* src/archiver.c
	* src/archiver_gtk.c
	* src/archiver_prefs.c
	* src/archiver_prefs.h
	* src/gettext.h
		add a Prefs page
		complete gettextization

2008-05-25 [wwp]	0.5.0cvs9

	* .cvsignore
	* po/.cvsignore
		More generated files to ignore.

2008-05-24 [michael]	0.5.0cvs8

	* .cvsignore
	* src/archiver_gtk.c
	* src/libarchive_archive.c
		- Added progress_bar_pulse when scanning folders
		- Added information about MD5 to the result dialog
		- Counter use to activate GTK_EVENTS_FLUSH was never 
		  incrimented
		- Reduced debug noise by eliminating some debug_print 
		  which is of little interest
		- Added more GTK_IS_WIDGET test to prevent errors due 
		  to user canceling action. Progress widget could be 
		  destroyed before the archive_create function was notified.
		- Fixing small potential memory leaks.

2008-05-24 [paul]	0.5.0cvs7

	* config.h.in
		remove the (persistant) auto-generated file (again)

2008-05-24 [michael]	0.5.0cvs6

	* commitHelper
	* config.h.in
	* src/archiver.c
	* src/archiver_gtk.c
		fixed a bad pointer reference to uninitialized memory 
		when closing progress dialog. Created init_progress to 
		ensure all references was initialized to NULL. Testing 
		whether progress->progress_dialog is NULL and also 
		testing whether it is a valid GtkWidget.

2008-05-24 [paul]	0.5.0cvs5

	* aclocal.m4
		remove this file, it's in the way!

2008-05-24 [paul]	0.5.0cvs4

	* config.h.in
	* po/Rules-quot
	* po/boldquot.sed
	* po/en@boldquot.header
	* po/en@quot.header
	* po/insert-header.sin
	* po/quot.sed
		remove more autogenerated files

2008-05-23 [paul]	0.5.0cvs3

	* configure
	* po/archive.pot
		remove autogenerated files

2008-05-23 [import]	0.5.0cvs2

	* .cvsignore
	* ABOUT-NLS
	* AUTHORS
	* COPYING
	* ChangeLog
	* INSTALL
	* Makefile.am
	* NEWS
	* README
	* TODO
	* aclocal.m4
	* autogen.sh
	* commitHelper
	* config.h.in
	* configure
	* configure.ac
	* config/.cvsignore
	* config/Makefile.am
	* config/config.rpath
	* config/mkinstalldirs
	* po/Makefile.in.in
	* po/Makevars
	* po/POTFILES.in
	* po/Rules-quot
	* po/archive.pot
	* po/boldquot.sed
	* po/en@boldquot.header
	* po/en@quot.header
	* po/insert-header.sin
	* po/quot.sed
	* po/remove-potcdate.sin
	* po/stamp-po
	* src/.cvsignore
	* src/Makefile.am
	* src/archiver.c
	* src/archiver.h
	* src/archiver_gtk.c
	* src/libarchive_archive.c
	* src/libarchive_archive.h
		Initial import of the Archive plugin, written by
		Michael Rasmussen <mir@datanom.net>

archiver (0.5.0)

  * Added an option for computing MD5 checksums for every file in
    the folder(s) and storing them in the archive too.
  * fixed a memory leak. ArchivePage was never freed.

archiver (0.4.1)

  * Fixed two potential memory leaks
  * Added a new dialog for warning against overwriting an existing
    file if file name for archive exists. The dialog is not shown in
	case the user has chosen the name in the file selector dialog.
  * Change the info text for the plugin dialog to reflect current status.

-- Michael Rasmussen <mir@datanom.net>  Wed, 21 May 2008 23:53:21 +0100

archiver (0.4)

  * Fixing bugs
  * Added a new progress dialog with cancel button
  * Added options for choosing archive format and compression type
    for archive
  * Added option for doing recursive scan or not
  * Extended dialog popping up when claws was not able to fetch all
    mails from server so that user may decide to archive anyway
  * Change result dialog to use GtkTreeView/GtkListStore to display
    result of archiving

 -- Michael Rasmussen <mir@datanom.net>  Mon, 19 May 2008 22:21:21 +0100
    
archiver (0.3)

  * Added a lot of sanity checks to user input
  * If errors are found archiver dialog does not close
  * If folder and names are entered manually into archiver dialog
    they are not lost
  * Dialog shown after succeccfully archiving showing some stats.
  * Added #ifdef for unused code in plugin
  * Added a TODO file

 -- Michael Rasmussen <mir@datanom.net>  Tue, 14 May 2008 03:31:21 +0100

archiver (0.2)

  * Changed all use of static buffers to use dynamic buffers

 -- Michael Rasmussen <mir@datanom.net>  Tue, 13 May 2008 11:20:21 +0100

archiver (0.1)

  * first public release

 -- Michael Rasmussen <mir@datanom.net>  Tue, 28 Apr 2008 13:20:21 +0100

