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 >
Wrap
Text File
|
1992-07-15
|
923b
|
26 lines
dired.el : remove all absolute path names. let it hunt on the path for all
commands.
loadup.el, : changed load/autoload names to conform two 8.3, see st/st-names
loaddefs.el for a list of all filenames that where modified.
loadup.el : made it look in $EMACSDOC for DOC file when dumping.
when dumping now it only dumps under name xemacs.
loadup.el : made DOC --> doc , DOC-18.58.X --> doc-18.58
version.el : made 18.58.x --> 18.58
doctex.el : made DOC --> doc
help.el : made TUTORIAL --> tutorial
subr.el : comment out referecne to process-send-<xxxx>, these are
not defined in a single tasking environment. They were
confusing "M-x apropos"
compile.el : deleted, replaced by st/compile.el that loads st/process.el
also. See st/process.el for some nice routines to directly
call external programs without involking a sub-shell.