]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* make/lilypond.fedora.spec.in (Group): remove
[lilypond.git] / ChangeLog
index b1eeae499539b03b316b8d11585336230b5dd847..9c437edecdc1fafcd2108d28a114e473d8c0deae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,408 @@
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.fedora.spec.in (Group): remove
+       lilypond-pdfpc-helper.
+
+       * scripts/GNUmakefile (SEXECUTABLES): remove
+       lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
+
+       * scm/font.scm (make-century-schoolbook-tree): add Mono as
+       'typewriter family.
+
+       * lily/score.cc (Score): unprotect copy of Output_def. Plugs
+       memory leak.
+
+       * lily/parser.yy (score_body): don't clone Score, that's done in
+       Lily_lexer::try_special_identifiers(). This fixes a memory leak.
+
+       * lily/score-engraver.cc (derived_mark): new function.
+       (initialize): unprotect Paper_score. This fixes a memory leak.
+
+       * lily/score-performer.cc (derived_mark): new function.
+
+       * lily/score-translator.cc (get_output): use SCM for get_output() call.
+
+       * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
+       spurious warning.
+
+       * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
+       serif.
+
+2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in (reloc_b): Add --enable-argv0-relocation.
+
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
+
+       * input/regression/alignment-order.ly: add Staff example.
+
+2005-05-31  John Mandereau   <john.mandereau@free.fr>
+
+       * po/fr.po: update.
+
+2005-05-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/index.html.in: add link to LSR.
+
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-stencil-commands.scm (Module): new file. Register all
+       allowed stencil expression heads in a central place.
+
+       * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
+       ly:make-stencil
+
+       * lily/stencil-expression.cc (all_stencil_heads): registering
+       stencil expressions.
+
+       * lily/stencil-interpret.cc: new file. Stencil expression
+       interpreting.
+
+       * input/xiao-haizi-guai-guai.ly: move file back.
+
+2005-05-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/advanced.itely, converters.itely,
+       instrument-notation.itely, lilypond-book.itely: misc small
+       changes.
+
+2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll: Skip UTF-8 BOM at BOF.
+
+       * make/lilypond.fedora.spec.in: Fix source url.
+
+       * cygwin: Update from mingw patches.
+
+       * scm/editor.scm (editor-command-template-alist): Use jedit
+       -reuseview (Bertalan), add uedit (Patrick Huberts).
+
+       * input/xiao-hai-zi-guai-guai.ly: Rename from
+       xiao-haizi-guai-guai.ly.
+
+       * input/*: Reindent, do not use TAB.
+
+       * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
+       white background.
+
+2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
+       numerical overflow error.
+
+2005-05-29 Laura Conrad <lconrad@laymusic.org>
+       
+       * abc2ly.py: fix to syntax error in multi-part output.
+
+2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/span-bar.cc (print): sort bar line extents. Fixes problem
+       with disappearing span bars when alignAboveContext is active
+
+       * lily/property-iterator.cc (check_grob): use is-grob?
+       object-property. Fixes crash-key-sig-font-size.ly. 
+
+2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/bar-line.cc (print): don't round barlines; this produces
+       odd aliasing effects in Acroread.
+
+       * lily/timing-engraver.cc (process_music): robustness fix.
+
+       * lily/context-def.cc (filter_engravers): bugfix.
+
+2005-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lilypond.rc.in: Add ly-icon.
+
+       * lily/GNUmakefile: 
+       * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
+       rules.
+
+2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color
+
+       * ps/music-drawing-routines.ps: 
+
+       * scm/output-ps.scm: remove draw ez_ball.
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
+       EasyNotation context definition.
+
+       * lily/easy-notation.cc (brew_ez_stencil): new file. Use
+       Text_interface and color for making easy note heads.
+
+       * lily/stencil.cc (with_color): new function.
+
+       * ps/music-drawing-routines.ps: remove draw_zigzag_line
+
+       * lily/line-spanner.cc (zigzag_stencil): rewrite to use draw-line
+       output routine. Zigzag now works in SVG too.
+
+       * scm/output-tex.scm (filledbox): idem.
+
+       * scm/output-svg.scm (filledbox): idem.
+
+       * scm/output-ps.scm (lily-def): remove horizontal-line. 
+
+       * lily/lookup.cc (horizontal_line): use draw-line. 
+
+       * lily/system-start-delimiter.cc: remove old staff bracket code.
+
+       * mf/feta-haak.mf: further tweaks.
+
+       * lily/system-start-delimiter.cc (staff_bracket): use glyphs.
+
+       * mf/feta-generic.mf: include feta-haak.
+
+       * mf/feta-haak.mf: rewrite. Make separate glyphs for the tips 
+
+       * scm/framework-ps.scm (write-preamble): only load fonts if their
+       filename is a string. 
+
+2005-05-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-svg.scm (circle): support circle.
+       (bracket): stub for bracket.
+
+       * scripts/lilypond-book.py (main): make sure --psfonts warning is
+       correct.
+
+2005-05-26  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond.tely, advanced-notation.itely,
+       basic-notation.itely, instrument-notation.itely, global.itely,
+       introduction.itely, tutorial.itely: rearranging, editing,
+       clean-up.
+
+       * mf/GNUmakefile: change a "make -C" to "${MAKE} -C", required
+       for compiling on FreeBSD.
+
+2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/pfb.cc (LY_DEFINE): progress indication for opening ttf and
+       otf files.
+
+       * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (lower):
+       bugfixes.
+
+       * VERSION: 2.5.26 released.
+
+       * scm/titling.scm (marked-up-headfoot): revert Pedro's patch. 
+
+2005-05-25  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * scm/titling.scm (marked-up-headfoot): doesn't print pagenumbers
+       if printpagenumber is false.
+
+2005-05-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/font-config.cc (init_fontconfig): comment out FontConfig
+       cache warning.
+
+       * lily/tie.cc (print): support dotted ties.
+       
+2005-05-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-grobs.scm (all-grob-descriptions): switch off
+       debugging
+       (all-grob-descriptions): Arpeggio has Y-extent.
+
+       * scm/define-music-properties.scm (all-music-properties): document
+       length-callback and start-callback as "read-only".
+
+       * scm/music-functions.scm (unfold-repeats): rewrite. Cannot set
+       length-callback after creation. 
+
+       * scripts/convert-ly.py (conv): unfoldrepeats -> unfoldRepeats,
+       compressmusic -> compressMusic.
+
+       * ly/music-functions-init.ly (oldaddlyrics): idem.
+
+       * lily/parser.yy: NewLyricCombineMusic ->
+       LyricCombineMusic. LyricCombineMusic -> OldLyricCombineMusic.
+
+2005-05-24  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * ly/Welcome_to_LilyPond.ly: typo.
+
+2005-05-24  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond.tely: move changing-defaults to be
+       before global issues.
+
+       * Documentation/user/basic-notation.itely: move Transpose section
+       here from advanced/Other.
+
+       * Documentation/user/changing-defaults.itely,
+       advanced-notation.itely: move Fonts to advanced, edit.
+
+2005-05-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/parser.yy (bare_int): remove rule.  From now on, we require
+       # before negative integers. 
+
+2005-05-23  Graham Percival  <gperlist@shaw.ca>
+
+       * ly/property.ly: Update tieDotted to have the same form as slurDotted.
+
+       * Documentation/user/lilypond.tely: change Unified index to
+       LilyPond index.
+
+       * Documentation/user/advanced-notation.itely,
+       instrument-notation.itely: editing.
+
+2005-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm (lilypond-all): Bugfix: return failed.
+
+       * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX.
+
+2005-05-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/general-scheme.cc (ly:stderr-redirect): Rename from
+       ly:port-move.  Needs to be stderr-specific on mingw.
+       Run fixcc.
+
+2005-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/general-scheme.cc (ly:port-move): Remove.
+
+       * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in
+       windows.
+
+       * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_*
+       variables.  This eliminates the need for a gs.bat wrapper, which
+       opens a console.
+
+       * scripts/lilypond-invoke-editor.scm (running-from-gui?): 
+       * scm/lily.scm (running-from-gui?): 
+       * lily/main.cc[MINGW]: Remove isatty inversion, this is an
+       artifact of not compiling with -mwindows.
+
+       * scm/editor.scm: Define PLATFORM.
+
+2005-05-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people
+       can start to cut & paste lilypond-book fragments.  
+
+       * scm/define-music-types.scm (music-descriptions): remove
+       UntransposableMusic
+
+2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (glyph-string): remove / before CIDs.
+
+2005-05-20  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/instrument-notation.itely: remove *Engraver.
+
+       * Documentation/user/advanced-notation.itely: edit, rearrange.
+
+2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (glyph-string): take cid? argument. Use
+       findresource iso. findfont for CID CFF fonts.
+
+       * VERSION (PACKAGE_NAME): release 2.5.25
+
+       * ly/Welcome_to_LilyPond.ly: add  \version
+
+2005-05-20  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/programming-interface.itely: move
+       \displayMusic into its own section.
+
+       * Documentation/user/basic-notation.itely: finish editing.
+
+2005-05-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/file-path.cc (find): don't throw away file_name.dir, but
+       append to it. Fixes \include with directories.
+
+       * flower/include/file-path.hh (class File_path): don't derive from
+       Array<String>.
+
+       * flower/include/file-name.hh (class File_name): remove to_str0()
+
+       * lily/hara-kiri-engraver.cc (acknowledge_grob): split
+       Hara_kiri_engraver in separate file.
+
+       * lily/slur-configuration.cc (score_encompass): oops, <? to min()
+       translation went wrong. Fixes vertically translated slurs.
+
+2005-05-19  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/basic-notaton.itely: editing.
+
+2005-05-18  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/macros.itexi, basic-notation.itely:
+       add @commonprop (commonly used properties) macro.
+
+2005-05-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/Welcome_to_LilyPond.ly: talk about icon, not program.
+
+       * scripts/lilypond-book.py (invokes_lilypond): new function
+       (main): only run fontextract if invokes_lilypond() is true.
+
+       * lily/function-documentation.cc (ly_add_function_documentation):
+       duh, use !=
+
+       * Documentation/topdocs/INSTALL.texi (Top): add MacOS command.
+
+       * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL.
+
+       * scm/lily.scm (running-from-gui?): lowercase Darwin.
+
+       * lily/function-documentation.cc (ly_add_function_documentation):
+       use scm_hash_table_p() for checking.
+
+2005-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/advanced-notation.itely (Text scripts):
+       Change nonexisting @internalsref{Text markup} to @ref{Text
+       markup}.  Change @internalsref{Text script} to
+       @internalsref{TextScript}.
+
+       * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules.
+
+2005-05-17  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/tutorial.itely, basic-notation.itely,
+       changing-defaults.itely: remove duplicate cindex entries
+       that appear on the same page.
+
+       * scm/define-grobs.scm: change default padding for TextSpanner.
+
+       * Documentation/topdocs/AUTHORS.texi: update email address.
+
+       * Documentation/user/global.itely: add info about \include.
+
+2005-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/backend-library.scm (postscript->pdf): Remove (useless) .ps
+       when running-from-gui.
+
+       * scm/editor.scm (get-editor): Add platform defaults.
+
+       * scm/backend-library.scm (postscript->pdf): Typo.
+
+2005-05-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/lily.scm (running-from-gui?): Darwin never runs from GUI.
+
+       * lily/font-config.cc (init_fontconfig): add warning about cache.
+
+2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
+
 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * lily/horizontal-bracket.cc (print): Take care of the direction