]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
comment out new ifpdf code.
[lilypond.git] / ChangeLog
index 211a4f414da22f787b4365e6c721d5fb27153bb4..c8f75bcaa5ebbf2fc08b71f89f00ac327ee1041a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,236 @@
+2004-12-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * tex/lilyponddefs.tex: comment out new ifpdf code.
+
+2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in: 
+       * SConstruct (symlink): Replace afm by otf.
+
+       * scm/framework-gnome.scm (gnome-main): Remove invocation of
+       ly:pango-add-afm-decoder.
+
+       * lily/lily-guile.cc ("ly:pango-add-afm-decoder"): Build fix: Remove.
+
+2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (new-text): don't access t glyph for getting
+       space dimension.
+
+       * ly/init.ly: warn about \version
+
+       * lily/lexer.ll: set version-seen?
+
+2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-svg.scm (string->entities): Update.
+
+2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/main.cc (setup_paths): replace afm by otf for path. 
+
+       * lily/pangofc-afm-decoder.cc: remove.
+
+       * lily/include/pangofc-afm-decoder.hh: remove.
+
+       * scm/framework-scm.scm (output-framework): new file.
+
+       * mf/GNUmakefile: remove SAUTER_FONTS.
+       remove SVG/sodipodi hacks.
+
+       * scm/lily-library.scm (stderr): move stderr.
+
+       * mf/GNUmakefile: remove AFM support.
+
+       * buildscripts/mf-to-table.py (base): remove AFM support.
+
+       * lily/open-type-font.cc (design_size): use design_size
+
+2004-12-17  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * lily/font-metric.cc (LY_DEFINE): Fix the docstring.
+
+2004-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/GNUmakefile: Generate combined aybabtu info.
+       * mf/aybabtu.pe.in (i): Load it.
+
+       * scm/framework-tex.scm (otf-font-load-command): Bugfix: subfonts
+       are not symbols.
+
+       * lily/include/open-type-font.hh (count): New method.
+
+       * mf/aybabtu.pe.in: Typo.
+
+       * Documentation/user/out/lilypond-internals.nexi (Scheme
+       functions): Typo.
+
+       * lily/include/guile-compatibility.hh (SCM_HASHTABLE_P): Add compat.
+
+2004-12-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/gen-bigcheese-scripts.py (i): use symbols for
+       subfonts.
+
+       * scm/output-tex.scm (named-glyph): new function. This fixes TeX output.
+
+       * scm/framework-tex.scm (otf-font-load-command): load subfonts.
+       (tex-font-command-raw): new function.
+
+       * lily/include/virtual-font-metric.hh (Module): remove file
+
+       * lily/virtual-font-metric.cc (Module): remove file.
+       
+
+       * lily/open-type-font.cc (LY_DEFINE): ly:otf-font-glyph-info
+       (get_indexed_char): read bbox from lily table if present.
+
+2004-12-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile ($(outdir)/aybabtu.subfonts): rule for
+       aybabtu.subfonts
+
+       * mf/feta-beugel.mf (y): don't number consecutively, instead, use
+       global glyphname. Enables more than 64 glyphs in the OTF.
+
+2004-12-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/font.scm (add-music-fonts): Load aybabtu iso all separate
+       braces.
+
+       * lily/open-type-font.cc (design_size): Use 12 as default for
+       design size.
+
+       * mf/aybabtu.pe.in: New file.  Merge all our braces.
+
+       * mf/GNUmakefile: Generate aybabtu.
+
+       * tex/lilyponddefs.tex: teTeX 3.0 pdfetex fix.
+
+2004-12-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily-library.scm (char->unicode-index): Remove.
+
+       * scm/output-gnome.scm (text): Bugfix for plain string input.
+       Updates.
+
+       * scm/output-svg.scm (svg-font): Add weight to font selection.
+
+2004-12-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Point to
+       buildscripts/out/clean-fonts instead of
+       buildscripts/clean-fonts.sh. 
+
+2004-12-13  Graham Percival  <gperlist@shaw.ca>
+
+       * input/regression/figured-bass.ly: attempt to clarify text.
+
+       * Documentation/user/notation.tely: add cindex for tag, attempt to
+       add figured bass example.
+
+       * Documentation/user/changing-defaults: basic editing.
+
+2004-12-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/gen-bigcheese-scripts.py (i): load .subfonts table. 
+
+       * lily/open-type-font.cc (LY_DEFINE): new function
+       ly:font-sub-fonts
+
+       * lily/include/font-metric.hh (struct Font_metric): new method
+       sub_fonts()
+
+       * lily/vaticana-ligature-engraver.cc (transform_heads): replace
+       . with - in add.stem.
+       
+2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/encoding.scm (coding-alist): Fix encodings for fetaNumber
+       and fetaDynamic.
+
+       * lily/rest.cc (glyph_name): Change - to . .
+
+       * scm/output-gnome.scm (text): Hello world, again.
+
+       * scm/output-svg.scm (named-glyph): New function.  Hello world!
+
+       * lily/modified-font-metric.cc (index_to_charcode): New method.
+
+       * lily/include/font-metric.hh (index_to_charcode): New function.
+
+       * lily/font-metric.cc (ly:font-glyph-name-to-charcode): Use it in
+       new function.
+       (ly:font-glyph-to-index): Remove.
+
+2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/open-type-font.cc (make_index_to_charcode_map): new method.
+
+       * mf/feta-autometric.mf (code): remove tex name from fet_beginchar.
+
+       * lily/open-type-font.cc (load_scheme_table): new function
+
+       * lily/dots.cc (print): replace - 
+
+       * lily/open-type-font.cc (attachment_point): new function.
+       (load_table): read LILC table
+
+       * buildscripts/gen-bigcheese-scripts.py (Module): new
+       file. Generate FF scripts.
+
+       * mf/feta-din10.mf: idem.
+
+       * mf/feta-nummer10.mf: remove mf files.
+
+       * mf/feta-alphabet.mf (dynamic_design_size): merge din and number font.
+
+2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lily-guile.cc: Use scm_from_locale_stringn.
+
+       * lily/include/guile-compatibility.hh (scm_from_locale_stringn): Add
+       compatibility.
+
+2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/open-type-font.cc (get_indexed_char): scale metrics by
+       design-size and units_per_EM.
+
+       * mf/bigcheese.pe.in: set PUA codepoints before loading din & nummer.
+
+2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/bigcheese.pe.in (i): Map to 0xe000 (PUA) for testing, which
+       does not crash fontforge.
+
+       * scm/lily-library.scm (char->unicode-index): Hack to map onto
+       PUA.
+
+2004-12-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/framework-ps.scm (ps-embed-cff): new function.
+
+       * lily/lily-guile.cc (LY_DEFINE): make ly:gulp-file binary proof.
+
+2004-12-12  Werner Lemberg  <wl@gnu.org>
+
+       * mf/bigcheese.pe.in: Add PUA mapping.
+       Don't create Type 42 but bare CFF font.
+
+2004-12-12  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm (placebox): Hackery to get bigcheese symbols
+       within canvas boundaries.
+
+       * mf/merge.pe.in: Set font names, version, license GPL.
+
+       * make/substitute.make: Add FONTFORGE.
+
+       * config.make.in (FONTFORGE): Add.
+
+       * configure.in (gui_b): Use PATH_PROG for fontforge.
+
 2004-12-11  Graham Percival  <gperlist@shaw.ca>
 
        * scm/define-markup-commands.scm: add baseline-skip to info