CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: lilypond_2_6 Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/07/20 21:31:27
Modified files: scm : lily.scm . : ChangeLog Log message: (running-from-gui?): Always write to .log file on dos-based windows. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?only_with_tag=lilypond_2_6&tr1=1.367.2.1&tr2=1.367.2.2&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.7&tr2=1.3836.2.8&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3836.2.7 lilypond/ChangeLog:1.3836.2.8 --- lilypond/ChangeLog:1.3836.2.7 Wed Jul 20 21:06:32 2005 +++ lilypond/ChangeLog Wed Jul 20 21:31:27 2005 @@ -1,3 +1,8 @@ +2005-07-20 Jan Nieuwenhuizen <[EMAIL PROTECTED]> + + * scm/lily.scm (running-from-gui?): Always write to .log file on + dos-based windows. + 2005-07-19 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * lily/main.cc (main): Remove invalid handle kludge. Index: lilypond/scm/lily.scm diff -u lilypond/scm/lily.scm:1.367.2.1 lilypond/scm/lily.scm:1.367.2.2 --- lilypond/scm/lily.scm:1.367.2.1 Wed Jul 20 21:06:32 2005 +++ lilypond/scm/lily.scm Wed Jul 20 21:31:27 2005 @@ -388,7 +388,8 @@ ;; If no TTY and not using safe, assume running from GUI. (cond ((eq? PLATFORM 'windows) - (if DOS #f + ;; Always write to .log file. + (if DOS #t ;; This only works for i586-mingw32msvc-gcc -mwindows (not (string-match "standard input" (format #f "~S" (current-input-port)))))) _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs