# HG changeset patch # User Ben Abbott # Date 1296338202 18000 # Node ID 0566e6fef0c091dedd59439ba787210f61b1e669 # Parent 45c97076c161aed84f2770ed4b0682d82c5080af edit.m: As most editors open their own window, change mode to "async". diff -r 45c97076c161 -r 0566e6fef0c0 scripts/ChangeLog --- a/scripts/ChangeLog Sat Jan 29 13:05:18 2011 -0500 +++ b/scripts/ChangeLog Sat Jan 29 16:56:42 2011 -0500 @@ -1,3 +1,8 @@ +2011-01-29 Ben Abbott + + * miscellaneous/edit.m: As most editors open their own window, change + mode to "async". + 2011-01-28 Ben Abbott * plot/__fltk_print__.m, plot/print.m: Fix {eps,ps,pdf}latexstandalone diff -r 45c97076c161 -r 0566e6fef0c0 scripts/miscellaneous/edit.m --- a/scripts/miscellaneous/edit.m Sat Jan 29 13:05:18 2011 -0500 +++ b/scripts/miscellaneous/edit.m Sat Jan 29 16:56:42 2011 -0500 @@ -153,9 +153,8 @@ "AUTHOR", default_user(1), "EMAIL", [], "LICENSE", "GPL", - "MODE", "sync", + "MODE", "async", "EDITINPLACE", false); - ## Make sure the state variables survive "clear functions". mlock;