2013-05-20 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Version 1.5

2013-02-07 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* TableViewDataSource.m some NSInteger conversions

2013-01-27 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Resources/PreferencesController.gorm
	* put the controls into a Scrollview, similar to the nib

2013-01-26 Riccardo Mottola <rm@gnu.org>

	* PreferencesController.[h,m]
	* English.lproj/Preferences.nib
	Update NIB and put controls inside a Scrollview, which has to be scrolled top the top on load.

2013-01-26 Riccardo Mottola <rm@gnu.org>

	* TarArchive.m (archiveType)
	Return ArchiveType and not NSString.

2013-01-26: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* bump copyright to 2013
2013-01-01: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* Archive.[h|m] new method, to allow specify working directory
	  when unarchiving
	* ArjArchive.[h|m], ZooArchive.[h|m] Use the new method to
	  specify the working directory instead of using chdir(2)
	* Redirect output from archiver programs to a pipe, unarj
	  doesn't have a parameter to suppress output when extracting
	* [Rar|Arj]Archive.[h|m], add license header
	* GNUmakefile, ZipperInfo.plist, AceArchive.[h|m], add 
	  ACE archive handling

2012-12-31: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* ArchiveService.[h|m], ZipperInfo.plist, ZooArchive.[h|m]
	* Make Zoo archive extraction work, add service to create
	  zoo archives
	* FileInfo.m fix description method
	* ZooArchive.m Make creation of zoo archives work
	* RarArchive.m NSArray count returns NSUInteger, not int
	* ArjArchive.[h|m] add them, and make watching contents and
	  extraction work unsing unarj
	* ZipperInfo.plist, Archive.m AppDelegate.m add ArjArchive hooks

2012-12-27: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* *Archive.m Archive.[h|m], new common.h, *Archive.[h|m],
	  ArchiveService.[h|m], GNUmakefile define and use typedef enum 
	  ArchiveType for the different archive types.
	* ZipperInfo.plist, ArchiveService.[h|m], service to create
	  tar, and .tar.xz archives
	* TarArchive.m, ArchiveService.m, use a NSRunAlertPanel instead
	  of NSLog to tell the user about problems.
	* PreferencesController.[h|m], Preferences.[h|m], 
	  Resouces/Preferences.gorm, start adding support for more archivers
	* ZooArchive.[h|m], AppDelegate.m, GNUmakefile initial support for 
	  ZOO archives

2012-12-24: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* ZipArchive.m remove a bogus check, and fix comment
	* ArchiveService.[h|m], ZipperInfo.plist, LhaArchive.[h|m]
	  Add creation of LHA Archives
	* SevenZipArchive.[h|m], ZipperInfo.plist, ArchiveService.[h|m]
	  Add creation of 7z Archives

2012-12-23: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* ArchiveService.[h|m], TarArchive.[h|m]
	* Allow creating of tar.gz and tar.bz2 archives
	* English.lproj/Preferences.nib, Resources/Preferences.gorm,
	  Preferences.[h|m], PreferencesController.[h|m],
	  ZipperInfo.plist
	  Also configure zip binary in Preferences in addition
	  to the unzip binary, and add Service to create zip files

2012-08-08 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* GzipArchive.m
	* LhaArchive.m
	* LzxArchive.m
	* RarArchive.m
	* SevenZipArchive.m
	* TarArchive.m
	* ZipArchive.m
	Protect filenames to be extracted to be counted as 
	parameters of the unzipping tools

2012-07-12 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* ZipperDocument.m
	  Add Action methods to (de)selectAll:
	* Resources/ZipperDocument.gorm
	  Allow Empty selection
	* Resources/MainMenu.gorm
	  add Edit submenu with entries to (de)select All

2012-04-21 Riccardo Mottola <rm@gnu.org>

	* PreferencesController.m
	send perform close and trap close and stop modal
	(on Macintosh otherwise the close button would not stop modal)

2012-04-20 Riccardo Mottola <rm@gnu.org>

	* PreferencesController.[h,m]
	Set textfields to empty string if the value is nil.

	* ZipperDocument.m
	Define sel_isEqual replacement for old Mac runtimes.

	* FileInfo.m
	Append file name to path by using the appropriate method.

2012-04-20 Riccardo Mottola <rm@gnu.org>

	* TarArchive.m:
	Swap order of arguments and skip empty arguments which confuse
	BSD tar.

	* FileInfo.m
	Fix unreliable parsing of paths (filename contained in folders).

2012-02-29 Riccardo Mottola <rm@gnu.org>

	* ZipperCell.[h,m]
	Do not use private drawAttributedText. Add boilerplate.

