]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/output-gnome.scm (text): Hello world, again.
[lilypond.git] / ChangeLog
index 85123c80c2d9eef306de7b134e9cb09e462b749b..989cd1c79ffc86f8514b95814fe1714b7055ea80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,235 @@
+2004-12-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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
+       about \column.
+
+2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/font-metric.cc (ly:font-get-glyph-index): New function.
+
+       * scm/output-gnome.scm (named-glyph): Use it.
+
+       * scm/lily.scm (ly:all-stencil-expressions): Add named-glyph.
+
+       * flower/string.cc (substitute_char): Rename, rewrite, modify this.
+       (upper_string, lower_string, reverse_string): Remove.
+
+       * configure.in (fontforge): Reinstate version check.
+
+       * ly/engraver-init.ly: Fix clef glyph names.
+
+       * lily/time-signature.cc (special_time_signature): Fix fraction
+       glyph names.
+
+2004-12-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/merge.pe: new file.
+
+       * lily/freetype.cc: new file.
+
+       * lily/include/open-type-font.hh (class Open_type_font): new file.
+
+       * lily/include/freetype.hh: new file.
+
+       * lily/open-type-font.cc: new file.
+
+       * lily/all-font-metrics.cc (find_otf): new function.
+
+2004-12-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/time-signature.cc (special_time_signature): Fix.
+
+       * configure.in (PKG_CONFIG_PATH): Remove stray `i'.  Check for
+       GTK2 before checking for pango.  Fixes -fgnome.
+
+       * lily/font-metric.cc (LY_DEFINE): Also rename C name to match
+       Scheme name.
+
+       * scm/define-markup-commands.scm:
+       * scm/safe-lily.scm: Bugfix: ly:font-by-name.
+
+       * configure.in: Require makeinfo 4.7 (needed for @ifdocbook).
+
+       * stepmake/aclocal.m4 (STEPMAKE_GET_VERSION): Grok fontforge-like
+       date versions.  Fixes configure.
+       (STEPMAKE_CHECK_VERSION): Support optional actual program version
+       argument.
+
+2004-12-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mf-to-table.py (write_ps_encoding): write real
+       names in .enc
+
+       * lily/*.cc: use '.' iso. '-' for separating glyph name elements.
+
+2004-12-09  Graham Percival  <gperlist@shaw.ca>
+
+        * Documentation/user/changing-defaults.itely: add info about
+        make-dynamic-script
+
+        * Documentation/user/notation.itely: add link in dynamics to
+        section about make-dynamic-script.
+
+2004-12-09  Christian hitz  <chhitz@gmx.net>
+
+       * lily/lily-guile.cc: change MACOS_X to __APPLE__
+
+2004-12-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mf-to-table.py (parse_logfile): use . for
+       concatting name and group.
+       (parse_logfile): use M for Minus (negative.)
+
+       * lily/include/type-swallow-translator.hh
+       (DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
+
+       * lily/*.cc: cosmetics around = sign.
+
+       * lily/paper-column.cc (Paper_column): copy rank_. This fixes
+       lyric spacing on the penultimate column.
+
+2004-12-05  Christian Hitz  <chhitz@gmx.net>
+
+       * configure.in:
+       * lily/accidental-placement.cc:
+       * lily/bar-line.cc:
+       * lily/beam-concave.cc:
+       * lily/beam-quanting.cc:
+       * lily/beam.cc:
+       * lily/bezier-bow.cc:
+       * lily/bezier.cc:
+       * lily/break-align-interface.cc:
+       * lily/custos.cc:
+       * lily/dimension-cache.cc:
+       * lily/dot-column.cc:
+       * lily/font-metric.cc:
+       * lily/font-select.cc:
+       * lily/gourlay-breaking.cc:
+       * lily/grob-property.cc:
+       * lily/grob.cc:
+       * lily/lily-guile.cc:
+       * lily/line-spanner.cc:
+       * lily/lookup.cc:
+       * lily/lyric-extender.cc:
+       * lily/lyric-hyphen.cc:
+       * lily/mensural-ligature.cc:
+       * lily/midi-def.cc:
+       * lily/misc.cc:
+       * lily/note-collision.cc:
+       * lily/note-column.cc:
+       * lily/note-head.cc:
+       * lily/paper-outputter.cc:
+       * lily/percent-repeat-item.cc:
+       * lily/rest-collision.cc:
+       * lily/side-position-interface.cc:
+       * lily/simple-spacer.cc:
+       * lily/slur-configuration.cc:
+       * lily/slur-scoring.cc:
+       * lily/slur.cc:
+       * lily/spaceable-grob.cc:
+       * lily/spacing-spanner.cc:
+       * lily/spanner.cc:
+       * lily/staff-symbol-referencer.cc:
+       * lily/stem.cc:
+       * lily/stencil.cc:
+       * lily/system-start-delimiter.cc:
+       * lily/system.cc:
+       * lily/text-item.cc:
+       * lily/tie.cc:
+       * lily/tuplet-bracket.cc:
+       * lily/vaticana-ligature.cc: Fix for MacOS X: use <math.h> instead of
+       <cmath> beacause isinf/isnan is undefined in <cmath>
+
 2004-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond.
 
+2004-12-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION: release 2.5.3
+       
 2004-11-29  Arno Waschk <arno@arnowaschk.de>
 
        * mf/feta-schrift.mf: added <>-like articulation mark as "espressivo"