]> git.donarmstrong.com Git - lilypond.git/commit
* scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs
authorJan Nieuwenhuizen <janneke@gnu.org>
Sat, 14 May 2005 21:43:04 +0000 (21:43 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sat, 14 May 2005 21:43:04 +0000 (21:43 +0000)
commit0fcd8c283c45644a92d2308f1cd0d82a1e63380b
treefb716645b925d0d7b4f8de74241daa33cb2bfb10
parente9073b016a12bdb9764b74b8ba796fde2ff59e2e
* 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.
12 files changed:
ChangeLog
Documentation/pictures/GNUmakefile
flower/file-name.cc
flower/file-path.cc
flower/include/file-path.hh
lily/includable-lexer.cc
lily/main.cc
scm/backend-library.scm
scm/editor.scm
scm/lily.scm
scm/output-ps.scm
scripts/lilypond-invoke-editor.scm