]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
[lilypond.git] / ChangeLog
index 6a9486a3a06da918e4a1e7a9eb80ab008e72f162..3fee7dbd95164ebeade9c9004c9d3f920604ace7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,62 @@
+2005-05-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
+       with Windows root in file name.
+
+       * scm/backend-library.scm (ly:system): Only redirect output (using
+       system and shell, ugh) if /dev/null is writable.
+
+       * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build
+       windows icon.
+
+       * scm/lily.scm (is-absolute?): New function.  Fixes absolute files
+       on Mingw.
+
+       * scm/output-ps.scm (grob-cause): Use it.  Fixes PDF point and
+       click.
+
+       * flower/file-path.cc (is_dir, is_file): New function.  Actually
+       use result of stat when available.
+
+       * flower/file-path.cc (find): Use it.  Refactor.  Fixes Mingw,
+       absolute file name and root.
+
+       * scm/lily.scm (PLATFORM): On mingw, slashify getcwd.
+
+       * scm/editor.scm (get-editor-command): Typo: do not apply editor.
+
+       * flower/file-name.cc (slashify): Bugfix, do substitute if no
+       slashes in file name.
+
+2005-05-13  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/preface.itely (Preface): Run
+       texinfo-all-menus-update.
+
+       * scm/editor.scm (get-editor-command): Bugfix: allow full
+       LYEDITOR setting, partial XEDITOR setting.  With typo fix.
+
+       * Documentation/pictures/lilypond-48.xpm: New file.
+
+       * flower/file-path.cc (to_string): Bugfix: use PATHSEP.
+
+       * ly/Welcome_to_LilyPond.ly: New file.
+
+       * lily/main.cc (main): Only identify if we have a terminal.
+
+       * scm/backend-library.scm (postscript->png)
+       (postscript->pdf): Fix file name quoting for GS/MINGW (ie,
+       non-/bin/sh).
+
+2005-05-13  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/AUTHORS.texi: polish, update.
+
 2005-05-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/preface.itely (Notes for version 2.6): new
+       notes for 2.6
+
        * lily/dynamic-engraver.cc (stop_translation_timestep): first set
        finished_span_, then call typeset_all(). Fixes spurious "Hairpin
        is not fully contained" warnings.
@@ -29,6 +86,8 @@
 
 2005-05-12  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/aclocal.m4: Typo.
+
        * flower/string.cc (substitute): Take two strings or two
        characters.  Update callers.