← Prev in month ← Prev in thread

An informaltable that chokes FOP

From
Stephen Taylor <>
Date
2008-08-26T18:15:38+00:00
ID
Thread
An informaltable that chokes FOP
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE article SYSTEM "file:///C:/pub/docbook-5.0/dtd/docbook.dtd">
<article xml:id="versions">

  <info>
    <title>Versions</title>
  </info>

  <informaltable>
    <col width="20%"/>
    <col width="10%"/>
    <col width="70%"/>
    <tbody>

      <tr>
        <td>1</td>
        <td>1982</td>
        <td>
          Full nested arrays; line orientated; APs;
          files using <code>⎕FF</code>
        </td>
      </tr>

      <tr>
        <td>2</td>
        <td></td>
        <td>
          Nested-array display
          full-screen session
        </td>
      </tr>

      <tr>
        <td>3-4</td>
        <td>1985</td>
        <td>
          <code>⎕DM</code>;
          component file in one file
        </td>
      </tr>

      <tr>
        <td>5</td>
        <td></td>
        <td>
          Component-file reorganisation
        </td>
      </tr>

      <tr>
        <td>5.2</td>
        <td></td>
        <td>
          <code>⎕SM</code>
        </td>
      </tr>

      <tr>
        <td>6.1</td>
        <td></td>
        <td>
          Windowed function editor
        </td>
      </tr>

      <tr>
        <td>6.2</td>
        <td>1993</td>
        <td>
          X Windows ;
          64-bit version for DEC Alpha
        </td>
      </tr>

      <tr>
        <td>6.3</td>
        <td></td>
        <td>
          DOS version
        </td>
      </tr>

      <tr>
        <td>7.1</td>
        <td></td>
        <td>
          16-bit Windows (Win 3.1)
          <code>⎕NA</code>;
          native files;
          <code>⎕DR</code>;
          Shared variables;
          DDE
        </td>
      </tr>

      <tr>
        <td>8.1</td>
        <td>1998</td>
        <td>
          32-bit Windows (Win NT);
          TCP/IP;
          OLE automation;
          dynamic functions;
          <code>:Trap</code>
        </td>
      </tr>

      <tr>
        <td>8.2</td>
        <td>1999</td>
        <td>
          Multithreading;
          <code>:Hold</code>;
          <code>:With</code>;
          GIF &amp; PNG;
          ActiveXControl;
          Calendar;
          ToolControl;
          TabControl;
          Splitter;
          CoolBar;
          N-wise <emphasis>reduce</emphasis>;
          scalar primitives with axis
        </td>
      </tr>

      <tr>
        <td>9.0</td>
        <td>2000</td>
        <td>
          Namespace and GUI object ‘refs’;
          dot syntax for GUI &amp; OLE objects;
          Windows 2000 GUI (ComboEX etc);
          Docking
        </td>
      </tr>

      <tr>
        <td>.Net</td>
        <td>2002</td>
        <td>
          .NET support
        </td>
      </tr>

      <tr>
        <td>10.0</td>
        <td>2003</td>
        <td>
          idiom recognition;
          retained hash tables;
          autocompletion;
          Pocket APL
        </td>
      </tr>

      <tr>
        <td>10.1</td>
        <td>2004</td>
        <td>
          Tokens for thread synchronisation;
          64-bit component files;
          Value Tips;
          more Grid enhancements;
          extended function-header syntax;
          thread debugger
        </td>
      </tr>

      <tr>
        <td>11.0</td>
        <td>2006</td>
        <td>
          Object Orientation;
          64-bit version;
          tighter .Net integration;
          <emphasis>squad</emphasis>;
          <emphasis>power</emphasis> operator;
          <emphasis>LCM</emphasis> &amp; <emphasis>GCD</emphasis>;
          Simple APL Library Tookit (SALT)
        </td>
      </tr>

      <tr>
        <td>12.0.1</td>
        <td>2007/8</td>
        <td>
          Unicode;
          journalling component files;
          integrated graphics and reporting tools;
          Conga;
          APL Language Bar;
          more SALT
        </td>
      </tr>

      <tr>
        <td>12.0.3 – 12.1</td>
        <td>2008-9</td>
        <td>
          Secure Sockets;
          Web Service Framework;
          Enterprise Applications:;
          Multi-Processor Support;
          ‘Installability and Scalability’
        </td>
      </tr>

    </tbody>
  </informaltable>

</article>
← Prev in month ← Prev in thread