]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/output-def.cc (assign_context_def): use set_variable().
[lilypond.git] / ChangeLog
index 1b0e71e2b1a33932cdbb4e7ee8cad3c99240e7c2..8d85fcee7acee4cd50e79930de0d2163aa235b85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,144 @@
+2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/output-def.cc (assign_context_def): use set_variable().
+
+       * lily/text-item.cc (interpret_string): accept string input
+       encoding too.
+
+       * scm/encoding.scm (read-encoding-file): print warning when file
+       can't be found.
+
+       * tex/latin1.enc: remove.
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
+
+       * lily/rod.cc (columnize): robustness fix. Don't crash for
+       nil span points. Fixes: appoggiatura-segfault.ly
+       (add_to_cols): extra robustness fix.
+
+2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/text-item.cc (interpret_string): use lookup_variable() to
+       fidn inputencoding. Now, \paper inherits inputencoding from
+       \bookpaper.
+
+       * lily/script-engraver.cc (stop_translation_timestep): remove slur
+       collision kludge.
+
+       * lily/dynamic-engraver.cc (typeset_all): remove slur collision
+       kludge.
+
+2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
+
+2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/spanner.cc (spanned_rank_iv): Bugfix.
+
+       * lily.scm: Mark un-internationlised user messages (with FIXME).
+
+       * lily/include/modified-font-metric.hh (struct
+       Modified_font_metric): New file.  (WAS: incorrectly named
+       scaled-font-metric.hh ?)
+
+       * lily/include/scaled-font-metric.hh: Remove.
+
+       * lily/text-item.cc (interpret_string): Identify and document
+       input-encoding problem.
+
+       * lily/paper-book.cc (pages): Do not use `paper' as variable name
+       for a Bookpaper.
+
+       * tex/latin1.enc: Replace /minus with /hyphen.
+
+       * scm/encoding.scm: For latin1 (input-)encoding, use
+       latin1.  (Cork.enc is NOT latin1 -- see man latin1).
+
+       * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
+       inputencoding.
+
+2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.html: fixes.
+
+2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
+
+       * buildscripts/builder.py: Fix for scons CVS.
+
+2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/notation.itely,
+       Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
+       input/test/ambitus-mixed.ly: fix plurals:
+       english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
+
+2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/dynamic-engraver.cc (typeset_all):
+       * lily/script-engraver.cc (stop_translation_timestep): Handle
+       collisions with new-slur.
+
+2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-grobs.scm (all-grob-descriptions): Add
+       new-slur-interface.
+
+2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
+       produces .PS
+
+2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties): fix
+       definition of number-type
+
+2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * scm/fret-diagrams.scm : change sans-serif font encoding from 
+       TeX-text to ec (uses ecss fonts instead of cmss fonts)
+
+       * scm/define-grob-interfaces.scm (fret-diagram-interface): add
+       number-type and label-dir
+
+       * scm/define-grob-properties.scm: add number-type and label-dir
+
+       * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
+       left or right.  Allow choice of upper-case roman, lower-case roman, or
+       arabic numerals in fret label
+
+2004-08-04  Werner Lemberg  <wl@gnu.org>
+
+       * lily/slur-quanting.cc: Include libc-extension.hh.
+       s/round/my_round/.
+       * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
+       s/autobeaming/autoBeaming/.
+
+2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
+       renameinput.
+
 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/lookup.cc (round_filled_box): remove warnings about blot
+       diameter.
+
+       * scm/paper.scm (paper-set-staff-size): make linethickness more
+       easily tunable.
+
+       * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
+       \newlyrics -> \addlyrics
+
+       * lily/text-spanner.cc (print): use it.
+
+       * lily/dynamic-text-spanner.cc (print): use it.
+
+       * lily/grob.cc (robust_relative_extent): new function.
+
+       * scripts/lilypond-book.py (main): add -f tex as default process.
+
        * lily/text-spanner.cc (print): only take linear_combination of
        nonempty interval.