r983 - in packages/libspreadsheet-writeexcel-perl/branches/upstream/current: . lib/Spreadsheet lib/Spreadsheet/WriteExcel

Gunnar Wolf gwolf@costa.debian.org
Sat, 14 May 2005 22:54:41 +0000


Author: gwolf
Date: 2005-05-14 22:54:40 +0000 (Sat, 14 May 2005)
New Revision: 983

Modified:
   packages/libspreadsheet-writeexcel-perl/branches/upstream/current/Changes
   packages/libspreadsheet-writeexcel-perl/branches/upstream/current/META.yml
   packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel.pm
   packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel/Format.pm
Log:
Load /tmp/tmp.xpLnbK/libspreadsheet-writeexcel-perl-2.14 into
packages/libspreadsheet-writeexcel-perl/branches/upstream/current.


Modified: packages/libspreadsheet-writeexcel-perl/branches/upstream/current/Changes
===================================================================
--- packages/libspreadsheet-writeexcel-perl/branches/upstream/current/Changes	2005-05-14 22:07:31 UTC (rev 982)
+++ packages/libspreadsheet-writeexcel-perl/branches/upstream/current/Changes	2005-05-14 22:54:40 UTC (rev 983)
@@ -1,5 +1,10 @@
 Revision history for Perl module Spreadsheet::WriteExcel.
 
+2.14 May 9 2005 - Minor
+
+    ! Fixed handling of Unicode font names.
+
+
 2.13 April 20 2005 - Minor
 
     ! Made it a fatal error to use a merged format in a non-

Modified: packages/libspreadsheet-writeexcel-perl/branches/upstream/current/META.yml
===================================================================
--- packages/libspreadsheet-writeexcel-perl/branches/upstream/current/META.yml	2005-05-14 22:07:31 UTC (rev 982)
+++ packages/libspreadsheet-writeexcel-perl/branches/upstream/current/META.yml	2005-05-14 22:54:40 UTC (rev 983)
@@ -1,5 +1,5 @@
 name:         Spreadsheet-WriteExcel
-version:      2.13
+version:      2.14
 version_from: lib/Spreadsheet/WriteExcel.pm
 installdirs:  site
 requires:

Modified: packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel/Format.pm
===================================================================
--- packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel/Format.pm	2005-05-14 22:07:31 UTC (rev 982)
+++ packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel/Format.pm	2005-05-14 22:54:40 UTC (rev 983)
@@ -24,7 +24,7 @@
 use vars qw($AUTOLOAD $VERSION @ISA);
 @ISA = qw(Exporter);
 
-$VERSION = '2.04';
+$VERSION = '2.14';
 
 ###############################################################################
 #
@@ -375,7 +375,7 @@
                                       $sss, $uls, $bFamily,
                                       $bCharSet, $reserved, $cch, $encoding);
 
-    return($header . $data. $self->{_font});
+    return($header . $data . $rgch);
 }
 
 ###############################################################################

Modified: packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel.pm
===================================================================
--- packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel.pm	2005-05-14 22:07:31 UTC (rev 982)
+++ packages/libspreadsheet-writeexcel-perl/branches/upstream/current/lib/Spreadsheet/WriteExcel.pm	2005-05-14 22:54:40 UTC (rev 983)
@@ -21,7 +21,7 @@
 use vars qw($VERSION @ISA);
 @ISA = qw(Spreadsheet::WriteExcel::Workbook Exporter);
 
-$VERSION = '2.13'; # Impossible to Tell
+$VERSION = '2.14'; # Bingo 21
 
 
 
@@ -63,7 +63,7 @@
 
 =head1 VERSION
 
-This document refers to version 2.13 of Spreadsheet::WriteExcel, released April 20, 2005.
+This document refers to version 2.14 of Spreadsheet::WriteExcel, released May 9, 2005.
 
 
 
@@ -4009,37 +4009,6 @@
 
 There is a Google group for discussing and asking questions about Spreadsheet::WriteExcel:  http://groups-beta.google.com/group/spreadsheet-writeexcel/
 
-=begin html
-
-<table style="border:1px solid #aa0033; font-size:small" align=center>
-  <tr>
-    <td rowspan=3>
-     <img src="http://groups-beta.google.com/groups/img/groups_medium.gif" height=58 width=150 alt="Google Groups">
-    </td>
-    <td colspan=2 align=center><b>Subscribe to Spreadsheet::WriteExcel</b></td>
-  </tr>
-  <form action="http://groups-beta.google.com/group/spreadsheet-writeexcel/boxsubscribe">
-  <tr>
-    <td>Email: <input type=text name=email></td>
-    <td>
-      <table
-       style="background-color:#ffcc33;padding:2px;border:2px outset #ffcc33;">
-      <tr>
-        <td>
-         <input type=submit name="sub" value="Subscribe">
-        </td>
-      </tr>
-      </table>
-    </td>
-  </tr>
-   </form>
-  <tr><td colspan=2 align=center>
-   <a href="http://groups-beta.google.com/group/spreadsheet-writeexcel">Browse Archives</a> at <a href="http://groups-beta.google.com/">groups-beta.google.com</a>
-  </td></tr>
-</table>
-
-=end html
-
 Alternatively you can keep up to date with future releases by subscribing at:
 http://freshmeat.net/projects/writeexcel/