home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / me_cd25.zip / DOC.ZIP / MUTTBUGS.DOC < prev    next >
Text File  |  1992-11-09  |  1KB  |  34 lines

  1.             The ME2 Mutt Code Bug List
  2.             --- ---    ---- ---- --- ----
  3.  
  4. ====================================================================
  5. ====        ME2 Mutt Code Bug and Change list        ====
  6. ====================================================================
  7. - means bug in this (and subsequent) releases
  8. * means bug fixed in next release
  9. + means new feature in next release
  10.                    
  11.  
  12. -------        [released August 30, 1992]
  13. * (require) doesn't work if the module (.mco file) doesn't exist.  This
  14.     caused things to break when I compiled popup (required by several
  15.     modules) as part of me2.mut (and deleted popup.mco) - require tried
  16.     to load popup.mco, couldn't and choked.  8/92
  17.   Fix:  Make require more lisp like and pass in a module name so I can
  18.     check to see if the module has already been loaded, then worry about
  19.     loading it.  Kinda mashes backwards compatibiltiy though.  Changed
  20.     all files that called require.  8/92
  21. + Changed modeline.mut, me2.mut search.mut and qr.mut to work better
  22.     when compiled into me2.  8/92
  23. + Change the Makefiles, compile scripts etc to reflect the above
  24.   changes. 8/92
  25. + Wrote register.mut to emulate some of GNU Emacs register routines.
  26.   Added it to me2.mut.  8/92
  27. + Removed paste-buffer routines from me2.mut.  Superseded by
  28.   register.mut.  8/92
  29.  
  30. -------        [released April 12, 1992]
  31. * (reverse-re-search) (search.mut) called search-reverse instead of
  32.   re-search-reverse.  Bob Stocker (bstocker@du.edu) 5/92
  33.   
  34.