\def\filedate{90/08/20}

This file contains problem-records and bug-reports.  Unsolved problems
and uncorrected but known bugs (so called features) start out with two
exclamation marks before the number.  Fixed problems will start with two
asterisks. 


!! (1)  FMi 90/06/14: \extracolsep will not work in the preamble.
        If you want to use it (in tabular* for example) you will have
        to use the \tabskip command directly.
        For example

         \begin{tabular*}{@{\extracolsep{\fill}}*5l}

        has to be converted to

         \begin{tabular*}{@{\tabskip\fill}*5l}

        or

         \begin{tabular*}{@{\tabskip=\fill}*5l}


        Some day in the future tabular will get a new preamble command
        that will remove the need for \extracolsep.


** (2)  JBr 90/08/14: Preamble of the form @{..}>{..} will expand
        > expression. 
        Fixed FMi 90/08/14: in version 2.0c.


** (3)  DDu 90/08/17: Mixing array and tabular inside \multicolumn commands
        will not work properly because \d@llar is defined globally.
        Fixed FMi 90/08/20: in version 2.0d.





The good guys mentioned in this file:

  JBr   Johannes Braams
  DDu   Denys Duchier
  FMi   Frank Mittelbach


