
  C H A N G E L O G
  =================

  This file summarizes *all* types of changes to the MP4H sources,
  i.e. changes between each patchlevel (1.x.y->1.x.(y+1) and
  1.x.y->1.(x+1).0). Take this logfile for concrete and detailed
  information about every single change.
  ___________________________________________________________________________

  Changes between 0.8.0 and 0.7.2:

    *) Internal change in <include> tag (28-Feb-2000):
       [Denis Barbier]

    *) Expand attributes in unknown macros (28-Feb-2000):
       [Denis Barbier]

    *) English documentation (28-Feb-2000):
       [Denis Barbier]

    *) Internal changes in macro parser (26-Feb-2000):
       The macro parser is remade in order to be more robust. Expansion
       modes are now explained in the doc.
       [Denis Barbier]

    *) More comprehensive messages on error (18-Feb-2000):
       When a warning is printed, it includes file name and line
       number.
       [Denis Barbier]

    *) Fix support for frozen files (18-Feb-2000):
       This is the first working version.
       [Denis Barbier]

    *) Merge synclines tags into <__file__> and <__line__> (16-Feb-2000):
       [Denis Barbier]

  Changes between 0.7.2 and 0.7.1:

    *) Add <synclines-push> and <synclines-pop> tags (16-Feb-2000):
       These macros will help debugging within WML.
       [Denis Barbier]

    *) Remove <eval> and <quote> tags (16-Feb-2000):
       A change in how macros are quoted and evalled make these macros
       useless.
       [Denis Barbier]

  Changes between 0.7.1 and 0.7.0:

    *) Fix escaped quotes in attributes (13-Feb-2000):
       [Denis Barbier]

    *) Fix expansion of malformed tags (13-Feb-2000):
       When an opening angle is followed by a valid name, which is
       neither followed by a space nor a closing angle, this rag must
       be written verbatim. For instance, <a+1> was expanded into <a>+1>.
       [Denis Barbier]

    *) Add tags: <capitalize> <at-end-of-file> <eval> (13-Feb-2000):
       [Denis Barbier]

    *) Allow spaces in variable assignments (13-Feb-2000):
       Constructs like <set-var i = 0> are now parsed like <set-var i=0>.
       [Denis Barbier]


  mp4h 0.7.0 (11-Feb-2000):
    First public release.
