Mercurial > emacs
diff lisp/ChangeLog @ 64746:addcbf284f81
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Aug 2005 07:39:22 +0000 |
parents | 3cc3ba147685 |
children | fbdb9482b6fc |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 06 07:37:45 2005 +0000 +++ b/lisp/ChangeLog Sat Aug 06 07:39:22 2005 +0000 @@ -1,3 +1,17 @@ +2005-08-06 Emilio C. Lopes <eclig@gmx.net> + + * cmuscheme.el (scheme-trace-command, scheme-untrace-command) + (scheme-macro-expand-command): New user options. + (scheme-trace-procedure, scheme-expand-current-form): New commands. + (scheme-form-at-point, scheme-start-file) + (scheme-interactively-start-process): New functions. + (scheme-get-process): New function, extracted from `scheme-proc'. + (run-scheme): Call `scheme-start-file' to get start file, and pass + it to `make-comint'. + (switch-to-scheme, scheme-proc): Call + `scheme-interactively-start-process' if no Scheme buffer/process + is available. + 2005-08-06 Juri Linkov <juri@jurta.org> * progmodes/compile.el (compilation-mode-font-lock-keywords):