[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib classes.nib,1.1,1.2 info.nib,1.1,1.2 objects.nib,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 17 Feb 2003 07:40:03 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib
In directory sc8-pr-cvs1:/tmp/cvs-serv21319/PythonLauncher/English.lproj/MyDocument.nib

Modified Files:
	classes.nib info.nib objects.nib 
Log Message:
Optionally honour #! paths in scripts. Fixes #676358.


Index: classes.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** classes.nib	29 Jul 2002 21:36:35 -0000	1.1
--- classes.nib	17 Feb 2003 15:40:00 -0000	1.2
***************
*** 3,7 ****
          {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
          {
!             ACTIONS = {do_apply = id; do_cancel = id; do_reset = id; do_run = id; }; 
              CLASS = MyDocument; 
              LANGUAGE = ObjC; 
--- 3,7 ----
          {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
          {
!             ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; }; 
              CLASS = MyDocument; 
              LANGUAGE = ObjC; 
***************
*** 9,12 ****
--- 9,13 ----
                  commandline = NSTextField; 
                  debug = NSButton; 
+                 honourhashbang = NSButton; 
                  inspect = NSButton; 
                  interpreter = NSTextField; 
***************
*** 16,20 ****
                  tabs = NSButton; 
                  verbose = NSButton; 
!                 with_terminal = NSButton; 
              }; 
              SUPERCLASS = NSDocument; 
--- 17,21 ----
                  tabs = NSButton; 
                  verbose = NSButton; 
!                 "with_terminal" = NSButton; 
              }; 
              SUPERCLASS = NSDocument; 

Index: info.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/info.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** info.nib	29 Jul 2002 21:36:35 -0000	1.1
--- info.nib	17 Feb 2003 15:40:00 -0000	1.2
***************
*** 1,10 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
! <plist version="0.9">
  <dict>
  	<key>IBDocumentLocation</key>
! 	<string>265 40 356 240 0 0 800 578 </string>
  	<key>IBFramework Version</key>
! 	<string>263.2</string>
  	<key>IBOpenObjects</key>
  	<array>
--- 1,10 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
! <plist version="1.0">
  <dict>
  	<key>IBDocumentLocation</key>
! 	<string>551 90 356 240 0 0 1280 1002 </string>
  	<key>IBFramework Version</key>
! 	<string>286.0</string>
  	<key>IBOpenObjects</key>
  	<array>
***************
*** 12,16 ****
  	</array>
  	<key>IBSystem Version</key>
! 	<string>5S66</string>
  </dict>
  </plist>
--- 12,16 ----
  	</array>
  	<key>IBSystem Version</key>
! 	<string>6I32</string>
  </dict>
  </plist>

Index: objects.nib
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/objects.nib,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
Binary files /tmp/cvs1laePu and /tmp/cvs6QMMpP differ