]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Run make po-replace.
[lilypond.git] / ChangeLog
index 50370331e3fa23f39e8f25669643f3d8fb5c8e98..030214c4c77689a0fb36762048e1f896f2722922 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,189 @@
+2002-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * po/lilypond.pot: Run make po-replace.
+
+       * Documentation/user/GNUmakefile (LILYPOND_BOOK_FLAGS): be anal
+       with type checks.
+
+       * Documentation/GNUmakefile (LILYPOND_BOOK_FLAGS): 
+       * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS):
+       * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS): 
+       * Documentation/user/invoking.itexi: 
+       * lily/scm-option.cc:
+       * lily/main.cc: Debugging options: ly-set-option (was:
+       set-lily-option).
+
+       * lily/scm-option.cc (ly_option_usage): New function.
+
+2002-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (script_abbreviation): accept -_ script.
+
+       * ly/script-init.ly (dashUnderscore): add NOTE-_ == portato (dash
+       and dot)
+
+       * scripts/lilypond-book.py (re_dict): add spaces after command sequences
+       (LatexPaper.find_latex_dims): run latex in nonstopmode
+
+       * input/font-body.ly: remove.
+
+       * input/test/harmonic.ly: new file.
+
+       * lily/side-position-interface.cc (aligned_side): don't add
+       padding again.
+
+2002-08-18  Werner Lemberg  <wl@gnu.org>
+
+       * ly/engraver-init.ly:
+       s/extraverticalExtent/extraVerticalExtent/.
+       
+2002-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/parser.yy (assignment, Simple_music): Warning message fix.
+       Junk ARRAY_SIZE definition.
+
+       * lily/score-engraver.cc: Uniformise error message.
+
+       * lily/grob-property.cc (internal_set_grob_property,
+       internal_get_grob_property): [!NDEBUG] Remove, use abort instead
+       of assert; we always want this functionality.  Uniformise warning
+       message.
+       
+       * lily/main.cc (main, main_prog): Bugfix: move exit-upon-files
+       back, until after evaluating init_scheme_code.
+
+       * scm/translator-property-description.scm (breakAlignOrder): Doco fix.
+
+       * Documentation/user/lilypond-book.itely: Remove @cindex
+       without argument.
+
+       * Documentation/user/internals.itely: Remove stray comma after
+       @cindex entry.
+
+2002-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.5.74 released  
+
+       * lily/break-substitution.cc (fast_fubstitute_grob_list): use
+       realloc()
+
+       * lily/dynamic-engraver.cc (process_music): don't use SCM_UNDEFINED
+
+       * Documentation/user/tutorial.itely: fixes by Graham Percival.
+
+2002-08-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/lily-guile.cc (type_check_assignment): if
+       internal-type-checking set, abort if we find an unknown property.
+
+       * input/regression/GNUmakefile,input/test/GNUmakefile: be anal
+       with typechecks
+
+       * lily/beam.cc: add 'knee to interface
+
+       * input/test/*.ly: remove or update files using deprecated
+       properties
+
+       * lily/system.cc (spanner_count): new function
+
+       * lily/break-substitution.cc (fast_fubstitute_grob_list): special
+       function for break substitutions on groblists in spanners. By
+       reordering the elements of the list, we can skip large parts of
+       the list in the break substitution. This brings the complexity of
+       Lily back to more-or-less linear in the length of the score.
+
+       Measured speed increase: 20 % (coriolan, without -O2)
+
+       * lily/parse-scm.cc (parse_handler): don't construct a new strport
+       for every parsing. This saves a lot of garbage on large files that
+       have many # constructs.
+
+       * lily/source-file.cc (init_port): add an SCM port to the
+       sourcefile as well. 
+
+       * lily/include/input-file-results.hh: move from
+       file-results. Rename Input_file_settings to Input_file_results.
+
+       * flower/ : remove simple-file-storage, mapped-file-storage,
+       string-storage. Move source-file, binary-source-file to lily/
+
+       * Documentation/header.html.in: remove FAQ
+
+       * Documentation/index.texi (Top): reorganise
+
+       * Documentation/topdocs/INSTALL.texi (Top): add note about fonts.
+
+       * Documentation/topdocs/FAQ.texi: remove.
+
+       * stepmake/stepmake/documentation-targets.make (footify): must
+       depend on all .html files, otherwise rebuilds are broken due to
+       the time stamps 
+
+       * ly/declarations-init.ly (noBreak): set penalty to 10001 (>
+       10000).
+
+2002-08-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (ChordNamesContext): minimumverticalExtent
+       -> minimumVerticalExtent
+
+2002-08-16  Stephen Peters <portnoy@portnoy.org>
+
+       * scm/pdf.scm, pdftex.scm: pdftex updates
+
+       * scripts/ly2dvi.py: pdflatex support
+       
+2002-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/windows/installing.texi: Include info from Wiki. 
+
+2002-08-16  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
+
+       * scripts/lilypond-book.py (output_dict): Replace
+       \includegraphics{xxx.eps} -> \includegraphics{xxx} to 
+       simplify for pdflatex users (makes no difference to latex users).
+
+2002-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/index.texi: 
+       * Documentation/windows/compiling.texi: 
+       * Documentation/windows/installing.texi: Update to reflect
+       LilyPond's inclusion into Cygwin.
+
+2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/test/phrasing-slur-height.ly: New file.
+
+       * scm/grob-property-description.scm (height-limit, ratio): Add.
+
+       * lily/slur.cc: 
+       * scm/grob-description.scm (Slur, PhrasingSlur): Move height-limit
+       and ratio out of details.
+
+       * lily/scores.cc (Input_file_settings): Initalize global_header_.
+
+       * lily/include/file-results.hh (class Input_file_settings): Add
+       private constructor.
+
+       * cygwin/GNUmakefile: [CYGWIN] Install bug-lilypond-cygwin.  Typo
+       fix.  Add kpsewhich commands (Thanks Mats).
+
+       * cygwin/bug-lilypond-cygwin.sh: New file.
+
+       * stepmake/stepmake/help2man-rules.make: Better way of showing
+       help2man command.
+
+       * Documentation/topdocs/FAQ.texi: Add more possible stale font
+       paths.
+
+       * stepmake/bin/package-diff.py: Prepend ./ to cut-and-pastable
+       commands.
+
+       * Documentation/topdocs/INSTALL.texi: Mention the need to and how
+       to create configure for CVS source trees.  Mention libkpathsea-dev
+       as alternative possible name for tetex-devel (or should that be
+       the other way around?).
+
 2002-08-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/include/file-results.hh (class Input_file_settings):