]> git.donarmstrong.com Git - lilypond.git/commitdiff
Document diversion from GNU coding standards
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 10 Feb 2006 09:57:07 +0000 (09:57 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 10 Feb 2006 09:57:07 +0000 (09:57 +0000)
as a workaround for a bug in Microsoft Internet Explorer.

ChangeLog
scm/output-svg.scm

index 47acffb83110159b7b0381f6f5e904ef00eae68a..44cab2c9c757cc7d2852d62ae78451846659fc6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-svg.scm: Document diversion from GNU coding standards
+       as a workaround for a bug in Microsoft Internet Explorer.
+
 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/changing-defaults.itely (Module): add menu entry.
index ab6ec5a6e206c8dab060546119995f4bd26e449a..fbf458a7a44767745599ac5f02c3b00e6cc42ce8 100644 (file)
 
 (define (placebox x y expr)
   (entity 'g
-         
-         ;; FIXME -- JCN
-         ;;(dispatch expr)
          expr
+         ;; FIXME: Not using GNU coding standards [translate ()] here
+         ;; to work around a bug in Microsoft Internet Explorer 6.0
          `(transform . ,(format #f "translate(~f, ~f)"
                                 x (- y)))))