From: Eli Zaretskii Date: Sat, 6 Aug 2005 07:39:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb8fc40aa9e3e42a9013692cc0dcad1556b5848f;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9d4b0cb6fc..5548b8614c2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2005-08-06 Emilio C. Lopes + + * 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 * progmodes/compile.el (compilation-mode-font-lock-keywords): diff --git a/man/ChangeLog b/man/ChangeLog index ec144071ba7..ddb84cb91be 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,5 +1,9 @@ 2005-08-06 Eli Zaretskii + * mule.texi (Coding Systems): Rephrase the paragraph about + codepages: no need for "M-x codepage-setup" anymore, except on + MS-DOS. + * msdog.texi (MS-DOS and MULE): Clarify that this section is for the MS-DOS port only.