[Zope-CVS] CVS: Products/ExternalEditor/win32 - ZopeEdit.ini:1.2 setup.iss:1.8

Casey Duncan casey@zope.com
Thu, 18 Jul 2002 00:26:50 -0400


Update of /cvs-repository/Products/ExternalEditor/win32
In directory cvs.zope.org:/tmp/cvs-serv19006/win32

Modified Files:
	ZopeEdit.ini setup.iss 
Log Message:
Refactored lock borrowing and locking code
Updated default config file for new option
Bug fix for editing in Squishdot


=== Products/ExternalEditor/win32/ZopeEdit.ini 1.1 => 1.2 ===
 # better performance
 use_locks = 1
 
+# To suppress warnings about borrowing locks on objects
+# locked by you before you began editing you can
+# set this flag. This is useful for applications that
+# use server-side locking, like CMFStaging
+always_borrow_locks = 0
+
 # Specific settings by content-type or meta-type. Specific
 # settings override general options above. Content-type settings
 # override meta-type settings for the same option.


=== Products/ExternalEditor/win32/setup.iss 1.7 => 1.8 ===
 [Setup]
 DisableStartupPrompt=yes
 AppName=Zope External Editor Helper Application
-AppVerName=Zope External Editor 0.4.2
+AppVerName=Zope External Editor 0.5a1
 AppPublisher=Casey Duncan, Zope Corporation
 AppPublisherURL=http://www.zope.com
-AppVersion=0.4.2
+AppVersion=0.5a1
 AppSupportURL=http://www.zope.org/Members/Caseman/ExternalEditor/
 AppUpdatesURL=http://www.zope.org/Members/Caseman/ExternalEditor/
 DefaultDirName={pf}\ZopeExternalEditor