The following is a list of changes in v3.62:

(07/19/97)  Version 3.62

- Fixed bug in menu editor that once you closed and 
  reopened a menu resource, it would start deleting all
  items in a submenu when you tried to delete a single
  item.

- Fixed bug in Undo support that would cause a run-time
  error when you deleted all items in a status line,
  one by one, and then tried to undo the deletions.

- Fixed a bug in the generation of source code for 
  history files in C++


(07/08/97)  Version 3.61

- Fixed a bug in TInputLine: when the string read from the
  stream in Load is longer than the bytes allocated for
  Data^, a part of the memory is overwritten. Such string
  was allowed in the string due to a DlgEdit bug, which
  did not cut the string when the max number of allowable
  characters was decreased.

- Fixed a bug in the menu source code generator, when the
  keycode was generated. The keycode for the ALT-240 
  character was generated incorrectly.  Now it's kbAltSpace.

- In the menu editor the menubar displayed in the top of
  the dialog box is now redrawn everytime something changes.

- Updated help status line (Esc command works with a mouse 
  too).
