Is anybody unhappy with this? If not, I'll commit it this afternoon sometime.
Angus


Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.373
diff -u -p -r1.373 ChangeLog
--- lib/ChangeLog       11 Feb 2003 11:24:31 -0000      1.373
+++ lib/ChangeLog       11 Feb 2003 11:27:54 -0000
@@ -1,5 +1,10 @@
 2003-02-11  Angus Leeming  <[EMAIL PROTECTED]>

+       * reLyX/MakePreamble.pm: Output an accurate decription of what created
+       the file.
+
+2003-02-11  Angus Leeming  <[EMAIL PROTECTED]>
+
        * reLyX/BasicLyX.pm: Do as LyX does: wrap the minipage width and
        height output in inverted commas and strip the space from "4.5 cm".
        Factorise the code by defining sub getAsLyXLength.
Index: lib/reLyX/MakePreamble.pm
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/reLyX/MakePreamble.pm,v
retrieving revision 1.10
diff -u -p -r1.10 MakePreamble.pm
--- lib/reLyX/MakePreamble.pm   7 Feb 2003 22:27:23 -0000       1.10
+++ lib/reLyX/MakePreamble.pm   11 Feb 2003 11:27:54 -0000
@@ -148,7 +148,8 @@ sub translate_preamble {
 #}

     # Write first line of the lyx file
-    $LyX_Preamble .= "\#LyX 1.2 created this file. For more info see 
http://www.lyx.org/\n";;
+    $LyX_Preamble .= "\# The reLyX bundled with LyX 1.3 created this file.\n" .
+       "# For more info see http://www.lyx.org/\n";;

     # Print \lyxformat.
     $LyX_Preamble .= "\\lyxformat $Format\n";

Reply via email to