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
