/*
 * $Id: Maintenance.txt,v 1.3 2017/09/13 22:21:07 fyurisich Exp $
 */

This document states the tasks to fulfill whenever:

1. A property or event is added to a control in it's i_xxxxxxxx.ch:
   * Add support for it to the IDE.
   * Update the corresponding HTML file at folder "manual".
   * Add support for alternative syntax to i_altsyntax.ch, if necessary.

2. A property or event is deleted from a control's i_xxxxxxxx.ch:
   * Delete the support for it from the IDE.
   * Update the corresponding HTML file at folder "manual".
   * Remove support for alternative syntax from i_altsyntax.ch, if it's
     no longer necessary.

3. A METHOD or DATA is added to or deleted from a class.
   * Update doc/classes.txt and manual/CLASSES.HTM

4. A modification is made to ./Changelog;
   * Copy the modifications to manual/Changelog.htm

5. A new distro is builded:
   * Change the date in manual/OOHG.HTM
   * Change the date in function _oohg_Version of source/h_error.prg

6. A new year starts:
   * Update the year in the copyright note of all files.
