[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/Netscape Mozilla_suite.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:39:34 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Netscape
In directory usw-pr-cvs1:/tmp/cvs-serv27081/Python/Mac/Lib/lib-scriptpackages/Netscape

Modified Files:
	Mozilla_suite.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

Index: Mozilla_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Netscape/Mozilla_suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Mozilla_suite.py	2000/08/17 22:15:40	1.1
--- Mozilla_suite.py	2001/05/17 12:39:32	1.2
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator-map:Netscape Communicator
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from Macintosh HD:Internet:Internet-programma's:Netscape CommunicatorŽ-map:Netscape CommunicatorŽ
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 21,25 ****
  		"""Read help file: Reads in the help file (file should be in the help file format)
  		Required argument: undocumented, typecode 'alis'
! 		Keyword argument with_index: Index to the help file. Defaults to  ŒDEFAULT¹)
  		Keyword argument search_text: Optional text to search for
  		Keyword argument _attributes: AppleEvent attribute dictionary
--- 21,25 ----
  		"""Read help file: Reads in the help file (file should be in the help file format)
  		Required argument: undocumented, typecode 'alis'
! 		Keyword argument with_index: Index to the help file. Defaults to  •DEFAULTÕ)
  		Keyword argument search_text: Optional text to search for
  		Keyword argument _attributes: AppleEvent attribute dictionary
***************
*** 89,93 ****
  		"""Get workingURL: Get the path to the running application in URL format.  This will allow a script to construct a relative URL
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: Will return text of the from ³FILE://foo/applicationname²
  		"""
  		_code = 'MOSS'
--- 89,93 ----
  		"""Get workingURL: Get the path to the running application in URL format.  This will allow a script to construct a relative URL
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: Will return text of the from –FILE://foo/applicationname”
  		"""
  		_code = 'MOSS'
***************
*** 128,132 ****
  		"""Get Import Data: Returns a structure containing information that is of use to an external module in importing data from an external mail application into Communicator.
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, ŒBrwz¹ browser, ŒAddr¹ addressbook, ŒMesg¹ messenger, etc., 4 bytes)
  		"""
  		_code = 'MOSS'
--- 128,132 ----
  		"""Get Import Data: Returns a structure containing information that is of use to an external module in importing data from an external mail application into Communicator.
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: vRefNum and dirID of profile folder (2+4 bytes), vRefNum and DirID of the local mail folder (2+4 bytes), window type of front window (0 if none, •BrwzÕ browser, •AddrÕ addressbook, •MesgÕ messenger, etc., 4 bytes)
  		"""
  		_code = 'MOSS'
***************
*** 148,152 ****
  		"""Get Profile Name: Get the current User Profile
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: Name of the current profile, like ³Joe Bloggs². This is the name of the profile folder in the Netscape Users folder.
  		"""
  		_code = 'MOSS'
--- 148,152 ----
  		"""Get Profile Name: Get the current User Profile
  		Keyword argument _attributes: AppleEvent attribute dictionary
! 		Returns: Name of the current profile, like –Joe Bloggs”. This is the name of the profile folder in the Netscape Users folder.
  		"""
  		_code = 'MOSS'