Changeset 1464


Ignore:
Timestamp:
Sep 21, 2009, 6:24:13 PM (16 years ago)
Author:
Steven Levine
Message:

Commit 3.17 readme, history and version.h

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1421 r1464  
    11New stuff at the top.  This list is not necessarily complete.
     2
     33.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)
    239
    3403.16
  • trunk/README

    r1420 r1464  
    44 ³       See end of document for contact info           ³
    55 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
     6
     7FM/2 3.17: This release provides for loading FM/2 partially in high memory
     8since this won't work on older systems (pre fixpack 13?) or you might have
     9other reasons not to use it we provide a low memory version also. Some high
     10loaded programs hang in the exit handler (ie don't close). We didn't
     11experience this problem but if you do install the low memory version (3.17.0).
     12The high memory version is 3.17.1.
     13
     14This release makes changes that should speed the scanning and
     15container filling in FM/2. We have added some visual clues to let you know
     16FM/2 is still working. The LED in the lower right hand corner now blinks
     17while long operations are in progress or you can open the thread note
     18window (click on the LED) for even more detailed information about an
     19operation in progress. We also added a better "scanning" message.
     20
     21We have updated the look and functionality of the drivebar. It now has the
     22drive letters superimposed over the drive icons allowing for larger icons.
     23We have add a refresh removable media and rescan button to the beginning
     24of the bar to make it a more complete replacement for the tree container
     25in FM/2 lite. You can also show the file system type or drive label next
     26to the drive letter in the tree container. See the Tree settings notbook
     27page to try this option.
     28
     29The INI viewer option on the utilities menu now lets you choose to open
     30the user INI, system INI or FM2's INI. We now allow LONGNAMES to be
     31displayed for FAT & LAN drives and we  delete .LONGNAME EA if it becomes
     32the filename on a copy or move. In addition to these we fixed 2 rare crashes
     33and a hang associated with SMP. We also fixed a handful of interface problems.
     34See the history file for more information.
    635
    736FM/2 3.16: This release makes changes that should allow FM/2 to be
  • trunk/dll/version.h

    r1421 r1464  
    1010
    1111  11 Jun 02 SHL Add CheckVersion VERREALMINOR
    12   11 Jun 03 SHL v3.02b: add JFS and FAT32 support
    13   04 Nov 03 SHL v3.02c: misc icon cleanup
    14   20 Nov 03 SHL v3.02d: defview fixes
    15   27 Nov 03 SHL v3.02e: seeall, viewer traps
    16   06 Jan 04 SHL v3.02f: dirsize applet large drives
    17   10 Jan 04 SHL v3.02f: filldir: avoid spurious error reports
    18   11 Mar 04 SHL v3.02g: valid::CheckDrive: debug removable detect
    19   26 Jul 04 SHL v3.02h: valid::CheckDrive: debug invisible FAT32
    20   31 Jul 04 SHL v3.02h: avv::ArcReviewDlgProc: correct filename flags updates
    2112  10 Jan 05 SHL v3.02h: Allow DND_TARGET to hold CCHMAXPATH
    2213  23 May 05 SHL v3.02i: Avoid datamin delays
     
    5142  21 Jul 08 GKY v3.12
    5243  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
    5446
    5547***********************************************************************/
    5648
    5749#define VERMAJOR       3
    58 #define VERMINOR       16
     50#define VERMINOR       17
    5951// Ensure VERREALMINOR nul for non-beta releases
    6052// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.