2003-06-21 simtools.h mgd
(__objc_exec_class_for_all_init_modules): Declare. (initSwarmArguments, initSwarmAppArguments): Call __objc_exec_class_for_all_init_modules before _initSwarm_.

2000-07-11 simtools.h mgd
Remove inclusion of externvar.h and declaration of swarmGUIMode (moved to swarm.h). Include swarm.h.

2000-03-28 mgd
Swarmdocs 2.1.1 frozen.

2000-02-29 mgd
Swarmdocs 2.1 frozen.

2000-02-18 simtools.h mgd
Add Zone argument conformance to +create:* methods throughout.

1999-09-16 simtools.h mgd
Add inhibitExecutableSearchFlag argument.

1999-07-05 simtools.h alex
(initSwarmAppArguments): Fixed macro, STRINGIFY(APPNAME) -> APPNAME_STRING.

1999-06-23 simtools.h mgd
Reflect these changes.

1999-06-21 simtools.h alex
(InFile, OutFile, AppendFile, ObjectSaver, ObjectLoader): Markup with `//x:' doc-string as deprecated protocols. Move explanatory text originally in `//D:' markup to new tag, where appropriate.

1999-06-21 simtools.h alex
(_initSwarm_, STRINGIFY, STRINGIFYSYM, APPNAME_STRING, APPVERSION_STRING, BUGADDRESS_STRING): Remove, hide from user in new include'd initSwarm.h.

