Changeset 1381


Ignore:
Timestamp:
Jan 5, 2009, 3:05:57 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed some typos and expanded Tar usage explanation in readme. FM/2 utilities readme and license were not being included in the warpin file. The <README> tag was after them in the wis file. I added a line return and it works. The only relevant change here was upgrading to warpin 1.0.18

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r1377 r1381  
    3030you can scan for newly inserted drives from the tree container
    3131We did some additional work on the main menus like adding Databar
    32 to the utilities menu and we now gray out items that are unavailable
     32to the utilities menu and we now grayed out items that are unavailable
    3333or inappropriate and un-grayed some items that were inappropriately
    3434turned off. We reorganized the internal editor menus as well.
     
    3838have included the commands for .tar .tar.gz and .tar.bz in archiver.tmp
    3939(gzip.exe and/or bzip.exe must be in the path) These only work with tar 1.15
    40 or higher. You can either replace archiver.bb2 with the archiver.tmp or if
    41 you have made changes to archiver.bb2 you can cut and paste the new archiver
    42 definitions into an appropriate position in your existing archiver.bb2
    43 
    44 Numerous fixes to minor interface appearance and behavior are also include.
     40or higher. We included a separate entry for TAR 1.10 but versions of TAR prior
     41to 1.15 don't work for tar.gz/bz2 files. You can either replace archiver.bb2
     42with the archiver.tmp or if you have made changes to archiver.bb2 you can cut
     43and paste the new archiver definitions into an appropriate position in your
     44existing archiver.bb2
     45
     46Numerous fixes to minor interface appearance and behavior issues are also include.
    4547We have added exceptq support to make it easier to track down defects. We
    4648also eliminated the cause of three rare traps including one associated with
  • trunk/warpin/fm2.wis.in

    r1264 r1381  
    180180<NEXTBUTTON TARGET=6>~Next</NEXTBUTTON>
    181181<TEXT>FM/2 Utilities: A short description of each utility is included at the end of the readme below. A special note of thanks to Mark Kimes for making these utilities freely available.</TEXT>
    182 <README>@@@include fm2utils.doc@@@
     182<README>
     183@@@include fm2utils.doc@@@
    183184</README>
    184185</PAGE>
     
    187188<NEXTBUTTON TARGET=7>~I agree</NEXTBUTTON>
    188189<TEXT>FM/2 Utilities: By pressing the "I agree" button, you agree to all terms and conditions of the license agreement below.</TEXT>
    189 <README>@@@include license.txt@@@
     190<README>
     191@@@include license.txt@@@
    190192</README>
    191193</PAGE>
Note: See TracChangeset for help on using the changeset viewer.