2012-12-10 Riccardo Mottola <rm@gnu.org>

	* DiffWrapper.h
	* DiffWrapper.m
        do not use local left&right arrays

2012-12-10 Riccardo Mottola <rm@gnu.org>

	* DiffTextView.m
        Use proper accessors and not private ivars.

2012-12-10 Riccardo Mottola <rm@gnu.org>

	* DiffWrapper.h
	* DiffWrapper.m
        Transform tasktest into a method and use variables for binary paths.

2012-12-05 Riccardo Mottola <rm@gnu.org>

	* DiffWrapper.m
	* DiffWindowController.m
	* DiffMiddleView.m
	* AppController.m
	* DiffWrapper.m
	Replace GS memory macros with standard code.

2012-12-02  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* DiffWindowController.m (_patchMutableString:): Fix off by one
	errors.
	* DiffWrapper.m (initWithFilename:andFilename:): Fix
	initialization of line range arrays.

2012-12-02  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* AppController.h:
	* AppController.m:
	* DiffWindowController.m:
	* Resources/main.gorm:
	Add support for other version control systems besides CVS.
	Currently, this includes subversion, git, mercurial and darcs.

2012-08-10 Riccardo Mottola <rm@gnu.org>

	* DiffWrapper.m:
	Rewrite code to work with multi-char line endings.

2012-08-09 Riccardo Mottola <rm@gnu.org>

	* DiffWrapper.m:
	Clean up unsigned transition.

2012-08-08 Riccardo Mottola <rm@gnu.org>

	* FileIconView.h:
	use extern instead of APPKIT_EXPORT

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

	* DiffWrapper.m
	switch unsigned ints to NSUInteger to prevent compilation warning

2012-08-06 Riccardo Mottola <rm@gnu.org>

	* DiffFileChooser.h
	* DiffFileChooser.m
	Setters for left and right filenames.

	* AppController.h
	* Resources/main.gorm
	* AppController.m
	Expose openFiles delegate and if two filenames are supplied,
	automatically open the file chooser with the filenames set.

2011-03-09  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* Resources/main.gorm: Rearrange main menu, add standard edit menu
	items, and add Services menu.

	* DiffTextView.m (-initWithFrame:): Make view selectable.

2011-03-09  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* AppController.h:
	* AppController.m:
	* DiffFileChooser.h:
	* DiffFileChooser.m:
	* FileIconView.h:
	* FileIconView.m:
	* Resources/main.gorm:
	* EasyDiff.pcproj/PC.project:
	* GNUmakefile:
	Present a dialog upon selecting the Compare Files menu command
	where the user can choose the files to compare.

	* AUTHORS:
	* EasyDiff.pcproc/PC.project:
	* EasyDiffInfo.plist:
	Update list of authors.

2011-03-09  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* EasyDiff.pcproj:
	* PC.project:
	* GNUmakefile:
	* GNUmakefile.preamble:
	* EasyDiffInfo.plist:
	Upgrade project and support files to latest PC version.

2011-03-09  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* DiffMiddleView.m (-setLeftChanged:andRightChanges:):
	Use -setTitle: to set NSButtonCell titles.

2011-03-09  Wolfgang Lux  <wolfgang.lux@gmail.com>

	* AppController.m (-compareFilesToCVS:):
	* DiffMiddleView.m (-dealloc):
	* DiffTextView.m (-setLineRanges:):
	* DiffView.m (-dealloc):
	* DiffWindowController.m (-dealloc, -_patchMutableString:):
	* DiffWrapper.m (tasktest):
	Remove a number of space leaks and properly stop observing
	notifications when objects are deallocated.

2008-03-09 Adam Fedor  <fedor@gnu.org>

	* Version 0.4.0

2008-02-15  Riccardo Mottola  <rmottola@users.sf.net>

	* AppController.m: do not call openPanel twice

2008-02-15  Riccardo Mottola  <rmottola@users.sf.net>

	* GNUmakefile,
	AppController.m, AppController.h,
	EasyDiffInfo.plist,
	gorm files:
	Warning fixes, implement preferences for CVS executable path and
	removed wizardry relying on internal Bundle methods

2006-11-15  Nicola Pero  <nicola.pero@meta-innovation.com>

	* GNUmakefile: Removed GNUSTEP_INSTALLATION_DIR.

2005-06-13  Adam Fedor  <fedor@gnu.org>

	* AppController.m ([AppController -compareFileToCVS:sender]): 
	Get the path to the cvs executable.
	* DiffView.m ([DiffView -tile]): ceilf->ceil	
	* DiffWindowController.m (-initWithFilename:andTempFilename:):
	Switch filenames so CVS version is on the left.

2003-07-05  Benhur Stein <benhur@inf.ufsm.br>

	* DiffMiddleView.m (tile): Set needs display.
	(drawRect:): Use a bluish color for the foreground.
	* DiffScroller.m (drawRect:): Idem.
	* DiffTextView.m (computeLineRangesFromUpTo:): Avoid an empty range. 
	* DiffView.m: Display fixups.

2003-07-05  Philippe C.D. Robert <probert@siggraph.org>

        * Replacing all #import directives with #include directives
        * Changing main menu title to EasyDiff
        * Updating Gorm files

2002-06-23  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* fix for patch creation. (patch from right to left would not work)
	
2002-06-12  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* gcc 2.95 fix
	
2002-06-04  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Committing to GNUstep CVS repository in dev-apps.

2002-06-02  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Merging support, patching support among other changes

2002-04-17  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Version 0.1.9

2002-02-14  Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>

	* Version 0.1

