home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / logfs132 / !LogFS / Changes < prev    next >
Encoding:
Text File  |  1996-07-07  |  8.1 KB  |  275 lines

  1. Changes in LogFS 1.32 (7th July 1996)
  2. ---------------------
  3.  
  4. Fixes:-
  5.  
  6.    • Fixed problem with dragging non-scaled sprites.
  7.    
  8. Changes:-
  9.  
  10.    • New icon designed by Mathew Bloch. Old icons in Old!Sprite.
  11.    
  12.    • When dragging multiple icons it looks for a sprite called
  13.      'package', some users may not have this so it is also 
  14.      included in 'Old!Sprite'.
  15.    
  16. Notes:-
  17.  
  18.    • DragASprite 0.03 (with ROS3.10) appears to have
  19.      a little bug which means the drag position of 
  20.      icons is a bit off. Works fine with newer one's,
  21.      I use 2.05 from Andrew Glover.
  22.      
  23.    • I now use two icons 'question' and 'package' which
  24.      aren't in 3.10 (but are in NewLook and 3.50 I think),
  25.      I have bunged them into !Sprites (a bit naughty!!).
  26.      
  27.    • There are a couple of problems when using Image 
  28.      Filing Systems. ArcFS does not send complete path
  29.      names when 'renaming' within an archive, I've thought
  30.      of a fix but not implemented it yet. Copying between
  31.      Filing systems - LogFS loses track because it gets 
  32.      separate 'copy' and 'delete' messages.  
  33.   
  34.    
  35. Changes in LogFS 1.30 (30th January 1996) (Not released)
  36. ---------------------
  37.  
  38. Fixes:-
  39.  
  40.    • When dragging a file with the same name as an icon on the
  41.      card, the new file was ignored.  Now the new replaces the
  42.      old.
  43.      
  44. Enhancements:-
  45.  
  46.    • Drag and drop icons from a card to the filer or any other
  47.      application. Dragging to an application simulates dragging
  48.      the actual file. Dragging to the filer copies the file.
  49.      Shift-dragging the file to the filer moves the file.
  50.      Shift-dragging is disabled if 'Secure' option on.
  51.      
  52.    • Dragging to a card stub moves the icon to another card.
  53.    
  54.    • Copying/Moving is done by Filer_Action windows.
  55.    
  56.    • New flag 'NoWindow' stops main window opening on startup.
  57.  
  58.    • New flag 'NoTitle' makes main window have no title.
  59.    
  60.      (Both these flags have to be inserted into the Settings
  61.       file 'by hand' - no configuration option).
  62.          
  63.    • Clicking on an 'empty' part of the main window brings the
  64.      window to the top of the stack, dragging moves the whole
  65.      window.
  66.      
  67.    • Unknown icons are now shown by a question mark icon.
  68.    
  69.    • Saving (from another application) to a card stores the object
  70.      to a data directory within LogFS.
  71.      
  72.    • Dragging from the 'Filer' while Alt pressed makes a copy
  73.      of the object in a data directory within LogFS.
  74.    
  75.    • Dragging from the 'Filer' while Alt+Shift pressed moves
  76.      the object to a data directory within LogFS.
  77.    
  78.    • Now loads onto left hand side of icon bar.
  79.    
  80.    
  81. Changes in LogFS 1.21 (5th September 1995)
  82. ---------------------
  83.  
  84. Fixes:-
  85.  
  86.    • Abort when using some menu options when only 1 card group
  87.      defined (Reported by Mathew Bloch).
  88.  
  89.    • Prevent excessively large configuration parameters making
  90.      the window larger than the screen (Reported by Mathew Bloch).
  91.      
  92.    • Did not plot square pixel icons in rectangular pixel modes,
  93.      (Reported by Mathew Bloch).
  94.      
  95.    • Abort when quitting and selecting 'Cancel' from the
  96.      Save dialogue box.
  97.  
  98. Changes in LogFS 1.20 (28th August 1995)
  99. ---------------------
  100.  
  101. Fixes:-
  102.  
  103.    • Larger Font sizes correctly calculated on
  104.      card tags.
  105.  
  106. Enhancements:-
  107.  
  108.    • Rewrote Icon plotting routines (previously
  109.      used 'Wimp_PlotIcon') to use Sprite_Op 52
  110.      (Plot sprite scaled) to give greater control
  111.      over the size of Icons. (Flags=Scaled;)
  112.      
  113.    • Used 'Font' calls to write all text on cards.
  114.    
  115.    • Included an interactive configuration window
  116.      on the IconBar menu.
  117.      
  118.    • Slabbed effect for icons (Flags=Slabbed;).
  119.    
  120.    • NoText Flag prevents text being written under
  121.      Icon (you can mimic MS Office button bar!!).
  122.      (Flags=NoText;)
  123.      
  124.    • Security option added to flags, see file
  125.      Security. (Flags=Secure; - not settable from
  126.      Configure windo).
  127.    
  128.    • Current configuration parameters:-
  129.    
  130.     ⇨FontName=   Homerton.Medium; | Font to use on the cards
  131.     ⇨FontSz=     12;    | Point Size
  132.     ⇨TagNum=     3;    | No. of tags per row
  133.      CurCard=    0;    | Current card number
  134.     ⇨ColsPerCard=3;    | Icons per row
  135.     ☓IconSizeH=  126;    | Horizontal size of Icons
  136.     ⇨IconSizeV=  106;    | Vertical size of Icons
  137.     ⇨IconGapH=   10;    | Horizontal gaps between Icons
  138.     ⇨IconGapV=   10;    | Vertical gaps between Icons
  139.     ⇨IconBorder= 0;    | Border round Icons
  140.      WindBorderH=32;    | Horizontal Window Border
  141.      WindBorderV=32;    | Vertical Window Border
  142.  
  143.     ⇨Flags=      Slabbed,Scaled,NoText;
  144.      Flags=      Secure;
  145.     
  146.      ⇨ = Configurable from 'Configure window'
  147.      ☓ = Calculated from IconSizeV and FontSz
  148.        = Only Configurable by an Editor
  149.        
  150.      IconBorder is only used by new Scaled Icon 
  151.      routines (is intended for slabbed effect).
  152.      
  153.      
  154. Changes in LogFS 1.14/15 (18th August 1995) (not released)
  155. ------------------------
  156.  
  157. Fixes:-
  158.  
  159.    • Slight asymmetry on cards corrected - (right and bottom 
  160.      margins slightly larger than left and bottom).
  161.      
  162. Enhancements:-
  163.  
  164.    • Slabbed effect for icons (optional).
  165.    
  166.    • New configuration parameters:-
  167.    
  168.     Slabbed=;    | Enter 'R5,2' for slabbed icons
  169.     IconSizeH=160;    | Horizontal size of Icon
  170.     IconSizeV=108;    | Vertical size of Icon
  171.     
  172.  
  173. Changes in LogFS 1.13 (12th June 1995)
  174. ---------------------
  175.  
  176. Fixes:-
  177.  
  178.    • Click Select on IconBar now toggles open/close.
  179.    
  180.    • Small bug in Window sizing - if you set WindBorderV (in
  181.      the settings file) to zero the very top of the tags would
  182.      get chopped off.
  183.      
  184.  
  185. Changes in LogFS 1.12 (25th May 1995)
  186. ---------------------
  187.  
  188. Fixes:-
  189.  
  190.    • Occasional disappearence of icons from cards (when icon
  191.      was an App/Directory and a file within the directory was
  192.      deleted) has been fixed.
  193.      
  194.    • MakeFile changed to use relative path addressing, so it
  195.      will compile on any machine (UnArchive first).
  196.      
  197.    • Changed to compile with DeskLib 2.14 - Uses new Save module
  198.      so my hacked version not required.
  199.      
  200.  
  201. Changes in LogFS 1.11
  202. ---------------------
  203.  
  204. Fixes:-
  205.  
  206.    • Problem with top bit set characters in filenames (á la 
  207.      Alt-Space) disappearing fixed. Reported by Texas.
  208.      
  209.    • There is a problem with the Anti-aliased card stub text
  210.      when opening a menu over it on Risc PCs. I have recoded
  211.      this slightly, but can't test it :-(. (Again by Texas).
  212.      
  213.    • On initial startup (while it is trying to boot all
  214.      'known' applications) it could get 'lost' if the order
  215.      of the rows was changed, and not boot everything it
  216.      should.
  217.      
  218. Enhancements:-
  219.  
  220.    • Added a custom interactive help handler for the card
  221.      window.
  222.      
  223.    • Added dragging of Settings file to IconBar icon.
  224.    
  225. Extras:-
  226.  
  227.    • Included the source in the release - its much more 
  228.      user friendly that way - and you can check that there
  229.      is nothing fishy going on. I'm not proud of the code
  230.      - my disability precludes me from being too fussy about
  231.      layout and comments - my brain works much faster than 
  232.      my fingers (which isn't saying a lot).  You will notice
  233.      that the 'Save' module is a ripoff from DeskLib with a
  234.      few minor tweaks.
  235.      
  236.           
  237. Changes in LogFS 1.10
  238. ---------------------
  239.  
  240. Fixes:-
  241.  
  242.    • Problem with long card names is now fixed (thanks
  243.      for drawing my attention to this Cy).
  244.      
  245. Enhancements:-
  246.  
  247.    • Integration with my UpCall Module so that LogFS now
  248.      has a link with the 'real' world and tries to maintain
  249.      its own cards in line with any changes it detects.
  250.      
  251.    • You can now double click on the current card stub to
  252.      'Filer_Run' a group of selected icons.
  253.      
  254.    • Filer_Run is now executed in the background - like 
  255.      Filer_Boot.
  256.      
  257.    • All path names are now Canonicalised (to let Upcalls
  258.      work properly). This means that if the Settings file
  259.      contains entries containing System Vars - such as
  260.      <LogFS$Dir>.Help - then this is canonicalised when
  261.      written back to the Settings file. The previous 
  262.      version did not do this and preserved System Vars.
  263.    
  264.    • Inclusion of !HelpDraw file to document what different
  265.      clicks do.
  266.      
  267.   
  268. To do:-
  269.  
  270.    • Implement 'Display' and 'FileInfo' code - currently
  271.      greyed out!!
  272.    
  273.    
  274. Deri James
  275. 7th July 1996