]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 5bc90d5424e4968ee5f0eafa27861a3fe2243864..0926d2a03825aec3d7c228614d45634e19f43876 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,161 @@
-2005-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
+v/lil2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-       * scripts/convert-ly.py (2.5.2): Remove fatal encoding rule.
+       * GNUmakefile.in (web-ext): don't ship ps.gz
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
+       stdout
+
+2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
+       without libintl.  Now it compiles too.
+
+2005-02-28  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/basic-notation.itely,
+       instument-notation.itely, advanced-notation.itely:
+       split up contents of notation.itely.
+
+       * Documentation/user/notation.itely: file removed.
+
+       * Documentation/user/invoking.itely, converters.itely:
+       moved convert-ly info to invoking.itely.
+
+       * Documentation/user/global.itely, changing-defaults.itely,
+       sound-output.itexi: moved global settings, file layout, and
+       sound into global.itely.
+
+       * Documentation/user/sound-output.itexi: file removed.
+
+       * Documentation/user/lilypond.tely: removed links to
+       notation.itely and sound.itely.
+
+2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
+
+       * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
+       * THANKS: add sponsor.
+
+       * scm/define-markup-commands.scm (with-url): new markup command.
+
+       * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
+       tagline.
+       
+       * scm/output-tex.scm (url-link): stub.
+
+       * scm/output-ps.scm (url-link): new function.
+
+       * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
+       ly:set-point-and-click
+
+2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ps/music-drawing-routines.ps (mark_file_line): Switch Action
+       based on pdf-viewer setting.
+
+       * scm/framework-ps.scm (write-preamble): Find and set preferred
+       pdf-viewer.
+
+2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/point-and-click.itely: update for PDF point &
+       click.
+
+       * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
+       editors based on EDITOR setting.
+
+2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/*: Oops, more grand 2005 replace bits.
+
+2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ps/music-drawing-routines.ps: new routine: insert PDF mark
+
+       * scm/output-ps.scm (grob-cause): point & click support for
+       PostScript
+
+2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/input-scheme.cc (LY_DEFINE): rename to
+       ly:input-file-line-column
+
+2005-02-26  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/examples.itely: small fix from Steve Doonan.
+
+       * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan.
+
+       * Documentation/user/notation.itely: revamped Polyphony section
+       from Yuval Harel.  Thanks!
+
+       * THANKS: added Yuval Harel.
+
+       * Documentation/user/{various}: inserted two spaces after a period.
+
+       * Documentation/user/lilypond.tely: added framework for reorg.
+
+       * Documentation/user/basic-notation.itely, instrument-notation.itely,
+       advanced-notation.itely, global.itely: new files, placeholder for
+       future reorg.
+
+2005-02-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/lilypond-book.itely (Music fragment options):
+       doc fontload.
+
+       * Documentation/user/changing-defaults.itely (Text encoding): add
+       fontload option to utf8 include
+
+       * scripts/lilypond-book.py (compose_ly): add fontload option
+
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): add
+       force-eps-font-include option.
+
+       * ly/chord-modifiers-init.ly (blackTriangleMarkup): reinstate
+       black triangle
+
+       * Documentation/user/invoking.itely (Editor support): remove
+       lilypond-latex section.
+
+       * scripts/lilypond-latex.py (Module): remove script.
+
+       * cygwin/lily-wins.py (stat): write to .lylog, so as not to
+       overwrite .log. 
+
+       * lily/main.cc: remove -m, --no-layout
+
+       * flower/include/libc-extension.hh: add ALIAS_FILE_TO_FILECOOKIE
+       to define. We don't want to override fprintf everywhere.
+
+2005-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/lilypond.hint: 
+       * cygwin/README.in: Update dependencies.
+
+       * stepmake/aclocal.m4 (STEPMAKE_PANGO, STEPMAKE_PANGO_FT2):
+       Bugfix: do not pollute CPPFLAGS, LIBS.
+
+       * cygwin/mknetrel (extras): Cross compile fixes.
+
+       * ttftool/util.c: 
+       * ttftool/ttfps.c: 
+       * ttftool/ps.c: #include libc-extension.hh
+
+       * flower/include/libc-extension.hh:
+       * flower/libc-extension.cc (fopencookie)[!HAVE_FOPENCOOKIE]: Add
+       wrapper using funopen.
+       (fopencookie, handle_cookie_io_fclose, handle_cookie_io_fprintf,
+       handle_cookie_io_fprintf): Add wrappers catching Memory_out_stream.
+
+       * config.hh.in:
+       * configure.in (AC_CHECK_FUNCS): Add fopencookie, funopen.
+       (AC_CHECK_HEADERS): Add libio.h
+
+       * scripts/convert-ly.py: Uniformize, internationalize.
+       (2.5.2): Remove fatal encoding rule.
        (2.5.13): Handle latin1 encoding gracefully.
 
 2005-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>