home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / getecho.zip / WHATSNEW.GEM < prev   
Text File  |  1992-11-07  |  3KB  |  73 lines

  1.                             GEM (Get Echo Messages)
  2.                          =============================
  3.  
  4.                            What's new in release 1.5?
  5.  
  6. Yep, you read it right - we skipped a release....I didn't like it, so 
  7. I scrapped it.  
  8.  
  9. Limitations have been added now to the message base path.  20 
  10. characters is maximum now for a pathname.  Description in the MDIR.BBS 
  11. file must start in column 30, and will now be displayed on screen in a 
  12. different position.  
  13.  
  14. Some additional file checks have been added, letting you know if it 
  15. can't find a directory.  
  16.  
  17. With this release, it cleaned up some problems with a 
  18. Runtime Error 003.  
  19.  
  20.                            What's new in release 1.3?
  21.  
  22. This release has been completely re-written.  I stripped the entire code down 
  23. and cleaned it up.  It is a bit smaller, and doesn't have so much extra "junk" 
  24. to sift through when debugging.
  25.  
  26. You still need sortf to use this program.
  27.  
  28.                            What's new in release 1.2?
  29.  
  30. Curtis Boykin had noticed a problem with the program hanging while sorting.
  31. The reason for that is because I was calling the DOS sort program.  Well, 
  32. DOS is slower than mollasses in January.  I've updated the code now so that
  33. it uses SORTF.  Before running GEM version 1.2, you MUST have SORTF somewhere
  34. in your path!
  35.  
  36. Added some extra file check routines.
  37.  
  38.                            What's new in release 1.1?
  39.  
  40. I have added a new feature. Yes, it takes the program a little longer to run, 
  41. but it's a good feature, I think.  At the end of normal processing, reading the 
  42. MDIR.BBS and gathering all the needed stuff, GEM will now concantenate ALL the 
  43. areas listed in the MDIR.BBS file.  For example:
  44.  
  45. Echo subscribers in C:\ECHOS\E00-200
  46. ------------------------------------------------------------------------------
  47.  
  48. Echo subscribers in C:\ECHOS\E05-000
  49. ------------------------------------------------------------------------------
  50. 001/017 Victor Kilman
  51. 001/029 Scott Morris
  52. 001/040 B.J. Guillot
  53. 001/060 Richard Walker
  54. 004/000 Jim Rash
  55. 004/005 April Strong
  56. 010/003 Tom Currie
  57. 032/003 Cliff Hemstock
  58. 044/002 Jerry Havnar
  59. 070/002 Cory Wright
  60.  
  61. Echo subscribers in C:\ECHOS\E06-003
  62. ------------------------------------------------------------------------------
  63. 001/034 Ed Bacon
  64. 001/053 Patrick Thompson
  65. 004/000 Jim Rash
  66. 024/008 Joel Smith
  67.  
  68. Notice that if you have no subscribers in an area, it just passes the area 
  69. name, so you can know for sure which areas on your system do NOT have traffic.
  70.  
  71. I also changed the screen color back to normal b/w textmode.  I had used the 
  72. default screen mode in Turbo Pascal, which is normally yellow.
  73.