-- NewCalc.config -- Last edited by Sturgis -- March 1, 1983 8:55 am -- Last Edited by: Sturgis, July 20, 1984 9:29:51 am PDT -- Swinehart, August 11, 1985 10:17:58 pm PDT NewCalc: CONFIGURATION IMPORTS Buttons, Commander, Containers, Convert, FS, IO, Labels, List, MessageWindow, ProcessProps, Rope, TiogaOps, VFonts, ViewerEvents, ViewerOps, ViewerTools CONTROL ColumnOfRows, GCellArrayImpl, DisplayArrayImpl, GCellImplA, GCellImplB, ButtonCellsImpl, DependenciesImpl, MatrixImpl, EncryptedIOStreamImpl, ExpressionEvalImpl, ExpressionSyntaxImpl, GCellToolImpl, EasyToolImpl, DisplayerImpl, PageListImpl, NewCalcImpl = BEGIN NewCalcImpl; ColumnOfRows; GCellArrayImpl; DisplayArrayImpl; GCellImplA; GCellImplB; HCellImpl; HCellArrayImpl; ButtonCellsImpl; DependenciesImpl; MatrixImpl; EncryptedIOStreamImpl; ExpressionEvalImpl; ExpressionSyntaxImpl; ArrayToolImpl; GCellToolImpl; EasyToolImpl; DisplayerImpl; PageListImpl; END. -- created by Sturgis October 2, 1982 2:52 pm -- October 6, 1982 5:55 pm: add GCellToolImpl and EasyToolImpl. -- October 8, 1982 1:42 pm: comment out code using old style node structure. -- BTE: October 8, 1982 1:49 pm: ugh, have to include MatrixNodeImpl for the moment so it can export BadFormatLoadFile. -- October 10, 1982 12:10 pm: convert to cedar 3.4. -- October 10, 1982 2:30 pm: remove the items no longer needed, e.g. MatrixNodeIMpl. -- October 13, 1982 11:34 am: add all modules to control list, so that all get started for debugging, also add DisplayerImpl. -- October 13, 1982 4:08 pm: Use TempNewCalcImpl -- October 13, 1982 4:36 pm: go back to newcalcimpl, it now contains the new code -- October 26, 1982 3:34 pm: import TiogaOps, which needs Atom. -- October 26, 1982 4:30 pm: have to import InputFocus, for implied reasons. -- February 11, 1983 2:29 pm: remove imports of TiogaOps and Transaction. -- March 7, 1983 12:18 pm: import ViewerEvents. -- June 22, 1984 4:52:38 pm PDT: convert to Cedar 5.2 -- June 28, 1984 3:35:58 pm PDT: add HCell stuff -- July 10, 1984 2:30:25 pm PDT: add ArrayToolIimpl