]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* po/fi.po: update after a lesson how to update entries against source.
[lilypond.git] / ChangeLog
index f02b64f56d32c38a8c1d5d683fce1ea7d495974e..8967bab65935ee11eecfd308936382dd344f6bc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,146 @@
+2005-05-09  Heikki Junes  <hjunes@cc.hut.fi>
+
+        * po/fi.po: update after a lesson how to update entries against source.
+
+        * po/TODO: document the lesson.
+
+2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * configure.in (gui_b): remove wcrtomb checking.
+
+       * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32
+       bits. Patch by Matthias Neeracher.
+
+2005-05-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py: In the conversion to version 1.9.0, 
+       keep Scheme expressions and strings unmodified when doing the
+       conversion to postfix notation for slurs and beams. Should
+       hopefully solve most related conversion problems. 
+
+       * Documentation/user/lilypond-book.itely : Clarify and correct how
+       to call dvips with -h psfonts.
+
+2005-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/instrument-notation.itely (Entering lyrics):
+       Typo.  Fixes build.
+
+2005-05-09  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: document PSFONTS file.
+
+       * Documentation/user/lilypond.tely, lilypond-book.itely,
+       tutorial.itely: change references to 2.5.x to 2.6.x.
+
+       * Documentation/user/instrument-notation.itely: clarified \addlyrics
+       vs \lyricmode.
+
+       * Documentation/user/invoking.itely: remove old info about
+       lilypond-profile.
+
+       * Documentation/topdocs/INSTALL.texi: remove old info about
+       lilypond-profile, add warning about needing international fonts
+       to build docs.
+
+2005-05-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/grob-info.hh (class Grob_info): make data member
+       private. Changes throughout.
+
+       * input/regression/alignment-order.ly: new file. 
+
+       * lily/vertical-align-engraver.cc (acknowledge_grob): read
+       alignAboveContext and alignBelowContext
+
+2005-05-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/pfb.cc (LY_DEFINE): add cast.
+
+       * scm/framework-ps.scm (write-preamble): embed CFFs if file name
+       matches .otf
+       (write-preamble): warn about unknown fonts.
+
+       * lily/pfb.cc (Module): new function ly:otf->cff
+
+       * lily/open-type-font.cc (get_otf_table): use ::get_otf_table
+       (get_otf_table): new function.
+
+2005-05-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/backend-library.scm (postscript->png): call lilypond-ps2png
+       iso. ps2png.
+
+2005-05-06  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/fi.po: apply second round of update.
+
+2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/x11-color.scm (make-x11-color-handler): don't use
+       #\sp. Apparently doesn't work on all platforms. 
+
+2005-05-06  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/advanced-notation.itely, putting.itely,
+       tutorial.itely, global.itely, introduction.itely: really minor fixes.
+
+2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.23
+
+2005-05-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents,
+       convert to utf-8.
+
+       * THANKS: Add translators for this release, convert to utf-8.
+
+       * mf/GNUmakefile (MFTRACE_FLAGS):
+       * buildscripts/substitute-encoding.py (outdir): Build fix: pass
+       outdir as option (WAS: hardcoded).
+
+2005-05-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init
+       finished_span_
+
+       * THANKS: add Hans Forbrich.
+
+       * Documentation/topdocs/NEWS.tely (Top): document new feature.
+
+       * Documentation/user/basic-notation.itely (Staff symbol): document
+       start/stop staff. Reference to ossia.ly
+
+       * input/test/ossia.ly: new example using stop and startStaff.
+
+       * lily/timing-engraver.cc: remove Timing_engraver::initialize(),
+       in other words, don't create "|" barline at start of the score.
+       (start_translation_timestep): don't set whichBar for start of score.
+
+       * input/regression/staff-halfway.ly: use new functionality.
+
+       * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents,
+       start and stop staff based on events.
+
+       * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent
+
+       * ly/declarations-init.ly (startStaff, stopStaff): new identifiers.
+
+2005-05-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/programming-interface.itely (How markups work
+       internally ): remove \encoding reference.
+
+2005-05-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/convert-ly.py: Attempt to do a smarter update of 
+       text markups from versions < 1.9.0 with arbitrary nesting.
+
+2005-05-04  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * po/fi.po: convert to utf-8, and update.
+
 2005-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * make/lilypond.suse.spec.in: update from suse 2.4 package.