Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8026 emacs/lisp/ChangeLog:1.8027
*** emacs/lisp/ChangeLog:1.8026 Sat Aug  6 01:11:41 2005
--- emacs/lisp/ChangeLog        Sat Aug  6 07:39:22 2005
***************
*** 1,3 ****
--- 1,17 ----
+ 2005-08-06  Emilio C. Lopes  <[EMAIL PROTECTED]>
+ 
+       * 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  <[EMAIL PROTECTED]>
  
        * progmodes/compile.el (compilation-mode-font-lock-keywords):


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to