Tartarus CVS: zap: ds

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 23 Mar 2003 20:58:21 +0000


CVS Root:       /home/cvs
Module:         zap
Changes by:     ds
Date:           Sun Mar 23 2003  20:58:21 GMT

Log message:
Implemented a mode help menu (command MODEHELPLIST).
This uses an extra block in each module's External chunk, which has the
format " <mode>[ <mode>...] *<file>". MakeExtern will generate this as
follows:
* If a file !Help is present, this is used for all modes in the module.
* If a directory !Help is present, it should contain files named after the
  modes; if a mode does not have a specific help file, then a default file
  (also named !Help) will be used if it exists.

Modified files:
    dists/devel/!Zap/Code/Tools/MakeExtern: MakeExtern

Links:
http://cvs.tartarus.org//zap/dists/devel/%21Zap/Code/Tools/MakeExtern/MakeExtern.diff?r1=ffb&r2=1.1