changeset 12287:0566e6fef0c0 release-3-4-x

edit.m: As most editors open their own window, change mode to "async".
author Ben Abbott <bpabbott@mac.com>
date Sat, 29 Jan 2011 16:56:42 -0500
parents 45c97076c161
children f07e6b4d34c7
files scripts/ChangeLog scripts/miscellaneous/edit.m
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-29  Ben Abbott  <bpabbott@mac.com>
+
+	* miscellaneous/edit.m: As most editors open their own window, change
+	mode to "async".
+
 2011-01-28  Ben Abbott  <bpabbott@mac.com>
 
 	* plot/__fltk_print__.m, plot/print.m: Fix {eps,ps,pdf}latexstandalone
--- a/scripts/miscellaneous/edit.m
+++ b/scripts/miscellaneous/edit.m
@@ -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;