Changeset 1429


Ignore:
Timestamp:
Jun 8, 2009, 1:11:14 AM (16 years ago)
Author:
Gregg Young
Message:

Comments and documentation for previous 5 change sets

Location:
trunk/dll
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3str.h

    r1425 r1429  
    3030  07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error
    3131  14 Mar 09 GKY Remove variables that were transferred to PCSZs
     32  06 Jun 09 GKY Status line to show file sys/label not shown in tree; shortened to fit split status
    3233
    3334***********************************************************************/
  • trunk/dll/init.c

    r1424 r1429  
    7979  14 Mar 09 GKY Prevent execution of UM_SHOWME while drive scan is occuring replaces check for
    8080                saved drive containers.
     81  06 Jun 09 GKY Add option to show file system type or drive label in tree
    8182
    8283***********************************************************************/
  • trunk/dll/ipf/notebook.ipf

    r1419 r1429  
    363363list of the desired environment variables. (e.g. PATH;LIBPATH;DPATH).
    364364Note that the pseudo-variable LIBPATH is also supported.
    365 
     365:p.
     366:hp6.Show file system type or drive label in tree (3-state button):ehp6. This
     367setting allows you to list either the file system type or the drive label
     368following the drive letter in the tree container. The status line at the bottom
     369left lists the information you choose not to list in the tree in addition
     370to the drive's serial number and the amount of free space. When split status line
     371is selected on the :link reftype=hd res=97000."Monolithic":elink. notebook page,
     372the total number of drives only appears when an empty removable drive is selected.
     373The total number of drives preceeds the drive description for all drives if
     374the status lines aren't split.
    366375
    367376:h3 res=99990 name=PANEL_TREESORTPAGE.Tree sort/views page
  • trunk/dll/mainwnd.c

    r1427 r1429  
    8686  28 Mar 09 GKY Add RemoveOldCnrSwitches to remove pre 3.16 style ini keys;
    8787                add State.version key for check
     88  07 Jun 09 GKY Fix IDM_BLINK to not leave a DataBar? on the screen when fDataMin is TRUE.
    8889
    8990***********************************************************************/
  • trunk/dll/notebook.c

    r1424 r1429  
    4949  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    5050  08 Mar 09 GKY Add WriteDetailsSwitches and use LoadDetailsSwitches to replace in line code
     51  06 Jun 09 GKY Add option to show file system type or drive label in tree
    5152
    5253***********************************************************************/
  • trunk/dll/notebook.h

    r1424 r1429  
    1515  01 Jan 09 GKY Add option to rescan tree container on eject of removable media
    1616  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
     17  06 Jun 09 GKY Add option to show file system type or drive label in tree
    1718
    1819***********************************************************************/
Note: See TracChangeset for help on using the changeset viewer.