]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(glyph-string): remove / before CIDs.
[lilypond.git] / ChangeLog
index 2c09fedc70c688248f2a0f269e9108b17fb1b0a6..abb4990b355f85f6a917bcc45db0ae0c5f441cd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,98 @@
+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>
+
+       * 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.
@@ -6,7 +101,7 @@
 
 2005-05-16  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: 
+       * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*.
 
 2005-05-16  Mats Bengtsson  <mabe@drongo.s3.kth.se>