home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 595.lha / Deksid_v2.05 / news.txt < prev    next >
Text File  |  1988-08-14  |  4KB  |  114 lines

  1.        _        _                  _        _                _   _
  2. |\\  ||  ||// //  || |\\    \\// ||_ ||>> <<  || //\\ |\\||  _| | | |
  3. ||\\ ||_ |//  \\  || ||\\    \/  ||_ ||\\ _>> || \\// ||\\| |_ .|_| |
  4. ||// ||  |\\   \\ || ||//
  5. |//  ||_ ||\\ _// || |//    Programmation: ©1990-1992 Christian Warren
  6.                              Font et Docs: ©1990-1992 Marc Dionne
  7.                                      Date: 14th april 1991
  8.  
  9. News to 2.01
  10. ­­­­­­­­­­­­
  11.  
  12. - Time appear when searching a sequence on a disk.  The search function
  13. is also much faster.  (About 7 secs less to search on a complete disk)
  14.  
  15. - Few Bugs remove from the Recover Block functions.
  16.  
  17. - Recalcule All Checksum is accelerate by a factor of 700%.
  18.  
  19. ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
  20. ­­­> for the Super Fat Agnus computer <­­­
  21. ­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­
  22.  
  23. - Frequence Entrance = frequence at the beginning (PAL or NTSC).  Can be
  24. changed a at any time.
  25. - Frequence Exit = frequence when you leave Deksid (PAL or NTSC).  Useful
  26. for the people who usualy work in PAL because you can work in NTSC with
  27. Deksid, and when you leave it the frequence turn back to PAL.
  28.  
  29. - Install a 'switcher' on BootBlock (PAL ou NTSC) = Add a 'switcher' to
  30. the BootBlock .  The 'switcher' will turn your computer to a PAL or a
  31. NTSC machine without erasing the original BootBlock.  So you can use this
  32. function on non-standard BootBlock without worying about loosing the
  33. contents of the BB.
  34. - Remove 'switcher' from BootBlock = If the disk don't work with the
  35. switcher you can remove it with this function.  The BootBlock will return
  36. to it original contents.
  37.  
  38. PS. A CLI version of these 2 functions will be release soon.
  39.  
  40.        _        _                  _        _                _   _  _
  41. |\\  ||  ||// //  || |\\    \\// ||_ ||>> <<  || //\\ |\\||  _| | | _|
  42. ||\\ ||_ |//  \\  || ||\\    \/  ||_ ||\\ _>> || \\// ||\\| |_ .|_| _|
  43. ||// ||  |\\   \\ || ||//
  44. |//  ||_ ||\\ _// || |//    Programmation: ©1990-1992 Christian Warren
  45.                              Font et Docs: ©1990-1992 Marc Dionne
  46.                                      Date: july 6th 1991
  47.  
  48. News to 2.03
  49. ­­­­­­­­­­­­
  50.  
  51. - Bug removed in the "Install Switcher" and "Remove switcher". Theses
  52. functions dont erase block 1 anymore.
  53.  
  54. - Bug removed in the Search function, when can now search on block higher
  55. then 32000.
  56.  
  57. - Bug removed in Recover File function. This function now work with FFS.
  58.  
  59. - New Pattern in the search function :
  60.  
  61. Pattern only in AscII search.
  62.  
  63.    '@' -> will match any AscII character (from 32 to 126). Useful for
  64.           searching for readable text. Ex. if you want to search for any
  65.           any string that have at least 5 AscII character, you just have
  66.           to search for '@@@@@'.
  67.    '^' -> If you put this pattern at the begining of the string, the
  68.           program search for a FileHeader. Ex. '^Deksid.info' will found
  69.           the FileHeader of the File "Deksid.info".
  70.    '\' -> Allow you to search for the real pattern character.
  71.           Ex. '\?lo\@\^" will search for string '?lo@^'.
  72.  
  73. Pattern in the Hex search.
  74.  
  75.    '?' -> the pattern will now work with half of a bytes.
  76.           Ex. '3A?5' will found '3A65', '3AF5', ...
  77.  
  78. - You have now 2 choices for the blue box. You can have an Hex-Dec-Bin
  79. display or a Dec-8bits-16bits-32bits display. For those who just dont care
  80. I recommend the 8-16-32 display because he's faster.
  81.  
  82. - Recompiled with Lattice SAS 5.10
  83.  
  84.  
  85. |\\  ||  ||// //  || |\\    \\// ||_ ||>> <<  || //\\ |\\||  _| | ||_
  86. ||\\ ||_ |//  \\  || ||\\    \/  ||_ ||\\ _>> || \\// ||\\| |_ .|_| _|
  87. ||// ||  |\\   \\ || ||//
  88. |//  ||_ ||\\ _// || |//    Programmation: ©1990-1992 Christian Warren
  89.                              Font et Docs: ©1990-1992 Marc Dionne
  90.                                      Date: december 27th 1991
  91.  
  92. News to 2.05
  93. ­­­­­­­­­­­­­­­­­­­­­­­­­
  94.  
  95. - the function 'Find File Header' get the file header of the file you
  96. choose with a file requester.
  97.  
  98. - Small bug removed in the 'Compare' function.
  99.  
  100. - You can now removed the unnecessary requester like 'Do you really want
  101. to do what you choose?'. (Menu item = 'Prompt')
  102.  
  103. - some news key sequence.
  104.  
  105.     - Ctrl-'w' -> save the block.
  106.     - TAB      -> Change the mode of edition (Ascii <-> Hexa).
  107.  
  108. - the KeyPad can now be used to controle the runner.
  109.  
  110. - All the requester as been reworked to be more 'cute' (I think...).
  111.  
  112. - No more bug when you use the FRQBypass programm. I think the bug is in
  113. FRQByPass but I dont take chance, I correct it...
  114.