home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / llst200s.zip / WHATSNEW.200 < prev   
Text File  |  1996-05-06  |  4KB  |  92 lines

  1.            Whatsnew 2.00
  2.  
  3. * Added keyword "LLISTALIAS" to allow you set other names to which llist
  4. answers; example:
  5. LlistAlias AllFix
  6. LlistAlias FSearch
  7. LlistAlias Raid
  8. For default llist now answers only to msg to "llist", so that you should add
  9. at least the three lines defined above to get the same behaviour of previous
  10. release;
  11.  
  12. * Added command line RAID; this will process msg to raid, but will not
  13. process TIC files;
  14.  
  15. * Added keyword NOPACKFILE_ID, the extracted file_id will not be repacked
  16. and the frame chars will not be deleted;
  17.  
  18. * Added keyword MSGAREAHEADERLINE (same as AREAHEADERLINE), to let you
  19. re-define the hader of areas in msgs;
  20.  
  21. * Compressed file viewer now allows you to recompress files modified 
  22. through <alt-F<n>> shells; added command <Alt-d> to delete compressed
  23. files (you will need to define DOSDELETE and OS2DELETE in packer cfg;
  24.  
  25. * Command <alt-u> now works for tag and untag all files;
  26.  
  27. * Added command <alt-s> in Files.Bbs editor, to send current file to a
  28. node;
  29.  
  30. * Added keyword 
  31. DESCRIBE <name> <desc>
  32. to let you get description for orphan files matching name;
  33. example,
  34. DESCRIBE *.JPG XXX image
  35. DESCRIBE NODELIST.* World nodelist
  36. DESCRIBE TURBO_P.B?? BOF Area Turbo Pascal
  37. old keyword ORPHANSTR will be used for files that do not match any describe;
  38.  
  39. * Added keyword NoAnnounceReadFile_Id, that will make announces using 
  40. description in Files.Bbs instead of reading File_Id.Diz (faster);
  41.  
  42. * Fixed bug with readonly files in temporary directory, that were not 
  43. deleted;
  44.  
  45. * Fixed bug with comment lines in Tic.Cfg;
  46.  
  47. * Sysop and downlink nodes are now notified of automatically created TIC 
  48. areas through netmail Msg;
  49.  
  50. * Added keyword "Local LLIST ReadFile_Id" in Tic.Cfg, that will make L-List
  51. use description found in File_Id.Diz in Files.Bbs;
  52.  
  53. * Added keyword NoAnnounceAfterTic, to disable automatic announce of new 
  54. files after ticking;
  55.  
  56. * Added keyword "FbbsLen <n>", to set maximum length of files.bbs lines
  57. (this keyword has been added to work around a Lorabbs bug in download
  58. counter update, you should choice a value <= 249 instead of the default
  59. value 255);
  60.  
  61. * keywords HEADER and FOOTER can be defined locally in each filelist cfg,
  62. these will replae global parameters;
  63.  
  64. * when you edit the name of an existing file, llist now prompts for the
  65. new file name;
  66.  
  67. * added mouse support;
  68.  
  69. * Added support for Remote Access 2.50;
  70.  
  71. * Changed some keywords in AnounceMsg cfg; keyword ADDRESS is no longer
  72. supported, the address must now be specified
  73. in the same line used for AREAID and AREATAG, separated by a blank; for
  74. example,
  75.  AREATAG NEWS.900 2:332/901
  76.  AREATAG ADR.PUB.NEWS 77:721/5
  77. You can no longer specify keyword DESTADDRESS, this was used for netmail
  78. msg; if you want to send netmail msg you must use keyword CC followed by the
  79. name and the address of the destination separated by a ","; for example,
  80.  CC Alessandro Trebbi, 2:332/901
  81. in this case the origin address will be the first of your akas that match
  82. the destination zone;
  83. Note that now you can simply crosspost the same msg in different areas of
  84. different networks and send netmail carbon copies using a only
  85. AnnounceMsg (keywords AREATAG, AREAID and CC can be specified together and
  86. more than once);
  87.  
  88. * Added keyword "NoTicUpdate" in Llist.Cfg; this keyword will prevent
  89. L-List from updating files received via TIC; if a keyword "time" is present
  90. in received .Tic, file will be restored to its original date and time;
  91.  
  92.