Changeset 1464
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/HISTORY
r1421 r1464 1 1 New stuff at the top. This list is not necessarily complete. 2 3 3.17 4 5 o Added progress indicators when copying or moving files and/or directories - flashing 6 led also shows list including # of total in thread notes window Ticket 302 (Steven) 7 o Place drive letters over bitmaps replace, enlarge bitmaps in drive bar and add a refresh 8 removable media and rescan button to the drive bar. Tickets 13, 91, 378, 385 (Gregg, David) 9 o Added Option to list drive label or file system name along side of the drive letter 10 in the drive tree. Tickets 47 339 (Gregg) 11 o Modified the directory container "Scanning" message to "Please wait ...scanning... 12 Ticket 291 (Steven) 13 o Toggling between split and full status bars no longer opens a databar window. Ticket 364 14 (Gregg) 15 o Shortened the status line 1 message for split status lines; Conditionally added 16 file system type to message. Ticket 365 (Gregg) 17 o Added option to open user INI, System INI or fm/2's INI files to a submenu on 18 the Utilities menu Ticket 366 (Gregg) 19 o FM/2 can now load in high memory. We have shipped both high (3.17.1) and low (3.17.0) 20 versions. Ticket 368, 388. 389, 401 (Gregg) 21 o Streamlined container scanning/loading Ticket 369, 370, 380, 381, 382 (Gregg, Steven) 22 o Fixed crashes caused by collecting files from list file and by pressing Ctrl-g 23 in the collector. Ticket 376, 395 (Gregg, Steven) 24 o Allow .LONGNAME to be displayed for FAT & LAN drives and delete .LONGNAME EA 25 if it becomes the filename on a copy or move. Ticket 377. 379, 386 (Gregg) 26 o Setting to turn off state save now work Ticket 383 (Gregg) 27 o Fixed container update failure in FM2 lite Ticket 390 (Gregg) 28 o Changed check for protectonly systems to avoid starting command.com which can hang a system 29 with a bad MDOS install Ticket 392 (Gregg) 30 o Update window layout help & fix labeling issues in fm2 main window help bmp Ticket 393 31 (Steven, David) 32 o Fixed a hang that occurred on SMP systems. Ticket 394 (Steven, Gregg) 33 o Fixed odd behavior when double clicking on the diretory container directory icon. 34 Ticket 398 (Gregg) 35 o Provided the option to turn off the "drive exclude" suggestion dialog on start up. 36 Ticket 399 (Gregg) 37 o Suppressed error messages when scanning a directory containing a locked text file 38 or when Drag&Dropping more then one file from PMMail Ticket 391 400 (Gregg) 2 39 3 40 3.16  - 
      
trunk/README
r1420 r1464 4 4 ³ See end of document for contact info ³ 5 5 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ 6 7 FM/2 3.17: This release provides for loading FM/2 partially in high memory 8 since this won't work on older systems (pre fixpack 13?) or you might have 9 other reasons not to use it we provide a low memory version also. Some high 10 loaded programs hang in the exit handler (ie don't close). We didn't 11 experience this problem but if you do install the low memory version (3.17.0). 12 The high memory version is 3.17.1. 13 14 This release makes changes that should speed the scanning and 15 container filling in FM/2. We have added some visual clues to let you know 16 FM/2 is still working. The LED in the lower right hand corner now blinks 17 while long operations are in progress or you can open the thread note 18 window (click on the LED) for even more detailed information about an 19 operation in progress. We also added a better "scanning" message. 20 21 We have updated the look and functionality of the drivebar. It now has the 22 drive letters superimposed over the drive icons allowing for larger icons. 23 We have add a refresh removable media and rescan button to the beginning 24 of the bar to make it a more complete replacement for the tree container 25 in FM/2 lite. You can also show the file system type or drive label next 26 to the drive letter in the tree container. See the Tree settings notbook 27 page to try this option. 28 29 The INI viewer option on the utilities menu now lets you choose to open 30 the user INI, system INI or FM2's INI. We now allow LONGNAMES to be 31 displayed for FAT & LAN drives and we delete .LONGNAME EA if it becomes 32 the filename on a copy or move. In addition to these we fixed 2 rare crashes 33 and a hang associated with SMP. We also fixed a handful of interface problems. 34 See the history file for more information. 6 35 7 36 FM/2 3.16: This release makes changes that should allow FM/2 to be  - 
      
trunk/dll/version.h
r1421 r1464 10 10 11 11 11 Jun 02 SHL Add CheckVersion VERREALMINOR 12 11 Jun 03 SHL v3.02b: add JFS and FAT32 support13 04 Nov 03 SHL v3.02c: misc icon cleanup14 20 Nov 03 SHL v3.02d: defview fixes15 27 Nov 03 SHL v3.02e: seeall, viewer traps16 06 Jan 04 SHL v3.02f: dirsize applet large drives17 10 Jan 04 SHL v3.02f: filldir: avoid spurious error reports18 11 Mar 04 SHL v3.02g: valid::CheckDrive: debug removable detect19 26 Jul 04 SHL v3.02h: valid::CheckDrive: debug invisible FAT3220 31 Jul 04 SHL v3.02h: avv::ArcReviewDlgProc: correct filename flags updates21 12 10 Jan 05 SHL v3.02h: Allow DND_TARGET to hold CCHMAXPATH 22 13 23 May 05 SHL v3.02i: Avoid datamin delays … … 51 42 21 Jul 08 GKY v3.12 52 43 01 Sep 08 SHL v3.13 53 08 Sep 08 SHL v3.14pre (shl) 44 10 May 09 GKY v3.16 45 20 Sep 09 GKY v3.17 54 46 55 47 ***********************************************************************/ 56 48 57 49 #define VERMAJOR 3 58 #define VERMINOR 1 650 #define VERMINOR 17 59 51 // Ensure VERREALMINOR nul for non-beta releases 60 52 // #define VERREALMINOR ""  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  