X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=443a1d9030d430276483777ce5d057b9d6cac7ad;hb=bbd80ffd2a9e17a9ccabd2fbc95a6b9fc51beb48;hp=ba4c48edffc07e15e9254ff568519244f905265d;hpb=e3fdf4b5bdd907f66b6918baf6755dc88e488a0b;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index ba4c48edff..443a1d9030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2004-10-16 Werner Lemberg + + * scripts/lilypond-book.ly (snippet_res): Define group `match' + everywhere. + Accept more spaces between commands and its arguments and options. + Fix some regexps. + (output): Remove some newlines in string values and suppress spaces + in output. + (output_texinfo): Output `output_print_filename' only if not empty. + (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'. + +2004-10-16 Werner Lemberg + + * scm/framework-tex.scm (font-load-command, define-fonts): Protect + some TeX line ends with `%' to avoid additional horizontal space in + output. + + * scripts/lilypond-book.py: Unexpand spaces to tabs. + (snippet_res): Use `x' modifier to represent regular expressions + in a friendlier way. + Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'. + (find_toplevel_snippets): Don't use indices from match group 0, + which is the whole pattern space, but group 1. + +2004-10-15 Han-Wen Nienhuys + + * flower/include/direction.hh (enum Direction): add + DIRECTION_LIMIT + +2004-10-14 Han-Wen Nienhuys + + * po/fr.po: new po file. + +2004-10-15 Jan Nieuwenhuizen + + * Documentation/user/macros.itexi: Do not construct external + references using @uref. That results in broken links. + + * lily/slur.cc (outside_slur_callback): Use int in for loop; + avoids g++-3.4.1 enum beature. + +2004-10-13 Graham Percival + + * Documentation/user/examples.itely: added lilypond-book template. + + * Documentation/user/lilypond-book.itely: added filename extension page. + +2004-10-13 Jan Nieuwenhuizen + + * debian/rules (binary-indep): Link images for info. + + * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR. Cool + feature nicked from jEdit. + +2004-10-12 Pedro Kroger + + * Documentation/user/introduction.itely: Minor corrections. + + * Documentation/user/notation.itely: Minor corrections. + + * Documentation/user/tutorial.itely: Minor corrections. + 2004-10-11 Jan Nieuwenhuizen * scm/framework-ps.scm (page-header): Fix Layout renaming bug.