Engineering Release Notes SwiftView 6.1.1 for Windows and Linux March 6, 2003 FEATURES -------------- F2451: save ORIGINAL feature; save+open dialog enhancements. This feature is important for preserving stamps and for off-line viewing, due to IE bug that file...Save As is disabled. F2503: SVVERSION macro. Predefine the environment variable for the macro $SVVERSION(), to the full configured program version string. All Windows standalone controls and unix standalone, not in unix plugin for now for certain commands processed in the plugin itself. F2449: Configure file open+save dialog type lists from mime.typ. The set of file type names and suffixes for the file open and save dialogs should be configured from mime.typ. Also select the doc's type as the default type in Open dialog. For the Save dialog the default type is the hard-coded type+suffix being saved, or for save ORIGINAL, the original type+suffixes from mime.typ. In Save, we append the first suffix for the selected "Files of type" to the filename, if it's not "All Files(*.*)", and if there is no suffix provided by the user in the filename. BUGS FIXED -------------- B2485: SwiftView crashes when printing 500 pages to Tiff. When saving to tiff, if you save between 200 and 500 pages SwiftView will Crash. B2456: Windows printing of multiple copies, Control-P fail. With Windows print method, printing multiple copies fails. Two problems: - Under some driver/platform/??? conditions (XES Synergix 8830, Ricoh, HP 4050, etc.) it produces the requested copies, then N-1 copies. Drivers are ignoring the flag that tells them not to perform multiple copies. - In all cases, only the first (possibly multiple) copy has the correct printer Properties (e.g. paper size). Similarly, a plot [99]/Control-P after a Windows dialog print won't use the dialog settings. B2506: occasional crash when finding/selecting text. SwiftView can crash or return garbage on ends of strings to SVC:SELECT/SEARCH:STRING:s when text is selected or found in a search. Why this isn't a problem all the time since 5.3 is unclear.