From: matsb Date: Wed, 5 Nov 2003 10:01:15 +0000 (+0000) Subject: * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, X-Git-Tag: release/2.1.3~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69310122d5a9d8450353d262254a3e8b57602dd1;p=lilypond.git * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7. Removed cmbx5, cmbx6 (which are included in teTeX) and cmbxti14 which is not used in fonts.scm. --- diff --git a/ChangeLog b/ChangeLog index 6bc3f58190..a6e644c0f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-11-05 Mats Bengtsson + + * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, + cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7. + Removed cmbx5, cmbx6 (which are included in teTeX) + and cmbxti14 which is not used in fonts.scm. + 2003-11-04 Heikki Junes * lily/midi-item.cc: fine tune quarter tones. diff --git a/THANKS b/THANKS index 01b218fc68..6388f8e6b4 100644 --- a/THANKS +++ b/THANKS @@ -4,7 +4,7 @@ Release 2.1 BUG HUNTERS/SUGGESTIONS José Luis Cruz - +Thomas Willhalm Release 2.0 *********** diff --git a/mf/GNUmakefile b/mf/GNUmakefile index d20b66dba8..c8b1161194 100644 --- a/mf/GNUmakefile +++ b/mf/GNUmakefile @@ -50,9 +50,10 @@ INSTALLATION_OUT_FILES2=$(AFM_FILES) INSTALLATION_OUT_DIR3=$(local_lilypond_datadir)/fonts/tfm INSTALLATION_OUT_FILES3=$(TFM_FILES) -SAUTER_FONTS = cmbxti7 cmbxti8 cmbxti12 cmbxti14 \ - cmcsc7 cmcsc12 cmtt17 cmbx14 cmbx17 cmtt6 cmbx6 cmbx5 cmbxti5 \ - cmti6 cmti5 cmss5 cmss6 cmss7 + +SAUTER_FONTS = cmbxti5 cmbxti6 cmbxti7 cmbxti8 cmbxti12 \ + cmcsc7 cmcsc8 cmcsc12 cmtt5 cmtt6 cmtt7 cmtt17 \ + cmbx14 cmbx17 cmti5 cmti6 cmss5 cmss6 cmss7 cmss14 ALL_FONTS = $(FETA_FONTS) $(SAUTER_FONTS)