[Zope-CVS] CVS: Products/ExternalEditor - CHANGES.txt:1.16 zopeedit.py:1.27

Casey Duncan casey@zope.com
Tue, 25 Jun 2002 00:04:24 -0400


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

Modified Files:
	CHANGES.txt zopeedit.py 
Log Message:
Added config path to error message
Updated changes and win32 setup for 0.4 release


=== Products/ExternalEditor/CHANGES.txt 1.15 => 1.16 ===
 
+  6/24/02 - 0.4 Release
+
     - Added --version command line argument
 
     - Made manage_FTPget the default source for the editable content, instead


=== Products/ExternalEditor/zopeedit.py 1.26 => 1.27 ===
         else:
             fatalError('No editor was found for that object.\n'
-                       'Specify an editor in the configuration file.')
+                       'Specify an editor in the configuration file:\n'
+                       '(%s)' % self.config.path)
         
     def launch(self):
         """Launch external editor"""