richter     00/01/04 23:27:28

  Modified:    .        Changes.pod Embperl.pm Embperl.pod EmbperlD.pod
                        README
               emacs    embperl.el
  Log:
  - final 1.2.1
  
  Revision  Changes    Path
  1.97      +2 -6      embperl/Changes.pod
  
  Index: Changes.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Changes.pod,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- Changes.pod       2000/01/04 06:10:02     1.96
  +++ Changes.pod       2000/01/05 07:27:26     1.97
  @@ -1,11 +1,7 @@
   =pod
   
  -=head1 1.2.1_dev -- That's what currently under developement
  +=head1 1.2.1  5. Jan 2000
   
  -Last Update: <$localtime$> (MET)
  -
  -NOTE: This version is only available via L<"CVS"|CVS/"INTRO">
  -
      - fdat parameter of Execute function isn�t honoured when
        call from CGI script which has received multipart/formdata.
        Spotted by NHan H. Trinh.
  @@ -35,7 +31,7 @@
        from David Waldo. 
   
   
  -=head1 1.2.0 17 Nov 1999
  +=head1 1.2.0  17 Nov 1999
   
      - test script had failed in cgi mode on win32. Spotted by 
        Randy Korbes.
  
  
  
  1.76      +1 -1      embperl/Embperl.pm
  
  Index: Embperl.pm
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pm,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- Embperl.pm        2000/01/01 13:59:36     1.75
  +++ Embperl.pm        2000/01/05 07:27:26     1.76
  @@ -76,7 +76,7 @@
   @ISA = qw(Exporter DynaLoader);
   
   
  -$VERSION = '1.2.1_dev';
  +$VERSION = '1.2.1';
   
   
   # HTML::Embperl cannot be bootstrapped in nonlazy mode except
  
  
  
  1.39      +9 -5      embperl/Embperl.pod
  
  Index: Embperl.pod
  ===================================================================
  RCS file: /home/cvs/embperl/Embperl.pod,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- Embperl.pod       2000/01/01 13:59:36     1.38
  +++ Embperl.pod       2000/01/05 07:27:26     1.39
  @@ -1631,15 +1631,17 @@
   
   =head2 $tabmode
   
  -Determines how the end of a dynamic table is detected:
  +Determines how the end of a dynamic table is detected. Tables are always 
  +limited to the size specified in $maxrow and $maxcol, but can be ended early 
  +when the row ($row) and column ($col) variables become undefined. $tabmode operates 
as 
  +follows:
   
  -B<end of table>
  -
   =over 4
   
   =item B<$tabmode = 1>
   
  -End when one of the expressions with $row becomes undefined.  The row
  +End table looping when any one of the expressions in the table row
  +using $row returns undefined. The row
   containing the undefined expression is B<not> displayed. Only those
   expression are observed which contains an access to the varibale $row.
   
  @@ -1660,7 +1662,9 @@
   
   =item B<$tabmode = 16>
   
  -End when one of the expression with $col becomes undefined.  The column
  +End table column looping when any one of the expressions in the table column
  +using $col returns undefined. 
  +The column
   containing the undefined expression is B<not> displayed.  Only those
   expression are observed which contains an access to the varibale $col.
   
  
  
  
  1.14      +3 -3      embperl/EmbperlD.pod
  
  Index: EmbperlD.pod
  ===================================================================
  RCS file: /home/cvs/embperl/EmbperlD.pod,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- EmbperlD.pod      2000/01/01 13:59:36     1.13
  +++ EmbperlD.pod      2000/01/05 07:27:27     1.14
  @@ -1549,9 +1549,9 @@
   
   =head2 $tabmode
   
  -Entscheidet, wann das Tabellenende erreicht ist.
  -
  -B<Tabellenende:>
  +Entscheidet, wann das Tabellenende erreicht ist. Dynamische Tabellen
  +werden immer durch $maxrow und $maxcol begrenzt. Zus�tzlich k�nnen
  +folgende Bedinungen f�r das Tabellenende festgelegt werden:
   
   =over 4
   
  
  
  
  1.12      +1 -2      embperl/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/embperl/README,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- README    1999/11/17 07:29:25     1.11
  +++ README    2000/01/05 07:27:27     1.12
  @@ -1,10 +1,9 @@
   HTML::Embperl - Embed Perl in Your HTML Documents
   
  -Copyright (c) 1997-1999 Gerald Richter / ECOS
  +Copyright (c) 1997-2000 Gerald Richter / ECOS
   
   You may distribute under the terms of either the GNU General Public 
   License or the Artistic License, as specified in the Perl README file.
  -For use with Apache httpd and mod_perl, see also Apache copyright.
   
   THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED 
   WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 
  
  
  
  1.68      +0 -0      embperl/emacs/embperl.el
  
  Index: embperl.el
  ===================================================================
  RCS file: /home/cvs/embperl/emacs/embperl.el,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- embperl.el        2000/01/05 05:41:38     1.67
  +++ embperl.el        2000/01/05 07:27:27     1.68
  @@ -19,9 +19,9 @@
   ;; Author          : Erik Arneson ([EMAIL PROTECTED])
   ;; Created On      : Wed Jul 22 17:16:39 PDT 1998
   ;; Last Modified By: Erik Arneson
  -;; Last Modified On: $Date: 2000/01/05 05:41:38 $
  +;; Last Modified On: $Date: 2000/01/05 07:27:27 $
   ;; Version         : 1.00
  -;; $Id: embperl.el,v 1.67 2000/01/05 05:41:38 richter Exp $
  +;; $Id: embperl.el,v 1.68 2000/01/05 07:27:27 richter Exp $
   ;;
   ;; Please note that this software is very beta and rather broken.  I
   ;; don't know how useful it will be, although I definitely plan on
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to