X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=14f71b58ddb24f49a658555e1a3ff30d1e67b9e7;hb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;hp=a9e0f4495482c24ba0418cc9502d3a3bccafd26c;hpb=8a66d73d0d2ca3a5121a06343f0882d3b45557b4;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index a9e0f44954..14f71b58dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,72 @@ +2005-06-27 Han-Wen Nienhuys + + * configure.in (reloc_b): bump fontforge requirement to 20050624. + + * python/convertrules.py (conv): add 2.6.0 dummy rule. + +2005-06-23 Graham Percival + + * Documentation/user/lilypond-book.itely, + Documentation/user/examples.itely: add \RequirePackage{graphics}. + + * ly/titling.ly: checks printfirstpagenumber, adds meter, and + fixes baseline-skip. Thanks Vincent! + + * Documentation/user/advanced-notation.itely, global.itely: + moved "Selecting font sizes" to global, since it deals with + notation font size, not text fonts. + +2005-06-23 Han-Wen Nienhuys + + * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice + to fonts. + +2005-06-23 Mats Bengtsson + + * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly + workaround since /dev/stdin doesn't work on Cygwin. Using a + temporary file in the current directory since latex doesn't + understand the path name to the default TMP in Cygwin (at least on + win XP). + + * Documentation/user/global.itely (Creating titles): Correct + misprint in example. Thanks to Rob Vlasaty. + 2005-06-22 Han-Wen Nienhuys + * VERSION (PATCH_LEVEL): release 2.5.32 + + * lily/lily-parser-scheme.cc (LY_DEFINE): don't set 'parser + variable in lily module + + * scm/framework-ps.scm (output-classic-framework): error message + regarding the classic framework. + + * Documentation/user/henle-flat-gray.png (Module): new file. + + * Documentation/user/baer-flat-gray.png (Module): new file. + + * scm/output-lib.scm (fret-number-tablature-format): vcenter and + whiteout for markups. + + * buildscripts/substitute-encoding.py (note_glyph): include _ in + regex too. This fixes change clef appearance in PDF. + + * ttftool/include/*: remove. + + * configure.in (reloc_b): remove TTFTOOL_ENDIAN + + * config.make.in (WINDRES): remove TTFTOOL_ENDIAN. + + * lily/GNUmakefile (MODULE_INCLUDES): remove ttftool + + * ttftool/*: remove ttftool subdirectory. + + * GNUmakefile.in (SUBDIRS): remove ttftool subdirectory. + + * lily/ttf.cc (print_header): new file. Convert to type42, using + FreeType to parse the TTF. + * ttftool/parse.c (readPostTable): ugh. Kludge: nglyphs in maxp and post table may differ. Pass around post_nglyphs as well. @@ -57,7 +124,7 @@ * scm/editor.scm (editor-command-template-alist): Use char iso column, except for Emacs. - (get-editor-command): Substitute char too (Bert). + (get-editor-command): Substitute char too (Bertalan Fodor). 2005-06-16 Jan Nieuwenhuizen