| 
     | 
    
      
      
     
 Release Notes for the 638 Snapshot
Last updated 23 August 2001  
 OpenOffice.org 638 test results 
Issues 
Functionality 
 
 
 
	
	
	
	
		
			| 
				 Operation 
			 | 
			
				 File Types 
			 | 
			
				 Result 
			 | 
		 
	
	
		
			| 
				 File-Open 
			 | 
			
				 .bmp .eps .gif .htm .jpg .met .pbm .pct .pcx .pgm .png .ppm
				.psd .ras .rtf .sda .sdc .sdd .sdw .sgv .smf .svm .tga .tif .txt
				.wmf .dxf .xls .xbm .xpm .pcd 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 .sgf .pcd 
			 | 
			
				 Fail (requires user selection) 
			 | 
		 
		
			| 
				 File-New 
			 | 
			
				
       Text, HTML, Master, Labels, Business, Spreadsheet, 
        Presentation, Drawing, Formula, Chart, From template 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 File-AutoPilot 
			 | 
			
				 Letter, Fax, Memo, Presentation 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Agenda, WebPage, Doc. Converter, Euro Converter 
			 | 
			
				 Fail (Agenda hangs; Web, euro and doc
				don't work, but euro and doc can be started under Tools/Macro). 
				 
			 | 
		 
		
			| 
				 File-SaveAs 
			 | 
			
				 Writer 6.0, HTML (StarOffice Writer), MS WinWord 6.0, MS Word
				95, MS Word 97/2000 Rich Text Format, Writer 6.0 Template, ,
				StarWriter 3.0 emplate , StarWriter 4.0, StarWriter 4.0 Template,
				StarWriter 5.0, StarWriter 5.0 Template, Text, Text DOS, Text
				Mac, Text UNIX, Text (encoded). 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Send 
			 | 
			
				 Create Master Document, HTML Document 
			 | 
			
				 pass 
			 | 
		 
	
 
  
 
	
		
			| 
				 Operation 
			 | 
			
				 Function 
			 | 
			
				 Result 
			 | 
		 
	
	
		
			| 
				 Edit 
				 
			 | 
			
				 Select all, Navigator, AutoText, Exchange DataBase 
				 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Find & Replace 
			 | 
			
				 pass (but 
				always case sensitive, issue 1272) 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Cut, Paste 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 View 
			 | 
			
				 Zoom, Current Database, Toolbars, Ruler, Status bar, Text
				Boundaries, Field Shadings, Fields, Non Printing Characters,
				Hidden Paragraphs, Online Layout, Full Screen 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Insert 
			 | 
			
				 Manual Break (page), Special
				Character,Hyperlink, Header, Footer, Bookmark, Note, Envelope,
				Table, Horizontal line, Graphics, Object, File, Row 
				Section, Indexes, Frame, Fields (Page number),
				Cross-Reference, 
				 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Format 
			 | 
			
				 Character, Paragraph, Page,
				Stylist, Autoformat,Columns 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Numbering/Bullets, Styles, 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Tools 
			 | 
			
				 Spellcheck 
			 | 
			
				 fail 
                         | 
                 
		
			| 
				 
  
			 | 
			
				 Hyphenation 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 AutoCorrect/AutoFormat 
				 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Bibliography Database 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Outline Numbering, Line Numbering, Gallery, DataSources
				Update, Configure 
				 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Tools-Options 
			 | 
			
				 Basic scroll through test:- 
				General, Internet Browser, Text document, Html, Spreadsheet,
				Presentation, Formula, Chart , 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Drawing 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				  
				 
			 | 
			
				 Filter Settings 
				 
			 | 
			
				 pass 
			 | 
		 
		
			| 
				 Help 
			 | 
			
				 Not Available 
			 | 
			
				 - 
			 | 
		 
		
			| 
				 Print 
			 | 
			
				 
  
			 | 
			
				 pass 
			 | 
		 
	
 
  
 
 
  - 
  
  Change in build environment
   
  
  There has been a change in the build environment. The tool to build 
  OpenOffice.org is no longer dmake but build. 
  From within any module, build will build the entire 
  module. Unlike with dmake, a subsequent deliver 
  has to be done explicitely. 
   
     A build -all will build not only the module from where the command 
      was exectuted, but also all other modules on which this module depends. 
     
  
  For a summary of command options to build, type 
  build -help. You may also refer to the build documentation 
  (Linux, 
  Solaris, 
  Windows)
   
  
  With dmake, build dependencies were handled with recursive 
  makefiles, called makefile.rc, in each subdirectory. 
  The build tool takes all dependency information from files called 
  prj/build.lst. These files where initially used to create 
  the recursive makefiles, makefile.rc. The recursive makefiles 
  are now obsolete. 
   
  
  A dmake from SRC_ROOT level can still be used to build the 
  entire office suite as it translates into a build -all in 
  the module instsetoo (which results in building everything). 
  The top-level makefile is no longer called makefile.rc but 
  makefile.mk.
   
  
  The following table summarizes the differences between this new 
  environment and the one used in snapshots up to 633:
   
  
   
  
     | 
    build everything | 
    build one module | 
    build flow controlled by | 
   
  
    |  before 638 | 
    $SRC_ROOT> dmake | 
    cd $SRC_ROOT/module;  dmake | 
    makefile.rc in all  subdirectories | 
   
  
    | 638 | 
    $SRC_ROOT> dmake  
       ( = cd instsetoo; build -all) | 
    cd $SRC_ROOT/module;  build; deliver | 
    prj/build.lst  in each module | 
   
   
  
   
  - 
  
  Solaris/sparc patches
   
  
  The Solaris/sparc version needs the following patches:
   
    - If you have Solaris 8(sparc), patches 108434-01 and 108435-01
 
    - If you have Solaris 7(sparc), patches 106387-8
 
    - The patches are available at
        sunsolve.sun.com.
        
    
 
   
   
 
 
 No detailed functionality summary report is available yet. Consult the features 
  mailing list archives of the following projects:  
api,
dba,
framework,
graphics,
gsl,
installation,
sc, and 
sw.
 
 
       
     |