1999-06-10 simtools.h mgd
Stringify application name, version, and bug address. (Don't require quoting from make.)

1999-06-09 simtools.h alex
(initSwarm): Redefine as a macro. Call new internal function _initSwarm_(). If not explicitly set by the macro, pass APPNAME, BUGADDRESS, APPVERSION which will be passed from the application Makefile to the internal _initSwarm_(). (initSwarmBatch): Likewise. (initSwarmApp): Likewise. (initSwarmAppBatch): Likewise. (initSwarmAppOptions): Likewise. (initSwarmAppOptionsBatch): Likewise (_initSwarm_): Define internal function.

1999-05-29 simtools.h mgd
Include externvar.h.

1999-05-28 simtools.h mgd
Use `externvar' for swarmGUIMode.

1999-02-26 simtools.h mgd
Add CREATABLE tags to all non-abstract protocols.

1999-02-07 simtools.h mgd
(InFile): Add a warning about error return behavior.

1998-12-11 simtools.h vjojic
Remove ListShuffler protocol and ListShuffler class definition

1998-08-23 simtools.h mgd
(ListShuffler): New protocol.

1998-08-20 simtools.h mgd
(ObjectLoader): Add it.

1998-07-08 simtools.h mgd
(ActiveOutFile): Remove protocol and class object.

1998-06-17 Makefile.am mgd
Include from refbook/ instead of src/.

1998-06-15 Makefile.am mgd
(MODULE): New variable. Include Makefile.rules from src. Remove everything else.

1998-06-12 simtools00.sgml, simtoolscont.sgml mgd
Update IDs to SWARM.module.SGML.type.

1998-06-06 simtools.ent mgd
Use public identifiers.

1998-06-05 Makefile.am mgd
(swarm_ChangeLog): Add.

1998-06-03 simtools.h mgd
Update documentation tags.

1998-05-23 Makefile.am mgd
New file.

1998-05-23 simtools.ent.in mgd
New file.

1998-05-23 simtools.ent mgd
Removed.

1998-05-22 mgd
Begin revision log.

1998-04-16 simtools.h mgd
Move tagged documentation to the respective protocols definition.

1998-04-06 simtools.h mgd
Declare new function initSwarmArguments.

1998-02-26 simtools.h mgd
Remove ControlPanel, WindowGeometryRecordName, CompositeWindowGeometryRecordName, ActioonCache, ProbeDisplay, CompleteProbeDisplay, ProbeDisplayManager, GUIComposite, GUISwarm, ActiveGraph protocols (moved to simtoolsgui). Remove declaration of probeDisplayManager. Remove mention of @classes ActionCache, ProbeDisplay, CompleteProbeDisplay, ProbeDisplayManager, GUISwarm, and ActiveGraph. Don't include GUISwarm.h.

1998-01-27 simtools.h mgd
Likewise.

1998-01-24 simtools.h mgd
Don't include tkobjc.h.

1998-01-20 simtools.h mgd
Add copyright header.

1998-01-15 simtools.h mgd
(SET_WINDOW_GEOMETRY_RECORD_NAME): Add convenience macro. ProbeDisplay and CompleteProbeDisplay derive from WindowGeometryRecordName protocol. CompositeWindowGeometryRecordName: New protocol. ActionCache and GUIComposite protocols derive from it.

1998-01-14 simtools.h mgd
Drop windowGeometryRecordNameForComponent and windowGeometryRecordName fro WindowGeometryRecordName protocol. (SET_COMPONENT_WINDOW_GEOMETRY_RECORD_NAME_FOR): New macro. (SET_COMPONENT_WINDOW_GEOMETRY_RECORD_NAME): New macro. (CREATE_PROBE_DISPLAY, CREATE_COMPLETE_PROBE_DISPLAY, CREATE_ARCHIVED_PROBE_DISPLAY, CREATE_ARCHIVED_COMPLETE_PROBE_DISPLAY): Rename to be in caps.

1998-01-13 simtools.h mgd
(_createProbeDisplay, _createCompleteProbeDisplay, createArchivedProbeDisplayNamed, createArchivedCompleteProbeDisplayNamed): Declare new functions. (CREATE_ARCHIVED_PROBE_DISPLAY): New macro to pass variable variable name through to archiving functions above. (CREATE_ARCHIVED_COMPLETE_PROBE_DISPLAY): Likewise. (ProbeDisplayManager): Replace setWindowGeometryRecordName versions of createProbeDisplayFor with createArchivedProbeDisplayFor:variableName: and createArchivedCompleteProbeDisplayFor:variableName. (CREATE_PROBE_DISPLAY, CREATE_COMPLETE_PROBE_DISPLAY): Define macros.

1998-01-13 simtools.h mgd
Add dropProbeDisplaysFor: to the ProbeDisplayManager protocol.

1998-01-12 simtools.h mgd
Declare buildWindowGeometryRecordName. New protocol WindowGeometryRecordName, derive ActionCache, and GUISwarm from it.

1998-01-06 simtools.h mgd
(Action): Rename setControlPanelGeometryRecordName to setWindowGeometryRecordName. (ControlPanel): Remove setControlPanelGeometryRecordName.

1997-12-19 simtools.h mgd
(ActionCache): Make setScheduleContext a Using phase method. Add setControlPanelGeometryRecordName. (InFile): Add getline to InFile protocol. Reformatting throughout (remove gratuitous space).

1997-12-18 simtools.h mgd
Add setWindowGeometryRecordName to ProbeDisplay protocol.

1997-12-10 simtools.h mgd
Consify toExecute argument of ActionCache sendActionOfType. Consify setBaseName argument of UName create. Consify argument to UName setBaseName. Consify return of UName getNewName. Consify withName argument of InFile create. Consify withName argument of OutFile create. Consify argument to OutFile putString. Consify withName argument of AppendFile create. Consify argument to AppendFile putString.

1997-12-07 simtools.h mgd
(CompleteProbeDisplay): Add getMarkedForDropFlag to protocol.

1997-12-04 simtools.h mgd
(ProbeDisplayManager): Add setDropImmediatelyFlag.

1997-12-01 simtools.h alex
Added AppendFile and added reverseOrder method to QSort protocol.

1997-11-29 simtools.h mgd
Make Object{Loader,Saver} fromFileNamed: arguments const.

1997-11-29 simtools.h mgd
Add methods below to ProbeDisplayManager protocol.

1997-11-20 simtools.h mgd
(library-wide): Brought simtools library into conformance with protocol interface standard.