Mercurial > emacs
changeset 64746:addcbf284f81
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 06 Aug 2005 07:39:22 +0000 |
parents | cd4c4b49a4c2 |
children | a6b6f7ca07c5 |
files | lisp/ChangeLog man/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 0 deletions(-) [+] |
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):
--- a/man/ChangeLog Sat Aug 06 07:37:45 2005 +0000 +++ b/man/ChangeLog Sat Aug 06 07:39:22 2005 +0000 @@ -1,5 +1,9 @@ 2005-08-06 Eli Zaretskii <eliz@gnu.org> + * 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.