2005-10-14 Fred Kiefer * Document.m (-windowControllerDidLoadNib:): Added a vertical ruler view. 2005-07-17 Adam Fedor * Convert Ink to use gorm files. * Document.m: Remove programmatic window creating. Add nib name. * GNUmakefile: Add gorm resource files. * main.m: Remove programmatic gui. * Readme.rtf: Update. * Document.gorm, English.lproj: New. (Patches from Rob Burns). Mon Apr 28 13:22:49 2003 Nicola Pero * Document.m ([Document -makeWindow]): Do not make the document the window delegate. 2003-04-24 Adam Fedor * InkInfo.plist: Add new Icon images * GNUmakefile: Install new images. (Icons and patches from Rob Burns ). 2003-04-09 Adam Fedor * main.m: In application delegate implement ([application:openFile:]) so we will open rtf files; 2002-11-01 Adam Fedor * main.m: Don't set NSDocumentController as app delegate (set automatically now in gui). 2002-04-03 Fred Kiefer * 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 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 * InkInfo.plist Added MIME types. * Ink.desktop New desktop link file generated with pl2link. Mon Oct 22 16:48:19 2001 Nicola Pero * Document.m ([Document -makeWindowControllers]): Fixed memory leak (Patch by Ludovic Marcotte ). Mon Oct 22 16:46:21 2001 Nicola Pero * Document.m ([Document -makeWindow]): Reverted last change (Patch by Ludovic Marcotte ). Thu Oct 18 15:11:08 2001 Nicola Pero * Document.m ([Document -makeWindow]): Fixed memory leak (Found by Ludovic Marcotte ).