home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0410.ZIP / CCE_0410.PD / EMACS_58.ZOO / e-lisp / chng-log < prev    next >
Text File  |  1992-07-15  |  923b  |  26 lines

  1. dired.el    : remove all absolute path names. let it hunt on the path for all 
  2.           commands.
  3.  
  4. loadup.el,  : changed load/autoload names to conform two 8.3, see st/st-names
  5. loaddefs.el   for a list of all filenames that where modified. 
  6.  
  7. loadup.el   : made it look in $EMACSDOC for DOC file when dumping. 
  8.           when dumping now it only dumps under name xemacs.
  9.  
  10. loadup.el   : made DOC --> doc , DOC-18.58.X --> doc-18.58
  11.  
  12. version.el  : made 18.58.x --> 18.58
  13.  
  14. doctex.el   : made DOC --> doc
  15.  
  16. help.el     : made TUTORIAL --> tutorial
  17.  
  18. subr.el     : comment out referecne to process-send-<xxxx>, these are
  19.                not defined in a single tasking environment. They were 
  20.                confusing "M-x apropos"
  21.  
  22. compile.el  : deleted, replaced by st/compile.el that loads st/process.el 
  23.           also. See st/process.el for some nice routines to directly 
  24.           call external programs without involking a sub-shell.
  25.  
  26.