Annotation of Amaya/amaya/TextFile.A, revision 1.2

1.1       cvs         1: APPLICATION TextFile;
                      2: 
                      3: DEFAULT
                      4:    BEGIN
                      5:        DocClose.Post -> DocumentClosed;
                      6:        DocSave.Pre -> DocumentToSave;
                      7:        PRuleCreate.Pre -> ChangePRule;
                      8:        PRuleModify.Pre -> ChangePRule;
1.2     ! cvs         9:        ElemSelect.Post -> SynchronizeSourceView;
1.1       cvs        10:    END;
                     11: 
                     12: END

Webmaster