Mon Apr 28 13:22:49 2003  Nicola Pero  <n.pero@mi.flashnet.it>

	* Document.m ([Document -makeWindow]): Do not make the document
	the window delegate.

2003-04-24  Adam Fedor  <fedor@gnu.org>

	* InkInfo.plist: Add new Icon images
	* GNUmakefile: Install new images.
	(Icons and patches from Rob Burns <rburns@softhome.net>).

2003-04-09  Adam Fedor  <fedor@gnu.org>

	* main.m: In application delegate implement ([application:openFile:])
	so we will open rtf files; 

2002-11-01  Adam Fedor  <fedor@gnu.org>

	* main.m: Don't set NSDocumentController as app delegate
	(set automatically now in gui).

2002-04-03  Fred Kiefer <FredKiefer@gmx.de>

	* Document.m
	Added a horizontal ruler view in [makeWindow].
	* main.m
	Restructured all the menu creation. Release the delegate when no
	longer needed in [applicationDidFinishLaunching:]. 
	
Wed Feb 20 19:25:20 2002  Nicola Pero  <nicola@brainstorm.co.uk>

	Removed the memory panel, now available in the gui library
	for all applications.
	* GNUmakefile: Do not link to the memory panel classes; do
	not compile the memory panel.
	* main.m: Do not include MemoryPanel.h
	* main.m ([MyDelegate -applicationWillFinishLaunching:]): Do not
	add the memory panel submenu.  Click on the application icon in
	the info panel to get the memory panel now.
	
	* GNUmakefile (Ink_HEADERS): variable unused removed.

2001-12-09  Fred Kiefer <FredKiefer@gmx.de>

	* InkInfo.plist
	Added MIME types.
	* Ink.desktop
	New desktop link file generated with pl2link.
	
Mon Oct 22 16:48:19 2001  Nicola Pero  <nicola@brainstorm.co.uk>

	* Document.m ([Document -makeWindowControllers]): Fixed memory
	leak (Patch by Ludovic Marcotte <ludovi@Sophos.ca>).

Mon Oct 22 16:46:21 2001  Nicola Pero  <nicola@brainstorm.co.uk>

	* Document.m ([Document -makeWindow]): Reverted last change
	(Patch by Ludovic Marcotte <ludovi@Sohpos.ca>).

Thu Oct 18 15:11:08 2001  Nicola Pero  <nicola@brainstorm.co.uk>

	* Document.m ([Document -makeWindow]): Fixed memory leak 
	(Found by Ludovic Marcotte <ludovic@Sophos.ca>). 