2012-02-25 Riccardo Mottola <rm@gnu.org>

	* Archive.[h,m]
	* Preferences.[h,m]
	* TableViewDataSource.[h,m]
	* ZipperDocument.m
	Remove ASSIGN macro, add boiler plate

2012-02-23 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* NSObject+Custom.[m|h]
	  make the return not volatile of method methodIsAbstract:

2012-02-23 Riccardo Mottola <rm@gnu.org>

	* TableViewDataSource.m
	* ZipperDocument.m
	Move table delegate method to ZipperDocument, now the
	real table delegate.

2012-02-23 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* TableViewDataSource.m, get rid of unused variable

2012-02-23 Riccardo Mottola <rm@gnu.org>

	* ZipperCell.m
	Remove access to private class variables

	* PreferencesController.m
	Do not create a modal session and let NSApp manage it.

2012-02-22 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* PreferencesController.m Add -dealloc method
	* NSFileManager+Custom.m, ZipperDocument.m, GzipArchive.m
	  get rid of set but unused variables

2012-02-22 Riccardo Mottola <rm@gnu.org>

	* FileInfo.m
	* ZipperDocument.m
	Do not use NSNotFound but NSOrderedDescending

2012-02-22 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* ZipperDocument.m prevent starting the default open
	  application when double clicking the table header

2012-02-22 Riccardo Mottola <rm@gnu.org>

	* PreferencesController.[h,m]
	* ZipperDocument.[h,m]
	Do not leak the preferences controller.

	* Archive.[h,m]
	Correct types.

2012-02-22 Riccardo Mottola <rm@gnu.org>

	* PreferencesController.m
	Do not release on window closure to prevent crash.

2012-02-21 Riccardo Mottola <rm@gnu.org>

	* FileInfo.h
	* FileInfo.m
	* ZipArchive.h
	* ZipArchive.m
	Do not autorelease and fix memory leak.

2012-02-20 Riccardo Mottola <rm@gnu.org>

	* AppDelegate.[h,m]
	Do not open an untitled document. Add boilerplate.

	* Archive.[h,m]
	* ArchiveService.[h,m]
	* FileInfo.[h,m]
	* ZipperDocument.[h,m]
	Add boilerplate. Cleanup.

2012-02-19: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
	* ZipperDocument.m: setDoubleAction to open the double
	  clicked file with its default viewer, rework opening a
	  file with the default openApp
	* PreferencesController.m: Go to the GNUSTEP_SYSTEM_APPS
	  directory when looking for a default open application,
	  use an even easier way now.
	* Connect the Document/View in the Main Menu to the
	  double Click Action

2012-02-17: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* RarArchive.m fix the offset of the header and footer
	  of unar output
	* SevenZipArchive.m fix the offset of the header and
	  footer of 7z output
	* Preferences.m set the default rar executable to unrar
	* ZipperDocument.gorm make the columns in the table resizable

2012-02-16 Riccardo Mottola <rm@gnu.org>

	* GNUmakefile
	* PreferencesController.h
	* PreferencesController.m
	Migrated preferences GUI to Gorm, fixed typos.

2012-02-15 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* ZipperDocument.m replace deprecated sel_eq with sel_isEqual
	* GzipArchive.m, TarArchive.m, remove some weird ;

2012-02-15 Riccardo Mottola <rm@gnu.org>

	* GNUmakefile
	* Resources/ZipperDocument.gorm
	* ZipperDocument.[h,m]
	Migrate to Gorm.

2012-02-15 Riccardo Mottola <rm@gnu.org>

	* ZipperDocument.h
	Explicit IBOutlet.

	* AppDelegate.m
	* GNUmakefile
	* ZipperInfo.plist
	* main.m
	* Resources/MainMenu.gorm
	Migrate main menu to Gorm.

2012-02-13 Riccardo Mottola <rm@gnu.org>

	* TarArchive.m:
	Fix date parsing in BSD-tar archives, sanity checks.

	* ZipArchive.m:
	Fix date parsing and some sanity checks.

2012-02-13 Riccardo Mottola <rm@gnu.org>

	* TarArchive.m:
	Fix date parsing in gnu-tar archives, sanity checks.

2012-02-13 Riccardo Mottola <rm@gnu.org> for Sebastian Reitenbach

	* Resources/MainMenu-GNUstep.gsmarkup
	Fix menu equivalents.

	* PreferencesController.m
	Remember 7zip executable


2012-02-13 Riccardo Mottola <rm@gnu.org>

	Initial GAP check-in
	License changed to GPLv2 in accordance with the original author
	Packed resources into Resources subdirectory
