]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/output-lib.scm: swap darkcyan/darkyellow
authorErik Sandberg <mandolaerik@gmail.com>
Sun, 19 Feb 2006 22:53:59 +0000 (22:53 +0000)
committerErik Sandberg <mandolaerik@gmail.com>
Sun, 19 Feb 2006 22:53:59 +0000 (22:53 +0000)
        * THANKS: Add bughunters.

ChangeLog
THANKS
scm/output-lib.scm

index 996a0772cef88269e1fab0cfe022888b323a1745..f984682cc8b03b87ce1be1844752d99b6c12238f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
+
+       * scm/output-lib.scm: swap darkcyan/darkyellow
+
+       * THANKS: Add bughunters.
+
 2006-02-19  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/programming-interfaces.itely: fixed example.
diff --git a/THANKS b/THANKS
index c674cfc1664377aa3450e04c15ea6cef027b49e3..d2c1f7bcf0049de08633258d2a7470663c25e70f 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -53,6 +53,7 @@ Vicente Solsona Dellá
 
 BUG HUNTERS/SUGGESTIONS
 
+Andrea Valle
 Bertalan Fodor
 Bob Broadus
 Chris Sawer
@@ -64,23 +65,30 @@ Don Blaheta
 Edward Neeman
 Eduardo Vieira
 Ernesto Gancedo
+François Vion
 Frédéric Bron
 Hans Forbrich
 Joe Neeman
+Jordi Nadal
 Jukka Akkanen
 Kieren Richard MacMillan
 Lambros Lambrou
 Laura Conrad
+Libero Mureddu
 Mark Steinheuser
 Matevž Jekovec
+Michael Kiermaier
 Michael Welsh Duggan
 Milan Zamazal
 Orm Finnendahl
 Patrick K Welton
 Paul Scott
 Ralph Little
+Richard Schoeller
+Robert Vlatasy
 Scott Russell
 Sean Reed
+Seng Liang
 Steven Weber
 Sven Axelsson
 Thomas Scharkowski
@@ -307,7 +315,7 @@ Pawel D
 Pedro Kroger
 Ray McKinney
 Reuben Thomas
-Rob V
+Robert Vlatasy
 Stef Epardaud
 Thomas Willhalm
 Thomas Scharkowski
index 7f24ae3ddca36ea90403a238f07cdd1dcadb8d5f..64b9908e71ce18684d3f377d37fcf80cfb42e9ff 100644 (file)
@@ -263,9 +263,9 @@ centered, X==1 is at the right, X == -1 is at the left."
 (define-public darkred     '(0.5 0.0 0.0))
 (define-public darkgreen   '(0.0 0.5 0.0))
 (define-public darkblue    '(0.0 0.0 0.5))
-(define-public darkcyan    '(0.5 0.5 0.0))
+(define-public darkcyan    '(0.0 0.5 0.5))
 (define-public darkmagenta '(0.5 0.0 0.5))
-(define-public darkyellow  '(0.0 0.5 0.5))
+(define-public darkyellow  '(0.5 0.5 0.0))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; * Pitch Trill Heads