]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / ChangeLog
index a9e0f4495482c24ba0418cc9502d3a3bccafd26c..14f71b58ddb24f49a658555e1a3ff30d1e67b9e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,72 @@
+2005-06-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * configure.in (reloc_b): bump fontforge requirement to 20050624.
+
+       * python/convertrules.py (conv): add 2.6.0 dummy rule.
+
+2005-06-23  Graham Percival  <gperlist@shaw.ca>
+
+       * 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  <hanwen@xs4all.nl>
+
+       * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice
+       to fonts.
+
+2005-06-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * 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  <hanwen@xs4all.nl>
 
+       * 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.
 
 
        * 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  <janneke@gnu.org>