From e003f91f821afa5534ad8979f2bfb9ba98b349f0 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Tue, 28 Mar 2006 14:57:16 +0000
Subject: [PATCH] *** empty log message ***

---
 ChangeLog      | 7 +++++++
 mf/GNUmakefile | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fb79d103fd..29e3ea938e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+	* lily/ttf.cc (make_index_to_charcode_map): move function from
+	open-type-font.cc
+	(print_trailer): substitute uniXXXX name if applicable. 
+
+	* lily/pango-font.cc (get_index_to_charcode_map): new function.
+	(pango_item_string_stencil): use it to generate uniXXXX names.
+
 	* mf/feta-bolletjes.mf (overdone_heads): add small style (ugly)
 	note heads, for uniform widths in shape note output.
 	(overdone_heads): hmm. remove them again.
diff --git a/mf/GNUmakefile b/mf/GNUmakefile
index ec3c6cae69..b19b3400d1 100644
--- a/mf/GNUmakefile
+++ b/mf/GNUmakefile
@@ -8,7 +8,7 @@ include $(depth)/make/stepmake.make
 AF_FILES = $(call src-wildcard,*.af)
 
 # hangs on feta23
-MFTRACE_FLAGS=  # --simplify
+MFTRACE_FLAGS=  --simplify
 
 EXTRA_DIST_FILES += README feta.tex
 
-- 
2.39.5