[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.13 zopeedit.py:1.25
Casey Duncan
casey@zope.com
Thu, 20 Jun 2002 10:58:35 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv31484
Modified Files:
CHANGES.txt zopeedit.py
Log Message:
Fixed Windows "body_file" bug
Updated Changes.txt
=== Products/ExternalEditor/CHANGES.txt 1.12 => 1.13 ===
+ - Fixed Windows "body_file" bug.
+
+ - Added binary build support for Windows using py2exe and Inno setup.
+
+ - Fixed Windows config file locator. It now looks in the program directory
+ and then the user's home directory (if specified)
+
- Fixed bug in Windows registry editor lookup.
6/16/02 - 0.3 Release
=== Products/ExternalEditor/zopeedit.py 1.24 => 1.25 ===
if editor is None:
try:
- nil, editor = FindExecutable(self.body_file, '')
+ nil, editor = FindExecutable(self.content_file, '')
except pywintypes.error:
pass