From: Jan Nieuwenhuizen Date: Fri, 10 Feb 2006 09:57:07 +0000 (+0000) Subject: Document diversion from GNU coding standards X-Git-Tag: release/2.7.34~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d31a4d7302683a892646ac3a6cd0ebff0d71aba9;p=lilypond.git Document diversion from GNU coding standards as a workaround for a bug in Microsoft Internet Explorer. --- diff --git a/ChangeLog b/ChangeLog index 47acffb831..44cab2c9c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-10 Jan Nieuwenhuizen + + * 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 * Documentation/user/changing-defaults.itely (Module): add menu entry. diff --git a/scm/output-svg.scm b/scm/output-svg.scm index ab6ec5a6e2..fbf458a7a4 100644 --- a/scm/output-svg.scm +++ b/scm/output-svg.scm @@ -232,10 +232,9 @@ (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)))))