home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cf535f.zip / CHANGES < prev    next >
Text File  |  1993-02-02  |  40KB  |  883 lines

  1.  
  2.  
  3.  
  4.                      *******************************
  5.                      *                             *
  6.                      *  CMFiler -- Version 5.35f   *
  7.                      *                             *
  8.                      *******************************
  9.  
  10.      Changes Since Version 5.22:
  11.  
  12.      The following features have been added or improved since Version 5.22, in
  13.      reverse chronological order:
  14.  
  15.      ----- 5.35f -----
  16.  
  17.      Further testing of CF's two sorting algorithms (the original bubblesort
  18.      and the more recently used quicksort) for speed in sorting large
  19.      directories reveals that neither one is superior under all conditions.
  20.      Therefore, the user has been given the option (letter A in Ctrl-O
  21.      Ordering menu) to select whichever one works best in the environment of
  22.      that user's file structure.  Much depends on the "natural" DOS order --
  23.      the order in which the directory was constructed, and in which DOS reads
  24.      the directory table.
  25.  
  26.      Quicksort works best for directories that already have a high degree of
  27.      natural order, or a high degree of disorder, and does poorly compared to
  28.      bubblesort in "lumpy" directories, which have clumps of ordered files
  29.      randomly arranged.  If you use principally one ordering scheme and both
  30.      algorithms are making you wait each time you read a large directory,
  31.      there is a way to cause DOS to reorder the directory table so that
  32.      quicksort in particular will do much better:
  33.  
  34.      -    Make a new directory on the same path in the same level as the
  35.      directory to be reordered, and select it in one panel. 
  36.  
  37.      -    Put the directory to be reordered in the other, and with the desired
  38.      ordering option selected, tag all the files and move them to the new
  39.      directory.  They will be moved in the order listed, and thus the
  40.      directory table being created will have a "natural" DOS order the same as
  41.      the one you most use.  ("Moving" is nothing more than renaming, so no
  42.      data reading/writing is involved, only directory table-making.)
  43.  
  44.      -    Delete the old directory, and rename the new one like the old.
  45.  
  46.      To be sure, disorder will creep back in, and this procedure may need to
  47.      be repeated.  However, the occasional time investment will be worth it
  48.      for the aggravation it will save waiting for sorts.
  49.  
  50.  
  51.      A "floppy fill" function has been added to the main module, called by
  52.      "Shift-I", which fills floppy diskettes in the drive selected in the
  53.      target panel with the tagged files from the directory in the source
  54.      panel.  Diskettes must be preformatted, but need not be empty.  User may
  55.      specify a margin in kb to reserve on each floppy.  (5.35f)
  56.  
  57.      To use the floppy filling function:
  58.  
  59.      1.   Put the first diskette to be filled in drive A or B, and select that
  60.      drive in one panel.
  61.  
  62.      2.   Select the other panel to the directory containing the source files
  63.      to be copied.   Tag all the files to be copied (press A to tag them all),
  64.      and press Shift-I.  Specify number of kilobytes to hold in reserve on
  65.      each floppy.  (CF adds 2 just to be safe.)  Filling starts.
  66.  
  67.      3.   When each diskette is full, the files that were successfully copied
  68.      are untagged in the source panel, and, if there are still files to copy,
  69.      CF gives the choice of Escaping from the operation, or putting in a new
  70.      disk and pressing any other key to resume.  You may suspend the filling
  71.      with Esc, and then resume with Shift-I without loss of continuity as long
  72.      as you leave the tags in the source panel alone.
  73.  
  74.      This function is "semi-smart".  It first looks to see if any existing
  75.      files on the target floppy are the same as files tagged in the source,
  76.      and updates them as appropriate, untagging the corresponding source files
  77.      that matched.  Then it looks at the source for tagged files that will fit
  78.      in the remaining space on the floppy, and adds them until the floppy is
  79.      full.  Thus the floppy-fill can be used for updating a set of backups
  80.      previously created with the floppy-fill function.  
  81.  
  82.  
  83.      As a further safeguard against loss of data during file copying, if you
  84.      leave "soft" delete enabled, in addition to files that you "soft" delete
  85.      going to the ~TRASH~ trashcan directory, newer files that you overcopy
  86.      with older files also go to ~TRASH~, even after you confirm the action.
  87.  
  88.  
  89.      The method of ensuring against inadvertent carryover of unseen sensitive
  90.      or classified data during file copying through the slack space of the DOS
  91.      input/output buffers has been completely revised.  This protection is now
  92.      provided automatically all the time, cannot be switched off, and is
  93.      operating system-inndependent.  In fact, the method now used enhances the
  94.      speed of file copying by up to 10-20%.
  95.  
  96.      Consequently, the option "Clear I/O buffers if located?" in the Shift-O
  97.      screen is no longer needed, and has been replaced with the following:
  98.      "Wipe old files during HARD Delete, Copy and Move?"  When this is set to
  99.      Y, old files will be completely obliterated by overwriting all their data
  100.      with the continuous sequence "cfcfcf..." before deleting them using the
  101.      DOS file delete service.
  102.  
  103.      (As a point of information, the DOS "delete" service in fact only changes
  104.      the first character of the file name in the directory table, and the
  105.      cluster pointers in the file allocation table (FAT), and does NOT change
  106.      or erase any of the data clusters themselves.  Until they are overwritten
  107.      by some other file, in whatever order DOS chooses to reuse the freed-up
  108.      clusters, they are available for reading by any disk-scanning program
  109.      that looks at the disk with absolute sector reads, ignoring what the
  110.      directory table SAYS is on the disk.  Much of the Irangate evidence was
  111.      retrieved this way by investigators.  This new feature in CF guarantees
  112.      the obliteration of "deleted" data by overwriting all data in the file,
  113.  
  114.  
  115.           CMFiler -- Addendum                 1-2             
  116.      from beginning to end, with "cfcfcf..." before using the DOS delete
  117.      service.)
  118.  
  119.  
  120.      All runtime questions requiring a (y/n) respond from the user now also
  121.      offer a defauly, shown in capital letter at the cursor and chosen to
  122.      reflect the more likely response under the circumstances, or the more
  123.      conservative response from the standpoint of protecting files from
  124.      inadvertent deletion.
  125.  
  126.      For example, when deleting files(s) with D or Ctrl-D, the default
  127.      offering is Y in the confirmatory request, since it is more likely that
  128.      deletion is what you intended, and you did not hit the D or Ctrl-D key by
  129.      mistake.  On the other hand, N is the default offering if a Read-only
  130.      file is encountered during the delete operation, since assigning this
  131.      attribute is a normal way of providing extraordinary protection of
  132.      individual files, and if you are using the Read-only attribute correctly,
  133.      you should typically NOT want to delete the file.
  134.  
  135.      ----- 5.35e -----
  136.  
  137.      In the editor, a significant bug was corrected that resulted in loss of
  138.      part of the file if the user returned to the editor after saving the
  139.      file.
  140.  
  141.  
  142.      In the tree module, a logic fault that was blocking the Esc bailout
  143.      during file text searches.
  144.  
  145.  
  146.      In the main module, minor logic errors were corrected in the command line
  147.      support for masks.  
  148.  
  149.      ----- 5.35c -----
  150.  
  151.      In the main module, the file date/time change service has been expanded
  152.      to permit mass date/time setting by tagging a collection of files, and
  153.      pressing Alt-F as before.  If files are tagged, the user must then
  154.      confirm the desire to have all tagged files set to the same date/time
  155.      stamp.  The default values in the data entry windows are taken from the
  156.      topmost tagged file in the listing.
  157.  
  158.  
  159.      The logic which retains knowledge of the current cursor position in the
  160.      target directory during directory-altering operations, such as file
  161.      copying, has been refined to remove some anomalies.
  162.  
  163.      ----- 5.35b -----
  164.  
  165.      In the editor, to support easier updating of the on-disk file copy during
  166.      long editing sessions, a fourth option has been added to the Escape
  167.      sequence -- "Return to editor? (y/n)", with the default set to N, since
  168.      in most cases the user wants to leave the editor.  So to update the on-
  169.      disk copy of the file being edited, the following keystrokes might be
  170.      used in the middle of the editing session: Esc-Enter-Enter-Enter-Y.
  171.  
  172.  
  173.  
  174.           CMFiler -- Addendum                 1-3             
  175.      In the main services file module, pressing Enter to view a .ZIP, .LZH,
  176.      .ARJ or .ARC file displays a listing of the names of all the files
  177.      compressed in that archive file (maximum of 60 file names).
  178.  
  179.  
  180.      In the main file services module, user now has the option to continue
  181.      copying or moving tagged files after a disk file creation/write/read
  182.      error, rather than having the operation automatically cancelled.  Also,
  183.      the error trapping routines were updated and one anomaly corrected.
  184.  
  185.      ----- 5.35a -----
  186.  
  187.      Different users on a network may now specify their own configuration
  188.      through the environment, by setting the environment parameter CF-CFG
  189.      before running the network copy of CMFiler.  For example, User 1 is
  190.      assigned logical drive U in the network, and User 2 drive V.  CF.COM and
  191.      CF.OVY are on drive C.  User 1 could execute CMFiler with a batch file
  192.      that reads:
  193.  
  194.           SET CF-CFG=U:\SETTINGS\CF.CFG
  195.           C:\PROGS\CF
  196.  
  197.      and User 2, using the same copy of CF.COM and .OVY, could execute:
  198.  
  199.           SET CF-CFG=V:\CONFIGS\CMFILER.CFG
  200.           C:\PROGS\CF
  201.  
  202.      In these two cases, of course, U:\SETTINGS and V:\CONFIGS must be valid,
  203.      existing paths.  The files CF.CFG and CMFILER.CFG need not already exist.
  204.      If it does not find the file in the path, CMFiler will create the file
  205.      the first time configuration data is saved.
  206.  
  207.  
  208.      Because of the incompatibility of the I/O buffer clearing feature with DR
  209.      DOS, a safeguard was added that detects DR DOS, and blocks the buffer
  210.      clearing option even if invoked by the user.
  211.  
  212.  
  213.      The "trash can" directory for "soft-deleted" files has been renamed from
  214.      "CF_TRASH.CAN" to "~TRASH~" for two reasons:  in at least one case, a
  215.      user's configuration included a TSR that caused system hangups in the
  216.      presence of directories with an extension in their name (even though this
  217.      is a perfectly legal DOS naming convention);  and several users asked for
  218.      a new trash can name that would appear as the last directory of their
  219.      listing, rather than in the middle of the listing. 
  220.  
  221.      ***NOTE***: This will be a nuisance to previous users the first time
  222.      running Version 5.35a or later, but will be worth it in the long run for
  223.      the neater directory list it will bring.
  224.  
  225.  
  226.      The upper limit of directory size was increased to 2400 in the main file
  227.      services module, and the sorting algorithm changed from a bubblesort to a
  228.      quicksort for improved speed.
  229.  
  230.  
  231.  
  232.  
  233.           CMFiler -- Addendum                 1-4             
  234.      In the editor, the action of the Home and End keys has been expanded as
  235.      follows:  the first press of Home/End goes to beginning/end of line, if
  236.      not already there;  the second press goes to top/bottom of page;  the
  237.      third press goes to beginning/end of file.
  238.  
  239.  
  240.      A function "Refresh panel from disk" (Shift-R) was added to the main file
  241.      services module, used when you change disks in a drive as a one-keysytoke
  242.      alternative to N and the drive letter.  The similar function which
  243.      already existed in the tree module was remapped from Alt-R to Shift-R for
  244.      consistency.
  245.  
  246.      ----- 5.34d -----
  247.  
  248.      A new user option has been added to the Shift-O option facility to allow
  249.      turning off the automatic screen saver.
  250.  
  251.  
  252.      Two new ordering options have been added to the Ctrl-O ordering facility,
  253.      to permit ordering by file size, either smaller first or larger first.
  254.  
  255.  
  256.      The file mask (Ctrl M) in the main service module now only applies to the
  257.      panel the cursor was in when the mask was specified.  This is so that you
  258.      can apply different masks to the two panels.
  259.  
  260.      ----- 5.34c -----
  261.  
  262.      The NARATIVE.CF files, containing the file and directory notes, are well
  263.      protected from inadvertent overwriting or destruction within the CMFiler
  264.      environment.  However, there is no provision for their protection from
  265.      inadvertent erasure or overwriting in over environments, such as from the
  266.      DOS command processor.  To afford some level of protection, a switch has
  267.      been added to the user option (Shift-O) screen to let you set the Read-
  268.      Only attribute of the NARATIVE.CF files, in addition to the Hide
  269.      attribute.  Most command processors will prohibit deletion or writing to
  270.      Read-Only files.
  271.  
  272.      ----- 5.34b -----
  273.  
  274.      In trying other archive utilities in response to recent requests from
  275.      users, I have discovered that CMFiler has always (accidently) supported
  276.      LHA and ARJ, and perhaps others in addition to the PKWare utilities,
  277.      simply because they all use the same syntax in the command line, namely:
  278.  
  279.           archiver options archivefile file1[,file2,[...]]
  280.  
  281.      To clarify that other archivers may be supported by the Zip and Unzip
  282.      commands in the main module, I have revised the help screen and the F10
  283.      user-definition screen.  CMFiler still defaults to PKZIP and PKUNZIP
  284.      unless otherwise specified.  However, if you want to use ARJ or LHA
  285.      instead, press Shift-F10 from the main screen, and change both the fields
  286.      "Compress = " and " Extract = " to read "ARJ.EXE" or "LHA.EXE".  Add the
  287.      path to these file specs if ARJ/LHA is not on a path in the DOS path
  288.      environment.  Also make the "Compress Options = " line read "a" (this is
  289.      both ARJ's and LHA's way of knowing you want to add or create a .ARJ or
  290.      .LZH archive file), and the " Extract Options = " line read "x" (for
  291.  
  292.           CMFiler -- Addendum                 1-5             
  293.      extract).  (Command line option parameters are necessary with ARJ and LHA
  294.      because, unlike the PKWare utilities which have separate compression and
  295.      extraction programs, the same program does both functions.)
  296.  
  297.      Use of LHA or ARJ by this facility is the same as use of the PKWare
  298.      utilities.  To compress, put the directory where you want the archive
  299.      file to be created or added to in one panel and tag the archive file to
  300.      be added to (if it exists); set up the other panel with the directory of
  301.      the files to be archived, and optionally tag them (if none are tagged,
  302.      the command line parameter defaults to *.*); press Z, check and edit the
  303.      command line paramters if desired, and press Enter.
  304.  
  305.      Extraction is easier.  Set up the target panel in the directory you want
  306.      the extracted files to go, put the cursor on the archive file, press U,
  307.      check the command line parameters, and press Enter.
  308.  
  309.      ----- 5.34a -----
  310.  
  311.      The naming convention for backup files, created with the command B in the
  312.      main module, has been changed so that the backup file will appear closer
  313.      alphabetically to the original file.  If the original file has a three
  314.      character extension, the third character will be replaced with a tilde
  315.      (~;  ASCII 126).  If the extension has less than three characters, it
  316.      will be padded with one or two exclamation points (!; ASCII 33), so that
  317.      the third character can be a tilde.
  318.  
  319.  
  320.      When creating appended files (ie, Alt-tagging several files followed by
  321.      the command C to copy to the target, or B to copy to the source), a
  322.      default appended file name will be generated (name of the first file in
  323.      the append list plus extension APF). The user may edit this name before
  324.      the file is created.
  325.  
  326.      ----- 5.34 -----
  327.  
  328.      In the tree module, while the cursor is in the file list during a Show
  329.      files or Goto file command, several commands are available for disk
  330.      cleanup that mimic commands in the main module.  Files may optionally be
  331.      tagged with T or Spacebar, and then deleted individually (if no tags are
  332.      set) or as a group  with the D (soft) or Ctrl-D (hard) delete command.
  333.      The command A (tagAll) clears any tags set, or sets all tags, as in the
  334.      main module.
  335.  
  336.  
  337.      In the editor, the keypad map to the cursor movement functions is now
  338.      independent of Num Lock.  Shift-Up/Down Arrow moves to top/bottom of
  339.      current video page.  Gray+/Gray- function the same as Alt-Plus/Alt-Minus,
  340.      toggling the delimiter and bottom displays.
  341.  
  342.      ----- 5.33b -----
  343.  
  344.      Navigation and file-finding in the tree module was revised to follow the
  345.      "G" and "Alt-G" conventions of the main module:
  346.  
  347.      -   G ("Goto file") has replaced "F" as the file-finder command.
  348.      Pressing "G" commences a filename search, and as each letter in the
  349.      filename search string is typed, the tree and file list dynamically
  350.  
  351.           CMFiler -- Addendum                 1-6             
  352.      adjust to highlight the matches and position the cursor to the directory
  353.      with the first match.  Mode is toggled off with G, Alt-G or Esc.
  354.  
  355.      -   Alt-G ("Goto directory") commences a directory name search in the
  356.      same fashion.  As each letter of the search string is tpyed, the matches
  357.      are highlighted dynamically and the display is adjusted so that the
  358.      topmost match is show.  Mode sets for both panels, and stays until G,
  359.      Alt-G or Esc is pressed.
  360.  
  361.  
  362.      An anomaly was fixed to let the directory be re-read in its "natural" DOS
  363.      order after switching to Order mode 7.
  364.  
  365.  
  366.      An anomaly was fixed which prevented CF from checking the CF_TRASH.CAN
  367.      directory on execution.
  368.  
  369.  
  370.      A workaround was devised for an anomaly in the directory structure of
  371.      some netware, that prevented CF from navigating back through the parent
  372.      directory in the main module.
  373.  
  374.      ----- 5.33 -----
  375.  
  376.      The ZIP feature was revised to permit the use of either normal or Alt-
  377.      tags to denote which files to decompress.
  378.  
  379.  
  380.      The following improvements were made to the editor:
  381.  
  382.      -  The notation of typeover/insert mode and wrap/no wrap mode has been
  383.      shortened and moved to the upper right corner of the screen.  It stays on
  384.      the screen when the lower information area is blanked.
  385.  
  386.      -  On color monitors, the lower five lines of text (which become the top
  387.      five lines on PgDn) are in red vice white, to distinguish this area from
  388.      the "active" video page (the top 20 lines), and to help the eye find its
  389.      place in the text during scrolling.
  390.  
  391.      -  The exit defaults after editing have been adjusted so that most users
  392.      will be able to answer the three questions with three strokes of the
  393.      Enter key most of the time. (Yes, save this edit; No, don't reuse the
  394.      date/time stamp from the original file; No, don't save the original file
  395.      as *.BKP).
  396.  
  397.      -  You may switch from View mode to Edit mode within the editor, with the
  398.      combination Alt-S(witch mode).
  399.  
  400.  
  401.      In the tree module, on the Show files screen, Enter views the file (same
  402.      convention as main module), and Shift-Enter returns to the main module
  403.      with the cursor on that file name.
  404.  
  405.      ----- 5.32b -----
  406.  
  407.      The I/O buffer clearing feature was extended to support MS-DOS Ver 4 and
  408.      5.
  409.  
  410.           CMFiler -- Addendum                 1-7             
  411.      The file 4DOS2CF.COM was added to the CMFiler collection, with its
  412.      companion documentation 4DOS2CF.DOC.  4DOS2CF does a directory-by-
  413.      directory search and coverts any 4DOS/NDOS notes (in files called
  414.      DESCRIPT.ION) into CMFiler format, and appends them to existing (or
  415.      creates new) NARATIVE.CF files.  This way, 4DOS/NDOS users don't have to
  416.      reenter all their notes to take full advantage immediately of CMFiler's
  417.      notes facility.
  418.  
  419.      ----- 5.32a -----
  420.  
  421.      Memory allocation logic error in the tree module was fixed.  This error
  422.      resulted in fragmented memory for applications run from CMFiler after a
  423.      call to the tree module.
  424.  
  425.  
  426.      In the editor, a logic error was corrected which prevented use of the
  427.      block move and copy operations when the screen lower information area was
  428.      turned off.
  429.  
  430.  
  431.      In the editor, The Home and End keys were redefined to move the cursor to
  432.      the beginning or end of the line (same as Shift-Left and Right Arrow),
  433.      rather than to the top or bottom of the current screen page, in keeping
  434.      with the rest of the world.
  435.  
  436.      ----- 5.32 -----
  437.  
  438.      Version number changed to 5.32 to avoid confusion with several versions
  439.      of 5.31 released to selected users for beta testing.
  440.  
  441.      ----- 5.31 -----
  442.  
  443.      The command line support has been expanded to include an optional path
  444.      specification(s) to the directory(ies) initially displayed and an
  445.      optional initial file mask, as well as an optional color attribute
  446.      setting.  The command line syntax is now as follows, where the square
  447.      brackets indicate optional parameters:
  448.  
  449.           cmfiler [pathspec1[\mask] [pathspec2]] [@color]
  450.  
  451.      where "mask" is a file mask of the form "*.ext", and may be attached to
  452.      pathspec1 or pathspec2, and color is C, M, L or T for standard color set,
  453.      monochrome attribute set, LCD (except Tandy) and Tandy LCD attribute
  454.      sets.  Parameters are separated by blanks.  The leading "\" may be
  455.      omitted from the mask if there is no pathspec in the command line.
  456.  
  457.      Examples of valid command lines might be:
  458.  
  459.           cmfiler c:\assembly\*.doc c:\pcw\letters @t 
  460.           CF C:\ASSEMBLY C:\WP51\DOCS\*.DOC 
  461.           cf assembly @c 
  462.           cf *.exe 
  463.           cmfiler d: 
  464.           CF C:\QBASIC A:\QBASIC /*.BAS
  465.  
  466.  
  467.  
  468.  
  469.           CMFiler -- Addendum                 1-8             
  470.      In the tree module, after the delete commands (D for soft Delete, Ctrl-D
  471.      for hard Delete), CMFiler marks the deleted portion of the image of the
  472.      tree structure in memory so that it will no longer be shown on the
  473.      screen, but does not refresh the tree structure from disk or update the
  474.      directory size and files information.  This saves time so that you can do
  475.      several delete operations without having to wait for the tree structure
  476.      to be reread from disk after each deletion.  When you finally want to
  477.      refresh the tree from disk after one or more deletes, the command is Alt-
  478.      R (for Refresh).
  479.  
  480.  
  481.      In the tree module, a new text searching function is available for
  482.      searching for a text string of 25 characters or less, using up to eight
  483.      file filters separated by + signs.  Preceding a file filter with the pipe
  484.      symbol (|) excludes it from the search.  You may restrict the search to
  485.      files only in the currently selected block of the tree (the "painted"
  486.      structure in the source panel), or expand it to the entire disk.  The
  487.      search text entry "*" is permitted, which hits any text (useful in
  488.      scanning for several filenames at once in text find mode, instead of
  489.      individually in file find mode).  The command is "Shift-F" in the tree
  490.      module.
  491.  
  492.      The screen display in file find and text find modes has been revised to
  493.      eliminate the use of blinking to signal the presence of a "hit".  The
  494.      directories containing hits are shown in high intensity (underlined in
  495.      monochrome) with "right arrowheads" (ASCII character 16) in front of
  496.      them, and the files containing hits are shown in high intensity
  497.      (monochrome underline) at the top of each file list.
  498.  
  499.      Also, while the results of a text search (Shift-F) or file name search
  500.      (F) are displayed on the screen, the command Alt-L (print tree List)
  501.      prints a copy of, not the tree structure, but a listing of the
  502.      directories containing "hits" and the names of the files in those
  503.      directories.
  504.  
  505.  
  506.      In the main menu, the function of the tagging options Alt-N and Alt-O has
  507.      been changed to "tag all files Newer than the file at the cursor", and
  508.      "tag all files Older...".  A new tagging option is added as Alt-D, "tag
  509.      all files with same Date as file at cursor".
  510.  
  511.  
  512.      Esc from the main menu now presents the followup choice of 
  513.      "Esc to remain in CMFiler, any other key to quit."
  514.  
  515.  
  516.      A bug has been corrected which precluded running batch files with command
  517.      lines.
  518.  
  519.  
  520.      When shelling out of CMFiler, the DOS prompt has been modified so that it
  521.      retains the caller's PROMPT string, and imbeds into it the string
  522.      <CMFiler> (CR-LF) so you are reminded you are in a shell from CMFiler.
  523.  
  524.      ----- 5.30 -----
  525.  
  526.      The annotation of files backed up with the backup facility ("B") is now
  527.  
  528.           CMFiler -- Addendum                 1-9             
  529.      that the first character in the extension is the tilda (~) instead of
  530.      underscore (_), for readability and to ensure that backed-up files always
  531.      follow the original in an alphabetical listing.  Thus the backed-up file
  532.      to READ-ME.DOC would be READ-ME.~DO.
  533.  
  534.  
  535.      The notes facility was expanded to provide for two cases, and its
  536.      mnemonic command changed:
  537.  
  538.      -    The "edit notes" function has been reassigned the command "Ctl-N"
  539.      (was "O"), and its operation is much the same as modified in version 5.28
  540.  
  541.      -    A new "view notes" function is added, as "Shf-N", which displays the
  542.      notes in the opposite panel covering the file list for the target
  543.      directory, but the cursor remains in the source panel and all the file
  544.      services are still available, including copy and move to the target
  545.      directory.  Toggle out of "view notes" mode with Shf-N or Esc.
  546.  
  547.  
  548.      A display option was added ("Ctl-E" for casE) which lets you display file
  549.      lists and trees in one of four possible letter case conventions:
  550.  
  551.      -    Files and directories all caps 
  552.      -    Files lower case, directories all caps 
  553.      -    A "modified-Tauck" convention, (eg, Read-Me.Doc) 
  554.      -    Files and directories all lower case.
  555.  
  556.  
  557.      In the application launcher, when the command line is shown for editing
  558.      just before file execution, you may swap the command line shown in the
  559.      window for the last one used in a previous file execution with Up Arrow,
  560.      Down Arrow (twice), PgUp or PgDn.  This simplifies multiple execution of
  561.      the same file with slightly different command lines, and works with
  562.      ZIP/UNZIP as well as user specified applications.
  563.  
  564.  
  565.      The options screens invoked by Shf-O, Ctl-Enter and Ctl-O were "spiffed"
  566.      up.
  567.  
  568.  
  569.      A separate help screen was added for the edit notes facility, invoked by
  570.      F1 or Alt-H from the Ctl-N screen.
  571.  
  572.  
  573.      The file mask facility was revised to make the method of entry similar to
  574.      other data entries, and the default value was changed from ????????.???
  575.      to the simpler *.*.
  576.  
  577.      ----- 5.29a -----
  578.  
  579.      A logic error that prevented applications launched by CMFiler from
  580.      finding the COMSPEC string in the environment was corrected.
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.           CMFiler -- Addendum                1-10             
  588.      ----- 5.29 -----
  589.  
  590.      Improvements were made to the editor as follows:
  591.  
  592.      -    The record delimiter marks are now toggled with "Alt-Minus" and the
  593.      bottom display is toggled with "Alt-Plus".   The current states of both
  594.      of these switches are stored as the program startup defaults by "Shf-S".
  595.  
  596.      -    The line wrapping mode can be toggled between Wrap and NoWrap with
  597.      "Alt-W".  If this is done while viewing any but the first section of a
  598.      very long file, the editor has to go back to the beginning of the file to
  599.      avoid confusion when it reestablishes the array of memory pointers to the
  600.      text lines.  The current state of this switch is saved as the startup
  601.      default by "Shf-S".
  602.  
  603.  
  604.      Wolfgang Stiller's Integrity Master system integrity and virus checking
  605.      application generates files named ")(.ID" in each directory, to record
  606.      signatures of all the files in the directory for later integrity
  607.      checking.  It is important that those not be disturbed, and so CMFiler
  608.      now has a protective feature that prevents their being overcopyied.
  609.  
  610.  
  611.      The Home and End key actions in the main file services memu have been
  612.      revised slightly, to make navigation from long directory lists to long
  613.      file lists easier.  If the cursor is in a directory list, the first press
  614.      of End puts the cursor at the top of the file list, and the second press
  615.      goes to the end of the file list.  Within a file list, the first press of
  616.      Home goes to the top of the file list, and the second to the top of the
  617.      directory list.
  618.  
  619.      ----- 5.28 -----
  620.  
  621.      The file editor is now accessible from the nOtes panel, so you can take a
  622.      peek at (or even edit) files while you are looking at or writing the
  623.      associated notes.  Press Alt-E to Edit, Alt-V to View.
  624.  
  625.  
  626.      Tagging files may be done from the nOtes as well.  Ctl-T for a normal Tag
  627.      (since the letter "T" would be taken as text to be typed into the note),
  628.      and Alt-T (as froom file listing screen) for Alt-Tag.
  629.  
  630.  
  631.      Improvements have been made to the editor as follows:
  632.  
  633.      -    The algorithm which calculated the display parameter "Record Number"
  634.      was not corrected when the line wrap feature was added.  "Record Number"
  635.      was actually counting the number of screen lines, and so a record (the
  636.      material delimited by a carriage return, line feed or combination) longer
  637.      than 80 characters might appear to be 2,3,4 etc., records.  That is now
  638.      corrected.
  639.  
  640.      -    The find-string feature has now been made case-insensitive.
  641.  
  642.  
  643.  
  644.  
  645.  
  646.           CMFiler -- Addendum                1-11             
  647.      ----- 5.27 -----
  648.  
  649.      The configuration file format for version 5.27 is unavoidably different
  650.      from that of the interim version 5.26.  Users of 5.26 will have to
  651.      respecify configuration (F1-F9, Hide and Compare switch settings, etc.)
  652.  
  653.  
  654.      If there is old "trash" in the trash can directory TRASH_CAN.CF, CMFiler
  655.      only asks once each day if you want to delete or look at it, rather than
  656.      each time the drive is selected.
  657.  
  658.  
  659.      The "Go to..." commands for navigating within a long directory listing
  660.      ("G" to go to a file name in a directory list beginning with a certain
  661.      character, "Alt-G" to go to a directory name) have been expanded.  Now
  662.      you can keep typing the name of the file or directory you are trying to
  663.      find, and as you type the second letter, then third, etc., the cursor
  664.      moves if necessary to the file described, until the string of characters
  665.      you have typed no longer describes a file or directory name, or you press
  666.      Enter or Esc to leave the "Go to" command.  The cursor stays positioned
  667.      on the last file described by the string you were typing.
  668.  
  669.      ----- 5.26 -----
  670.  
  671.      The name has been changed to remove the nuisance underscore character.
  672.      In searching for itself and its overlay, it looks first for CFV if it is
  673.      the evaluation version, then CF, then CMFILER.  (The evaluation version
  674.      is identical to the registration version except that it has an opening
  675.      screen which provides a license for 60-day evaluation and information on
  676.      how to register.)
  677.  
  678.  
  679.      You may now edit or view files directly while in the tree module, without
  680.      having to exit back to the main module.  In the tree module, press "F" to
  681.      find files or "S" to show files, and move up and down the directory tree
  682.      until you find the directory of interest.  Arrow left or right across to
  683.      the file list, move the cursor (dark bar, actually) up or down until it
  684.      is on the file of interest, and press "E" or "V", for Edit or View file.
  685.      You will be in the editor module directly.  Exit back to the tree module
  686.      with Esc or, in view mode, Enter.  If you then want to return to the main
  687.      file services module with the cursor selected to this file for editing,
  688.      printing, execution, etc., just press Enter again.
  689.  
  690.  
  691.      Rather than overwriting part of the .COM file to record setup parameters,
  692.      which forces the user to reestablish the setup parameters each time a
  693.      revision to the program is received, a separate file is created called
  694.      CMFILER.CFG (or CF.CFG), which CMFiler will look for each time it runs.
  695.      This should be kept on the same path and be given the same name as the
  696.      .COM file.
  697.  
  698.  
  699.      Logic errors have been corrected to make file moving smoother for the
  700.      case where there is already a file by the same name in the target
  701.      directory.  Previously, this case would cause an error message "Access
  702.      denied renaming file", which was not too enlightening.  Now, this case is
  703.      handled just like copying -- if the target file by the same name is
  704.  
  705.           CMFiler -- Addendum                1-12             
  706.      older, it is simply deleted before the newer file is moved in.  If it is
  707.      newer, the user is asked to confirm that it should be replaced with the
  708.      older file.
  709.  
  710.  
  711.      A choice of four color pallettes in now available for color monitors.
  712.      Press "Ctl-P" (for "Pallette"), then roll through the choices with the
  713.      spacebar.  Esc to cancel any change, Enter to change the default color
  714.      set.
  715.  
  716.  
  717.      A new option setup menu has been added to permit easy reconfiguration of
  718.      a few features.  It is called by "Shf-O"  (for "Options"), and it
  719.      presents this menu:
  720.  
  721.      -------------------------------------------------------------------------
  722.           Move cursor with Up/Dn Arrow.  Type option desired.
  723.  
  724.  
  725.                                       Define F1 as Help? N
  726.                               Define "D" as HARD Delete? N
  727.                            Clear I/O buffers if located? N
  728.                 Overcopy files with same date/time/size? N
  729.           Refresh directory contents after Screen Saver? N
  730.             Assign Hidden attribute to NARATIVE.CF file? N
  731.            Monitor (C=Color, L=LCD, T=Tandy LCD, M=Mono) C
  732.  
  733.  
  734.           Press Esc to cancel changes, Enter to accept.
  735.     -------------------------------------------------------------------------
  736.  
  737.      These seven "switches" represent setup features that various users have
  738.      asked for, but that not all users would want.  Any of the first six may
  739.      be toggled between Y and N by putting the cursor on it using the Up/DnArr
  740.      keys, and pressing the spacebar, or pressing Y or N.  The seventh must be
  741.      set for your monitor type by pressing one of the key choices.  Once you
  742.      have reconfigured the way you wish, press Enter.  Esc exits with no
  743.      changes.  Here is an explanation of each feature:
  744.  
  745.      1.   The F1 key has been added as a Help call in the editor and tree
  746.      modules, and can be so designated for the main module by resetting this
  747.      switch to Y.  The sacrifice is loss of F1 as a user-defined application.
  748.  
  749.      2.   For those who do not wish to use the "soft" delete feature nor be
  750.      bothered with the directory "CF_TRASH.CAN", the "D" key may be
  751.      reconfigured to "HARD Delete", identical to "Ctl-D" by resetting this
  752.      switch to Y.
  753.  
  754.      3.   The I/O buffer clearing feature for data security during file
  755.      writing operations runs into problems on some system configurations with
  756.      DR DOS 6.0 as the operating system.  It has been set to a default mode
  757.      that does NOT clear buffers before writing.  If you want to invoke this
  758.      security feature, you have to reset this switch to Y.
  759.  
  760.      4.   In the default setting, CMFiler does not waste time during file copy
  761.      operations overcopying any file in the target path that are reported by
  762.      DOS to be the same date/time and size as a file in the source path.
  763.  
  764.           CMFiler -- Addendum                1-13             
  765.      However, sometimes you might want to mass-overwrite files on a backup
  766.      directory or disk that are suspect, even though they may appear to be
  767.      identical.  Just set the Overwrite switch to Y.
  768.  
  769.      5.   For Windows users, if you run CMFiler in a window, it does not have
  770.      any way of knowing when it returns to the foreground whether any other
  771.      application has written to the directories that it is selected to.  In
  772.      the default setting, it does not refresh the file listing (reread the
  773.      directory tables).  Windows users may want to reset this switch to Y.
  774.  
  775.      6.   Users have asked to be able to specify that the NARATIVE.CF file,
  776.      containing the file/directory notes, not be assigned the hidden
  777.      attribute.  This switch may be reset to N for this purpose.
  778.  
  779.      7.   CMFiler can detect the presence of a true monochrome video card, and
  780.      when a monochrome card is present, there is only one color set available.
  781.      However, when CMFiler detects a color card, there is a range of
  782.      possibilities.  The attached monitor may be an LCD or monochrome monitor,
  783.      in which case a set of default color attributes designed for a
  784.      CGA/EGA/VGA monitor would be awful.  On initial execution, CMFiler
  785.      establishes what type of monitor you have atached by forcing a choice.
  786.      This setup option lets you change that initial choice if you wish.
  787.  
  788.  
  789.      CMFiler now does a rudimentary self-check for integrity each time it
  790.      loads.  If the file has become corrupted by tampering or a disk sector
  791.      gone bad, you will get a message to that effect and the program will
  792.      offer you the option of continuing or terminating.  This will detect some
  793.      of the file-infecting viruses, as well as corruption by editing or
  794.      defective media, but should NOT be counted on as an anti-virus measure.
  795.  
  796.      [There is no substitute for a good virus checking/integrity checking
  797.      software suite.  I recommend the shareware program Integrity Master by
  798.      Wolfgang Stiller.]
  799.  
  800.  
  801.      A new "Save configuration" command has been added as "Shf-S" to make
  802.      saving the current configuration (Hide switch, Compare mode switch, file
  803.      Order mode, etc.).  This saves all the current setup data to the .CFG
  804.      file.  (The Options command at "Shf-O" also calls the same save routine
  805.      when it exits, so you do not need to press Shf-S after Shf-O.)
  806.  
  807.  
  808.      The spacebar has been remapped to tag files.  The date/time display is
  809.      toggled with the "5%" key.
  810.  
  811.  
  812.      The editor module has been revised to wrap lines longer than 79
  813.      characters, so that there is never any information off-screen.  This
  814.      makes viewing .COM and .EXE files much easier, and has little effect on
  815.      edited text files.  This is a display feature only -- the editor does not
  816.      insert line delimiters in the text.
  817.  
  818.      ----- 5.25 -----
  819.  
  820.      The on-screen Help in the main module has been reoganized for clarity.
  821.  
  822.  
  823.           CMFiler -- Addendum                1-14             
  824.      ----- 5.23 -----
  825.  
  826.      A new file copying option, "copy with rename", has been added as the
  827.      command "Alt-R" in the main file services module.  It operates only on
  828.      the file at the cursor.
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.           CMFiler -- Addendum                1-15             
  883.