CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Heikki Johannes Junes <[EMAIL PROTECTED]>       05/07/21 
21:29:50

Modified files:
        .              : ChangeLog 
        Documentation  : texinfo.css 
        stepmake/bin   : text2html.py 
        buildscripts   : mutopia-index.py 
        Documentation/bibliography: index.html.in html-long.bst 

Log message:
        revert css-width patch.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3909&tr2=1.3910&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/texinfo.css.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/bin/text2html.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/buildscripts/mutopia-index.py.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/bibliography/index.html.in.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/bibliography/html-long.bst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3909 lilypond/ChangeLog:1.3910
--- lilypond/ChangeLog:1.3909   Thu Jul 21 16:33:27 2005
+++ lilypond/ChangeLog  Thu Jul 21 21:29:50 2005
@@ -1,3 +1,11 @@
+2005-07-22  Heikki Junes  <[EMAIL PROTECTED]>
+
+       * Documentation/index.html.in, Documentation/texinfo.css,
+         stepmake/bin/text2html.py, buildscripts/mutopia-index.py,
+         Documentation/bibliography/index.html.in,
+         Documentation/bibliography/html-long.bst: revert css-width patch,
+         it does not work with IE6.
+
 2005-07-21  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * Documentation/topdocs/NEWS.tely (Top): mention barNumberCheck
Index: lilypond/Documentation/bibliography/html-long.bst
diff -u lilypond/Documentation/bibliography/html-long.bst:1.3 
lilypond/Documentation/bibliography/html-long.bst:1.4
--- lilypond/Documentation/bibliography/html-long.bst:1.3       Wed Jul 20 
15:02:18 2005
+++ lilypond/Documentation/bibliography/html-long.bst   Thu Jul 21 21:29:50 2005
@@ -1,7 +1,7 @@
 % BibTeX bibliography style `html-long'
 %   spits out HTML-formatted bibliography in place of bbl output
 % by David Kotz [EMAIL PROTECTED]
-% $Id: html-long.bst,v 1.3 2005/07/20 15:02:18 hjunes Exp $
+% $Id: html-long.bst,v 1.4 2005/07/21 21:29:50 hjunes Exp $
 %    modified from
 % BibTeX standard bibliography style `alpha'
        % version 0.99a for BibTeX versions 0.99a or later, LaTeX version 2.09.
@@ -1352,7 +1352,7 @@
 FUNCTION {begin.bib}
 { "<HTML>" write$ newline$
   "<HEAD><TITLE> Bibliography </TITLE>" write$ newline$
-  "<style type='text/css'> body {width:760px;} </style></HEAD>" write$ newline$
+  "</HEAD>" write$ newline$
   "<BODY BGCOLOR=#EEEEEE>" write$ newline$
   "<DL>" write$ newline$
 }
Index: lilypond/Documentation/bibliography/index.html.in
diff -u lilypond/Documentation/bibliography/index.html.in:1.2 
lilypond/Documentation/bibliography/index.html.in:1.3
--- lilypond/Documentation/bibliography/index.html.in:1.2       Wed Jul 20 
15:02:18 2005
+++ lilypond/Documentation/bibliography/index.html.in   Thu Jul 21 21:29:50 2005
@@ -1,5 +1,4 @@
 <html><head>
-  <style type="text/css"> body { width: 760px; } </style>
   <title>References on Music Notation</title>
   </head>
   <body>
Index: lilypond/Documentation/texinfo.css
diff -u lilypond/Documentation/texinfo.css:1.2 
lilypond/Documentation/texinfo.css:1.3
--- lilypond/Documentation/texinfo.css:1.2      Wed Jul 20 12:05:34 2005
+++ lilypond/Documentation/texinfo.css  Thu Jul 21 21:29:50 2005
@@ -1,2 +1 @@
-  body { width: 760px; }
   hr { border:0; height:1; color: #000000; background-color: #000000; }
Index: lilypond/buildscripts/mutopia-index.py
diff -u lilypond/buildscripts/mutopia-index.py:1.35 
lilypond/buildscripts/mutopia-index.py:1.36
--- lilypond/buildscripts/mutopia-index.py:1.35 Wed Jul 20 15:02:18 2005
+++ lilypond/buildscripts/mutopia-index.py      Thu Jul 21 21:29:50 2005
@@ -92,7 +92,6 @@
                list = sys.stdout
        list.write ('''<html><head><title>Rendered Examples</title>
 <style type="text/css">
-body { width: 760px; }\n
 hr { border:0; height:1; color: #000000; background-color: #000000; }\n
 </style>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Index: lilypond/stepmake/bin/text2html.py
diff -u lilypond/stepmake/bin/text2html.py:1.5 
lilypond/stepmake/bin/text2html.py:1.6
--- lilypond/stepmake/bin/text2html.py:1.5      Wed Jul 20 15:02:18 2005
+++ lilypond/stepmake/bin/text2html.py  Thu Jul 21 21:29:50 2005
@@ -35,7 +35,6 @@
 <html>
 <head>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
-  <style type="text/css"> body { width: 760px; } </style>
 </head>
 
 <body><pre>


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to