home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / gerry / nmm / mfiles / nmm102.hqx / nmm / revisionHistory.m < prev    next >
Text File  |  2000-11-04  |  1KB  |  35 lines

  1. function revisionHistory
  2. % revisionHistory  Documents updates to NMM Toolbox
  3.  
  4. fprintf('\n\tEnter:\n\n\t\ttype revisionHistory\n');
  5. fprintf('\n\tat the command prompt to display the revision history\n');
  6.  
  7. % Version 1.02 released 04-Nov-2000
  8. % Changes:
  9. %
  10. %   o  demoNewtonSys.m -- updated to be consistent with textbook
  11. %   o  demoSSub.m -- updated to be consistent with textbook
  12. %   o  GEPivShow -- updated to be consistent with textbook
  13. %   o  install.m -- minor corrections
  14. %   o  JFresevoir -- added this file, was missing in earlier version
  15. %   o  lineTest.m -- updated with current syntax for linefit
  16. %   o  makeHTMLindex.m -- m-files and data files with short names are now included
  17. %   o  mycon.m -- fixed spelling of "Avogadro"
  18. %   o  nmmCheck.m -- contents.m files are not counted
  19. %   o  NMMfiles.html -- generated with latest version of makeHTMLindex.m
  20. %   o  pathdef.m -- added instructions for use by system administrator
  21. %   o  plotData.m -- replaced call to obselete loadFile function
  22. %   o  splint, splineFE, splintFull -- Changed "beta" to "bbeta" to avoid
  23. %              name clash with built-in beta function
  24. %
  25. %   o  removed some extraneous m-files 
  26. %
  27. % Version 1.01 released 17-Oct-2000
  28. % Changes made to following m-files:
  29. %   halfDiff  -- Reduced digits displayed for delta
  30. %   brackPlot -- Changed ylabel string so that brackPlot now works with
  31. %                in-line function objects
  32. %
  33. % Version 1.0 released 21-Aug-2000
  34.