v1.50 ?? ??? 2007
~~~~~~~~~~~~~~~~~

- More source code cleanup.
- When size of a template string exactly matches the given string length +
  its terminating character, '*' is outputed as length instead of the size
  value.
- Added sanity checks that binary text offsets are reasonable and do not
  overflow the text pool (both templates as for resources).
- Support running on hosts with 64-bit pointers.

v1.13 03 Jun 2007
~~~~~~~~~~~~~~~~~

- Simplified source code a bit by removing the pointer typedefs.
- Convert.c(window_count): maximum of icons per windows was wrongly calculated
  which could result in memory corruption.
- Added Unix based test queue comparing result bin2txt with v1.11 reference
  and with an additional txt2bin + bin2txt result.
- IconIndirectTextAndSpriteObjectList(text_and_sprite.text): had missing
  column.  Bug reported by David Thomas <dave@davespace.co.uk>.
  After this fix the text to template conversion can give the error
  "Line 27: Missing entry 'text_and_sprite.text:'" which can be avoided and
  fixed by adding the missing column after "text_and_sprite.text" in your
  template text.
- IconIndirectTextObjectList, IconIndirectSpriteObjectList,
  IconIndirectTextAndSpriteObjectList: link the .size entry with the allocated
  sprite/text buffer.
  _Object(put_tstring): allocate always the size given in the limit entry when
  given and make sure the string in it is '\r' char terminated.  Also added
  warning when the limit is smaller than given sprite/text string.
  Bug reported by David Thomas <dave@davespace.co.uk>.

v1.12 28 Jan 2006
~~~~~~~~~~~~~~~~~

- Support for Rik Griffin's Tab and Treeview gadgets.
- Various src cleanups.
- Set bits in Resource/Templates which are not convered by the translation
  code are outputed in their hex representation and this hex representation
  is taken into account when regenerating the Resource/Templates files.
- Added menu_GENERATE_HAS_BEEN_HIDDEN.
- Created command line version without any Wimp support.
- Support for cross-compilation using GCCSDK.
- Heavily reduced memory needs (total number of icons x number of windows ->
  max number of icons in one window x number of windows).
- Removed the error "Not all bits are covered" but made sure that those bits
  were round-trippable.

v1.11 2nd Dec 2004
~~~~~~~~~~~~~~~~~~

- Give now info, version and syntax when !RunImage is run without parameters in
  a TaskWindow or outside Desktop.
- Four missing iconbar flags were added.
- Flag bits which are set but not covered by OSLib constants are now faulted
  with the error "Not all bits are covered".

v1.10 3rd Mar 2004
~~~~~~~~~~~~~~~~~~

- Template icons without the Text and Sprite bit set, are no longer giving the
  harmless "Unexpected icon Text/Sprite/Indirection flag combination" error.

v1.09 9th Dec 2003
~~~~~~~~~~~~~~~~~~

- License changed to GNU General Public License.
- Temporary defined toolbox_relocatable_object_base (until OSLib has this
  definition).
- Using the latest OSLib version via CVS (past 6.50).
- Source cleanup for general source &amp; binary release.
- Changed optionbutton_SELECTED into OSLib's optionbutton_ON.

v1.08 11th Nov 2003
~~~~~~~~~~~~~~~~~~~

- Added optionbutton_SELECTED flag

v1.07 27th Sept 2003
~~~~~~~~~~~~~~~~~~~~

- Added Anti-Aliased Font details to Template

v1.06 22nd Sept 2003
~~~~~~~~~~~~~~~~~~~~

- Added optionbutton_GENERATE_STATE_CHANGE flag
- Added error when !RunImage is run from command line in the desktop with
  wrong no. of args. 

v1.05 5th Sept 2003
~~~~~~~~~~~~~~~~~~~~

- Fixed problem with LF terminated strings in Res files. 

v1.04 27th July 2003
~~~~~~~~~~~~~~~~~~~~

- Fixed problem with help_limit for empty help strings
- Fixed problem when empty string specified in fixed size text buffer.
- Fixed problem with sprite entries in menus
- Syntax error message when used incorrectly from command line

v1.03 23rd April 2003
~~~~~~~~~~~~~~~~~~~~~

- Fixed problem with throwback reporting wrong lines
- Added simple expression evaluation to bbox, coord and cmp fields
- In-memory file transfers now supported (previously only from Filer)

v1.02 9th Feb 2003
~~~~~~~~~~~~~~~~~~

- Can now handle Template files
- Button gadget button types now decompile correctly
- Braces ('{' and '}') embedded in text entries now work correctly

v1.01 7th Jan 2003
~~~~~~~~~~~~~~~~~~

- Corrected !Run file RMEnsure DCS module name
- Corrected entry for v1.01 ProgInfo 'Visit URL' event
- Added support for v1.00 ProgInfo (early version without web option)
- Now runs on OS v3.10

v1.00 1st Jan 2003
~~~~~~~~~~~~~~~~~~

- Initial release

-EOF-