Changeset 688


Ignore:
Timestamp:
Jun 11, 2007, 12:06:03 AM (18 years ago)
Author:
Gregg Young
Message:

Update History and file headers for CheckPmDrgLimit etc changes

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/HISTORY

    r687 r688  
    11New stuff's at the top.  This list is not necessarily complete.
    22
    3 3.05.09
    4  o Update readme to reflect warpin install and other code changes (David, John, Gregg)
     33.06 (pending)
     4 o Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
     5 o Mouse button 3 white space click to fail silently
     6
     73.05.09
     8 o Update readme to reflect warpin install and other code changes (David, John, Gregg)
    59 o Avoid spurious add_udir error reports (Steven)
    610 o Harden drag/drop error recovery (Steven, Gregg)
     
    1620 o "Replace" in commands dialog now leave list order intact (Gregg)
    1721 o Code cleanup (ROT13 compiler warning, removed win class pstrings QWL_USER) (Gregg)
    18  o Removed original Readme from distribution package 
     22 o Removed original Readme from distribution package
    1923
    20243.05 beta08
  • TabularUnified trunk/dll/arccnrs.c

    r687 r688  
    3838  21 Apr 07 GKY Find FM2Utils by path or utils directory
    3939  12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods
     40  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    4041
    4142***********************************************************************/
  • TabularUnified trunk/dll/collect.c

    r687 r688  
    3535  19 Apr 07 SHL Use FreeDragInfoData.  Add more drag/drop error checks.
    3636  12 May 07 SHL Use dcd->ulItemsToUnHilite
     37  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    3738
    3839***********************************************************************/
  • TabularUnified trunk/dll/dircnrs.c

    r687 r688  
    2626  19 Apr 07 SHL Use FreeDragInfoData.  Add more drag/drop error checking.
    2727  12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods
     28  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    2829
    2930***********************************************************************/
  • TabularUnified trunk/dll/droplist.c

    r687 r688  
    1818  19 Apr 07 SHL Add more drag/drop error checking
    1919  21 Apr 07 SHL Add debug code to track down reason for PMERR_SOURCE_SAME_AS_TARGET
     20  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    2021
    2122***********************************************************************/
  • TabularUnified trunk/dll/fm3dll.h

    r687 r688  
    4747  23 Apr 07 SHL Add Win_Error_NoMsgBox
    4848  12 May 07 SHL Add ulItemsToUnHilite to DIRCNRDATA, pass to Unhilite as arg
     49  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    4950
    5051***********************************************************************/
  • TabularUnified trunk/dll/mainwnd.c

    r687 r688  
    3434  20 Apr 07 SHL Avoid spurious add_udir error reports
    3535  12 May 07 SHL Use dcd->ulItemsToUnHilite
     36  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
    3637
    3738***********************************************************************/
  • TabularUnified trunk/dll/misc.c

    r687 r688  
    2323  10 Oct 06 GKY Add NDFS32 support
    2424  18 Feb 07 GKY More drive type and drive icon support
     25  10 Jun 07 GKY Add IsFm2Window as part of work around PM drag limit
    2526
    2627***********************************************************************/
  • TabularUnified trunk/dll/treecnr.c

    r687 r688  
    3131  19 Apr 07 SHL Add more drag/drop error checking
    3232  12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods
     33  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
     34  10 Jun 07 GKY Mouse button 3 white space click to fail silently
    3335
    3436***********************************************************************/
  • TabularUnified trunk/dll/version.h

    r687 r688  
    4848// Ensure VERREALMINOR nul for non-beta releases
    4949// #define VERREALMINOR   ""
    50 #define VERREALMINOR   ".09 "
    51 //#define VERREALMINOR   ".09 " __DATE__ " " __TIME__
     50// #define VERREALMINOR   ".09 "__DATE__
     51#define VERREALMINOR   ".09 " __DATE__ " " __TIME__
    5252
    5353#define APPNAME         "FM2"
Note: See TracChangeset for help on using the changeset viewer.